/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
}

.mfp-zoom {
  cursor: pointer;
/* cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; */
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}
/**
 *
Lunar version  1.0
The MIT License (MIT)
Copyright (c) 2011-2019 vivekvasani955@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
 */
.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.modal .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
}
.modal .close:focus {
  outline: 0;
}
.modal .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
.modal .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal .close.size-sm {
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal .close.close-pinned {
  top: -19px;
  right: -19px;
}

.modal[data-popup=true] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}
.modal[data-popup=true].fade.modal-top-left .modal-dialog, .modal[data-popup=true].fade.modal-top-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-left .modal-dialog, .modal[data-popup=true].fade.modal-bottom-center .modal-dialog {
  position: fixed;
}
.modal[data-popup=true].fade .modal-content {
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}

.body-scrollable {
  overflow: unset;
  padding-right: unset !important;
}
.body-scrollable .modal-backdrop {
  display: none;
}

.modal-backdrop {
  background: #2d343a;
}

/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Alert styles*/
.event-type {
  border: 3px solid #e0e6ed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  transition-delay: 0.3s;
}


.event-type .event-indicator {
  transition: all cubic-bezier(0, 0.89, 0.44, 1) 0.2s;
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.5s;
}

.show .event-type .event-indicator {
  transform: scale(1);
  opacity: 1;
}

.show .event-type {
  border-color: #e0e6ed;
  background-color: #e0e6ed;
}

.show .event-type.success {
  border-color: #00CC99;
  background-color: #00CC99;
}

.show .event-type.error {
  border-color: #f2545b;
  background-color: #f2545b;
}

.show .event-type.warning {
  border-color: #f7bc06;
  background-color: #f7bc06;
}

.show .event-type.info {
  border-color: #19b5fe;
  background-color: #19b5fe;
}

/*==================================*/
/* Additional Utilities */
/*==================================*/
/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Overlay for images*/
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15);
}

/*Negative margins for creating pull effect */
.modal .pull-up-lg {
  margin-top: -70px;
}

.modal .pull-up-sm {
  /*margin-top: -35px;*/
}

.modal .border-thick {
  border-width: 0.3rem !important;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pointer-events-none {
  pointer-events: none;
}

/*Height utilities*/
.m-h-10 {
  min-height: 10vh;
}

.m-h-20 {
  min-height: 20vh;
}

.m-h-30 {
  min-height: 30vh;
}

.m-h-40 {
  min-height: 40vh;
}

.m-h-50 {
  min-height: 50vh;
}

.m-h-60 {
  min-height: 60vh;
}

.m-h-70 {
  min-height: 70vh;
}

.m-h-80 {
  min-height: 80vh;
}

.m-h-90 {
  min-height: 90vh;
}

.m-h-100 {
  min-height: 100vh;
}

.bg-rhino {
  background-color: #28304e !important;
}

.btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-cstm-light:focus, .btn-cstm-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-light.disabled, .btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:not(:disabled):not(.disabled):active, .btn-cstm-light:not(:disabled):not(.disabled).active, .show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-cstm-light:not(:disabled):not(.disabled):active:focus, .btn-cstm-light:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-dark {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:hover {
  color: #FFFFFF;
  background-color: #1b2035;
  border-color: #171b2c;
}

.btn-cstm-dark:focus, .btn-cstm-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
}

.btn-cstm-dark.disabled, .btn-cstm-dark:disabled {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:not(:disabled):not(.disabled):active, .btn-cstm-dark:not(:disabled):not(.disabled).active, .show > .btn-cstm-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #171b2c;
  border-color: #121624;
}

.btn-cstm-danger {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:hover {
  color: #FFFFFF;
  background-color: #ef3039;
  border-color: #ee252e;
}

.btn-cstm-danger:focus, .btn-cstm-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-danger.disabled, .btn-cstm-danger:disabled {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active, .btn-cstm-danger:not(:disabled):not(.disabled).active, .show > .btn-cstm-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ee252e;
  border-color: #ed1922;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active:focus, .btn-cstm-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-success {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:hover {
  color: #FFFFFF;
  background-color: #00a67c;
  border-color: #009973;
}

.btn-cstm-success:focus, .btn-cstm-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-success.disabled, .btn-cstm-success:disabled {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:not(:disabled):not(.disabled):active, .btn-cstm-success:not(:disabled):not(.disabled).active, .show > .btn-cstm-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009973;
  border-color: #008c69;
}

.btn-cstm-success:not(:disabled):not(.disabled):active:focus, .btn-cstm-success:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-secondary {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:hover {
  color: #FFFFFF;
  background-color: #7c96bc;
  border-color: #738fb8;
}

.btn-cstm-secondary:focus, .btn-cstm-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.btn-cstm-secondary.disabled, .btn-cstm-secondary:disabled {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active, .btn-cstm-secondary:not(:disabled):not(.disabled).active, .show > .btn-cstm-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #738fb8;
  border-color: #6b88b3;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active:focus, .btn-cstm-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
/*
.animated.zoomIn {
  animation-duration: s;
}*/

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.fadeInUp,
.animated.fadeInUpBig {
  animation-duration: 1.75s;
}

.animated.fadeInLeft,
.animated.fadeInRight {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}




/*
  Template Name: Reine - Beauty Salon HTML5 Template
  Theme URL: https://themeforest.net/user/dsathemes
  Description: Reine - Beauty Salon HTML5 Template
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.1.0
  Website: www.dsathemes.com
  Tags: DSAThemes, Beauty, Salon, Beauty Parlour, Health Care, Makeup, Nail Salon, Therapy, Treatment, Wellness
*/




/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 

body {
  font-family: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6f6f6f;
  line-height: 1.6666;
  font-weight: 400;
}

body.theme--dark,
.theme--dark .bg--white { 
  background-color: #212223!important;  
} 

body.theme--dark { 
  color: #ccc; 
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page,
.hidd { 
  overflow: hidden; 
}

.rel,
section,
.container { 
  position: relative!important; 
  z-index: 3; 
}

.section-overlay {
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.m-6 { margin: 4rem!important; }
.m-7 { margin: 5rem!important; }
.m-8 { margin: 6rem!important; }
.m-9 { margin: 7rem!important; }
.m-10 { margin: 8rem!important; }

.mx-6 { margin-right: 4rem!important; margin-left: 4rem!important; }
.mx-7 { margin-right: 5rem!important; margin-left: 5rem!important; }
.mx-8 { margin-right: 6rem!important; margin-left: 6rem!important; }
.mx-9 { margin-right: 7rem!important; margin-left: 7rem!important; }
.mx-10 { margin-right: 8rem!important; margin-left: 8rem!important; }

.my-6 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
.my-7 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
.my-8 { margin-top: 6rem!important; margin-bottom: 6rem!important; }
.my-9 { margin-top: 7rem!important; margin-bottom: 7rem!important; }
.my-10 { margin-top: 8rem!important; margin-bottom: 8rem!important; }

.mt-6 { margin-top: 4rem!important; }
.mt-7 { margin-top: 5rem!important; }
.mt-8 { margin-top: 6rem!important; }
.mt-9 { margin-top: 7rem!important; }
.mt-10 { margin-top: 8rem!important; }

.me-6 { margin-right: 4rem!important; }
.me-7 { margin-right: 5rem!important; }
.me-8 { margin-right: 6rem!important; }
.me-9 { margin-right: 7rem!important; }
.me-10 { margin-right: 8rem!important; }

.mb-6 { margin-bottom: 4rem!important; }
.mb-7 { margin-bottom: 5rem!important; }
.mb-8 { margin-bottom: 6rem!important; }
.mb-9 { margin-bottom: 7rem!important; }
.mb-10 { margin-bottom: 8rem!important; }

.ms-6 { margin-left: 4rem!important; }
.ms-7 { margin-left: 5rem!important; }
.ms-8 { margin-left: 6rem!important; }
.ms-9 { margin-left: 7rem!important; }
.ms-10 { margin-left: 8rem!important; }

.p-6 { padding: 4rem!important; }
.p-7 { padding: 5rem!important; }
.p-8 { padding: 6rem!important; }
.p-9 { padding: 7rem!important; }
.p-10 { padding: 8rem!important; }

.px-6 { padding-right: 4rem!important; padding-left: 4rem!important; }
.px-7 { padding-right: 5rem!important; padding-left: 5rem!important; }
.px-8 { padding-right: 6rem!important; padding-left: 6rem!important; }
.px-9 { padding-right: 7rem!important; padding-left: 7rem!important; }
.px-10 { padding-right: 8rem!important; padding-left: 8rem!important; }

.py-6 { padding-top: 4rem!important; padding-bottom: 4rem!important; }
.py-7 { padding-top: 5rem!important; padding-bottom: 5rem!important; }
.py-8 { padding-top: 6rem!important; padding-bottom: 6rem!important; }
.py-9 { padding-top: 7rem!important; padding-bottom: 7rem!important; }
.py-10 { padding-top: 8rem!important; padding-bottom: 8rem!important; }

.pt-6 { padding-top: 4rem!important; }
.pt-7 { padding-top: 5rem!important; }
.pt-8 { padding-top: 6rem!important; }
.pt-9 { padding-top: 7rem!important; }
.pt-10 { padding-top: 8rem!important; }

.pe-6 { padding-right: 4rem!important; }
.pe-7 { padding-right: 5rem!important; }
.pe-8 { padding-right: 6rem!important; }
.pe-9 { padding-right: 7rem!important; }
.pe-10 { padding-right: 8rem!important; }

.pb-6 { padding-bottom: 4rem!important; }
.pb-7 { padding-bottom: 5rem!important; }
.pb-8 { padding-bottom: 6rem!important; }
.pb-9 { padding-bottom: 7rem!important; }
.pb-10 { padding-bottom: 8rem!important; }

.ps-6 { padding-left: 4rem!important; }
.ps-7 { padding-left: 5rem!important; }
.ps-8 { padding-left: 6rem!important; }
.ps-9 { padding-left: 7rem!important; }
.ps-10 { padding-left: 8rem!important; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg--fixed,
.bg--scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg--fixed {
  background-attachment: scroll!important;
}

.bg--scroll {
  background-attachment: fixed!important;
}

/*------------------------------------------*/
/*  BLOCK SHADOW
/*------------------------------------------*/

.block-shadow { 
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .06);
}

/*------------------------------------------*/
/*  BACKGROUND COLORS
/*------------------------------------------*/

.bg--black { background-color: #212223; }
.bg--white { background-color: #fff; }
.bg--blush { background-color: #faf3f7; }
.bg--ivory { background-color: #f8f5f2; }
.bg--magenta { background-color: #b25996; }
.bg--peanut { background-color: #c1baac; }
.bg--poudre { background-color: #f9efed; }
.bg--red { background-color: #e55d42; }
.bg--salmon { background-color: rgba(247, 221, 217, .68); }
.bg--smoke { background-color: #f2f2f0; }
.bg--stone { background-color: #f5f5f5; }

.theme--dark .bg--black,
.theme--dark .bg--white,
.theme--dark .bg--poudre, 
.theme--dark .bg--blush, 
.theme--dark .bg--ivory, 
.theme--dark .bg--smoke, 
.theme--dark .bg--stone { background-color: #1c1d1e!important; }
.theme--dark .bg--salmon { background-color: #191a1a; }

/*------------------------------------------*/
/*  BACKGROUND SHAPE
/*------------------------------------------*/

.shape--01:after,
.shape--02:after {
  position: absolute;
  width: 42%;
  height: 100%;
  top: 0;
  content: '';
  z-index: -1;
}

.shape--01:after {
  right: 0;
}

.shape--02:after {
  left: 0;
}

.white--shape:after { 
  background-color: #fff; 
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .06);
}


.theme--dark .white--shape:after { 
  background-color: #1c1d1e; 
  -webkit-box-shadow: 0 6px 12px 0 rgba(10, 10, 10, .06);
  -moz-box-shadow: 0 6px 12px 0 rgba(10, 10, 10, .06);
  box-shadow: 0 6px 12px 0 rgba(10, 10, 10, .06);
}

.black--shape:after { background-color: #212223; }
.blush--shape:after{ background-color: #faf3f7; }
.ivory--shape:after { background-color: #f8f5f2; } 
.poudre--shape:after { background-color: #f9efed; }
.smoke--shape:after { background-color: #f2f2f0; }
.stone--shape:after { background-color: #f5f5f5; }

.theme--dark .blush--shape:after,
.theme--dark .ivory--shape:after,
.theme--dark .poudre--shape:after,
.theme--dark .smoke--shape:after,
.theme--dark .stone--shape:after { background-color: #1c1d1e; }

/*------------------------------------------*/
/*  BACKGROUND IMAGE
/*------------------------------------------*/

.bg--01, .bg--02, .bg--03, .bg--04, .bg--05, .bg--06 {
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg--01 { background-image: url(../images/bg-01.jpg); }
.bg--02 { background-image: url(../images/bg-02.jpg); }
.bg--03 { background-image: url(../images/bg-03.jpg); }
.bg--04 { background-image: url(../images/bg-04.jpg); }
.bg--05 { background-image: url(../images/bg-05.jpg); }
.bg--06 { background-image: url(../images/bg-06.jpg); }




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 { 
  color: #363636;
  font-family: 'Vollkorn', serif;
  letter-spacing: 0;
  letter-spacing: -0.75px;
  font-weight: 400;
  margin-bottom: 0;
}
h55 {
	color: #ff26ff;
}

.theme--dark h1, 
.theme--dark h2,
.theme--dark h3, 
.theme--dark h4, 
.theme--dark h5, 
.theme--dark h6 { 
  color: #fff; 
}

/*------------------------------------------*/
/*  HEADER SIZE
/*------------------------------------------*/

h6 { font-size: 1rem; }              /* 16px */
h6.h6-md { font-size: 1.125rem; }    /* 18px */
h6.h6-lg { font-size: 1.25rem; }     /* 20px */

h5 { font-size: 1.375rem; }          /* 22px */
h5.h5-md { font-size: 1.5rem; }      /* 24px */
h5.h5-lg { font-size: 1.625rem; }    /* 26px */

h4 { font-size: 1.75rem; }           /* 28px */
h4.h4-md { font-size: 1.875rem; }    /* 30px */
h4.h4-lg { font-size: 2rem; }        /* 32px */

h3 { font-size: 2.125rem; }          /* 34px */
h3.h3-md { font-size: 2.25rem; }     /* 36px */
h3.h3-lg { font-size: 2.375rem; }    /* 38px */

h2 { font-size: 2.75rem; }           /* 44px */
h2.h2-md { font-size: 2.875rem; }    /* 46px */
h2.h2-lg { font-size: 3rem; }        /* 48px */
h2.h2-title { font-size: 3.25rem; }  /* 52px */

/*------------------------------------------*/
/*  HANDWRITING TEXT
/*------------------------------------------*/

.tra-title {
  position: relative;
  font-family: 'Alex Brush', cursive;
  line-height: 0.9;
  font-size: 4.25rem;
  opacity: .1;
  margin-bottom: -45px!important;
}

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p { font-size: 1.0625rem; }  /* 17px */

/*------------------------------------------*/
/*  FONT WEIGHT
/*------------------------------------------*/

.w-400 { font-weight: 400; }
.w-500 { font-weight: 500; }
.w-600 { font-weight: 600; }
.w-700 { font-weight: 700; }
.w-800 { font-weight: 800; }

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #6f6f6f;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

a:hover {
  color: #363636!important;
  text-decoration: none;
}

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

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

ul.simple-list.long-list p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  font-size: 0.725rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 1.8rem;
  border: 1.5px solid transparent;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  -o-border-radius: 0; 
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

/*------------------------------------------*/
/*  BLACK BUTTON
/*------------------------------------------*/

.btn--black,
.hover--black:hover,
.scroll .hover--black:hover {
  color: #fff!important;
  background-color: #262b2f!important;
  border-color: #262b2f!important;
}

.btn--tra-black,
.hover--tra-black:hover,
.scroll .hover--tra-black:hover, 
.white-scroll .scroll .hover--tra-black:hover,
.black-scroll .scroll .hover--tra-black:hover {
  color: #262b2f!important;
  background-color: #ffbfff!important;
  border-color: #262b2f!important;
}

.theme--dark .btn--black,
.theme--dark .hover--black:hover {
  color: #363636!important;
  background-color: #fff!important;
  border-color: #fff!important;
}

.theme--dark .btn--tra-black,
.theme--dark .hover--tra-black:hover,
.theme--dark .scroll .hover--tra-black:hover, 
.theme--dark .white-scroll .scroll .hover--tra-black:hover,
.theme--dark .black-scroll .scroll .hover--tra-black:hover {
  color: #e5e5e5!important;
  background-color:transparent!important;
  border-color: #e5e5e5!important;
}

/*------------------------------------------*/
/*  WHITE BUTTON
/*------------------------------------------*/

.btn--white,
.hover--white:hover {
  color: #363636!important;
  background-color: #fff!important;
  border-color: #fff!important;
}

.btn--tra-white,
.hover--tra-white:hover {
  color: #fff!important;
  background-color: transparent!important;
  border-color: #fff!important;
}

.white-scroll .scroll .hover--tra-white:hover {
  color: #363636!important;
  background-color: transparent!important;
  border-color: #363636!important;
}

.dark-menu.white-scroll .scroll .hover--tra-white:hover {
  color: #fff!important;
  background-color: transparent!important;
  border-color: #fff!important;
}

.white-scroll .scroll .hover--white:hover {
  color: #fff!important;
  background-color: #262b2f!important;
  border-color: #262b2f!important;
}

/*------------------------------------------*/
/*  GOLD BUTTON
/*------------------------------------------*/

.btn--gold, 
.scroll .btn--gold, 
.hover--gold:hover, 
.scroll .hover--gold:hover, 
.color--white .hover--gold:hover,
.white-scroll .scroll .hover--gold:hover {
  color: #fff!important;
  background-color: #af8855!important;
  border-color: #af8855!important;
}

.btn--tra-gold, 
.hover--tra-gold:hover,
.scroll .btn--tra-gold, 
.color--white .hover--tra-gold:hover,
.white-scroll .scroll .hover--tra-gold:hover {
  color: #af8855!important;
  background-color: transparent!important;
  border-color: #af8855!important;
}

.theme--dark .white-scroll .scroll .hover--gold:hover {
  color: #fff!important;
  background-color: #af8855!important;
  border-color: #af8855!important;
}

/*------------------------------------------*/
/*  RED BUTTON
/*------------------------------------------*/

.btn--red, 
.scroll .btn--red, 
.hover--red:hover, 
.scroll .hover--red:hover, 
.color--white .hover--red:hover,
.white-scroll .scroll .hover--red:hover {
  color: #fff!important;
  background-color: #e55d42!important;
  border-color: #e55d42!important;
}

.btn--tra-red, 
.hover--tra-red:hover,
.scroll .btn--tra-red, 
.color--white .hover--tra-red:hover,
.white-scroll .scroll .hover--tra-red:hover {
  color: #e55d42!important;
  background-color: transparent!important;
  border-color: #e55d42!important;
}

/*------------------------------------------*/
/*  MAGENTA BUTTON
/*------------------------------------------*/

.btn--magenta, 
.scroll .btn--magenta, 
.hover--magenta:hover, 
.scroll .hover--magenta:hover, 
.color--white .hover--magenta:hover,
.white-scroll .scroll .hover--magenta:hover {
  color: #fff!important;
  background-color: #b25996!important;
  border-color: #b25996!important;
}

.btn--tra-magenta, 
.hover--tra-magenta:hover,
.scroll .btn--tra-magenta, 
.color--white .hover--tra-magenta:hover,
.white-scroll .scroll .hover--tra-magenta:hover {
  color: #b25996!important;
  background-color: transparent!important;
  border-color: #b25996!important;
}

/*------------------------------------------*/
/*  BUTTON FOCUS
/*------------------------------------------*/

.btn:focus,
.btn.btn--black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn--tra-black:focus {
  color: #363636; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  TRANSPARENT LINK
/*------------------------------------------*/

p.tra-link {
  font-size: 0.775rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

p.tra-link a {
  color: #363636; 
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
}

.theme--dark p.tra-link a {
  color: #ccc; 
}

p.tra-link a:after {
  content: '';
  background-color: #363636;
  height: 1.5px;
  width: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: .2s all ease-in;
  -moz-transition: .2s all ease-in;
  -o-transition: .2s all ease-in;
  transition: .2s all ease-in;
}

.theme--dark p.tra-link a:after {
  background-color: #ccc;
}

p.tra-link a:hover {
  color: #363636!important;
}

.theme--dark p.tra-link a:hover {
  color: #ccc!important;
}

p.tra-link a:hover:after {
  width: 60%;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
  text-align: center;
}

.video-btn {
  position: absolute!important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.video-btn-lg {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
}

.video-btn-md {
  width: 5.625rem;
  height: 5.625rem;
  margin-top: -2.8125rem;
  margin-left: -2.8125rem;
}

.video-block-wrapper {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-lg [class^="flaticon-"]:before, 
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  font-size: 3.75rem;
  line-height: 6.25rem!important;   
  margin-left: 10px;
}

.video-btn.video-btn-md [class^="flaticon-"]:before, 
.video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 3.25rem;
  line-height: 5.625rem!important;   
  margin-left: 8px;
}

.video-btn:hover .video-block-wrapper {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -1.5rem;
  right: -1.5rem;
  top: -1.5rem;
  bottom: -1.5rem;
}

.video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  bottom: -1.25rem;
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/

.ico-10 [class*="flaticon-"]:before, .ico-10 [class*="flaticon-"]:after { font-size: 0.75rem; }     /* 15px */
.ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.9375rem; }   /* 15px */
.ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.25rem; }     /* 20px */
.ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.5625rem; }   /* 25px */
.ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.875rem; }    /* 30px */
.ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem; }   /* 35px */
.ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.5rem; }      /* 40px */
.ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.8125rem; }   /* 45px */
.ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 3.125rem; }    /* 50px */
.ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.4375rem; }   /* 55px */
.ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.75rem; }     /* 60px */
.ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.0625rem; }   /* 65px */
.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }    /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }   /* 75px */
.ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 5rem; }        /* 80px */
.ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; }   /* 85px */
.ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; }    /* 90px */
.ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.9375rem; }   /* 95px */
.ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 6.25rem; }   /* 100px */
.ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 6.5625rem; } /* 105px */
.ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.875rem; }  /* 110px */
.ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 7.1875rem; } /* 115px */
.ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 7.5rem; }    /* 120px */
.ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 7.8125rem; } /* 125px */

/*------------------------------------------*/
/*  VECTOR ICON BACKGROUND
/*------------------------------------------*/ 

.shape-ico {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.shape-ico span {
  position: relative;
  z-index:  2;
}

.shape-ico svg {
  position: absolute;
  z-index:  1;
}

.ico-50 .shape-ico svg {
  width: 130px;
  height: 130px;
  top: -35px;
  left: calc(50% - 60px);
}

.fbox-11 .ico-50 .shape-ico svg {
  top: -40px;
  left: calc(50% - 70px);
}

.ico-55 .shape-ico svg {
  width: 135px;
  height: 135px;
  top: -30px;
  left: calc(50% - 60px);
}

.ico-60 .shape-ico svg {
  width: 140px;
  height: 140px;
  top: -30px;
  left: calc(50% - 65px);
}

.theme--dark .shape-ico svg path {
  fill: #1d1d1d;
}

/*------------------------------------------*/
/*  MORE BUTTON
/*------------------------------------------*/ 

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

/*------------------------------------------*/
/*  GRAYSCALE IMAGE
/*------------------------------------------*/ 

.grey-img img {
  filter: grayscale(100%);
}

/*------------------------------------------*/
/*  IMAGE HOVER OVERLAY
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, .5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  SECTION ID
/*------------------------------------------*/

.section-id {
  display: block;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 500; 
  text-transform: uppercase; 
  letter-spacing: 2px;
  margin-bottom: 30px;  
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.color--white,
.color--white h1,
.color--white h2, 
.color--white h3, 
.color--white h4, 
.color--white h5, 
.color--white h6, 
.color--white p, 
.color--white a, 
.color--white li,
.color--white i, 
.color--white span { color: #fff; }

.color--black,
.color--black h1, 
.color--black h2, 
.color--black h3, 
.color--black h4, 
.color--black h5, 
.color--black h6, 
.color--black p, 
.color--black a, 
.color--black li,
.color--black i, 
.color--black span { color: #363636!important; }

.theme--dark .color--black,
.theme--dark .color--black h2, 
.theme--dark .color--black h3, 
.theme--dark .color--black h4, 
.theme--dark .color--black h5, 
.theme--dark .color--black h6, 
.theme--dark .color--black p, 
.theme--dark .color--black a,
.theme--dark .color--black li, 
.theme--dark .color--black i,
.theme--dark .color--black span, 
.theme--dar .color--white .color--black { color: #fff!important; }

.color--grey, 
.color--grey h1, 
.color--grey h2, 
.color--grey h3, 
.color--grey h4, 
.color--grey h5, 
.color--grey h6, 
.color--grey p, 
.color--grey a, 
.color--grey li, 
.color--grey i, 
.color--grey span,
.color--white .color--grey { color: #ccc!important; }

.color--gold, 
.color--gold h1, 
.color--gold h2, 
.color--gold h3, 
.color--gold h4, 
.color--gold h5, 
.color--gold h6, 
.color--gold p, 
.color--gold a, 
.color--gold li, 
.color--gold i, 
.color--gold span,
.color--white .color--gold { color: #af8855!important; }

.color--magenta, 
.color--magenta h1, 
.color--magenta h2, 
.color--magenta h3, 
.color--magenta h4, 
.color--magenta h5, 
.color--magenta h6, 
.color--magenta p, 
.color--magenta a, 
.color--magenta li, 
.color--magenta i, 
.color--magenta span,
.color--white .color--magenta { color: #b25996!important; }

.color--red, 
.color--red h1, 
.color--red h2, 
.color--red h3, 
.color--red h4, 
.color--red h5, 
.color--red h6, 
.color--red p, 
.color--red a, 
.color--red li, 
.color--red i, 
.color--red span,
.color--white .color--red { color: #e55d42!important; }

.color--yellow, 
.color--yellow h1, 
.color--yellow h2, 
.color--yellow h3, 
.color--yellow h4, 
.color--yellow h5, 
.color--yellow h6, 
.color--yellow p, 
.color--yellow a, 
.color--yellow li, 
.color--yellow i, 
.color--yellow span,
.color--white .color--yellow { color: #ffb30c!important; }




/* ==========================================================================
  03. PRELOAD ANIMATION
  ========================================================================== */

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}

#loading { 
  background-color: #f5f4f2;
}

#loading.loading-magenta {
  background-color: #f2e3ed;
}

#loading.loading-poudre {
  background-color: #f7efec;
}

#loading.loading-red {
  background-color: #f9efed;
}

.theme--dark #loading,
.theme--dark #loading.loading-magenta,
.theme--dark #loading.loading-poudre,
.theme--dark #loading.loading-red { 
  background-color: #212223;
}

#loading-center {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  height: 100px;
  width: 100px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}

.loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #cc9889 #cc9889 transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loading-black .loader {
  border-color: #262b2f #262b2f transparent;
}

.loading-magenta .loader {
  border-color: #b25996 #b25996 transparent;
}

.loading-poudre .loader {
  border-color: #d896a9 #d896a9 transparent;
}

.loading-red .loader {
  border-color: #f29180 #f29180 transparent;
}

.theme--dark .loader,
.theme--dark .loading-black .loader,
.theme--dark .loading-magenta .loader,
.theme--dark .loading-poudre .loader,
.theme--dark .loading-red .loader {
  border-color: #ddd #ddd transparent;
}

.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #cc9889 #cc9889;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loading-black .loader::after {
  border-color: transparent #262b2f #262b2f;
}

.loading-magenta .loader::after {
  border-color: transparent #b25996 #b25996;
}

.loading-poudre .loader::after {
  border-color: transparent #d896a9 #d896a9;
}

.loading-red .loader::after {
  border-color: transparent #f29180 #f29180;
}

.theme--dark .loader::after,
.theme--dark .loading-black .loader::after,
.theme--dark .loading-magenta .loader::after,
.theme--dark .loading-poudre .loader::after,
.theme--dark .loading-red .loader::after {
  border-color: #ddd #ddd transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
    
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
    
    


/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo {
  line-height: 66px;
}

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 42px;
}

.desktoplogo.logo-square img {
  max-height: 54px;
}

/*------------------------------------------*/
/*  NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  padding: 20px 0;
  background-color: transparent!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  padding: 6px 0;
  background-color: #fff!important;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.theme--dark .white-menu .wsmainfull {
  background-color: #151515!important;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
}

.dark-menu .wsmainfull {
  padding: 6px 0;
  background-color: #151515!important;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
}

#header.hiddden-header {
  display: none;
}

.hidden-nav .wsmainfull {
  margin-top: -140px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 0.8rem;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;  
  margin: 0 7px;
  padding: 10px 15px;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
  color: #363636;
}

.navbar-light .wsmenu > .wsmenu-list > li > a.h-link,
.theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
  color: #fff;
}

.wsmenu > .wsmenu-list > li > a.h-link.last-link {
  padding: 10px 0px;
  margin: 0;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER BUTTONS
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 0.75rem;
  line-height: 30px;
  padding: 4px 28px;
  margin: 14px 0 0 8px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  width: auto;
  min-width: 220px;
  top: 62px;
  padding: 16px 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu,
.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu {
  background-color: #151515;
  border-color: #151515;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  background-color: rgba(244, 244, 249, 0);
  color: #363636;
  font-size: 0.775rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: #ccc;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: transparent!important;
  padding: 5px 0 5px 5px;
}

/*------------------------------------------*/
/*  HALFMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 62px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 36%;
  padding: 18px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  background-color: #151515;
  border-color: #151515;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.icons-menu { 
  right: 2%; 
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  background-color: rgba(244, 244, 249, 0);
  color: #363636;
  font-size: 0.775rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}

.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #ccc;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: transparent!important;
  padding: 5px 0 5px 5px;
}

/*------------------------------------------*/
/*  NAVBAR HOVER
/*------------------------------------------*/

.navbar-light .wsmenu-list > li > a.h-link:hover {
  color: #eee!important;
}

.navbar-dark .wsmenu-list > li > a.h-link:hover {
  color: #1d222f!important;
}

.dark-menu .wsmenu-list > li > a.h-link:hover {
  color: #ccc!important;
}

.theme--dark .navbar-light .wsmenu-list > li > a.h-link:hover,
.theme--dark .navbar-dark .wsmenu-list > li > a.h-link:hover {
  color: #ccc!important;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #363636!important;
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #ccc!important;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #aaa!important;
}

.wsmenu > .wsmenu-list.nav-gold > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-gold > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-gold > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #af8855!important;
}

.wsmenu > .wsmenu-list.nav-magenta > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-magenta > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-magenta > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #b25996!important;
}

.wsmenu > .wsmenu-list.nav-red > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-red > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-red > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #e55d42!important;
}

/*------------------------------------------*/
/*  HIDDEN NAVBAR SCROLL
/*------------------------------------------*/

.hidden-nav .wsmainfull.scroll {
  margin-top: 0;
}

/*------------------------------------------*/
/*  NAVBAR WHITE SCROLL
/*------------------------------------------*/

.tra-menu.white-scroll .wsmainfull.scroll,
.white-menu.white-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: #fff!important;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.theme--dark .tra-menu.white-scroll .wsmainfull.scroll,
.theme--dark .white-menu.white-scroll .wsmainfull.scroll {
  background-color: #151515!important;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
}

.tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link, 
.tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: #353f4f;
}

.theme--dark .tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link, 
.theme--dark .tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: #fff;
}

.navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: #1c1c1c!important;
}

.theme--dark .navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: #ccc!important;
}

/*------------------------------------------*/
/*  NAVBAR BLACK SCROLL
/*------------------------------------------*/

.tra-menu.black-scroll .wsmainfull.scroll,
.dark-menu.black-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: #151515!important;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: #fff;
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link:hover {
  color: #ccc!important;
}

/*------------------------------------------*/
/*  WHITE SCROLL BUTTONS
/*------------------------------------------*/

.white-scroll .scroll .btn--tra-white {
  color: #353f4f!important;
  border-color: #353f4f!important;
}

.theme--dark .white-scroll .scroll .btn--tra-white {
  color: #fff!important;
  border-color: #fff!important;
}

.theme--dark .white-scroll .scroll .hover--white:hover {
  color: #363636!important;
  background-color: #fff!important;
  border-color: #fff!important;
}

/*------------------------------------------*/
/*  BLACK SCROLL BUTTONS
/*------------------------------------------*/

.black-scroll .scroll .btn--tra-black {
  color: #fff!important;
  border-color: #fff!important;
}

/*------------------------------------------*/
/*  LOGO IMAGE
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.theme--dark .navbar-dark .logo-black,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-dark.black-scroll .scroll .logo-black,
.theme--dark .tra-menu.navbar-light .scroll .logo-black {
  display: none;
}

.theme--dark .navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-dark.black-scroll .scroll .logo-white,
.theme--dark .tra-menu.navbar-light .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  ========================================================================== */

.hero-section,
.hero-section .container {
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 550px;
}

.slider .slides {
  margin: 0;
  height: 550px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0; 
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

/*------------------------------------------*/
/*  HERO SLIDESHOW
/*------------------------------------------*/

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------------------*/
/*  HERO-1
/*------------------------------------------*/

#hero-1 .caption {
  margin-top: 60px;
}

#hero-1 .caption h2 {
  font-size: 5.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

#hero-1 .caption h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}

#hero-1 .caption .btn {
  margin-top: 40px;
}

/*------------------------------------------*/
/*  HERO-2
/*------------------------------------------*/

#hero-2 {
  padding-top: 140px;
}

/*------------------------------------------*/
/*  HERO-3
/*------------------------------------------*/

#hero-3 {
  margin-top: 75px;
  padding-top: 120px;
}

#hero-3:after {
  background-color: #f2f2f0;
  position: absolute;
  width: 100%;
  height: 86%;
  top: 0;
  content: '';
  z-index: -1;
}

.theme--dark #hero-3:after {
  background-color: #1c1d1e;
}

.hero-3-txt {
  text-align: center;
  margin-bottom: 70px;
  padding: 0 14%;
}

.hero-3-txt h2 {
  font-size: 3.85rem;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO-4
/*------------------------------------------*/

#hero-4 {
  padding-top: 170px;
}

#hero-4-1 {
  padding: 0 14% 0 8%;
}

#hero-4-1 h4,
#hero-4-1 h3  {
  line-height: 1.35;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO-5
/*------------------------------------------*/

#hero-5 {
  text-align: center;
  padding-top: 80px;
}

.hero-logo {
  margin-bottom: 40px;
}

.hero-logo img {
  width: auto;
  max-width: inherit;
  max-height: 92px;
}

.hero-5-txt h2 {
  font-size: 4rem;
  margin-bottom: 18px;
}

.hero-5-txt p {
  font-size: 1.4rem;
  margin-bottom: 32px;
}

.hero-5-img {
  margin-top: 70px;
}

.hero-5-img .col {
  padding: 0 5px;
}

#hero-5-1, #hero-5-3 {
  margin-top: 30px;
}


/*------------------------------------------*/
/*  HERO-6
/*------------------------------------------*/

#hero-6 .caption {
  margin-top: 50px;
}

#hero-6 .caption h2 {
  font-family: 'Jost', sans-serif;
  font-size: 8.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#hero-6 .caption p {
  font-size: 1.35rem;
  padding: 0 10%;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*  HERO-8
/*------------------------------------------*/

#hero-7 {
  padding-top: 200px;
}

.hero-7-txt {
  padding-right: 5%;
}

.hero-7-txt h2 {
  font-size: 4.35rem;
  margin-bottom: 15px;
}

.hero-7-txt p {
  font-size: 1.325rem;
  margin-bottom: 0;
}

.hero-7-btn {
  position: relative;
  z-index: 2;
}

#hero-7 .col-md-5, #hero-8 .col-md-7 {
  margin: 0;
  padding: 0;
}

.hero-7-img {
  margin-top: 70px;
}

.hero-7-img img {
  width: auto;
  max-width: inherit;
  max-height: 480px;
}

#hero-7 .tra-header {
  top: 22%;
  opacity: .06;
  z-index: -1;
}

#hero-7 .tra-header h2 {
  font-size: 11rem;
}

/*------------------------------------------*/
/*  HERO-8
/*------------------------------------------*/

#hero-8 .slider {
  margin-top: 80px;
}

/*------------------------------------------*/
/*  HERO-9
/*------------------------------------------*/

#hero-9 {
  text-align: center;
  position: relative;
  background-image: url(../images/hero-9.jpg);
  padding-top: 220px;
  padding-bottom: 150px;
}

#hero-91 .container {
  position: relative;
}

.hero-9-txt h2 {
  font-size: 4.65rem;
  margin-bottom: 35px;
}

.tra-header {
  width: 100%;
  position: absolute;
  top: 23%;
  left: 0;
  text-align: center;
  opacity: .15;
}

.tra-header h2 {
  font-family: 'Alex Brush', cursive;
  font-size: 12rem;
}

/*------------------------------------------*/
/*  HERO-10
/*------------------------------------------*/

#hero-10 {
  position: relative;
  background-image: url(../images/hero-10.jpg);
  padding-top: 200px;
  padding-bottom: 100px;
}

.hero-10-txt h2 {
  font-size: 5rem;
  letter-spacing: -2px;
  margin-bottom: 14px;
}

.hero-10-txt p {
  font-size: 1.25rem;
  padding-right: 20%;
  margin-bottom: 35px;
}

.hero-10-schedule {
  margin-right: 10px;
}

.hero-10-schedule h5 {
  margin-bottom: 20px;
}

.hero-10-schedule p {
  line-height: 1;
  margin-bottom: 12px;
}

.hero-10-schedule p span {
  font-weight: 600;
  margin-left: 15px;
}

/*------------------------------------------*/
/*  HERO-11
/*------------------------------------------*/

#hero-11 {
  position: relative;
  background-image: url(../images/hero-11.jpg);
  padding-top: 210px;
  padding-bottom: 120px;
}

.hero-11-txt h5 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.hero-11-txt h2 {
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.hero-11-txt p {
  font-size: 1.3rem;
  padding-right: 10%;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*  HERO-12
/*------------------------------------------*/

#hero-12 {
  margin-top: 75px;
}

#hero-12 .caption {
  margin-top: 15px;
}

#hero-12 .caption span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 50px;
}

#hero-12 .caption h2 {
  font-size: 5rem;
  margin-bottom: 35px;
}




/* ==========================================================================
  06. ABOUT
  ========================================================================== */ 

.about-8:after {
  position: absolute;
  width: 100%;
  height: 92%;
  top: 4%;
  content: '';
  z-index: -1;
}

.about-3-wrapper {
  margin: 0 -5%;
}

.abox-3.txt-block {
  padding: 60px 60px 70px;
}

.about-4 .txt-block {
  position: relative;
  padding: 90px;
  z-index: 3;
}

.about-5 .txt-block {
  text-align: center;
  padding: 0 5%;
}

.a6-txt {
  text-align: center;
  padding: 35px 30px 40px;
  margin-bottom: 30px;
}

#a8-1 {
  position: relative;
  margin-bottom: -70px;
}

#a8-3 {
  position: relative;
  margin-top: -70px;
}

.about-8-txt.left-column {
  position: relative;
  padding-left: 50px;
  padding-right: 100px;
}

.about-8-txt.right-column {
  position: relative;
  padding-left: 100px;
  padding-right: 50px;
}

.about-8-txt.right-column:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #6c757d;
  width: 110px;
  left: -40px;
  top: 20px;
}

.about-8-txt.left-column:after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #6c757d;
  width: 210px;
  right: -40px;
  top: 25px;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/

.about-1 .txt-block p,
.about-2 .txt-block p {
  padding: 0 3%;
}

.about-6-txt h4 {
  line-height: 1.35;
  margin-bottom: 8px;
}

.about-6-txt p {
  margin-bottom: 3px;
}

.about-6-txt p a {
  font-size: 1.1875rem;
  font-weight: 500;
  margin-bottom: 3px;
}

.about-6-txt p.mb-0 {
  margin-bottom: 0;
}

.about-5 .txt-block .btn {
  margin-top: 15px;
}

.about-8-txt h4,
.about-8-txt h3 {
  margin-bottom: 14px;
}

.about-8-txt p {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  ABOUT IMAGES
/*------------------------------------------*/

#ab-4-1 {
  position: relative;
  margin: 100px -70px 0 0;
  z-index: 4;
}

#ab-4-2 {
  position: relative;
  margin: 60px 0 0 -70px;
  z-index: 4;
}

#ab-5-1 {
  position: relative;
  margin: 80px 30px 0 -150px;
  z-index: 4;
}

#ab-5-2 {
  position: relative;
  margin: 80px 20% 0 30%;
  z-index: 4;
}

#ab-5-3 {
  position: relative;
  margin: 140px -100px 0 20px;
  z-index: 4;
}

.about-8-img.left-column {
  padding-right: 50px;
}

.about-8-img.right-column {
  padding-left: 50px;
}




/* ==========================================================================
  07. SERVICES
  ========================================================================== */ 

.sbox-4 .section-id,
.sbox-5 .section-id {
  font-size: 0.7rem;
  margin-bottom: 12px;
}

/*------------------------------------------*/
/*  SERVICE BOX 
/*------------------------------------------*/

.sbox-5-wrapper .rows-2 .sb-1,
.sbox-5-wrapper .rows-2 .sb-2,
.sbox-5-wrapper .rows-2 .sb-3 {
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  SERVICE BOX ICON
/*------------------------------------------*/ 

.sbox-ico {
  margin-bottom: 20px;
}

.sbox-4 h6,
.sbox-4 h5,
.sbox-5 h6,
.sbox-5 h5,
.sbox-txt h6, 
.sbox-txt h5,
.sbox-txt h4 {
  margin-bottom: 10px;
} 

.sbox-3 p {
  color: #363636;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.theme--dark .sbox-3 p {
  color: #fff;
}

.sbox-txt p {
  margin-bottom: 0;
}

.services-section .more-btn {
  margin-top: 60px;
}

.theme--dark .services-section .sbox-ico span {
  color: #d8d8d8!important;
}

.theme--dark .services-section .sbox-ico span.color--gold {
  color: #af8855!important;
}

.theme--dark .services-section .sbox-ico span.color--magenta {
  color: #b25996!important;
}

/*------------------------------------------*/
/*  SBOX LINK
/*------------------------------------------*/ 

h4.sbox-link a,
h5.sbox-link a {
  position: relative;
  color: #201e29;
  padding-bottom: 10px;
  text-decoration: none;
}

h4.sbox-link a:after,
h5.sbox-link a:after {
  content: '';
  background-color: #201e29;
  width: 20%;
  height: 2.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.sbox-4:hover h4.sbox-link a:after,
.sbox-5:hover h4.sbox-link a:after,
.sbox-4:hover h5.sbox-link a:after,
.sbox-5:hover h5.sbox-link a:after {
  width: 100%;
  opacity: 1;
}

/*------------------------------------------*/
/*  SBOX IMAGE
/*------------------------------------------*/

.sbox-4-img,
.sbox-5-img {
  margin-bottom: 30px;
}

.sbox-4 .item-overlay,
.sbox-5 .item-overlay {
  background: rgba(20, 20, 20, .3);
}

.sbox-4:hover img,
.sbox-5:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.sbox-4:hover .item-overlay,
.sbox-5:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}




/* ==========================================================================
  08. CONTENT
  ========================================================================== */ 

.ct-05 .container:after,
.ct-06 .container:after {
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
}

.ct-05 .container:after {
  width: 85%;
  left: 0;
  z-index: -1;
}

.ct-06 .container:after {
  width: 85%;
  left: 15%;
  z-index: -1;
}

.ct-11-wrapper {
  width: 100%;
  height: 480px;
}

.ct-12 {
  width: 100%;
  height: 550px;
}

/*------------------------------------------*/
/*  TEXT BLOCK
/*------------------------------------------*/ 

.ct-01 .txt-block {
  padding-right: 60px;
}

.ct-02 .txt-block {
  padding-left: 60px;
}

.ct-03 .left-column {
  padding-right: 15px;
}

.ct-03 .left-column .ct-03-txt {
  padding-right: 45px;
}

.ct-03 .right-column {
  padding-left: 15px;
}

.ct-05 .txt-block {
  padding: 130px 25px 130px 60px;
}

.ct-06 .txt-block {
  padding: 130px 45px 130px 40px;
}

.ct-07 .txt-block {
  padding: 0 40px 0 80px;
}

.ct-08 .txt-block {
  padding: 0 70px 0 50px;
}

.ct-table .left-column {
  padding-right: 25px;
}

.ct-table .right-column {
  padding-left: 25px;
}

.ct-13 .txt-block {
  padding: 30px 40px;
  margin-left: 20px;
  margin-right: 30px;
}

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.ct-table h3,
.ct-table h2,
.txt-block h2 {
  margin-bottom: 20px;
}

.ct-09-txt h3,
.ct-09-txt h2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.ct-13 .txt-block h4 {
  margin-bottom: 20px;
}

p.ct-09-address {
  color: #363636;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.theme--dark p.ct-09-address {
  color: #fff;
}

.txt-block .btn {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  ADVANTAGES LIST
/*------------------------------------------*/

.advantages li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.advantages-links-divider {
  position: relative;
  top: 6px;
}

.advantages li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.advantages li p.mr-20 {
  position: relative;
  top: 1px;
}

.advantages.ico-30 li p span {
  position: relative;
  right: 1px;
}

.advantages.ico-30 [class*="flaticon-"]:before, 
.advantages.ico-30 [class*="flaticon-"]:after { font-size: 1.4rem; }

.advantages li p a {
  font-weight: 400;
  text-decoration: underline;
}

.ct-09-txt .advantages p a {
  color: #363636;
  font-weight: 500;
}

.theme--dark .ct-09-txt .advantages p a {
  color: #ccc;
}

.advantages li p a:hover {
  text-decoration: underline;
}

/*------------------------------------------*/
/*  CONTENT TABLES
/*------------------------------------------*/ 

.content-section .table>:not(caption)>*>* {
  background-color: transparent;
}

.txt-table h4, 
.txt-table h3 {
  margin-bottom: 25px;
}

.txt-table table {
  margin-bottom: 0;
}

.txt-table .table td,
.txt-table .table th {
  padding: 14px 0;
  border-top: none;
  border-bottom: 1px dashed #aaa;
}

.theme--dark .txt-table .table td,
.theme--dark .txt-table .table th {
  border-bottom: 1px dashed #666;
}

.ct-table .txt-table .table td {
  font-size: 1.125rem!important;
}

.txt-table .table .last-tr td,
.txt-table .table .last-tr th {
  border-bottom: none;
}

td.text-end {
  color: #363636;
  font-weight: 600;
}

.ct-table .txt-table .table td.text-end {
  font-size: 1.0625rem!important;
}

.theme--dark tr td,
.theme--dark td.text-end,
.content-section .color--white .table td {
  color: #fff;
}

/*------------------------------------------*/
/*  ACCORDION  
/*------------------------------------------*/

 .txt-block .accordion.mt-5 {
  margin-top: 35px!important;
 }

.txt-block .accordion .accordion-item {
  background-color: transparent;
  padding: 10px 0;
  border: none;
  border-radius: 0 0;
}

.txt-block .accordion .accordion-thumb {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}

.bg--black .txt-block .accordion .accordion-thumb,
.theme--dark .txt-block .accordion .accordion-thumb {
  border-bottom: 1px solid #555;
}

.txt-block .accordion .accordion-item .accordion-thumb:after,
.txt-block .accordion .accordion-item.is-active .accordion-thumb:after {
  color: #363636;
  font-family: Flaticon;
  position: absolute;
  font-weight: 300; 
}

.bg--black .txt-block .accordion .accordion-item .accordion-thumb:after,
.theme--dark .txt-block .accordion .accordion-item .accordion-thumb:after,
.bg--black .txt-block .accordion .accordion-item.is-active .accordion-thumb:after, 
.theme--dark .txt-block .accordion .accordion-item.is-active .accordion-thumb:after {
  color: #fff;
}

.txt-block .accordion .accordion-item .accordion-thumb:after {
  content: "\f1a2";
  font-size: 1rem;
  top: -3px;
  right: 0;
}

.txt-block .accordion .accordion-item.is-active .accordion-thumb:after {
  content: "\f1a3";
}

.txt-block .accordion .accordion-thumb p {
  color: #363636;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}

.bg--black .txt-block .accordion .accordion-thumb p,
.theme--dark .txt-block .accordion .accordion-thumb p {
  color: #fff;
}

.txt-block .accordion .accordion-panel {
  margin: 0;
  padding: 18px 0 10px 0;
  display: none;
}

.bg--black .txt-block .accordion .accordion-panel p,
.theme--dark .txt-block .accordion .accordion-panel p {
  color: #ccc;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/ 

.ct-04 .img-block.left-column {
  padding-right: 50px;
}

.ct-04 .img-block.right-column {
  padding-left: 50px;
}

.ct-09 .left-column:hover img,
.ct-09 .right-column:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}




/* ==========================================================================
  09. GALLERY
  ========================================================================== */

#gallery-2 .col,
#gallery-2 .row.row-cols-lg-4 {
  padding: 0 8px;
}

#gallery-3 .col {
  padding: 0 10px;
}

#img-2-1, #img-2-2, #img-2-3, #img-2-4 {
  margin-bottom: 16px;
}

#gallery-3 .section-title {
  text-align: center;
  margin-bottom: 50px;
}

#gallery-3 .section-title h3 {
  line-height: 1;
}

#gallery-1 .gallery-image {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  GALLERY-4 IMAGES
/*------------------------------------------*/ 

#img-4-1 {
  margin-top: 450px;
  padding-right: 40px;
}

#img-4-2 {
  position: relative;
  margin-top: 50px;
  padding-right: 60px;
}

#img-4-3 {
  margin-bottom: 70px;
}

#img-4-4 {
  position: relative;
  padding-right: 30px;
}

#img-4-2 .hover-overlay,
#img-4-4 .hover-overlay {
  position: relative;
  z-index: 6;
}

#img-4-5 {
  margin-top: 110px;
  padding-left: 40px;
}

#img-4-6 {
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 15px;
}

/*------------------------------------------*/
/*  GALLERY-4 IMAGE SHAPE
/*------------------------------------------*/ 

.img-4-2-shape {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 260px;
  height: 540px;
  z-index: 3;
}

.img-4-4-shape {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 260px;
  height: 280px;
  z-index: 3;
}

/*------------------------------------------*/
/*  IMAGE DESCRIPTION
/*------------------------------------------*/

.image-data {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.gallery-video.image-data {
  opacity: 1;
  bottom: 0;
  left: 5px;
}

.image-data {
  bottom: 30px;
}

.gallery-link {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.gallery-image:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.gallery-image:hover .image-data,
.gallery-image:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}

/*------------------------------------------*/
/*  MORE BUTTON
/*------------------------------------------*/

.gallery-section .more-btn {
  margin-top: 30px;
}

#gallery-1.gallery-section .more-btn {
  margin-top: 50px;
}

#gallery-4.gallery-section .more-btn {
  margin-top: 70px;
}




/* ==========================================================================
  10. TESTIMONIALS
  =========================================================================== */

.reviews-3-wrapper:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 86%;
  height: 80%;
  top: 13%;
  left: 7%;
}

/*------------------------------------------*/
/*  TESTIMONIAL
/*------------------------------------------*/

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

.review-1-txt { 
  border: 1px solid #eee;
  padding: 60px 35px 40px;
  margin: 0 10px 30px;    
  overflow: visible;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.review-2 { 
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.review-3 { 
  padding: 45px 40px 35px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
}

#rw-3-1, #rw-3-2 {
  margin-bottom: 20px;
}

#rw-3-5, #rw-3-6 {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  TESTIMONIAL DATA
/*------------------------------------------*/ 

.review-avatar {
  position: relative;
}

.review-1 .review-avatar {
  display: inline-block;
  margin: 0 auto -40px;  
}

.review-3 .review-avatar {
  margin: 0 auto; 
  float: left;
}

.review-avatar img,
.owl-item .review-avatar img {
  width: 86px;
  height: 86px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.review-3 .review-avatar img {
  width: 64px;
  height: 64px;
}

/*------------------------------------------*/
/*  RS LOGO
/*------------------------------------------*/ 

.rs-logo {
  text-align: center;
  position: absolute;
  right: -14px;
  bottom: 0px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
}

.review-3 .rs-logo {
  width: 32px;
  height: 32px;
  padding: 0!important;
}

.review-1 .rs-logo img {
  width: 26px;
  height: 26px;
}

.review-3 .rs-logo img {
  width: 20px;
  height: 20px;
}

/*------------------------------------------*/
/*  TESTIMONIAL AUTHOR
/*------------------------------------------*/ 

.review-3 .author-data {
  margin-top: 25px;
}

.review-2 .review-author {
  margin-top: 15px;
}

.review-3 .review-author {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 25px;
}

.review-author p {
  color: #363636;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.theme--dark .review-author p {
  color: #fff;
}

.review-3 .review-txt .review-author p {
  margin-bottom: 0;
}

.review-author span {
  display: block;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  TESTIMONIAL RATING
/*------------------------------------------*/ 

.review-1 .star-rating {
  margin-top: 14px;
  margin-bottom: 10px;
}

.review-2 .star-rating {
  margin-bottom: 10px;
}

.review-3 .star-rating {
  margin-bottom: 5px;
}

.reviews-section .star-rating span {
  position: relative;
}

.review-2 .star-rating span {
  padding: 0 1px;
}

.reviews-section .star-rating.ico-15 [class^="flaticon-"]:before,
.reviews-section .star-rating.ico-15 [class^="flaticon-"]:after {
  font-size: 1.025rem;
}

.reviews-section .star-rating.ico-20 [class^="flaticon-"]:before,
.reviews-section .star-rating.ico-20 [class^="flaticon-"]:after {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  TESTIMONIAL TEXT
/*------------------------------------------*/

.review-3 .review-ico {   
  position: relative;
  margin-top: -25px;
  margin-left: -10px;
  opacity: .1;
}

.review-3 .review-txt {
  position: relative;
  margin-top: -45px;
}

.review-3 .review-txt h6 {
  margin-bottom: 15px;
}

.review-1-txt p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  TESTIMONIAL CAROUSEL DOTS
/*------------------------------------------*/

.reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #6f6f6f;
  margin: 0 7px;
}

.theme--dark .owl-theme .owl-dots .owl-dot span {
  background-color: #333;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #363636;
}

.theme--dark .owl-theme .owl-dots .owl-dot:hover span,
.theme--dark .owl-theme .owl-dots .owl-dot.active span {
  background: #777;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}




/* ==========================================================================
  11. GIFT CARDS
  =========================================================================== */

/*------------------------------------------*/
/*  GIFT CARD
/*------------------------------------------*/ 

.gift-card {
  text-align: center;
  padding: 60px 30px;
  border: 2px solid #555;
}

.theme--dark .gift-card {
  background-color: #1c1d1e;
  border: 2px solid #1c1d1e;
}

.gift-card h4 {
  margin-bottom: 25px;
}

.gift-card span {
  font-family: 'Jost', sans-serif;
  color: #363636;
  font-size: 4.55rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.gift-card sup {
  font-family: 'Jost', sans-serif;
  color: #363636;
  font-size: 3.35rem;
  font-weight: 500;
  top: -9px;
  right: 3px;
}

.gift-card p {
  margin-top: 15px;
  margin-bottom: 30px;
}

.theme--dark .gift-card span,
.theme--dark .gift-card sup {
  color: #ccc;
}




/* ==========================================================================
  12. BRANDS
  =========================================================================== */

/*------------------------------------------*/
/*  BRANDS SECTION TITLE
/*------------------------------------------*/ 

.brands-title {
  text-align: center;
  padding: 0 5%;
}

.brands-title h5 {
  margin-bottom: 0;
}

.brands-title p {
  color: #363636;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  BRANDS LOGO IMAGE
/*------------------------------------------*/ 

.brand-logo {
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
} 

#brands-1 .brands-carousel-5 .brand-logo {
  padding: 0 22px;
} 

#brands-1 .brands-carousel-6 .brand-logo {
  padding: 0 16px;
} 

#brands-2 .brand-logo {
  padding: 0 12px;
}   

.hero-section .owl-dots,
.brands-section .owl-dots {
  display: none;
}




/* ==========================================================================
  13. TEAM
  =========================================================================== */

.team-member .section-id {
  font-size: 0.7rem;
  margin-bottom: 18px;
}

.category-title h2 {
  line-height: 1;
}

#team-3 hr {
  border-color: #757575;
  margin: 40px 0 100px;
}

.theme--dark #team-3 hr {
  border-color: #aaa;
}

/*------------------------------------------*/
/*  TEAM MEMBER
/*------------------------------------------*/

.team-member {
  position: relative;
  text-align: center;
}

.team-member {
  margin-bottom: 60px;
}

/*------------------------------------------*/
/*  TEAM MEMBER PHOTO
/*------------------------------------------*/

.team-member-photo {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/*------------------------------------------*/
/*  TEAM MEMBER TYPOGRAPHY
/*------------------------------------------*/

.team-member-data {
  margin-top: 30px;
}

.team-member-data h5 {
  line-height: 1;
  margin-bottom: 16px;
}

.team-member-data h5 a {
  color: #363636;
}

.theme--dark .team-member-data h5 a {
  color: #fff;
}

#team-3 .team-member-data h5 {
  margin-bottom: 22px;
}

.team-member .item-overlay {
  background: rgba(20, 20, 20, .4);
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.tm-social li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
  margin: 0 10px;
  padding: 0;
}

.tm-social span {
  margin-bottom: 0;
}

.tm-social a {
  color: #656565;
  display: block;
  text-decoration: none;
}

/*------------------------------------------*/
/*  Team Member Hover
/*------------------------------------------*/

.team-member:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.team-member:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  14. ARTIST DETAILS
  ========================================================================== */

.artist-details {
  margin-top: 80px;
}

.artist-photo {
  padding-right: 20px;
}

.artist-bio {
  padding-left: 30px;
}

.artist-data {
  margin-top: 30px;
  margin-bottom: 20px;
}

.artist-bio .tm-social {
  margin-bottom: 25px;
}

.artist-bio .tm-social li {
  margin: 0 16px 0 0;
}

.theme--dark .artist-bio .tm-social li span {
  color: #aaa!important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.theme--dark .artist-bio .tm-social li:hover span {
  color: #f0f0f0!important;
}

.artist-data p {
  margin-bottom: 2px;
}

.artist-bio p span.sm-title {
  color: #363636;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}

.artist-prices-list p {
  margin-bottom: 6px;
}

.artist-prices-list p span {
  color: #363636;
  font-weight: 500;
}

.theme--dark .artist-prices-list p span,
.theme--dark .artist-bio p span.sm-title {
  color: #fff;
}

.artist-bio .booking-link {
  margin-top: 40px;
}




/* ==========================================================================
  15. PRICING
  ========================================================================== */

/*------------------------------------------*/
/*  PRICING WRAPPER
/*------------------------------------------*/

.pricing-2-wrapper,
.pricing-3-wrapper {
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 55px 60px;
  z-index: 5;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.p4-wrapper {
  padding: 90px 70px;
  overflow: hidden;
}

.pricing-4-table.left-column,
.pricing-section .pricing-1-table.left-column {
  padding-right: 15px;
}

.pricing-section .pricing-5-table.left-column {
  padding-right: 20px;
}

.pricing-4-table.right-column,
.pricing-section .pricing-1-table.right-column {
  padding-left: 15px;
}

.pricing-section .pricing-5-table.right-column {
  padding-left: 20px;
}

/*------------------------------------------*/
/*  PRICING TITLES
/*------------------------------------------*/ 

.pricing-title {
  line-height: 1;
  margin-bottom: 50px;
}

.pricing-4-title p {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-5-category.mb-4 {
  margin-bottom: 45px!important;
}

.pricing-5-category.mt-4 {
  margin-top: 55px!important;
}

.pricing-7-title {
  margin: 40px 0 30px;
}

#pb-7-1 {
  margin-right: 12px;
}

#pb-7-2 {
  margin-left: 6px;
  margin-right: 6px;
}

#pb-7-3 {
  margin-left: 12px;
}

/*------------------------------------------*/
/*  PRICING LIST
/*------------------------------------------*/ 

.pricing-list li {
  margin-bottom: 22px;
}

.pricing-5-table .pricing-list li {
  margin-bottom: 30px;
}

.pricing-list li:last-child,
.pricing-4 .pricing-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PRICING DETAILS
/*------------------------------------------*/ 

.detail-price {
  margin: 0;
  display: table;
}

.price-name {
  position: relative;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 10px 0 0;
}

.price-dots {
  position: relative;
  display: table-cell;
  height: 3px;
  width: 98%;
  z-index: 1;
  background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
  background-position: 50% 100%;
  background-size: 5px 2px;
  background-repeat: repeat-x;
}

.theme--dark .price-dots {
  background-image: radial-gradient(circle closest-side,#666 99%,transparent 100%);
}

.price-number {
  display: table-cell;
  width: 1%;
  padding: 0 0 0 10px;
  white-space: nowrap;
}

.price-name p,
.price-number p {
  color: #363636;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}

.theme--dark .price-name p,
.theme--dark .price-number p {
  color: #fff;
}

.price-number p {
  font-weight: 400;
}

.pricing-5 .price-name p,
.pricing-5 .price-number p {
  font-size: 1.1875rem;
}

.pricing-7 .price-name p,
.pricing-7 .price-number p {
  font-size: 1.15rem;
}

.pricing-4 .color--white .price-name p,
.pricing-4 .color--white .price-number p {
  color: #fff;
}

.pricing-6-item p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.pricing-6-item p.pricing-6-title {
  color: #363636;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 2px;
}

.pricing-6-item p.pricing-6-number {
  color: #363636;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  OLD PRICE
/*------------------------------------------*/

.old-price {
  position: relative;
  font-size: 1.25rem;
  color: #aaa!important;
  text-decoration: line-through;
  font-weight: 400;
  top: 1px;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  Pricing Item Description
/*------------------------------------------*/ 

.price-txt {
  margin-top: 6px;
}

.price-txt p {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.pricing-4 .color--white .price-txt p {
  color: #e2e3e4;
}

.pricing-notice p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PRICING IMAGE
/*------------------------------------------*/ 

.pricing-2-img {
  margin-right: -60px;
}

.pricing-3-img {
  margin-left: -60px;
}

.pricing-6-img {
  margin-bottom: 25px;
} 

.pricing-6-img .item-overlay {
  background: rgba(10, 10, 10, .1);
}

.pricing-6-item:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.pricing-6-item:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}




/* ==========================================================================
  16. BANNER
  ========================================================================== */

.banner-1-wrapper {
  background-image: url(../images/banner-1.jpg);
  padding: 90px 80px;
}

.banner-3 {
  background-image: url(../images/banner-3.jpg);
  padding-top: 90px;
  padding-bottom: 90px;
}

.banner-4 {
  background-image: url(../images/banner-4.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-5-wrapper.bg--img,
.banner-6-wrapper.bg--img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll!important;
}

.banner-5-wrapper.bg--img.bg--black,
.banner-6-wrapper.bg--img.bg--black {
  background-image: url(../images/banner-bg-black.jpg);
}

.banner-5-wrapper.bg--img.bg--beige,
.banner-6-wrapper.bg--img.bg--beige {
  background-image: url(../images/banner-bg-beige.jpg);
}

.banner-5 .left-column,
.banner-6 .left-column {
  padding-right: 0;
}

.banner-5 .right-column,
.banner-6 .right-column {
  padding-left: 0;
}

/*------------------------------------------*/
/*  BANNER TEXT
/*------------------------------------------*/ 

.banner-3-txt,
.banner-4-txt,
.banner-5-txt,
.banner-6-txt {
  text-align: center;
}

.discount-data {
  display: inline-block;
}

.discount-title {
  margin-bottom: 5px;
}

.discount-digit {
  display: inline-block;
  float: left;
}

.discount-txt {
  text-align: center;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 5px;
}

.banner-3 .discount-txt {
  top: 12px;
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/ 

.banner-1-txt .section-id {
  margin-bottom: 35px;
}

.banner-2-txt .section-id {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.banner-1-txt h2,
.banner-2-txt h2 {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.banner-1-txt h2 span,
.banner-2-txt h2 span {
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.banner-1-txt h3,
.banner-2-txt h3 {
  font-size: 3.35rem;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.discount-title h5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.discount-digit h2 {
  font-family: 'Jost', sans-serif;
  font-size: 9.35rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -6px;
  margin-bottom: 0;
}

.banner-3 .discount-digit h2 {
  font-size: 11rem;
}

.discount-txt h2 { 
  font-family: 'Jost', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -5px;
}

.banner-3 .discount-txt h2 { 
  font-size: 6.35rem;
}

.discount-txt h3 { 
  font-family: 'Jost', sans-serif;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}

.banner-3 .discount-txt h3 { 
  font-size: 2.85rem;
}

.discount-description h4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.85rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.discount-description p {
  padding: 0 15%;
  margin-bottom: 20px;
}

.discount-link p {
  margin-top: 15px;
  margin-bottom: 0;
}

.banner-4-txt h5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 35px;
}

.banner-4-txt h3 {
  font-family: 'Jost', sans-serif;
  font-size: 5.05rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin-bottom: 2px;
}

.banner-4-txt h2 {
  font-family: 'Jost', sans-serif;
  font-size: 8.25rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 35px;
}




/* ==========================================================================
  17. FAQs
  =========================================================================== */

.questions-wrapper hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.question .col-lg-6 h5 {
  line-height: 1.4;
}




/* ==========================================================================
  18. NEWSLETTER
  ========================================================================== */

.newsletter-wrapper {
  padding: 80px 0 60px;
}

.newsletter-wrapper.bg--img {
  background: url(../images/newsletter.jpg); 
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll!important;
}

#newsletter-2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

#newsletter-1 .newsletter-form {
  padding: 0 14%;
}

#newsletter-2 .newsletter-form {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  NEWSLETTER TITLE
/*------------------------------------------*/

.newsletter-section .section-title {
  margin-bottom: 40px;
}

.newsletter-section .section-title p {
  font-size: 1.15rem;
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
  height: 52px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  color: #363636;
  font-size: 1.1875rem;
  padding: 0 8px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; 
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;    
}

.newsletter-section .bg--img .form-control {
  border-bottom: 1px solid #fff;
  color: #fff;  
}

.newsletter-section .input-group > .custom-select:not(:last-child), 
.newsletter-section .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
  border-color: #363636;
  outline: 0;
  box-shadow: none;
}

.newsletter-section .bg--img .form-control:focus {
  border-color: #f5f6f7;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder { color: #6f6f6f; } 
.newsletter-section .form-control:-ms-input-placeholder { color: #6f6f6f; } 
.newsletter-section .form-control::-webkit-input-placeholder { color: #6f6f6f; } 

.newsletter-section .bg--img .form-control::-moz-placeholder { color: #fff; } 
.newsletter-section .bg--img .form-control:-ms-input-placeholder { color: #fff; } 
.newsletter-section .bg--img .form-control::-webkit-input-placeholder { color: #fff; } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.newsletter-section .btn {
  width: 100%; 
  height: 52px;
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 2px;
  margin-left: 15px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  color: #262b2f;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
}

.newsletter-section .form-notification.valid,
.newsletter-section .form-notification.error {
  color: #fc2f4b;
}

.newsletter-section .newsletter-form.valid {
  color: #0fbc49;
}




/* ==========================================================================
  19. BLOG
  ========================================================================== */

#blog-page {
  margin-top: 80px;
}

/*------------------------------------------*/
/*  BLOG POST TYPOHRAPHY
/*------------------------------------------*/ 

.post-tag {
  font-size: 0.775rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.blog-post a {
  color: #363636;
}

.theme--dark .blog-post a {
  color: #fff;
}

.post-link {
  line-height: 1.3;
  margin-bottom: 20px;
}

#blog-1 .post-link {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  BLOG POST IMAGE
/*------------------------------------------*/ 

.blog-post-img {
  margin-bottom: 40px;
}

.blog-post .item-overlay {
  background: rgba(10, 10, 10, .1);
}

.blog-post:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.blog-post:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}




/* ==========================================================================
  20. SINGLE BLOG POST
  ========================================================================== */

#single-post {
  margin-top: 80px;
}

.post-content {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  Single Post Title
/*------------------------------------------*/

.single-post-title {
  text-align: center;
  margin-bottom: 50px;
}

.single-post-title h2 {
  line-height: 1.3;
  padding: 0 3%;
  margin-bottom: 20px;
}

.single-post-title .post-tag {
  margin-bottom: 40px;
}

.single-post-title .post-tag a {
  color: #363636;
  font-weight: 600;
}

.theme--dark .single-post-title .post-tag a {
  color: #fff;
}

/*------------------------------------------*/
/*  Single Post Text
/*------------------------------------------*/

.single-post-txt {
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
}

.theme--dark .single-post-txt {
  border-bottom: 1px solid #666;
}

.single-post-txt h5,
.single-post-txt h4 {
  margin-top: 28px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Single Post Image
/*------------------------------------------*/

.post-inner-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  POST TAGS
/*------------------------------------------*/ 

.post-tags h5 {
  line-height: 1;
  margin-bottom: 35px;
}

.post-tags span a {
  background-color: transparent;
  color: #363636;
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1.75px solid #363636;
  margin: 0 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.theme--dark .post-tags span a {
  color: #ccc;
  border: 1.75px solid #ccc;
}

.post-tags span a:hover {
  background-color: #363636;
  color: #fff!important;
}

.theme--dark .post-tags span a:hover {
  background-color: #fff;
  color: #363636!important;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-list h5 {
  line-height: 1;
  margin-bottom: 35px;
}

.share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
  margin: 0 10px;
}

.theme--dark .share-social-icons li span {
  color: #999!important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.theme--dark .share-social-icons li:hover span {
  color: #ccc!important;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.post-comments {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}

.theme--dark .post-comments {
  border-top: 1px solid #666;
}

.post-comments hr {
  margin-top: 24px; 
  margin-bottom: 40px; 
}

.post-comments h4 {
  margin-bottom: 60px;
}

.post-comments img {
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-body {
  margin-left: 25px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  font-size: 1.2rem;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  margin-bottom: 0;
}

.comment-date {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

/*------------------------------------------*/
/*  Comment Reply 
/*------------------------------------------*/

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  font-size: 1rem;
  font-weight: 400; 
}

.btn-reply span {
  position: relative;
  top: 3px;
  margin-right: 4px;
  left: 3px;
}

.theme--dark .btn-reply a,
.theme--dark .btn-reply span {
  color: #ccc!important;
}

.btn-reply.ico-20 [class*="flaticon-"]:before, 
.btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 0.935rem; }

.btn-reply a:hover {
  color: #222;
}

.theme--dark .btn-reply a:hover {
  color: #fff!important;
}

/*------------------------------------------*/
/*  SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment {
  padding-top: 80px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

.theme--dark #leave-comment {
  border-top: 1px solid #666;
}

#leave-comment h4 {
  margin-bottom: 10px;
}

.comment-form {
  position: relative;
  margin-top: 60px;
}

.comment-form .form-control {
  height: 52px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  box-shadow: 0 0 0 0;
  color: #363636;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.theme--dark .comment-form .form-control {
  border-bottom: 1px solid #666;
  color: #ccc;
}

.comment-form .form-control.message {
  line-height: 1.6;
}

.comment-form textarea { min-height: 120px; }
.comment-form textarea.form-control { 
  padding: 0 5px;
}

/*------------------------------------------*/
/*  Comment Form Placeholder
/*------------------------------------------*/

.theme--dark .comment-form .form-control::-moz-placeholder { color: #ccc; } 
.theme--dark .comment-form .form-control:-ms-input-placeholder { color: #ccc; }
.theme--dark .comment-form .form-control::-webkit-input-placeholder { color: #ccc; }

/*------------------------------------------*/
/*  Comment Form Input Focus
/*------------------------------------------*/

.comment-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #363636;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
  margin-top: 15px;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

.comment-form .loading {
  color: #363636;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
}

.theme--dark .comment-form .loading {
  color: #ccc!important;
}

.comment-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  21. BOOKING
  ========================================================================== */

.booking-form .col-lg-6,
.booking-form .col-md-12 {
  padding-left: 25px;
  padding-right: 25px;
}

/*------------------------------------------*/
/*  BOOKING FORM
/*------------------------------------------*/

.booking-form .form-control,
.booking-form .form-select {
  height: 52px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  box-shadow: 0 0 0 0;
  color: #363636;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.booking-form .form-select {
  color: #6f6f6f;
}

.theme--dark .booking-form .form-control,
.theme--dark .booking-form .form-select {
  border-bottom: 1px solid #666;
  color: #ccc!important;
}

.booking-form .form-select.valid {
  color: #363636!important;
}

.theme--dark .booking-form .form-select.valid {
  color: #ccc!important;
}

/*------------------------------------------*/
/*  Booking Form Placeholder
/*------------------------------------------*/

.booking-form .form-control::-moz-placeholder { color: #6f6f6f; } 
.booking-form .form-control:-ms-input-placeholder { color: #6f6f6f; }
.booking-form .form-control::-webkit-input-placeholder { color: #6f6f6f; }

.theme--dark .booking-form .form-control::-moz-placeholder { color: #ccc; } 
.theme--dark .booking-form .form-control:-ms-input-placeholder { color: #ccc; }
.theme--dark .booking-form .form-control::-webkit-input-placeholder { color: #ccc; }

/*------------------------------------------*/
/*  Booking Form Input Focus
/*------------------------------------------*/

.booking-form .form-control:focus {
  border-color: #262b2f;
  outline: 0px none;
  box-shadow: none;
}

.theme--dark .booking-form .form-control:focus {
  border-color: #333;
}

/*------------------------------------------*/
/*  Booking Form Button
/*------------------------------------------*/

.booking-form .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Booking Form Message
/*------------------------------------------*/

.booking-form-msg {
  text-align: center;
  width: 100%!important;
  display: block;
  margin-top: 20px;
  padding-left: 0;
}

.booking-form .loading {
  color: #363636;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
}

.theme--dark .booking-form .loading {
  color: #ccc!important;
}

.booking-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  22. CONTACTS
  ========================================================================== */

.cbox-2.mb-5 {
  margin-bottom: 40px!important;
}

#contacts-3 .cbox-2.mb-5 {
  margin-bottom: 50px!important;
}

.cbox-2-contacts {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/

.cbox-2 h4 {
  line-height: 1;
  margin-bottom: 30px;
}

.contact-form-wrapper h4 {
  line-height: 1;
  margin-bottom: 40px;
}

.cbox-1 p,
.cbox-2 p {
  line-height: 1;
  margin-bottom: 14px;
}

.cbox-1 p.cbox-1-title {
  color: #363636;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.cbox-1 p a,
.cbox-2 p a {
  color: #363636;
  font-weight: 500;
}

.cbox-1 p span,
.cbox-2 p span {
  color: #363636;
  font-size: 0.975rem;
  margin-left: 5px;
}

.cbox-1 .btn {
  margin-top: 8px;
}

.bg--black .cbox-1 p a,
.bg--black .cbox-2 p a, 
.bg--black .cbox-1 p span,
.bg--black .cbox-2 p span,
.bg--black .cbox-1 p.cbox-1-title {
  color: #fff;
}

.theme--dark .cbox-1 p a,
.theme--dark .cbox-2 p a, 
.theme--dark .cbox-1 p span,
.theme--dark .cbox-2 p span,
.theme--dark .cbox-1 p.cbox-1-title {
  color: #fff;
}

.bg--black .cbox-2-contacts p a:hover,
.theme--dark .cbox-2-contacts p a:hover {
  color: #ccc!important;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contact-form .form-control {
  height: 52px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  box-shadow: 0 0 0 0;
  color: #363636;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.theme--dark .contact-form .form-control {
  border-bottom: 1px solid #666;
  color: #ccc;
}

.contact-form .form-control.message {
  line-height: 1.6;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 190px; }
.contact-form textarea.form-control { 
  padding: 10px 5px 0;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #999; } 
.contact-form .form-control:-ms-input-placeholder { color: #999; }
.contact-form .form-control::-webkit-input-placeholder { color: #999; }

.theme--dark .contact-form .form-control::-moz-placeholder { color: #ccc; } 
.theme--dark .contact-form .form-control:-ms-input-placeholder { color: #ccc; }
.theme--dark .contact-form .form-control::-webkit-input-placeholder { color: #ccc; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
  border-color: 1px solid #262b2f;
  outline: 0px none;
  box-shadow: none;
}

.theme--dark .contact-form .form-control:focus {
  border-color: #333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/*  Contact Form Button
/*------------------------------------------*/

.contact-form .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 20px;
  padding-left: 0;
}

.contact-form .loading {
  color: #363636;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}

.theme--dark .contact-form .loading {
  color: #ccc!important;
}


.contact-form  .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  23. GOOGLE MAP
  =========================================================================== */

.google-map {
  position: relative;
  height: 0;
  overflow: hidden;
}

#contacts-1 .google-map {
  padding: 0px 0px 40%;
}

#contacts-2 .google-map {
  padding: 0px 0px 65%;
}

.google-map iframe, 
.google-map object, 
.google-map embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:0;
}




/* ==========================================================================
  24. FOOTER
  ========================================================================== */

.footer {
  padding-bottom: 50px;
}

.footer-info,
.footer-form,
.footer-links,
.footer-contacts,
.footer .google-map {
  margin-bottom: 40px;
}

#footer-1 .footer-info {
  padding-left: 12%;
}

#footer-1 .footer-form {
  padding-left: 5%;
}

#footer-2 .footer-links {
  margin-top: 35px;
  margin-bottom: 30px;
}

#footer-4 .footer-contacts {
  padding-right: 4%;
}

#footer-5 .footer-contacts {
  padding-right: 8%;
}

/*------------------------------------------*/
/*  FOOTER LOGO
/*------------------------------------------*/

.footer-logo-img {
  text-align: center;
  position: relative;
}

.footer-logo-img img {
  width: auto;
  max-width: inherit;
  max-height: 70px;
}

#footer-5 .footer-logo-img img {
  max-height: 60px;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5 {
  line-height: 1;
  margin-bottom: 20px;
}

.footer-info p,
.footer-contacts p {
  margin-bottom: 4px;
}

.footer-info p.footer-phone,
.footer-info p.footer-email,
.footer-contacts p.footer-phone,
.footer-contacts p.footer-email {
  margin-bottom: 0;
}

.footer-info p a,
.footer-contacts p a {
  color: #606060;
}

.theme--dark .footer-info p a,
.theme--dark .footer-contacts p a {
  color: #e5e5e5;
}

.theme--dark .footer-info p a:hover,
.theme--dark .footer-contacts p a:hover {
  color: #bbb!important;
  text-decoration: underline;
}

#footer-1 .footer-info p span,
#footer-3 .footer-info p span,
#footer-4 .footer-info p span {
  font-size: 0.935rem;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-booking-link {
  margin-top: 12px;
  margin-bottom: 0;
}

.footer-booking-link a {
  position: relative;
  color: #363636!important;
  font-size: 1.175rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 4px;
  text-decoration: none;
}

.theme--dark .footer-booking-link a {
  color: #e5e5e5!important;
}

.footer-booking-link a:after {
  content: '';
  background-color: #363636;
  width: 20%;
  height: 2.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.theme--dark .footer-booking-link a:after {
  background-color: #e5e5e5;
}

.theme--dark .footer-booking-link a:hover {
  text-decoration: none!important;
}

.footer-booking-link a:hover:after {
  width: 100%;
  opacity: 1;
}

#footer-1 .footer-phone,
#footer-4 .footer-phone {
  margin-top: 15px;
}

.theme--dark #footer-5 .footer-info p,
.theme--dark #footer-5 .footer-contacts p {
  color: #ccc!important;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

#footer-2 .foo-links li {
  display: inline-block!important;
  padding: 0 10px;
}

.footer-links li p {
  margin-bottom: 5px;
}

#footer-2 .foo-links li p {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  margin-top: 15px;
}

#footer-3 .foo-socials {
  margin-top: 20px;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 12px 0 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  text-decoration: none;
}

.foo-socials.color--grey li a span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.foo-socials.color--grey li a:hover span {
  color: #353f4f!important;
}

.theme--dark #footer-3 .foo-socials span {
  color: #999;
}

.theme--dark #footer-3 .foo-socials li a span:hover {
  color: #ccc;
}

.foo-socials.ico-20 [class*="flaticon-"]:before, 
.foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.375rem; }

.foo-socials.ico-25 [class*="flaticon-"]:before, 
.foo-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.45rem; }

.bottom-footer-socials.ico-30 [class*="flaticon-"]:before, 
.bottom-footer-socials.ico-30 [class*="flaticon-"]:after { font-size: 1.5rem; }

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 53px;
  color: #666;
  font-size: 1.0625rem;
  border: 1.5px solid #dee2e6;
  border-right: none;
  padding: 0 15px;
  box-shadow: none;
}

.theme--dark .footer-form .form-control {
  color: #ccc;
  background-color: #191a1b;
  border: 1.5px solid #191a1b;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border-color: #373b4d;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.theme--dark .footer-form .form-control:focus {
  background-color: #171717;
  border-color: #171717;
}

/*------------------------------------------*/
/*  Footer Form Placeholder
/*------------------------------------------*/

.footer-form .form-control::-moz-placeholder { color: #6c757d; } 
.footer-form .form-control:-ms-input-placeholder { color: #6c757d; } 
.footer-form .form-control::-webkit-input-placeholder { color: #6c757d; } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  font-size: 0.75rem;
  letter-spacing: 2px;
  height: 53px;
}

.theme--dark .footer-form .btn.btn--black {
  color: #fff!important;
  background-color: #151616!important;
  border-color: #151616!important;
}

.theme--dark .footer-form .btn.hover--tra-black:hover {
  color: #363636!important;
  background-color: #fff!important;
  border-color: #fff!important;
}

/*------------------------------------------*/
/*  Footer Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  color: #e03a3e;
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.footer hr {
  margin-top: 30px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li,
.bottom-footer-socials li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.bottom-footer-socials li {
  padding-left: 14px; 
}

#footer-2 .bottom-footer-socials li {
  padding: 0 18px; 
}

.footer-list-divider {
  position: relative;
  top: 4px;
  margin-left: 2px;
}

.bottom-footer-list.ico-15 [class*="flaticon-"]:before, 
.bottom-footer-list.ico-15 [class*="flaticon-"]:after { font-size: 0.8rem; }

.bottom-footer-list li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.bottom-footer-socials li span { 
  position: relative;
  top: 4px; 
  opacity: .8;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
.bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.115rem; }

.bottom-footer-socials.ico-25 [class*="flaticon-"]:before, 
.bottom-footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.25rem; }

.theme--dark .bottom-footer-socials span {
  color: #d8d8d8!important;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER COPYRIGHT
/*------------------------------------------*/

.footer-copyright p {
  margin-bottom: 0;
}

.theme--dark .footer-copyright p {
  color: #ccc!important;
}



/* ==========================================================================
  25. INNER PAGE HERO
  =========================================================================== */

.inner-page-hero {
  text-align: center;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: scroll!important;
  padding-top: 200px;
  padding-bottom: 170px;
}

.inner-page-title {
  text-align: center;
  padding-top: 180px;
}

#about-page.inner-page-hero {
  background-image: url(../images/about-page.jpg);
}

#booking-page.inner-page-hero {
  background-image: url(../images/booking-page.jpg);
}

#faqs-page.inner-page-hero {
  background-image: url(../images/faqs-page.jpg);
}

#gift-page.inner-page-hero {
  background-image: url(../images/gift-page.jpg);
}

#pricing-page-1.inner-page-hero {
  background-image: url(../images/pricing-1-page.jpg);
}

#pricing-page-2.inner-page-hero {
  background-image: url(../images/pricing-2-page.jpg);
}

#reviews-page.inner-page-hero {
  background-image: url(../images/reviews-page.jpg);
}

#team-page.inner-page-hero {
  background-image: url(../images/team-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-txt h2,
.page-title-txt h2 {
  font-size: 3.95rem;
  margin-bottom: 0;
}

.page-hero-txt p,
.page-title-txt p {
  font-size: 1.2125rem;
  margin-top: 5px;
  margin-bottom: 0;
}

#booking-page .page-title-txt p {
  padding: 0 20%;
  margin-top: 16px;
}




/* ==========================================================================
  26. PAGE PAGINATION
  =========================================================================== */

.page-link {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 14px;
  margin: 0 8px;
  background-color: transparent;
  border: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.theme--dark .page-link {
  color: #ccc;
}

.pagination.ico-20 [class*="flaticon-"]:before, 
.pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.9rem; } 

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  color: #fff!important;
  background-color: #262b2f;
  border: 2px solid #262b2f;
}

.theme--dark .page-item.active .page-link {
  background-color: #151515;
  border: 2px solid #151515;
}

.page-item.disabled .page-link {
  color: #6f6f6f;
  background-color: transparent;
  border: 2px solid transparent;
}

.theme--dark .page-item.disabled .page-link {
  color: #ccc;
}

.page-link:hover {
  color: #6f6f6f;
  background-color: transparent;
  border: 2px solid #6f6f6f;
}

.theme--dark .page-link:hover {
  color: #aaa!important;
  border: 2px solid #aaa;
}

.page-link:focus {
  color: #6f6f6f;
  background-color: transparent;
  border: 2px solid transparent;
  box-shadow: 0 0;
}

.theme--dark .page-link:focus {
  color: #aaa;
}



/* ==========================================================================
  27. MODAL
  ========================================================================== */ 

.modal-body {
  padding: 0!important;
}  

#modal-1 .modal-dialog {
  max-width: 700px;
}

#modal-2 .modal-dialog.modal-xl {
  width: 820px;
}

#modal-2.modal .modal-content {
  overflow: hidden;
}

#modal-2.modal .bg-img {
  background: url(../images/modal.jpg);
  background-position: left center;  
}

#modal-2 .modal-body-content {
  text-align: center;
  padding: 60px 35px 40px;
}

/*------------------------------------------*/
/*  MODAL WINDOW CLOSE BUTTON
/*------------------------------------------*/ 

.modal .modal-close {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 15px!important;
  top: 15px!important;
  z-index: 9999;
}

.modal .modal-close.ico-20 [class^="flaticon-"]:before, 
.modal .modal-close.ico-10 [class^="flaticon-"]:after {
  font-size: 1.5rem;
}

.theme--dark .modal-close.color--black span {
  color: #363636!important;
}

.modal-close:focus {
  outline: none!important;
  text-decoration: none!important;
}

/*------------------------------------------*/
/*  MODAL WINDOW REQUEST FORM
/*------------------------------------------*/ 

#modal-2 .request-form {
  margin: 0;
}

#modal-2 .request-form .col-md-12 {
  padding: 0;
}

#modal-2 .request-form-title h4,
#modal-2 .request-form-title h3 {
  color: #363636!important;
  font-weight: 500;
  letter-spacing: 0;
}

#modal-2 .request-form-title h3 span {
  font-family: 'Jost', sans-serif;
  font-size: 2.65rem;
  font-weight: 700;
  letter-spacing: -2px;
}

#modal-2 .request-form-title p {
  color: #363636!important;
  margin-top: 16px;
  margin-bottom: 25px;
}

#modal-2 .request-form .form-control { 
  text-align: center;
  height: 52px;
  background-color: #fff;
  border: none;
  border-bottom: 1.5px solid #6f6f6f;
  box-shadow: 0 0 0 0;
  color: #363636;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Request Form Placeholder
/*------------------------------------------*/

#modal-2 .request-form .form-control::-moz-placeholder { color: #6f6f6f; } 
#modal-2 .request-form .form-control:-ms-input-placeholder { color: #6f6f6f; }
#modal-2 .request-form .form-control::-webkit-input-placeholder { color: #6f6f6f; }

/*------------------------------------------*/
/*  Request Form Input Focus
/*------------------------------------------*/

#modal-2 .request-form .form-control:focus {
  border-color: #262b2f;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Request Form Button
/*------------------------------------------*/

#modal-2 .request-form .btn {
  display: block; 
  width: 100%!important;
  height: 56px;
  margin: 0;
}

.theme--dark #modal-2 .request-form .btn.btn--black {
  color: #fff!important;
  background-color: #363636!important;
  border-color: #363636!important;
}

.theme--dark #modal-2 .request-form .btn.hover--tra-black:hover {
  color: #363636!important;
  background-color: transparent!important;
  border-color: #363636!important;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

#modal-2 .request-form-msg {
  text-align: center;
  width: 100%!important;
  display: block;
  margin-top: 12px;
  padding-left: 0;
}

#modal-2 .request-form .loading {
  color: #363636;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

#modal-2 .request-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  28. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#scrollUp:hover {
  background-color: rgba(54, 54, 54, .85);
}

nav a#pull {  
  display: none;  
}



/*
  Template Name: Reine - Beauty Salon HTML5 Template
  Theme URL: https://themeforest.net/user/dsathemes
  Description: Reine - Beauty Salon HTML5 Template
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.1.0
  Website: www.dsathemes.com
  Tags: DSAThemes, Beauty, Salon, Beauty Parlour, Health Care, Makeup, Nail Salon, Therapy, Treatment, Wellness
*/




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1400px) {


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {

  html { font-size: 115%; } 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .py-7 { padding-top: 4.35rem!important; padding-bottom: 4.35rem!important; }
  .pt-7 { padding-top: 4.35rem!important; }
  .pb-7 { padding-top: 4.35rem!important; }

  /* Button */ 
  .btn { font-size: 0.775rem; padding: 1rem 1.8rem; }

  /* Video Popup Icon */
  .video-btn-lg { width: 7rem; height: 7rem; margin-top: -3.5rem; margin-left: -3.5rem; }
  .video-btn-md { width: 6.5rem; height: 6.5rem; margin-top: -3.125rem;; margin-left: -3.125rem;; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 4.25rem; line-height: 7rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 4rem; line-height: 6.25rem!important; margin-left: 10px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 110px; height: 110px; top: -30px; left: calc(50% - 55px); }
  .ico-55 .shape-ico svg { width: 115px; height: 115px; top: -30px; left: calc(50% - 60px); }
  .ico-60 .shape-ico svg { width: 120px; height: 120px; top: -25px; left: calc(50% - 55px); }

  /* Section ID */
  .section-id { margin-bottom: 22px; }

  /* Section Title */
  .tra-title { font-size: 4.15rem; margin-bottom: -40px!important; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .desktoplogo img { max-height: 36px; }

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 0.85rem; padding: 10px 15px; }

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn { font-size: 0.775rem; margin: 15px 0 0 10px; padding: 3px 22px; }

  .header-socials a { margin-left: 16px; }
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.175rem; } 

  /* SubMenu, HalfMenu, MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu { min-width: 180px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 40%; }

  /* Sub Menu / Half Menu / Mega Menu Links */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.825rem; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* HERO SLIDER */
  .slider, .slider .slides { height: 460px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 530px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 500px; }

  /* HERO-1 */
  #hero-1 .caption { margin-top: 50px ;}
  #hero-1 .caption h2 { font-size: 5rem; padding: 0 5%; }
  #hero-1 .caption h5 { margin-top: 15px; }
  #hero-1 .caption .btn { margin-top: 30px; }

  /* HERO-2 */
  #hero-2 { padding-top: 120px; }

  /* HERO-3 */
  #hero-3 { padding-top: 80px; }
  .hero-3-txt { margin-bottom: 60px; padding: 0 14%; }
  .hero-3-txt h2 { font-size: 3.75rem; }

  /* HERO-4 */
  #hero-4 { padding-top: 150px; }
  #hero-4-1 { padding: 0 11% 0 9%; }
  #hero-4-1 h5 { margin-bottom: 25px; }

  /* HERO-5 */
  .hero-logo img { max-height: 78px; }
  
  .hero-5-txt h2 { font-size: 3.65rem; margin-bottom: 15px; }
  .hero-5-txt p { font-size: 1.35rem; margin-bottom: 30px; }

  .hero-5-img { margin-top: 60px; }
  #hero-5-1, #hero-5-3 { margin-top: 28px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 45px; }
  #hero-6 .caption h2 { font-size: 8.5rem; margin-bottom: 12px; }
  #hero-6 .caption p { font-size: 1.25rem; padding: 0 10%; margin-bottom: 30px; }

  /* HERO-7 */
  #hero-7 { padding-top: 170px; }

  .hero-7-img { margin-top: 60px; }

  #hero-7 .tra-header { top: 20%; }
  #hero-7 .tra-header h2 { font-size: 10.75rem; }

  /* HERO-9 */
  #hero-9 { padding-top: 190px; padding-bottom: 140px; }
  .hero-9-txt h2 { font-size: 4.6rem; margin-bottom: 30px; }

  .tra-header { top: 24%; }
  .tra-header h2 { font-size: 11rem; }

  /* HERO-10 */
  #hero-10 { padding-top: 170px; padding-bottom: 90px; }
  .hero-10-txt h2 { font-size: 5rem; letter-spacing: -1px; margin-bottom: 14px; }
  .hero-10-txt p { font-size: 1.25rem; padding-right: 15%; margin-bottom: 35px; }

  /* HERO-11 */
  #hero-11 { padding-top: 200px; padding-bottom: 110px; }
  .hero-11-txt h2 { font-size: 5.85rem; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.25rem; padding-right: 10%; margin-bottom: 30px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 10px; }
  #hero-12 .caption span { font-size: 0.95rem; letter-spacing: 7px; margin-bottom: 45px; }
  #hero-12 .caption h2 { font-size: 4.85rem; margin-bottom: 30px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  #services-3.pt-6 { padding-top: 50px!important; }

  .abox-3.txt-block { padding: 40px 35px; }
  .about-4 .txt-block { padding: 80px 70px; }
  .about-3-wrapper .ab-2 { margin: 0 -8px; }
  .about-5 .txt-block { padding: 0; }
  .a6-txt { padding: 35px 25px 40px; }

  #a8-1 { margin-bottom: -60px; }
  #a8-3 { margin-top: -60px; }
  .about-8-txt.left-column { padding-left: 40px; padding-right: 70px; }
  .about-8-txt.right-column { padding-left: 70px; padding-right: 40px; }

  .about-8-txt.right-column:before { width: 90px; left: -40px; top: 18px; }
  .about-8-txt.left-column:after { width: 180px; right: -40px; top: 20px; }

  .about-8-txt h4,.about-8-txt h3 { margin-bottom: 12px; }
  .about-1 .txt-block p, .about-2 .txt-block p { padding: 0 3%; }
  .about-8-txt p { margin-bottom: 20px; }
  
  #ab-4-1 { margin: 110px -60px 0 0; }
  #ab-4-2 { margin: 50px 0 0 -60px; }
  #ab-5-1 { margin: 50px 15px 0 -150px; }
  #ab-5-2 { margin: 60px 15% 0 25%; }
  #ab-5-3 { margin: 80px -100px 0 20px; }

  /* SERVICES */
  .sbox-1-wrapper .col { padding: 0 10px; }
  .sbox-2-wrapper .col { padding: 0 8px; }
  .sbox-5-wrapper .rows-2 .sb-1, .sbox-5-wrapper .rows-2 .sb-2, .sbox-5-wrapper .rows-2 .sb-3 { margin-bottom: 35px; }

  .services-section .more-btn { margin-top: 50px; }

  /* CONTENT */
  .ct-11-wrapper { height: 400px; }
  .ct-12 { height: 440px; }

  .ct-01 .txt-block { padding-right: 40px; }
  .ct-02 .txt-block { padding-left: 40px; }

  .ct-03 .left-column { padding-right: 5px; }
  .ct-03 .left-column .ct-03-txt { padding-right: 35px; }
  .ct-03 .right-column { padding-left: 5px; }

  .ct-05 .txt-block { padding: 100px 15px 100px 45px; }
  .ct-06 .txt-block { padding: 100px 25px 100px 35px; }
  .ct-07 .txt-block { padding: 0 20px 0 65px; }
  .ct-08 .txt-block { padding: 0 45px 0 40px; }

  .ct-table .left-column { padding-right: 12px; }
  .ct-table .right-column { padding-left: 12px; }

  .ct-table h3, .ct-table h2, .txt-block h2 { margin-bottom: 14px; }
  .ct-09-txt h3 { margin-top: 35px; margin-bottom: 5px; }
  .ct-03-txt p.mb-5 { margin-bottom: 35px!important }

  .txt-block .btn { margin-top: 22px; }
  .ct-03-img.mb-5 { margin-bottom: 35px!important }
  .ct-04 .img-block.left-column { padding-right: 35px; }
  .ct-04 .img-block.right-column { padding-left: 35px; }

  /* GALLERY */
  #gallery-3.py-8 { padding-top: 75px!important; padding-bottom: 85px!important; }
  #gallery-3 .col { padding: 0 8px; }

  #gallery-1 .gallery-image { margin-bottom: 24px; }
  #img-4-1 { margin-top: 380px; padding-right: 25px; }
  #img-4-2 { margin-top: 50px; padding-right: 50px; }
  #img-4-3 { margin-bottom: 50px; }
  #img-4-4 { padding-right: 20px; }
  #img-4-5 { margin-top: 70px; padding-left: 20px; }
  #img-4-6 { margin-top: 60px; padding-left: 15px; padding-right: 15px; }

  .img-4-2-shape { top: 30px; right: 30px; width: 200px; height: 440px; }
  .img-4-4-shape { top: 25px; right: 5px; width: 200px; height: 220px; }

  #gallery-1.gallery-section .more-btn { margin-top: 40px; }
  #gallery-4.gallery-section .more-btn { margin-top: 60px; }

  /* TESTIMONIALS */
  .review-1-txt { padding: 45px 20px 35px; margin: 0 10px 30px; }
  .review-2 { padding: 0 10px; margin-bottom: 30px; }
  .review-3 { padding: 35px 25px 25px; }

  .review-1 .review-avatar { margin: 0 auto -32px; }
  .review-avatar img, .owl-item .review-avatar img { width: 72px; height: 72px; }
  .review-3 .review-avatar img { width: 60px; height: 60px; }

  .rs-logo { right: -14px; bottom: 0px; width: 36px; height: 36px; padding: 6px; }
  .review-3 .rs-logo { width: 32px; height: 32px; }
  .rs-logo img { width: 24px!important; height: 24px!important; }
  .review-3 .rs-logo img { width: 20px!important; height: 20px!important; }

  .review-3 .author-data { margin-top: 20px; }
  .review-2 .review-author { margin-top: 10px; }
  .review-1 .star-rating { margin-top: 12px; margin-bottom: 8px; }

  /* GIFT CARDS */
  .cards-row .col { padding: 0 10px; }
  .gift-card { padding: 55px 20px; }
  .gift-card sup { font-size: 3.15rem; top: -9px; right: 2px; }
  .gift-card p { margin-top: 15px; margin-bottom: 20px; }

  /* BRANDS */
  .brands-2-wrapper { padding: 0 3%; }
  .brands-title.mb-4 { margin-bottom: 20px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 16px; } 
  #brands-2 .brand-logo { padding: 0 12px; }
  .brands-section .brand-logo.mb-5 { margin-bottom: 40px!important; }

  /* TEAM */
  #team-3.pb-5 { padding-bottom: 55px!important; }
  .category-title.mb-6 { margin-bottom: 60px!important; }
  #team-3 hr { margin: 30px 0 80px; }
  .team-member { margin-bottom: 50px; }
  #team-3 .team-member-data h5 { margin-bottom: 20px; }

  /* ARTIST DETAILS */
  .artist-photo { padding-right: 10px; }
  .artist-bio { padding-left: 15px; }

  .artist-data { margin-top: 20px; margin-bottom: 15px; }
  .artist-bio .booking-link { margin-top: 30px; }

  /* PRICING */
  .pricing-2-wrapper, .pricing-3-wrapper { padding: 55px 50px; }
  .p4-wrapper { padding: 80px 50px 85px; }

  .pricing-title { margin-bottom: 30px; }
  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 50px!important; }
  .pricing-7-title { margin: 30px 0 20px; }

  .pricing-5-category.mb-4 { margin-bottom: 40px!important; }
  .pricing-5-category.mt-4 { margin-top: 40px!important; }

  .pricing-4-table.left-column, .pricing-section .pricing-1-table.left-column { padding-right: 8px; }
  .pricing-4-table.right-column, .pricing-section .pricing-1-table.right-column { padding-left: 8px; }
  .pricing-section .pricing-5-table.left-column { padding-right: 15px; }
  .pricing-section .pricing-5-table.right-column { padding-left: 15px; }

  #pb-7-1 { margin-right: 8px; }
  #pb-7-2 { margin-left: 4px; margin-right: 4px; }
  #pb-7-3 { margin-left: 8px; }

  .pricing-list li { margin-bottom: 17px; }
  .pricing-5-table .pricing-list li { margin-bottom: 25px; }
  .pricing-7-box .pricing-list li { margin-bottom: 20px; }

  .pricing-1 .more-btn.mt-5, .pricing-notice.mt-5 { margin-top: 35px!important; }
  .pricing-4 .more-btn.mt-5, .pricing-5 .more-btn.mt-6, .pricing-7 .more-btn.mt-5 { margin-top: 30px!important; }

  .pricing-2-img { margin-left: -40%; }
  .pricing-3-img { margin-right: -40%; }

  /* BANNER */
  .banner-1.pt-5 { padding-top: 46px!important; }
  .banner-1-wrapper { padding: 80px 70px; }

  .banner-1-txt .section-id { font-size: 1.0625rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 1.0625rem; margin-bottom: 25px; }

  /* FAQs */
  .question .col-lg-6 h5 { padding-right: 5%; }

  /* NEWSLETTER */
  .newsletter-wrapper { padding: 70px 0 50px; }
  #newsletter-2 { padding-top: 70px; padding-bottom: 40px; }

  .newsletter-section .section-title { margin-bottom: 35px; }

  #newsletter-1 .newsletter-form { padding: 0 12%; }
  #newsletter-2 .newsletter-form { padding: 0 3%; }

  .newsletter-section .form-control, .newsletter-section .btn { height: 50px; }

  /* BLOG */
  .post-tag { margin-bottom: 20px; }
  .post-link { line-height: 1.3; margin-bottom: 12px; }

  .blog-post-img { margin-bottom: 40px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 40px; }
  .single-post-title h2 { padding: 0 5%; margin-bottom: 20px; }
  .single-post-title .post-tag { margin-bottom: 30px; }

  .single-post-txt { padding-bottom: 50px; margin-bottom: 70px; }
  .single-post-txt h5, .single-post-txt h4 { margin-top: 23px; margin-bottom: 25px; }

  .post-inner-img { margin-top: 40px; margin-bottom: 40px; }

  .post-tags h5, .post-share-list h5 { margin-bottom: 30px; }

  .post-comments { padding-top: 70px; margin-top: 70px; }
  .post-comments h4 { margin-bottom: 50px; }
  .post-comments hr { margin-top: 25px; margin-bottom: 40px; }
  .post-comments img { width: 64px; height: 64px; }
  .comment-meta h5 { margin-bottom: 5px; }

  #leave-comment { padding-top: 70px; margin-top: 30px; }

  /* BOOKING */
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 15px; padding-right: 15px; }

  /* CONTACTS */
  .cbox-2.mb-5 { margin-bottom: 32px!important; }
  #contacts-3 .cbox-2.mb-5 { margin-bottom: 42px!important; }

  .cbox-2 h4 { margin-bottom: 25px; }
  .contact-form-wrapper h4 { margin-bottom: 30px; }
  .cbox-1 .btn { margin-top: 5px; }

  .contact-form .form-control { height: 50px; margin-bottom: 20px; }
  .contact-form textarea { min-height: 170px; }
  .contact-form .btn { margin-top: 15px; }

  /* FOOTER */
  .footer { padding-bottom: 35px; }
  .footer hr { margin-top: 10px; margin-bottom: 35px; }

  #footer-5 .footer-logo-img img { max-height: 52px; }

  .footer-booking-link { margin-top: 15px; }
  #footer-1 .footer-phone, #footer-4 .footer-phone { margin-top: 12px; }

  .footer-form .form-control { height: 50px; padding: 0 15px; }
  .footer-form .btn { height: 50px; padding: 0 1.7rem; }

  #footer-2 .bottom-footer-socials li { padding: 0 16px; }

  /* INNER PAGE HERO */
  .inner-page-hero { padding-top: 160px; padding-bottom: 130px; }
  .inner-page-title { padding-top: 150px; }
  .inner-page-title.pb-6 { padding-bottom: 58px!important; }

  .page-hero-txt h2, .page-title-txt h2 { font-size: 3.85rem; margin-bottom: 0; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.1875rem; margin-top: 5px; }

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 580px; }
  #modal-2 .modal-dialog.modal-xl { width: 720px; }

  #modal-2 .modal-body-content { padding: 50px 30px 25px; }
  #modal-2 .request-form-title h3 { font-size: 2.65rem; }
  #modal-2 .request-form-title h4 { font-size: 2rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 16px; }

  #modal-2 .request-form .form-control, #modal-2 .request-form .btn {  height: 48px; }



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .pt-8 { padding-top: 40px!important; }
  .pb-8 { padding-bottom: 40px!important; }
  .py-8 { padding-top: 80px!important; padding-bottom: 80px!important; }

  .shape--01:after, .shape--02:after { width: 100%; height: 55%; }

  h6 { font-size: 1.25rem; }           /* 20px */
  h6.h6-md { font-size: 1.375rem; }    /* 22px */
  h6.h6-lg { font-size: 1.375rem; }    /* 22px */

  h5 { font-size: 1.5rem; }            /* 24px */
  h5.h5-md { font-size: 1.5rem; }      /* 24px */
  h5.h5-lg { font-size: 1.5rem; }      /* 24px */

  h4 { font-size: 1.625rem; }          /* 26px */
  h4.h4-md { font-size: 1.75rem; }     /* 28px */
  h4.h4-lg { font-size: 1.875rem; }    /* 30px */

  h3 { font-size: 2rem; }              /* 32px */
  h3.h3-md { font-size: 2.125rem; }    /* 34px */
  h3.h3-lg { font-size: 2.25rem; }     /* 36px */

  h2 { font-size: 2.375rem; }          /* 38px */
  h2.h2-md { font-size: 2.625rem; }    /* 42px */
  h2.h2-lg { font-size: 2.75rem; }     /* 44px */
  h2.h2-title { font-size: 2.9375rem; }/* 47px */

  .huge-txt h2 { font-size: 8.65rem; line-height: 0.9; }

  p { font-size: 1.125rem; }

  /* Button */ 
  .btn { font-size: 0.8rem; padding: 1rem 1.8rem; }

  /* Video Popup Icon */
  .video-btn-lg { width: 7rem; height: 7rem; margin-top: -3.5rem; margin-left: -3.5rem; }
  .video-btn-md { width: 6.5rem; height: 6.5rem; margin-top: -3.125rem;; margin-left: -3.125rem;; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 4.25rem; line-height: 7rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 4rem; line-height: 6.25rem!important; margin-left: 10px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 95px; height: 95px; top: -25px; left: calc(50% - 50px); }
  .ico-55 .shape-ico svg { width: 100px; height: 100px; top: -30px; left: calc(50% - 55px); }
  .ico-60 .shape-ico svg { width: 105px; height: 105px; top: -20px; left: calc(50% - 50px); }

  /* Section ID */
  .section-id { margin-bottom: 18px; }

  /* Section Title */
  .section-title.mb-6 { margin-bottom: 55px!important; }
  .tra-title { font-size: 3.95rem; margin-bottom: -40px!important; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 22px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 38px; }

  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .dark-menu .wsmobileheader, .black-scroll .wsmobileheader { background-color: #151515; }

  .theme--dark .tra-menu .wsmobileheader, 
  .theme--dark .white-menu .wsmobileheader { 
    background-color: #151515!important; 
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
    -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  }

  /* Mobile Header Burger Menu */
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 23px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
  .dark-menu .wsanimated-arrow span:after, .black-scroll .wsanimated-arrow span, 
  .black-scroll .wsanimated-arrow span:before, .black-scroll .wsanimated-arrow span:after { background: #fff; }

  .theme--dark .wsanimated-arrow span, .theme--dark .wsanimated-arrow span:before, 
  .theme--dark .wsanimated-arrow span:after { background: #fff; }

  .theme--beige .wsanimated-arrow span, .theme--beige .wsanimated-arrow span:before, 
  .theme--beige .wsanimated-arrow span:after { background: #363636; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 56px; }
  .wsmenu > .wsmenu-list > li.mobile-last-link > a { border-bottom: none; }

  /* Dark Header Settings */
  .dark-menu .wsmenu > .wsmenu-list, .black-scroll .wsmenu > .wsmenu-list { background-color: #151515!important; }

  .dark-menu .wsmenu > .wsmenu-list > li > a, 
  .black-scroll .wsmenu > .wsmenu-list > li > a { border-bottom-color: rgba(255, 255, 255, .13); }

  .dark-menu .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: rgba(255, 255, 255, .85); }

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 1rem; line-height: 46px; padding: 5px 32px 4px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a, .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a { color: #666; }
  .black-scroll .wsmenu > .wsmenu-list > li > a.h-link { color: #fff; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 10px; width: 10px; margin: 19px 18px 0px 0px; }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 25px; }

  .theme--beige .wsmenu > .wsmenu-list > li > a { border-bottom: 1px solid #c4c4c4; }
  .theme--beige .wsmenu > .wsmenu-list > li:hover > a { background-color: #ebebeb!important; }
  .theme--beige .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: #363636!important; }

  .theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
  .theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a { color: #fff!important; }

  /* SubMenu / HalfMenu / MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu { padding: 0 20px 5px 20px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%!important; padding: 0 20px 5px 20px; }
  .wsmegamenu.w-75 .col-lg-3, .wsmegamenu.halfmenu .col-lg-6 { padding: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { 
    top: 5px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -webkit-box-shadow: 0 0; 
    -moz-box-shadow: 0 0; box-shadow: 0 0; border-bottom: 1px solid #ddd; 
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu { 
    opacity: 1!important; visibility: visible!important; -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);-o-transform: rotateX(0deg);transform: rotateX(0deg); 
  }

  .dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu, .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { 
    border-bottom: 1px solid rgba(255, 255, 255, .13)!important; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0;box-shadow: 0 0; 
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { background-color: #2c3142!important; }

  /* Sub Menu / Half Menu / Mega Menu Links */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { 
    color: #666; font-size: 0.975rem; padding: 15px 0; 
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { 
    background-color: transparent; 
    padding: 15px 0 15px 8px; 
  }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: #ddd;
    background-color: rgba(255, 255, 255, 0)!important;
  }

  /* Sub Menu / Half Menu / Mega Menu Links Hover */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 15px 14px; text-decoration: none; }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    background-color: rgba(255, 255, 255, .05)!important;
  }

  .theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu,
  .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    background-color: #111; border-color: #111; top: 0; -webkit-box-shadow: 0 0 ;-moz-box-shadow: 0 0 ;box-shadow: 0 0;
  }

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn {  
    font-size: 1.15rem;
    line-height: 44px; 
    border-width: 2px;
    padding: 5px 22px;
    margin: 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .wsmenu > .wsmenu-list > li a.btn.reg-btn { line-height: 44px; padding: 5px 22px; }
  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link, .wsmenu > .wsmenu-list > li.reg-fst-link > a { margin-left: 0; }

  /* Header Social Links */
  .wsmenu > .wsmenu-list > li.header-socials { display: block; }
  .header-socials a { margin-left: 25px; }
  .header-socials.ico-20 [class*="flaticon-"]:before, .header-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.65rem; } 

  /* Navbar Transparent Buttons */
  .white-scroll .btn--tra-black { 
    color: #fff!important; 
    background-color: #353f4f!important; 
    border-color: #353f4f!important; 
  }

  .tra-menu .btn--tra-white { 
    color: #262b2f!important; 
    background-color: transparent!important; 
    border-color: #262b2f!important; 
  }

  .tra-menu .hover--white:hover { 
    color: #fff!important; 
    background-color: #262b2f!important; 
    border-color: #262b2f!important; 
  }

  .theme--dark .tra-menu .btn--tra-white { 
    color: #fff!important; 
    background-color: transparent!important; 
    border-color: #fff!important; 
  }

  .theme--dark .tra-menu.white-scroll .hover--white:hover { 
    color: #262b2f!important; 
    background-color: #fff!important; 
    border-color: #fff!important; 
  }

  .black-scroll .btn--tra-white, 
  .black-scroll .btn--tra-black { color: #353f4f!important; background-color: #fff!important; border-color: #fff!important; }

  .white-scroll .btn--tra-grey, 
  .black-scroll .btn--tra-grey { color: #353f4f!important; background-color: #eee!important; border-color: #eee!important; }

  /* Navbar Buttons Hover */
  .white-scroll .hover--tra-white:hover
  { color: #353f4f!important; border-color: #353f4f!important; background-color: transparent!important; }

  .theme--dark .white-scroll .hover--tra-white:hover
  { color: #fff!important; border-color: #fff!important; background-color: transparent!important; }

  .white-scroll .hover--blue:hover, 
  .black-scroll .hover--blue:hover { color: #fff!important; border-color: #007aff!important; background-color: #007aff!important; }

  .white-scroll .hover--tra-blue:hover, .black-scroll .hover--tra-blue:hover 
  { color: #007aff!important; border-color:#007aff!important; background-color: transparent!important; }

  .white-scroll .hover--violet:hover, 
  .black-scroll .hover--violet:hover {color: #fff!important;border-color: #b55e98!important;background-color: #b55e98!important;}

  .white-scroll .hover--tra-violet:hover, .black-scroll .hover--tra-violet:hover 
  { color: #b55e98!important; border-color: #b55e98!important; background-color: transparent!important; }

  .theme--dark .wsmenu > .wsmenu-list { background-color: #171819!important; }
  .theme--dark .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: rgba(255, 255, 255, 1); }

  .theme--dark .navbar-dark .hover--tra-black:hover,
  .theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    color: #fff!important;background-color:transparent!important;border-color: #fff!important; 
  }

  .theme--dark .white-scroll .hover--gold:hover {
    color: #fff!important;background-color: #af8855!important;border-color: #af8855!important;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section { margin-top: 80px; }

  /* HERO SLIDER */
  .slider, .slider .slides { height: 420px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 450px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 420px; }

  /* HERO-1 */
  #hero-1 .slideshow { margin-top: 80px; }
  #hero-1 .caption { margin-top: 10px; }
  #hero-1 .caption h2 { font-size: 4.5rem; padding: 0 5%; }
  #hero-1 .caption h5 { margin-top: 15px; }
  #hero-1 .caption .btn { margin-top: 30px; }

  /* HERO-2 */
  #hero-2 { padding-top: 50px; }

  /* HERO-3 */
  #hero-3 { padding-top: 90px; }
  .hero-3-txt { margin-bottom: 60px; padding: 0 5%; }
  .hero-3-txt h2 { font-size: 3.25rem; margin-bottom: 25px; }

  /* HERO-4 */
  #hero-4 { margin-top: 80px; padding-top: 80px; }
  #hero-4-1 { padding: 0; }
  #hero-4-1 h5 { margin-bottom: 25px; }

  /* HERO-5 */
  .hero-logo { margin-bottom: 40px; }
  .hero-logo { display: none; }
  
  .hero-5-txt h2 { font-size: 3.125rem; margin-bottom: 15px; }
  .hero-5-txt p { font-size: 1.25rem; margin-bottom: 25px; }

  .hero-5-img { margin-top: 60px; }
  #hero-5-1, #hero-5-3 { margin-top: 28px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 10px; }
  #hero-6 .caption h2 {font-size: 7.5rem;  margin-bottom: 10px; }
  #hero-6 .caption p { font-size: 1.25rem; padding: 0 5%; margin-bottom: 25px; }

  /* HERO-7 */
  #hero-7 { text-align: center; margin-top: 80px; padding-top: 80px; }

  .hero-7-txt { padding-right: 0; margin-bottom: 25px; }
  .hero-7-txt h2 { font-size: 3.85rem; margin-bottom: 10px; }
  .hero-7-txt p { font-size: 1.25rem; }

  .hero-7-img { margin-top: 60px; }
  .hero-7-img img { max-height: 380px; }

  #hero-7 .tra-header { top: 12%; }
  #hero-7 .tra-header h2 { font-size: 10.75rem; }

  /* HERO-9 */
  #hero-9 { margin-top: 80px; padding-top: 130px; padding-bottom: 130px; }
  .hero-9-txt h2 { font-size: 4rem; margin-bottom: 25px; }

  .tra-header { width: 200%; top: 19%; left: -51%; }
  .tra-header h2 { font-size: 9rem; }

  /* HERO-10 */
  #hero-10 { text-align: center; padding-top: 100px; padding-bottom: 100px; }
  .hero-10-txt h2 { font-size: 4.9rem; letter-spacing: -1px; padding: 0 5%; margin-bottom: 10px; }
  .hero-10-txt p { font-size: 1.25rem; padding: 0 12%; margin-bottom: 30px; }
  .hero-10-schedule.text-end { text-align: center!important; margin-top: 50px; margin-right: 0; }

  /* HERO-11 */
  #hero-11 { padding-top: 120px; padding-bottom: 100px; }
  .hero-11-txt h5 { font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 35px; }
  .hero-11-txt h2 { font-size: 5.45rem; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.25rem; padding-right: 30%; margin-bottom: 30px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 5px; }
  #hero-12 .caption span { font-size: 0.935rem; letter-spacing: 6px; margin-bottom: 40px; }
  #hero-12 .caption h2 { font-size: 4.15rem; padding: 0 2%; margin-bottom: 25px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-8:after { height: 96%; top: 2%; }
  .about-2-wrapper .py-6 { padding-top: 54px!important; padding-bottom: 54px!important; }

  .abox-3.txt-block { padding: 40px 25px; }
  .about-4 .txt-block { padding: 65px 50px; }
  .about-5 .txt-block { padding: 0; }
  .about-6-txt { margin-bottom: 30px; }
  .a6-txt { padding: 35px 50px 40px; }

  #a8-1 { margin-bottom: -10px; }
  #a8-3 { margin-top: -10px; }
  .about-8-txt.left-column { padding-left: 0; padding-right: 20px; }
  .about-8-txt.right-column { padding-left: 20px; padding-right: 5px; }

  .about-8-txt.right-column:before, .about-8-txt.left-column:after { display: none; }

  .about-3-wrapper .ab-2 { margin: 0 -8px; }

  .about-4 .txt-block h2 { padding: 0 5%; }
  .about-6-txt h4 { font-size: 1.875rem; }
  .about-8-txt h4,.about-8-txt h3 { margin-bottom: 8px; }
  .about-1 .txt-block p { padding: 0; }
  .about-2 .txt-block p { padding: 0 8%; }
  .about-8-txt p { margin-bottom: 20px; }
  .about-5 .txt-block .btn { margin-top: 10px; margin-bottom: 15px; }

  .abox-3.ab-1 { margin-left: -70%; }
  .abox-3.ab-3 { margin-right: -70%; }
  #ab-4-1 { margin: 100px -50px 0 -150%; }
  #ab-4-2 { margin: 50px -140% 0 -50px; }

  #ab-5-1 { margin: 80px 0 0 -150px; }
  #ab-5-2 { margin: 50px 12% 0 22%; }
  #ab-5-3 { margin: 80px -100px 0 0; }

  .about-8-img.left-column { padding-right: 10px; }
  .about-8-img.right-column { padding-left: 10px; }

  /* SERVICES */
  #services-3.pt-6 { padding-top: 50px!important; }

  .sbox-1-wrapper .col { padding: 0 10px; }

  .sbox-4.sb-1, .sbox-4.sb-2, .sbox-5-wrapper .rows-2 .sb-1, 
  .sbox-5-wrapper .rows-2 .sb-2, .sbox-5-wrapper .rows-2 .sb-3, .sbox-5-wrapper .rows-2 .sb-4 { margin-bottom: 30px; }

  .sbox-21 { padding: 0 5%; }
  .sbox-2.sb-1, .sbox-2.sb-2, .sbox-3.sb-1, .sbox-3.sb-2, .sbox-3.sb-3 { margin-bottom: 40px; }

  .sbox-1 .btn, .sbox-2 .btn { margin-top: 15px; }
  .services-section .more-btn { margin-top: 45px; }

  .sbox-4-img, .sbox-5-img { margin-bottom: 25px; }

  /* CONTENT */
  .ct-01.shape--01.py-7, .ct-02.shape--02.py-7 { padding-top: 80px!important; padding-bottom: 0!important; }
  .ct-11-wrapper, .ct-12 { height: 500px; }
  .ct-11.pt-10 { margin-top: 80px; padding-top: 40px!important; }
  .ct-table.py-8, .ct-table.pb-8 { padding-bottom: 60px!important; }

  .ct-05 .container:after { width: 100%; }
  .ct-06 .container:after { width: 100%; left: 0; }
  .ct-05 .container, .ct-06 .container { max-width: 100%; padding: 0 25px; }
  .ct-07 .container, .ct-08 .container { max-width: 100%; padding: 0; }

  .ct-01 .txt-block { padding-right: 0; margin-top: 50px; }
  .ct-02 .txt-block { padding-left: 0; margin-top: 50px; }

  .ct-03 .left-column { padding-right: 0; margin-bottom: 50px; }
  .ct-03 .left-column .ct-03-txt { padding-right: 0; }
  .ct-03 .right-column { padding-left: 0; }
  .ct-03 .txt-block { display: flex; flex-flow: column wrap; }
  .ct-03 .ct-03-txt { order: 2; margin-top: 50px; }
  .ct-03 .ct-03-img { order: 1; }

  .ct-05 .txt-block, .ct-06 .txt-block { padding: 50px 15px 80px; }
  .ct-07 .txt-block, .ct-08 .txt-block { padding: 50px 45px 80px; }

  .ct-table .left-column { padding-right: 0; }
  .ct-table .right-column { padding-left: 0; }
  .ct-table .txt-table { margin-top: 15px; }

  .ct-table h3, .ct-table h2, .txt-block h2 { padding-right: 0; margin-bottom: 14px; }
  .ct-09-txt h3 { margin-top: 30px; margin-bottom: 0; }
  .ct-03-txt p.mb-5 { margin-bottom: 0!important; }

  .txt-block .accordion .accordion-thumb p { font-size: 1.3125rem; }

  .txt-block .btn { margin-top: 20px; }

  .ct-03-img.mb-5 { margin-bottom: 0!important; }
  .ct-04 .img-block.left-column { padding-right: 0; margin-bottom: 50px; }
  .ct-04 .img-block.right-column { padding-left: 0; margin-bottom: 50px; }
  .ct-05-img, .ct-06-img { padding: 80px 15px 0; }

  /* GALLERY */
  #gallery-2 .col, #gallery-3 .col { padding: 0 8px; }

  #gallery-1 .gallery-image { margin-bottom: 24px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6, #img-3-1, #img-3-2, #img-3-3 { margin-bottom: 16px; }

  #img-4-1 { margin-top: 40px; padding-right: 15px; }
  #img-4-2 { margin-top: 0; padding-right: 0; }
  #img-4-3, #img-4-4, #img-4-5, #img-4-6  { display: inline-block; width: 50%; float: left; }

  #img-4-3 { margin-top: -25px; margin-bottom: 0; padding-right: 25px; }
  #img-4-4 { margin-top: 45px; padding-left: 13.7px; padding-right: 0; }
  #img-4-5 { margin-top: -40px; padding-left: 0; padding-right: 25px; }
  #img-4-6 {  margin-top: 45px; padding-left: 13.7px; padding-right: 0; }

  .img-4-2-shape, .img-4-4-shape { display: none; }

  .gallery-section .more-btn { margin-top: 15px; }
  #gallery-1.gallery-section .more-btn { margin-top: 40px; }
  #gallery-4.gallery-section .more-btn { margin-top: 50px; }

  /* TESTIMONIALS */
  .review-1-txt { padding: 45px 30px 25px; margin: 0 8px 30px; }
  .review-3 { padding: 35px 18px 25px; }

  .review-1 .review-avatar { margin: 0 auto -30px; }
  .review-avatar img, .owl-item .review-avatar img { width: 64px; height: 64px; }
  .review-3 .review-avatar img { width: 50px; height: 50px; }

  .rs-logo { right: -14px; bottom: -5px; width: 32px; height: 32px; padding: 6px; }
  .review-3 .rs-logo { width: 28px; height: 28px; }
  .rs-logo img { width: 20px!important; height: 20px!important; }
  .review-3 .rs-logo img { width: 16px!important; height: 16px!important; top: 2px; }

  .review-3 .review-txt { margin-top: -38px; }

  .review-3 .author-data { margin-top: 20px; }
  .review-2 .review-author { margin-top: 0; }
  .review-3 .review-author { padding: 0 0 0 18px; margin-top: 10px; }

  .review-1 .star-rating { margin-top: 12px; margin-bottom: 8px; }
  .review-2 .star-rating { margin-bottom: 5px; }

  /* GIFT CARDS */
  #gcard-1-1, #gcard-1-2 { margin-bottom: 40px; }
  .gift-card { padding: 50px 30px; }
  .gift-card p { margin-top: 15px; margin-bottom: 20px; }

  /* BRANDS */
  .brands-title.mb-4 { margin-bottom: 15px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 11px; } 
  #brands-2 .brand-logo { padding: 0 6px; }
  .brands-section .brand-logo.mb-5 { margin-bottom: 40px!important; }

  /* TEAM */
  #team-3.pb-5 { padding-bottom: 40px!important; }
  .category-title.mb-6 { margin-bottom: 60px!important; }
  #team-3 hr { margin: 20px 0 70px; }
  .team-member { margin-bottom: 50px; }
  .team-member-data h5 { font-size: 1.75rem; }
  #team-3 .team-member-data h5 { margin-bottom: 20px; }

  /* ARTIST DETAILS */
  .artist-photo { padding-right: 0; margin-bottom: 40px; }
  .artist-bio { padding-left: 0; }

  .artist-data { margin-top: 20px; margin-bottom: 20px; }
  .artist-bio .booking-link { margin-top: 30px; }

  /* PRICING */
  .pricing-2-wrapper, .pricing-3-wrapper { padding: 50px 40px; }
  .p4-wrapper { padding: 75px 40px 80px; }

  .pricing-title { margin-bottom: 35px; }
  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 45px!important; }
  .pricing-4-title p { font-size: 1.225rem; }
  .pricing-7-title h4 { font-size: 2.125rem; }

  .pricing-5-category.mb-4 { margin-bottom: 40px!important; }
  .pricing-5-category.mt-4 { margin-top: 40px!important; }
  .right-column .pricing-5-category.p5-top { margin-top: 20px!important; }

  .pricing-4-table.left-column, .pricing-section .pricing-1-table.left-column { padding-right: 0; }
  .pricing-4-table.right-column, .pricing-section .pricing-1-table.right-column { padding-left: 0; }
  .pricing-section .pricing-5-table.left-column { padding-right: 0; }
  .pricing-section .pricing-5-table.right-column { padding-left: 0; }

  #pb-7-1, #pb-7-2 { margin: 0 0 50px; }
  #pb-7-3 { margin-left: 0; }

  .pricing-list li, .pricing-list li.resp-lst:last-child { margin-bottom: 25px; }
  .pricing-4 .pricing-list li, .pricing-4-list li.resp-lst:last-child, .pricing-5-table .pricing-list li { margin-bottom: 25px; }

  #pt-6-1, #pt-6-2, #pt-6-3, #pt-6-4 { margin-bottom: 40px; }

  .price-name p, .price-number p, .pricing-5 .price-name p, .pricing-6-item p.pricing-6-title { font-size: 1.3125rem; }
  .pricing-5 .price-number p, .pricing-6-item p.pricing-6-number, .old-price { font-size: 1.25rem; }
  .pricing-7 .price-name p, .pricing-7 .price-number p { font-size: 1.3125rem; }
  .price-txt { margin-top: 5px; }
  
  .pricing-1 .more-btn.mt-5, .pricing-4 .more-btn.mt-5, .pricing-notice.mt-5, .pricing-7 .more-btn.mt-5 {margin-top: 40px!important;}
  .pricing-5 .more-btn.mt-6 { margin-top: 25px!important; }

  .pricing-2-img { margin-left: -130%; }
  .pricing-3-img { margin-right: -130%; }

  /* BANNER */
  .banner-1.pt-5 { padding-top: 30px!important; }
  .banner-1.pt-6 { padding-top: 50px!important; }
  .banner-2.py-9 { padding-top: 90px!important; padding-bottom: 90px!important; }
  .banner-3 { padding-top: 60px; padding-bottom: 60px; }
  .banner-4 { padding-top: 70px; padding-bottom: 70px; }
  .banner-1-wrapper { text-align: center; padding: 70px 60px; }

  .discount-title { margin-bottom: 2px; }
  .discount-title h5 { font-size: 1.5625rem;  }
  .banner-3 .discount-title h5 { font-size: 1.75rem; }

  .discount-digit h2 { font-size: 6.875rem; letter-spacing: -3px; }
  .banner-3 .discount-digit h2 { font-size: 7.8125rem; letter-spacing: -3px; }

  .discount-txt { top: 4px; left: 3px; }
  .banner-3 .discount-txt { top: 6px; }
  .discount-txt h2 { font-size: 4.3rem; } 
  .banner-3 .discount-txt h2 { font-size: 4.5625rem; } 

  .discount-txt h3 { font-size: 1.65rem; letter-spacing: -1px; }
  .banner-3 .discount-txt h3 { font-size: 2.21875rem; }

  .discount-description h4 { font-size: 1.525rem; margin-top: 10px; margin-bottom: 10px; }
  .discount-description p { font-size: 0.9rem; padding: 0 5%; margin-bottom: 16px; }

  .discount-link p { font-size: 1rem; margin-top: 10px; }

  .banner-1-txt .section-id { font-size: 1rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 1rem; margin-bottom: 25px; }
  
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 4.75rem; letter-spacing: -1px; }
  .banner-1-txt h2 span, .banner-2-txt h2 span { font-size: 5.35rem; }
  .banner-1-txt h3, .banner-2-txt h3 { font-size: 3rem; margin-bottom: 25px; }

  .banner-4-txt h5 { font-size: 1.1rem; letter-spacing: 6px; margin-bottom: 25px; }
  .banner-4-txt h3 { font-size: 3.875rem; letter-spacing: 8px; margin-bottom: 2px; }
  .banner-4-txt h2 { font-size: 6.25rem; letter-spacing: 2px; margin-bottom: 20px; }

  /* FAQs */
  .question .col-lg-6 h5 { margin-bottom: 20px; padding-right: 0; }

  .faqs-section .more-btn.mt-4 { margin-top: 10px!important; }

  /* NEWSLETTER */
  .newsletter-wrapper { padding: 70px 0 50px; }
  #newsletter-2 { padding-top: 70px; padding-bottom: 40px; }

  .newsletter-section .section-title { margin-bottom: 30px; }

  #newsletter-1 .newsletter-form { padding: 0 17%; }
  #newsletter-2 .newsletter-form { padding: 0 12%; }

  .newsletter-section .form-control, .newsletter-section .btn { height: 50px; }

  /* BLOG */
  #bp-1-3 { display: none; }
  .side-column .blog-post { width: 50%; float: left; padding: 0 12px; }
  .post-tag { margin-bottom: 20px; }
  .post-link { line-height: 1.3; margin-bottom: 12px; }

  #blog-1 .blog-post-img { margin-bottom: 30px; }

  /* SINGLE BLOG POST */
  .post-content { padding: 0; }

  .single-post-title { margin-bottom: 30px; }
  .single-post-title h2 { margin-bottom: 0; }
  .single-post-title .post-tag { margin-bottom: 30px; }

  .single-post-txt { padding-bottom: 50px; margin-bottom: 70px; }
  .single-post-txt h5, .single-post-txt h4 { margin-top: 23px; margin-bottom: 25px; }

  .post-inner-img { margin-top: 40px; margin-bottom: 40px; }

  .post-comments { padding-top: 70px; margin-top: 70px; }
  .post-comments h4 { margin-bottom: 50px; }
  .post-comments hr { margin-top: 25px; margin-bottom: 40px; }
  .post-comments img { width: 64px; height: 64px; }
  .comment-meta h5 { margin-bottom: 5px; }

  #leave-comment { padding-top: 70px; margin-top: 30px; }

  .comment-form { margin-top: 40px; }
  .comment-form textarea { min-height: 100px; }
  .comment-form .btn { margin-top: 10px; }

  /* BOOKING */
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 8px; padding-right: 8px; }

  /* CONTACTS */
  #contacts-1 .cbox-1.cb-1 { margin-bottom: 35px; }
  #contacts-1 .cbox-1.cb-2 { margin-bottom: 40px; }
  .cbox-2 { width: 50%; float: left; margin-bottom: 40px!important; }
  #contacts-3 .cbox-2.mb-5 { margin-bottom: 40px!important; }

  .cbox-2 h4 { margin-bottom: 25px; }
  .contact-form-wrapper h4 { margin-bottom: 30px; }
  .cbox-1 .btn { margin-top: 5px; }

  .contact-form .form-control { height: 50px; margin-bottom: 22px; }
  .contact-form textarea { min-height: 170px; }
  .contact-form .btn { margin-top: 12px; }

  /* GOOGLE MAP */
  #contacts-1 .google-map, #contacts-2 .google-map { padding: 0 0 55%; }

  /* FOOTER */
  .footer { padding-bottom: 25px; }
  #footer-5.pt-7 { padding-top: 50px!important; }
  #footer-5 .footer { padding: 0 15px 25px; }
  .footer hr { margin-top: 5px; margin-bottom: 25px; }

  #footer-1 .footer-info, #footer-1 .footer-form { padding-left: 0; }
  #footer-2 .footer-links { margin-top: 30px; margin-bottom: 20px; }
  #footer-4 .footer-contacts { padding-right: 10%; }

  .footer-logo { margin-bottom: 40px; }
  .footer-logo-img img { max-height: 67px; }
  #footer-5 .footer-logo-img img { max-height: 55px; }

  .footer h5 { margin-bottom: 16px; }

  .footer-booking-link { font-size: 1.25rem; margin-top: 15px; }
  #footer-1 .footer-phone, #footer-4 .footer-phone { margin-top: 10px; }

  #footer-3 .foo-socials { margin-top: 15px; }

  .footer-form .form-control { height: 52px; padding: 0 10px; }
  .footer-form .btn { height: 52px; }

  #footer-2 .bottom-footer-socials li { padding: 0 14px; }

  /* INNER PAGE HERO */
  .inner-page-hero { margin-top: 80px; padding-top: 120px; padding-bottom: 100px; }
  .inner-page-title { margin-top: 80px; padding-top: 80px; }
  .inner-page-title.pb-6 { padding-bottom: 50px!important; }

  .page-hero-txt h2, .page-title-txt h2 { font-size: 3.25rem; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.1875rem; margin-top: 5px; }

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 520px; }
  #modal-2 .modal-dialog.modal-xl { max-width: 680px!important; }

  #modal-2 .modal-body-content { text-align: center; padding: 45px 15px 25px; }
  #modal-2 .request-form-title h3 { font-size: 2.65rem; }
  #modal-2 .request-form-title h4 { font-size: 2rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 15px; }

  #modal-2 .request-form .form-control, #modal-2 .request-form .btn { height: 48px; }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 767px) { 

  .shape--01:after, .shape--02:after { width: 100%; height: 48%; }

  p.tra-link { font-size: 0.9rem; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }
  .wsmobileheader .smllogo { display: block; margin-top: 25px; padding-left: 22px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 28px; }

  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .dark-menu .wsmobileheader, .black-scroll .wsmobileheader { background-color: #151515; }

  .theme--dark .tra-menu .wsmobileheader, 
  .theme--dark .white-menu .wsmobileheader { 
    background-color: #151515!important; 
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
    -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1);
  }

  /* Mobile Header Burger Menu */
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
  .dark-menu .wsanimated-arrow span:after, .black-scroll .wsanimated-arrow span, 
  .black-scroll .wsanimated-arrow span:before, .black-scroll .wsanimated-arrow span:after { background: #fff; }

  .theme--dark .wsanimated-arrow span, .theme--dark .wsanimated-arrow span:before, 
  .theme--dark .wsanimated-arrow span:after { background: #fff; }

  .theme--beige .wsanimated-arrow span, .theme--beige .wsanimated-arrow span:before, 
  .theme--beige .wsanimated-arrow span:after { background: #363636; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 56px; }
  .wsmenu > .wsmenu-list > li.mobile-last-link > a { border-bottom: none; }

  /* Dark Header Settings */
  .dark-menu .wsmenu > .wsmenu-list, .black-scroll .wsmenu > .wsmenu-list { background-color: #151515!important; }

  .dark-menu .wsmenu > .wsmenu-list > li > a, 
  .black-scroll .wsmenu > .wsmenu-list > li > a { border-bottom-color: rgba(255, 255, 255, .13); }

  .dark-menu .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: rgba(255, 255, 255, .85); }

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 1.0625rem; line-height: 46px; padding: 5px 32px 4px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a, .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a { color: #666; }
  .black-scroll .wsmenu > .wsmenu-list > li > a.h-link { color: #fff; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 10px; width: 10px; margin: 19px 18px 0px 0px; }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 25px; }

  .theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
  .theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a { color: #fff!important; }

  .theme--beige .wsmenu > .wsmenu-list > li:hover > a { background-color: #ebebeb!important; }
  .theme--beige .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: #363636!important; }

  /* SubMenu / HalfMenu / MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu { padding: 0 20px 5px 20px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%!important; padding: 0 20px 5px 20px; }
  .wsmegamenu.w-75 .col-lg-3, .wsmegamenu.halfmenu .col-lg-6 { padding: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { 
    top: 5px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -webkit-box-shadow: 0 0; 
    -moz-box-shadow: 0 0; box-shadow: 0 0; border-bottom: 1px solid #ddd; 
  }

  .theme--beige .wsmenu > .wsmenu-list > li > a { border-bottom: 1px solid #c4c4c4; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu { 
    opacity: 1!important; visibility: visible!important; -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);-o-transform: rotateX(0deg);transform: rotateX(0deg); 
  }

  .dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu, .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { 
    border-bottom: 1px solid rgba(255, 255, 255, .13)!important; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0;box-shadow: 0 0; 
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { background-color: #2c3142!important; }

  /* Sub Menu / Half Menu / Mega Menu Links */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { 
    color: #666; font-size: 1rem; padding: 15px 0; 
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { 
    background-color: transparent; 
    padding: 15px 0 15px 8px; 
  }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: #ddd;
    background-color: rgba(255, 255, 255, 0)!important;
  }

  /* Sub Menu / Half Menu / Mega Menu Links Hover */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 15px 14px; text-decoration: none; }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    background-color: rgba(255, 255, 255, .05)!important;
  }

  .theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu,
  .theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    background-color: #111; border-color: #111; top: 0; -webkit-box-shadow: 0 0 ;-moz-box-shadow: 0 0 ;box-shadow: 0 0;
  }

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn {  
    font-size: 1.0625rem;
    line-height: 44px; 
    border-width: 2px;
    padding: 5px 22px;
    margin: 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .wsmenu > .wsmenu-list > li a.btn.reg-btn { line-height: 44px; padding: 5px 22px; }
  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link, .wsmenu > .wsmenu-list > li.reg-fst-link > a { margin-left: 0; }

  /* Header Social Links */
  .wsmenu > .wsmenu-list > li.header-socials { display: block; }
  .header-socials a { margin-left: 25px; }
  .header-socials.ico-20 [class*="flaticon-"]:before, .header-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.65rem; } 

  /* Navbar Transparent Buttons */
  .white-scroll .btn--tra-black { 
    color: #fff!important; 
    background-color: #353f4f!important; 
    border-color: #353f4f!important; 
  }

  .tra-menu .btn--tra-white { 
    color: #262b2f!important; 
    background-color: transparent!important; 
    border-color: #262b2f!important; 
  }

  .tra-menu .hover--white:hover { 
    color: #fff!important; 
    background-color: #262b2f!important; 
    border-color: #262b2f!important; 
  }

  .theme--dark .tra-menu .btn--tra-white { 
    color: #fff!important; 
    background-color: transparent!important; 
    border-color: #fff!important; 
  }

  .theme--dark .tra-menu.white-scroll .hover--white:hover { 
    color: #262b2f!important; 
    background-color: #fff!important; 
    border-color: #fff!important; 
  }

  .black-scroll .btn--tra-white, 
  .black-scroll .btn--tra-black { color: #353f4f!important; background-color: #fff!important; border-color: #fff!important; }

  .white-scroll .btn--tra-grey, 
  .black-scroll .btn--tra-grey { color: #353f4f!important; background-color: #eee!important; border-color: #eee!important; }

  /* Navbar Buttons Hover */
  .white-scroll .hover--tra-white:hover
  { color: #353f4f!important; border-color: #353f4f!important; background-color: transparent!important; }

  .theme--dark .white-scroll .hover--tra-white:hover
  { color: #fff!important; border-color: #fff!important; background-color: transparent!important; }

  .white-scroll .hover--blue:hover, 
  .black-scroll .hover--blue:hover { color: #fff!important; border-color: #007aff!important; background-color: #007aff!important; }

  .white-scroll .hover--tra-blue:hover, .black-scroll .hover--tra-blue:hover 
  { color: #007aff!important; border-color:#007aff!important; background-color: transparent!important; }

  .white-scroll .hover--violet:hover, 
  .black-scroll .hover--violet:hover {color: #fff!important;border-color: #b55e98!important;background-color: #b55e98!important;}

  .white-scroll .hover--tra-violet:hover, .black-scroll .hover--tra-violet:hover 
  { color: #b55e98!important; border-color: #b55e98!important; background-color: transparent!important; }

  .theme--dark .wsmenu > .wsmenu-list { background-color: #171819!important; }
  .theme--dark .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: rgba(255, 255, 255, 1); }

  .theme--dark .navbar-dark .hover--tra-black:hover,
  .theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    color: #fff!important;background-color:transparent!important;border-color: #fff!important; 
  }

  .theme--dark .white-scroll .hover--gold:hover {
    color: #fff!important;background-color: #af8855!important;border-color: #af8855!important;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section { margin-top: 80px; }

  /* HERO-1 */
  #hero-1 .slideshow { margin-top: 80px; }

  /* HERO-2 */
  #hero-2 { padding-top: 0; }
  #hero-2 .container { max-width: 100%; }
  #hero-2 .col { padding: 0;}

  /* HERO-3 */
  #hero-3 { margin-top: 80px; padding-top: 70px; }
  .hero-3-txt { margin-bottom: 60px; }

  /* HERO-4 */
  #hero-4 { margin-top: 80px; padding-top: 70px; }
  #hero-4-1 { text-align: center; padding: 0; margin-bottom: 40px; }

  /* HERO-5 */
  .hero-logo { margin-bottom: 40px; }
  .hero-logo { display: none; }

  .hero-5-img .col { padding: 0 12px; }
  .hero-5-img { margin-top: 60px; }
  #hero-5-1 { margin-top: 0; margin-bottom: 40px } 
  #hero-5-3 { margin-top: 40px; }

  /* HERO-7 */
  #hero-7 { text-align: center; margin-top: 80px; padding-top: 70px; }
  .hero-7-txt { padding-right: 0; margin-bottom: 25px; }
  .hero-7-img { margin-top: 60px; }
  #hero-7-1 { display: none; }
  .hero-7-img img { max-height: initial; max-width: 100%; height: auto!important; }

  /* HERO-9 */
  #hero-9 { margin-top: 80px; padding-top: 120px; padding-bottom: 120px; }

  /* HERO-10 */
  #hero-10 { text-align: center; padding-top: 100px; padding-bottom: 100px; }
  .hero-10-txt p { padding: 0; }
  .hero-10-schedule.text-end { text-align: center!important; margin-top: 50px; }
  .hero-10-schedule { margin-right: 0; }

  /* HERO-11 */
  #hero-11 { padding-top: 100px; padding-bottom: 100px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-8 { padding-top: 70px; padding-bottom: 45px; }
  .about-8:after { width: 100%; height: 100%; top: 0; }
  .about-2-wrapper .py-6 { padding-top: 60px!important; padding-bottom: 60px!important; }
  .about-3-wrapper { margin: 0; }
  .about-5 .col { flex: none; }
  .about-6-txt { margin-bottom: 30px; }

  .about-3 .ab-1, .about-3 .ab-2 { margin-bottom: 40px; }
  .about-5 .txt-block { padding: 0; }

  #a8-1 { margin-bottom: 40px; }
  #a8-3 { margin-top: 40px; }
  .about-8-txt.left-column, .about-8-txt.right-column { padding: 0; }
  .about-8-txt.right-column:before, .about-8-txt.left-column:after { display: none; }

  #ab-4-1 { margin: 0; }
  #ab-4-2 { display: none; }
  #ab-5-1, #ab-5-2, #ab-5-3 { margin: 40px 0 0 0; }
  #a6-img-1 { margin-bottom: 30px; }

  .about-8-img.left-column { padding-right: 0; margin-bottom: 40px; }
  .about-8-img.right-column { padding-left: 0; margin-bottom: 40px; }

  /* SERVICES */
  .sb-1, .sb-2, .sbox-2.sb-3, .sbox-3.sb-1, .sbox-3.sb-2, .sbox-3.sb-3, .sbox-3.sb-4 { margin-bottom: 40px; }

  .sbox-4.sb-1, .sbox-4.sb-2, .sbox-4.sb-3, .sbox-5.sb-1, .sbox-5.sb-2, 
  .sbox-5-wrapper .rows-2 .sb-1, .sbox-5-wrapper .rows-2 .sb-2, .sbox-5-wrapper .rows-2 .sb-3, 
  .sbox-5-wrapper .rows-2 .sb-4, .sbox-5-wrapper .rows-2 .sb-5 { margin-bottom: 35px; }

  /* CONTENT */
  .ct-01.shape--01.py-7, .ct-02.shape--02.py-7 { padding-top: 70px!important; padding-bottom: 0!important; }
  .ct-05.pt-5, .ct-06.pt-5 { padding-top: 30px!important; }
  .ct-table.py-8, .ct-table.pb-8 { padding-bottom: 50px!important; }
  .ct-11-wrapper, .ct-12 { height: 400px; }
  .ct-11.pt-10 { margin-top: 80px; padding-top: 40px!important; }

  .ct-05 .container:after { width: 100%; }
  .ct-06 .container:after { width: 100%; left: 0; }
  .ct-05 .container, .ct-06 .container { max-width: 100%; padding: 0 25px; }
  .ct-07 .container, .ct-08 .container { max-width: 100%; padding: 0; }

  .ct-01 .txt-block { padding-right: 0; margin-top: 40px; }
  .ct-02 .txt-block { padding-left: 0; margin-top: 40px; }

  .ct-03 .left-column { padding-right: 0; margin-bottom: 40px; }
  .ct-03 .left-column .ct-03-txt { padding-right: 0; }
  .ct-03 .right-column { padding-left: 0; }
  .ct-03 .txt-block { display: flex; flex-flow: column wrap; }
  .ct-03 .ct-03-txt { order: 2; margin-top: 40px; }
  .ct-03 .ct-03-img { order: 1; }
  .ct-09 .left-column { margin-bottom: 40px; }

  .ct-table .left-column { padding-right: 0; }
  .ct-table .right-column { padding-left: 0; }
  .ct-table .txt-table { margin-top: 15px; }

  .txt-block h2 { padding-right: 0; margin-bottom: 20px; }
  .ct-03-txt p.mb-5 { margin-bottom: 0!important; }

  .ct-03-img.mb-5 { margin-bottom: 0!important; }
  .ct-04 .img-block.left-column { padding-right: 0; margin-bottom: 40px; }
  .ct-04 .img-block.right-column { padding-left: 0; margin-bottom: 40px; }
  .ct-05-img, .ct-06-img { padding-top: 70px; }

  /* GALLERY */
  #gallery-2 .col, #gallery-3 .col { padding: 0 15px; }
  #gallery-2 .row.row-cols-lg-4 { padding: 0; }
  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6 { margin-bottom: 30px; }

  #img-4-1 { margin-top: 0; padding-right: 0; }
  #img-4-2 { margin-top: 40px; padding-right: 0; }
  #img-4-3 { margin: 40px 0; }
  #img-4-4 { padding-right: 0; }
  #img-4-5 { margin-top: 40px; padding-left: 0;}
  #img-4-6 { margin-top: 40px; padding-left: 0; padding-right: 0; }

  .img-4-2-shape, .img-4-4-shape { display: none; }

  #gallery-1.gallery-section .more-btn { margin-top: 40px; }
  #gallery-4.gallery-section .more-btn { margin-top: 50px; }

  /* TESTIMONIALS */
  #rw-3-1, #rw-3-2, #rw-3-3 { margin-bottom: 30px; }
  #rw-3-5, #rw-3-6 { margin-top: 30px; }

  /* GIFT CARDS */
  #gcard-1-1, #gcard-1-2 { margin-bottom: 40px; }
  .gift-card p { margin-top: 15px; margin-bottom: 20px; }

  /* PRICING */
  .pricing-5-category.mb-4 { margin-bottom: 40px!important; }
  .pricing-5-category.mt-4 { margin-top: 40px!important; }
  .right-column .pricing-5-category.p5-top { margin-top: 20px!important; }
  .pricing-7-title { margin: 35px 0 25px; }

  .pricing-4-table.left-column, .pricing-section .pricing-1-table.left-column { padding-right: 0; }
  .pricing-4-table.right-column, .pricing-section .pricing-1-table.right-column { padding-left: 0; }
  .pricing-section .pricing-5-table.left-column { padding-right: 0; }
  .pricing-section .pricing-5-table.right-column { padding-left: 0; }

  #pb-7-1, #pb-7-2 { margin: 0 0 50px; }
  #pb-7-3 { margin-left: 0; }

  .pricing-title { margin-bottom: 35px; }

  .pricing-list li.resp-lst:last-child { margin-bottom: 25px; }
  .pricing-5-table .pricing-list li { margin-bottom: 25px; }
  #pt-6-1, #pt-6-2, #pt-6-3, #pt-6-4 { margin-bottom: 40px; }
  .pricing-2-img { margin-right: 0; }
  .pricing-3-img { margin-left: 0; }

  .pricing-notice.mt-5 { margin-top: 25px!important; }

  /* BANNER */
  .banner-1.pt-6 { padding-top: 40px!important }
  .banner-3 { background-position: left center; }
  .banner-1-wrapper { text-align: center; padding: 70px 60px; }

  .banner-5 .left-column, .banner-6 .left-column { padding-right: 12px; }
  .banner-5 .right-column, .banner-6 .right-column { padding-left: 12px; }
  .banner-5-txt, .banner-6-txt { padding: 70px 0; }
  .banner-5-img, .banner-6-img { display: none; }

  /* TEAM */
  #team-3.pb-5 { padding-bottom: 20px!important; }
  .category-title.mb-6 { margin-bottom: 55px!important; }
  #team-3 hr { margin: 15px 0 60px; }
  .team-member { margin-bottom: 55px; }

  .team-member-data { margin-top: 35px; }
  .team-member-data h5 { margin-bottom: 20px; }
  .tm-social.ico-15 [class^="flaticon-"]:before, .tm-social.ico-15 [class^="flaticon-"]:after { font-size: 1.125rem; }
  .tm-social.ico-20 [class^="flaticon-"]:before, .tm-social.ico-20 [class^="flaticon-"]:after { font-size: 1.4rem; }

  /* ARTIST DETAILS */
  .artist-photo { padding-right: 0; margin-bottom: 40px; }
  .artist-bio { padding-left: 0; }

  .artist-data { margin-top: 20px; margin-bottom: 20px; }
  .artist-bio .booking-link { margin-top: 30px; }

  /* BANNER */
  .banner-5.pt-5 { padding-top: 30px!important; }

  /* FAQs */
  .question .col-lg-6 h5 { margin-bottom: 20px; padding-right: 0; }

  .faqs-section .more-btn.mt-4 { margin-top: 10px!important; }

  /* NEWSLETTER */
  #newsletter-1 .container { max-width: 100%; }
  #newsletter-1 .newsletter-wrapper { margin: 0 -15px; }

  .newsletter-section .section-title { margin-bottom: 30px; }

  .newsletter-section .form-control { text-align: center; margin-right: 0; margin-bottom: 20px; }
  .newsletter-section .input-group-btn { display: block; width: 100%!important; }
  .newsletter-section .btn { display: block; width: 100%!important; margin: 0; }

  /* BLOG */
  #bp-1-1, #bp-1-2 { margin-bottom: 40px; }
  .post-tag { margin-bottom: 20px; }
  .post-link { line-height: 1.3; margin-bottom: 18px; }

  /* SINGLE BLOG POST */
  #single-post { padding-top: 70px; }
  .post-content { padding: 0; }

  .single-post-title { margin-bottom: 30px; }
  .single-post-title h2 { margin-bottom: 0; }
  .single-post-title .post-tag { margin-bottom: 30px; }

  .single-post-txt { padding-bottom: 50px; margin-bottom: 70px; }
  .single-post-txt h5, .single-post-txt h4 { margin-top: 23px; margin-bottom: 25px; }

  .post-inner-img { margin-top: 40px; margin-bottom: 40px; }
  .post-inner-img .top-img { margin-bottom: 40px; }

  .post-comments { padding-top: 70px; margin-top: 70px; }
  .post-comments h4 { margin-bottom: 50px; }
  .post-comments hr { margin-top: 25px; margin-bottom: 40px; }
  .post-comments img { width: 64px; height: 64px; }
  .comment-meta h5 { margin-bottom: 5px; }

  #leave-comment { padding-top: 70px; margin-top: 30px; }

  .comment-form { margin-top: 40px; }
  .comment-form textarea { min-height: 100px; }
  .comment-form .btn { margin-top: 10px; }

  .comment-form .error { font-size: 1rem; }

  /* BOOKING */
  #booking-1.pt-8.pb-7 { padding-bottom: 60px!important; }

  /* CONTACTS */
  .cbox-2 { text-align: center; }  
  #contacts-1 .cbox-1.cb-1 { margin-bottom: 35px; }
  #contacts-1 .cbox-1.cb-2 { margin-bottom: 40px; }
  .cbox-2, #contacts-3 .cbox-2.mb-5 { margin-bottom: 40px!important; }

  .contact-form-wrapper h4 { text-align: center; margin-bottom: 30px; }

  /* GOOGLE MAP */
  #contacts-1 .google-map, #contacts-2 .google-map { padding: 0 0 70%; }

  /* FOOTER */
  #footer-1 .footer-info, #footer-1 .footer-form { padding-left: 0; }
  #footer-4 .footer-contacts, #footer-5 .footer-contacts { padding-right: 0; }

  .bottom-footer-socials.text-end { text-align: left!important; margin-top: 10px; }
  .bottom-footer-socials li { padding-left: 0; padding-right: 14px; }

  #footer-2 .foo-links li p { font-size: 0.925rem; letter-spacing: 1px; }
  #footer-2 .bottom-footer-socials li { padding-left: 10px; }
  #footer-2 .bottom-footer-socials li span { top: 0; padding-top: 10px; line-height: 1.2; }

  /* INNER PAGE HERO */
  .inner-page-hero { margin-top: 80px; padding-top: 110px; padding-bottom: 110px; }
  .inner-page-title { margin-top: 80px; padding-top: 80px; }
  .inner-page-title.pb-6 { padding-bottom: 40px!important; }

  .page-hero-txt h2, .page-title-txt h2 {  letter-spacing: 0; }
  .page-hero-txt p, .page-title-txt p { margin-top: 2px; }

  /* MODAL */
  #modal-2 .bg-img { display: none; }
  #modal-2 .request-form .loading { font-size: 1.0625rem; }
  #modal-2 .request-form .error { font-size: 1rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 480px) and (max-width: 767.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .pt-8 {
	padding-top: 10px!important;
}
  .pb-8 { padding-bottom: 70px!important; }
  .py-8 { padding-top: 70px!important; padding-bottom: 70px!important; }

  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Headers */
  h6 { font-size: 1.375rem; }          /* 22px */
  h6.h6-md { font-size: 1.375rem; }    /* 22px */
  h6.h6-lg { font-size: 1.375rem; }    /* 22px */

  h5 { font-size: 1.625rem; }          /* 26px */
  h5.h5-md { font-size: 1.625rem; }    /* 26px */
  h5.h5-lg { font-size: 1.8125rem; }   /* 29px */

  h4 { font-size: 1.8125rem; }         /* 29px */
  h4.h4-md { font-size: 1.8125rem; }   /* 29px */
  h4.h4-lg { font-size: 1.8125rem; }   /* 29px */

  h3 { font-size: 1.9375rem; }         /* 31px */
  h3.h3-md { font-size: 1.9375rem; }   /* 31px */
  h3.h3-lg { font-size: 1.9375rem; }   /* 31px */

  h2 { font-size: 2.125rem; line-height: 1.3; } /* 34px */
  h2.h2-md { font-size: 2.125rem; }             /* 34px */
  h2.h2-lg { font-size: 2.125rem; }             /* 34px */

  h2.h2-title { font-size: 2.375rem; }          /* 38px */

  .huge-txt h2 { font-size: 6.45rem; line-height: 0.9; }

  p { font-size: 1.125rem; }

  /* Button */ 
  .btn { font-size: 0.8rem; padding: 1rem 1.8rem; }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 125px; height: 125px; top: -35px; left: calc(50% - 65px); }
  .ico-55 .shape-ico svg { width: 135px; height: 135px; top: -30px; left: calc(50% - 70px); }
  .ico-60 .shape-ico svg { width: 140px; height: 140px; top: -35px; left: calc(50% - 65px); }

  /* Section ID */
  .section-id { margin-bottom: 22px; }

  /* Section Title */
  .section-title.mb-6 { margin-bottom: 50px!important; }
  .tra-title { font-size: 3.25rem; margin-bottom: -35px!important; }

  /*------------------------------------------*/
  /*  PRELOAD ANIMATION    
  /*------------------------------------------*/

  #loading-center { height: 80px; width: 80px; left: calc(50% - 40px); top: calc(50% - 40px); }
  .loader { width: 80px; height: 80px; border-width: 3px; }
  .loader::after { width: 50px; height: 50px; border-width: 3px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 21px; padding-left: 18px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 38px; }

  .wsmenu > .wsmenu-list { width: 345px; margin-right: -345px; }
  .wsactive .wsmobileheader { margin-right: 345px; }
  .overlapblackbg { width: calc(100% - 345px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 22px 18px 0 0; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after {line-height: 52px!important;} 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* HERO SLIDER */
  .slider, .slider .slides { height: 440px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 440px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 440px; }

  /* HERO-1 */
  #hero-1 .caption { margin-top: 0; }
  #hero-1 .caption h2 { font-size: 3.65rem; padding: 0 2%; }
  #hero-1 .caption h5 { font-size: 1.25rem; margin-top: 15px; }
  #hero-1 .caption .btn { margin-top: 30px; }

  /* HERO-3 */
  .hero-3-txt { padding: 0; }
  .hero-3-txt h2 { font-size: 2.75rem; margin-bottom: 20px; }

  /* HERO-4 */
  #hero-4-1 h5 { font-size: 1.9375rem; padding: 0 8%; }

  /* HERO-5 */
  .hero-5-txt h2 { font-size: 2.75rem; margin-bottom: 15px; }
  .hero-5-txt p { font-size: 1.225rem; margin-bottom: 25px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 0; }
  #hero-6 .caption h2 { font-size: 6.25rem; margin-bottom: 10px; }
  #hero-6 .caption p { font-size: 1.125rem; padding: 0 3%; margin-bottom: 25px; }

  /* HERO-7 */
  .hero-7-txt h2 { font-size: 3.15rem; margin-bottom: 8px; }
  .hero-7-txt p { font-size: 1.225rem; padding: 0 10%; }

  #hero-7 .tra-header { top: 9%; }
  #hero-7 .tra-header h2 { font-size: 8.5rem; }

  /* HERO-9 */
  #hero-9 { padding-top: 120px; padding-bottom: 120px; }
  .hero-9-txt h2 { font-size: 3.5rem; margin-bottom: 25px; }

  .tra-header { width: 200%; top: 17%; left: -55%; }
  .tra-header h2 { font-size: 8.5rem; }

  /* HERO-10 */
  #hero-10 { padding-top: 80px; padding-bottom: 80px; }
  .hero-10-txt h2 { font-size: 4.25rem; letter-spacing: -1px; margin-bottom: 8px; }
  .hero-10-txt p { font-size: 1.25rem; padding: 0 5%; margin-bottom: 32px; }
  .hero-10-schedule.text-end { margin-top: 40px; }

  /* HERO-11 */
  .hero-11-txt { text-align: center; }
  .hero-11-txt h5 { font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 35px; }
  .hero-11-txt h2 { font-size: 5.15rem; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.225rem; padding: 0 5%; margin-bottom: 30px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 0; }
  #hero-12 .caption span { font-size: 0.915rem; letter-spacing: 5px; margin-bottom: 30px; }
  #hero-12 .caption h2 { font-size: 3.25rem; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-6 .section-title { padding: 0 2%; }
  .about-2-wrapper, .about-4-wrapper { margin: 0 -18px; }

  .about-2-wrapper .txt-block { padding: 0 18px; }
  .abox-3.txt-block { padding: 60px 30px 65px; }
  .about-4 .txt-block { padding: 60px 22px; }
  .a6-txt { padding: 35px 10% 40px; }

  .about-6-txt h4 { font-size: 1.9375rem; }
  .about-1 .txt-block p, .about-2 .txt-block p { padding: 0; }

  /* SERVCES */
  #services-3.pt-6 { padding-top: 50px!important; }

  .sbox-4 .section-id, .sbox-5 .section-id { font-size: 0.85rem; margin-bottom: 12px; }
  .sbox-3 p { font-size: 1.25rem; }
  .services-section .more-btn { margin-top: 50px; }

  /* CONTENT */
  .ct-11-wrapper, .ct-12 { height: 420px; }
  .ct-05.pt-5, .ct-06.pt-5 { padding-top: 20px!important; }

  .ct-05 .txt-block, .ct-06 .txt-block { padding: 40px 0 70px; }
  .ct-07 .txt-block, .ct-08 .txt-block { padding: 40px 30px 70px; }

  .txt-block h2 { margin-bottom: 15px; }
  .ct-09-txt h3, .ct-09-txt h2 { margin-top: 30px; margin-bottom: 0; }

  .txt-block .accordion .accordion-item .accordion-thumb:after { font-size: 1.125rem; }
  .txt-block .accordion .accordion-thumb p { font-size: 1.375rem; }

  .txt-block .btn { margin-top: 20px; }

  .ct-05-img, .ct-06-img { padding-top: 70px; }
  .ct-07 .img-block, .ct-08 .img-block { padding: 70px 25px 0; }

  /* GALLERY */
  #gallery-2 .col, #gallery-3 .col { padding: 0 10px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6, #img-3-1, #img-3-2, #img-3-3, #img-3-4 { margin-bottom: 20px; }

  .gallery-link.ico-30 [class^="flaticon-"]:before, .gallery-link.ico-30 [class^="flaticon-"]:after,
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 2.85rem; }

  #gallery-1.gallery-section .more-btn { margin-top: 25px; }

  /* TESTIMONIALS */
  .review-1-txt { padding: 55px 35px 40px; }
  .review-2 { padding: 0; }
  .review-3 { padding: 35px 20px 30px; }

  .review-1 .review-avatar { margin: 0 auto -45px; }
  .review-3 .author-data { margin-top: 20px; }
  .review-2 .review-author { margin-top: 0; }

  .review-1 .star-rating { margin-bottom: 5px; }

  /* GIFT CARDS */
  .gift-card { padding: 50px 35px; }
  .gift-card h4 { margin-bottom: 20px; }
  .gift-card sup { font-size: 3.15rem; top: -7px; right: 2px; }

  /* BRANDS */
  #brands-2 { text-align: center; }
  .brands-2-wrapper .row { display: block!important; flex: none!important; }
  #brands-2 .col { display: inline-block!important; width: 30%; padding: 0 8px; }

  .brands-title.mb-4 { margin-bottom: 15px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 15px; } 
  #brands-2 .brand-logo { padding: 0; }

  /* TEAM */
  .team-member .section-id { font-size: 0.85rem; margin-bottom: 15px; }
  .category-title h2 { font-size: 2.375rem; }      /* 38px */
  .team-member-data h5 { font-size: 1.8125rem; }   /* 29px */

  /* ARTIST DETAILS */
  .artist-bio p span.sm-title { font-size: 1rem; }
  
  /* PRICING */
  .pricing-4 .container { padding: 0; }

  .pricing-2-wrapper, .pricing-3-wrapper { padding: 55px 30px; }
  .p4-wrapper { padding: 65px 30px 70px; }

  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 45px!important; }
  .pricing-4-title p { font-size: 1.15rem }
  .pricing-5-category h3, .pricing-7-title h4 { font-size: 2rem; }

  .pricing-4 .pricing-list li, .pricing-4-list li.resp-lst:last-child { margin-bottom: 25px; }

  .price-name p, .price-number p, .pricing-5 .price-name p, 
  .pricing-6-item p.pricing-6-title, .pricing-6-item p.pricing-6-number, .old-price { font-size: 1.375rem; }
  .pricing-7 .price-name p, .pricing-7 .price-number p { font-size: 1.375rem; }

  .pricing-5 .price-number p { font-size: 1.325rem; }

  .pricing-1 .more-btn.mt-5, .pricing-4 .more-btn.mt-5, .pricing-notice.mt-5, .pricing-7 .more-btn.mt-5 {margin-top: 40px!important;}
  .pricing-5 .more-btn.mt-6 { margin-top: 25px!important; }

  /* BANNER */
  .banner-1.pt-6 { padding-top: 40px!important; }
  .banner-2.py-9 { padding-top: 90px!important; padding-bottom: 90px!important; }
  .banner-3, .banner-4 { padding-top: 70px; padding-bottom: 70px; }
  .banner-1 .container { max-width: 100%; margin: 0; padding: 0; }

  .banner-1-txt .section-id { font-size: 1.0625rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 1.0625rem; margin-bottom: 25px; }

  .banner-1-txt h2, .banner-2-txt h2 { font-size: 4.25rem; letter-spacing: -1px; }
  .banner-1-txt h2 span, .banner-2-txt h2 span { font-size: 4.65rem; }
  .banner-1-txt h3, .banner-2-txt h3 { font-size: 2.75rem; margin-bottom: 25px; }
  
  .banner-4-txt h5 { font-size: 1.25rem; letter-spacing: 4px; margin-bottom: 25px; }
  .banner-4-txt h3 { font-size: 4.35rem; letter-spacing: 5px; margin-bottom: 2px; }
  .banner-4-txt h2 { font-size: 6.5rem; letter-spacing: 1px; margin-bottom: 25px; }

  /* NEWSLETTER */
  .newsletter-wrapper, #newsletter-2 { padding-top: 70px; padding-bottom: 40px; }
  .newsletter-wrapper.bg--img { width: auto; }

  #newsletter-1 .newsletter-form { padding: 0 10%; }
  #newsletter-2 .newsletter-form { padding: 0 3%; }

  .newsletter-section .section-title p { margin-top: 10px; }

  .newsletter-section .form-control { height: 52px; }
  .newsletter-section .btn { height: 52px; font-size: 0.8rem; }

  /* BLOG */
  .post-link { font-size: 1.8125rem; }

  /* SINGLE BLOG POST */
  .single-post-title h2 { padding: 0; }
  .post-comments img { width: 60px;height: 60px; }
  .comment-body { margin-left: 18px; }

  .comment-form .btn { width: 100%; height: 54px; margin-top: 10px; }
  .comment-form-msg { text-align: center; }
  .sending-msg .loading { text-align: center; padding-left: 0; }

  /* BOOKING */
  #booking-1.pt-6 { padding-top: 40px!important; }
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 10px; padding-right: 10px; }
  .booking-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  /* CONTACTS */
  .contact-form .form-control { height: 54px; margin-bottom: 20px; }
  .contact-form textarea { min-height: 140px; }
  .contact-form .btn { width: 100%; height: 54px; margin-top: 10px; }

  .contact-form-msg { text-align: center; }
  .contact-form .loading { text-align: center; padding-left: 0; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }
  #footer-5.pt-7 { padding-top: 35px!important; }
  #footer-5 .footer { padding: 0 10px 30px; }
  .footer hr { margin-top: 15px; margin-bottom: 30px; }

  .footer-logo { margin-bottom: 50px; }
  .footer-logo-img img { max-height: 66px; }

  .footer-booking-link { font-size: 1.25rem; margin-top: 15px; }

  .footer-info.text-end { text-align: left!important; }

  #footer-2 .bottom-footer-socials li { padding: 0 14px; }
  #footer-2 .bottom-footer-socials li span { top: 0; padding-top: 10px; line-height: 1.2; }
  #footer-2 .foo-links li { padding: 0 6px; }
  #footer-5 .bottom-footer { text-align: center!important; }  
  #footer-5 .bottom-footer-socials.text-end { text-align: center!important; }

  /* INNER PAGE HERO */
  .page-hero-txt h2, .page-title-txt h2 { font-size: 3rem; letter-spacing: 0; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.15rem; margin-top: 2px; }

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 490px; }
  #modal-2 .modal-dialog.modal-xl { max-width: 340px!important; }

  .modal .modal-close { right: 8px!important; top: 8px!important; }
  #modal-2.modal .modal-close { right: 10px!important; top: 14px!important; }
  .modal .modal-close.ico-20 [class^="flaticon-"]:before,
  .modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 1.1rem; }

  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:before,
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 1.2rem; }

  #modal-2 .modal-body-content { text-align: center; padding: 50px 20px 30px; }
  #modal-2 .request-form-title h3 { font-size: 2.65rem; }
  #modal-2 .request-form-title h4 { font-size: 2rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 12px; }

  #modal-2 .request-form .form-control, #modal-2 .request-form .btn { height: 48px; }

}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 414px) and (max-width: 479.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .pt-8 { padding-top: 70px!important; }
  .pb-8 { padding-bottom: 70px!important; }
  .py-8 { padding-top: 70px!important; padding-bottom: 70px!important; }

  .shape--01:after, .shape--02:after { width: 100%; height: 44%; }

  .division { padding-left: 3px; padding-right: 3px; }

  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Headers */
  h6 { font-size: 1.375rem; }          /* 22px */
  h6.h6-md { font-size: 1.375rem; }    /* 22px */
  h6.h6-lg { font-size: 1.375rem; }    /* 22px */

  h5 { font-size: 1.625rem; }          /* 26px */
  h5.h5-md { font-size: 1.625rem; }    /* 26px */
  h5.h5-lg { font-size: 1.8125rem; }   /* 29px */

  h4 { font-size: 1.8125rem; }         /* 29px */
  h4.h4-md { font-size: 1.8125rem; }   /* 29px */
  h4.h4-lg { font-size: 1.8125rem; }   /* 29px */

  h3 { font-size: 1.9375rem; }         /* 31px */
  h3.h3-md { font-size: 1.9375rem; }   /* 31px */
  h3.h3-lg { font-size: 1.9375rem; }   /* 31px */

  h2 { font-size: 2.125rem; line-height: 1.3; } /* 34px */
  h2.h2-md { font-size: 2.125rem; }             /* 34px */
  h2.h2-lg { font-size: 2.125rem; }             /* 34px */

  h2.h2-title { font-size: 2.25rem; }           /* 36px */

  .huge-txt h2 { font-size: 5.25rem; line-height: 0.95; }

  p { font-size: 1.125rem; }

  /* Button */ 
  .btn { font-size: 0.8rem; padding: 1rem 1.8rem; }

  /* Video Popup Icon */
  .video-btn-lg { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 120px; height: 120px; top: -35px; left: calc(50% - 60px); }
  .ico-55 .shape-ico svg { width: 125px; height: 125px; top: -30px; left: calc(50% - 65px); }
  .ico-60 .shape-ico svg { width: 130px; height: 130px; top: -35px; left: calc(50% - 60px); }

  /* Section ID */
  .section-id { margin-bottom: 20px; }

  /* Section Title */
  .section-title.mb-6 { margin-bottom: 50px!important; }
  .tra-title { font-size: 3rem; margin : 0 -8% -30px!important; }

  /*------------------------------------------*/
  /*  PRELOAD ANIMATION    
  /*------------------------------------------*/

  #loading-center { height: 80px; width: 80px; left: calc(50% - 40px); top: calc(50% - 40px); }
  .loader { width: 80px; height: 80px; border-width: 3px; }
  .loader::after { width: 50px; height: 50px; border-width: 3px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 36px; }

  .wsmenu > .wsmenu-list { width: 325px; margin-right: -325px; }
  .wsactive .wsmobileheader { margin-right: 325px; }
  .overlapblackbg { width: calc(100% - 325px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 22px 16px 0 0; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* HERO SLIDER */
  .slider, .slider .slides { height: 380px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 420px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 380px; }

  /* HERO-1 */
  #hero-1 .caption { margin-top: 0; }
  #hero-1 .caption h2 { font-size: 2.75rem; line-height: 1.4;  }
  #hero-1 .caption h5 { font-size: 1rem; line-height: 1.65; letter-spacing: 1px; margin-top: 12px; }
  #hero-1 .caption .btn { margin-top: 20px; }

  /* HERO-3 */
  #hero-3:after { height: 92%; }
  .hero-3-txt { padding: 0 4%; }
  .hero-3-txt h2 { font-size: 2.65rem; margin-bottom: 20px; }

  /* HERO-4 */
  #hero-4-1 h5 { padding: 0 3%; }

  /* HERO-5 */
  #hero-5 { padding-top: 70px; }
  .hero-5-txt h2 { font-size: 2.35rem; padding: 0 4%; margin-bottom: 12px; }
  .hero-5-txt p { font-size: 1.125rem; padding: 0 8%; margin-bottom: 22px; }

  .hero-5-img { margin-top: 50px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 0; }
  #hero-6 .caption h2 { font-size: 4.75rem; letter-spacing: 3px; margin-bottom: 10px; }
  #hero-6 .caption p { font-size: 1.15rem; padding: 0 5%; margin-bottom: 25px; }

  /* HERO-7 */
  .hero-7-txt { margin-bottom: 20px; }
  .hero-7-txt h2 { font-size: 2.5rem; margin-bottom: 8px; }
  .hero-7-txt p { font-size: 1.125rem; padding: 0 3%; }

  .hero-7-img { margin-top: 50px; }

  #hero-7 .tra-header { top: 10%; }
  #hero-7 .tra-header h2 { font-size: 7rem; }

  /* HERO-9 */
  #hero-9 { padding-top: 100px; padding-bottom: 100px; }
  .hero-9-txt h2 { font-size: 2.65rem; margin-bottom: 25px; }

  .tra-header { width: 200%; top: 15%; left: -60%; }
  .tra-header h2 { font-size: 7.5rem; }

  /* HERO-10 */
  #hero-10 { padding-top: 80px; padding-bottom: 80px; }
  .hero-10-txt h2 { font-size: 3.15rem; letter-spacing: -1px; margin-bottom: 8px; }
  .hero-10-txt p { font-size: 1.0625rem; padding: 0; margin-bottom: 32px; }
  .hero-10-schedule.text-end { margin-top: 35px; }

  /* HERO-11 */
  #hero-11 { padding-top: 90px; padding-bottom: 90px; }
  .hero-11-txt { text-align: center; }
  .hero-11-txt h5 { font-size: 1rem; letter-spacing: 3px; margin-bottom: 35px; }
  .hero-11-txt h2 { font-size: 3.75rem; line-height: 1.2; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.125rem; padding: 0; margin-bottom: 25px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 0; }
  #hero-12 .caption span { font-size: 0.9rem; letter-spacing: 4px; margin-bottom: 25px; }
  #hero-12 .caption h2 { font-size: 3rem; padding: 0 3%; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-2-wrapper, .about-4-wrapper { margin: 0 -15px; }

  .about-2-wrapper .txt-block { padding: 0 15px; }
  .abox-3.txt-block { padding: 45px 35px 55px; }
  .about-4 .txt-block { padding: 70px 20px; }
  .a6-txt { padding: 35px 25px 40px; }

  .about-1 .txt-block h2, .about-2 .txt-block h2, .about-4 .txt-block h2 { padding: 0 8%; }
  .about-6-txt h4 { font-size: 1.9375rem; }
  .about-5 .txt-block .btn { margin-top: 10px; margin-bottom: 10px; }

  /* SERVICES */
  #services-3.pt-6 { padding-top: 45px!important; }

  .sbox-4 .section-id, .sbox-5 .section-id { font-size: 0.85rem; margin-bottom: 12px; }
  .sbox-3.sb-5 { margin-bottom: 40px; }

  .sbox-1 .sbox-txt p { padding: 0 5%; }
  .sbox-3 p { font-size: 1.25rem; margin-top: 25px; }
  .services-section .more-btn { margin-top: 40px; }

  .sbox-4-img, .sbox-5-img { margin-bottom: 30px; }

  /* CONTENT */
  .ct-11-wrapper, .ct-12 { height: 370px; }
  .ct-05.pt-5, .ct-06.pt-5 { padding-top: 20px!important; }
  .ct-05 .container, .ct-06 .container { max-width: 100%; padding: 0 15px; } 

  .ct-05 .txt-block, .ct-06 .txt-block { padding: 40px 0 70px; }
  .ct-07 .txt-block, .ct-08 .txt-block { padding: 40px 17px 70px; }

  .txt-block h2 { margin-bottom: 15px; }
  .ct-09-txt h3, .ct-09-txt h2 { margin-top: 30px; margin-bottom: 0; }

  .txt-block .accordion .accordion-item .accordion-thumb:after { font-size: 1.125rem; }
  .txt-block .accordion .accordion-thumb p { font-size: 1.375rem; }

  .txt-block .btn { margin-top: 20px; }
  .advantages li p.me-3 { margin-right: 10px!important; }

  .ct-table .txt-table { margin-top: 15px; }

  .ct-05-img, .ct-06-img { padding-top: 70px; }
  .ct-07 .img-block, .ct-08 .img-block { padding: 70px 17px 0; }

  /* GALLERY */
  #gallery-3 .section-title { margin-bottom: 35px; }

  #gallery-2 .col, #gallery-3 .col { padding: 0 12px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, 
  #img-2-6, #img-2-7, #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 25px; }

  .gallery-link.ico-30 [class^="flaticon-"]:before, .gallery-link.ico-30 [class^="flaticon-"]:after,
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.25rem; }

  .gallery-section .more-btn, #gallery-1.gallery-section .more-btn { margin-top: 25px; }
  #gallery-4.gallery-section .more-btn { margin-top: 45px; }

  /* TESTIMONIALS */
  .reviews-3-wrapper:after { width: 140%; height: 92%; top: 4%; left: -20%; }

  .review-1-txt { padding: 45px 22px 26px; margin: 0 3px 30px; }
  .review-2 { padding: 0; }
  .review-3 { padding: 35px 16px 25px; }

  .review-1 .review-avatar { margin: 0 auto -40px; }
  .review-avatar img, .owl-item .review-avatar img { width: 70px; height: 70px; }
  .review-3 .review-avatar img { width: 54px; height: 54px; }

  .rs-logo { right: -14px; bottom: -5px; width: 32px; height: 32px; padding: 6px; }
  .review-3 .rs-logo { width: 28px; height: 28px; }
  .rs-logo img { width: 20px!important; height: 20px!important; }
  .review-3 .rs-logo img { width: 16px!important; height: 16px!important; top: 2px; }

  .review-3 .review-txt { margin-top: -43px; }
  .review-3 .author-data { margin-top: 15px; }
  .review-2 .review-author { margin-top: 0; }
  .review-3 .review-author { padding: 0 0 0 20px; }

  .review-1 .star-rating { margin-top: 14px; margin-bottom: 5px; }

  /* GIFT CARDS */
  .gift-card { padding: 50px 35px; }
  .gift-card h4 { margin-bottom: 20px; }
  .gift-card sup { font-size: 3.15rem; top: -7px; right: 2px; }
  .gift-card p { margin-top: 10px; }

  /* BRANDS */
  #brands-2 { text-align: center; }
  .brands-2-wrapper .row { display: block!important; flex: none!important; }
  #brands-2 .col { display: inline-block!important; width: 43%; padding: 0 8px; }

  .brands-title.mb-4 { margin-bottom: 15px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 19px; } 
  #brands-2 .brand-logo { padding: 0; }

  /* TEAM */
  .team-member .section-id { font-size: 0.85rem; margin-bottom: 15px; }
  .category-title.mb-6 { margin-bottom: 40px!important; }
  #team-3 hr { margin: 10px 0 50px; }
  .team-member-data h5 { font-size: 1.8125rem; }   /* 29px */
 
  /* ARTIST DETAILS */
  .artist-bio p span.sm-title { font-size: 1rem; }

  /* PRICING */
  .pricing-2 .container, .pricing-3 .container { max-width: 100%; }
  .pricing-2-wrapper, .pricing-3-wrapper { 
    margin: 0 -15px; 
    padding: 50px 15px 0; 
    border-radius: 0 0!important; 
    border: none; 
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0; 
    box-shadow: 0 0; 
  }

  .pricing-4 .container { padding: 0; }
  .p4-wrapper { padding: 70px 15px; }
  
  .pricing-title { margin-bottom: 35px; }
  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 40px!important; }
  .pricing-4-title p { font-size: 1.1rem; padding: 0; }
  .pricing-5-category h3, .pricing-7-title h4 { font-size: 2rem; }

  .pricing-list li, .pricing-5-table .pricing-list li,
  .pricing-list li.resp-lst:last-child, .pricing-4 .pricing-list li:last-child { margin-bottom: 30px; }

  .pricing-1-item, .pricing-2-item, .pricing-3-item, .pricing-4-item, .pricing-5-item, 
  .pricing-7-item, .pricing-section .category-title, .pricing-5-category, .pricing-7-title { text-align: center; }

  .detail-price { display: block; }
  .price-dots { display: none; }
  .price-name { display: block; width: 100%; padding: 0; margin-bottom: 14px; }
  .price-number { display: block; width: 100%; padding: 0; }

  .price-name p, .price-number p, .pricing-5 .price-name p, .pricing-5 .price-number p,
  .pricing-6-item p.pricing-6-title, .pricing-6-item p.pricing-6-number, .old-price { font-size: 1.375rem; }
  .pricing-6-item p { font-size: 1.0625rem; }
  .pricing-7 .price-name p, .pricing-7 .price-number p { font-size: 1.375rem; }
  .price-txt { margin-top: 5px; }

  .pricing-1 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-4 .more-btn.mt-5, .pricing-5 .more-btn.mt-6 { margin-top: 5px!important; }
  .pricing-notice.mt-5 { margin-top: 25px!important; }
  .pricing-7 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-notice p { padding: 0; }

  .pricing-2-img, .pricing-3-img { margin: 0 -15px; }

  /* BANNER */
  .banner-1.pt-6 { padding-top: 30px!important; }
  .banner-2.py-9 { padding-top: 80px!important; padding-bottom: 80px!important; }
  .banner-3 { padding-top: 70px; padding-bottom: 70px; }
  .banner-4 { padding-top: 80px; padding-bottom: 80px; }
  
  .banner-5-wrapper, .banner-6-wrapper { margin: 0 -15px; }
  .banner-5-wrapper.bg--img, .banner-6-wrapper.bg--img { width: auto; }
  
  .banner-1.container { width: 100% }
  .banner-1-wrapper { margin: 0 -15px; padding: 70px 20px; }

  .banner-5 .left-column, .banner-6 .left-column { padding-right: 15px; }
  .banner-5 .right-column, .banner-6 .right-column { padding-left: 15px; }
  .banner-5-txt, .banner-6-txt { padding: 70px 0; }

  .discount-title { margin-bottom: 2px; }
  .discount-title h5 { font-size: 2.25rem; }

  .discount-digit h2, .banner-3 .discount-digit h2 { font-size: 9rem; letter-spacing: -3px; }

  .discount-txt, .banner-3 .discount-txt { top: 8px; left: 5px; }
  .discount-txt h2, .banner-3 .discount-txt h2 { font-size: 4.85rem; } 

  .discount-txt h3, .banner-3 .discount-txt h3 { font-size: 2.25rem; }

  .discount-description h4 { font-size: 1.95rem; margin-top: 12px; margin-bottom: 12px; }
  .discount-description p { padding: 0 5%; margin-bottom: 20px; }

  .discount-link p { margin-top: 12px; }

  .banner-1-txt .section-id { font-size: 1.0625rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 1.0625rem; margin-bottom: 25px; }

  .banner-1-txt h2, .banner-2-txt h2 { font-size: 3.55rem; letter-spacing: -1.5px; }
  .banner-1-txt h2 span, .banner-2-txt h2 span { font-size: 3.75rem; }
  .banner-1-txt h3, .banner-2-txt h3 { font-size: 2.25rem; margin-bottom: 25px; }

  .banner-4-txt h5 { font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 20px; }
  .banner-4-txt h3 { font-size: 3.15rem; letter-spacing: 4px; margin-bottom: 2px; }
  .banner-4-txt h2 { font-size: 4.75rem; letter-spacing: 1px; margin-bottom: 25px; }

  /* NEWSLETTER */
  .newsletter-wrapper { padding: 70px 15px 40px; }
  .newsletter-wrapper.bg--img { width: auto; }
  #newsletter-2 { padding-top: 70px; padding-bottom: 40px; }

  .newsletter-section .section-title { margin-bottom: 22px; }
  .newsletter-section .section-title p { font-size: 1.1875rem; margin-top: 10px; }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form { padding: 0 4%; }

  .newsletter-section .form-control { height: 52px; margin-bottom: 20px; }
  .newsletter-section .btn { height: 52px; font-size: 0.8rem; }

  /* BLOG */
  .post-tag { margin-bottom: 20px; }
  .post-link { font-size: 1.625rem; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 25px; }
  .single-post-title .post-tag { padding: 0 10%; line-height: 1.8; margin-bottom: 22px; }

  .post-comments img { width: 58px; height: 58px; }
  .comment-body { margin-left: 18px; }

  .comment-form textarea { min-height: 80px; }
  .comment-form .btn { width: 100%; height: 52px; margin-top: 5px; }
  .comment-form-msg { text-align: center; }
  .sending-msg .loading { text-align: center; padding-left: 0; }

  /* BOOKING */
  #booking-1.pt-6 { padding-top: 40px!important; }
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 15px; padding-right: 15px; }
  .booking-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  /* CONTACTS */
  #contacts-1 .cbox-1.cb-1 { margin-bottom: 30px; }
  #contacts-1 .cbox-1.cb-2 { margin-bottom: 35px; }
  .cbox-2.mb-5, #contacts-3 .cbox-2.mb-5 { margin-bottom: 35px!important; }

  .contact-form .form-control { height: 52px; margin-bottom: 20px; }
  .contact-form textarea { min-height: 140px; }
  .contact-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  .contact-form-msg { text-align: center; }
  .contact-form .loading { text-align: center; padding-left: 0; }

  /* GOOGLE MAP */
  #contacts-1 .google-map, #contacts-2 .google-map { padding: 0 0 75%; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }
  #footer-4, #footer-5 { text-align: center; }
  #footer-5.pt-7 { padding-top: 30px!important; }
  #footer-5 .footer { padding: 0 15px 30px; }
  .footer hr { margin-top: 5px; margin-bottom: 30px; }
  #footer-2 .footer-links { margin-top: 35px; margin-bottom: 12px; }

  .footer-logo { margin-bottom: 40px; }
  .footer-logo-img img { max-height: 68px; }

  .footer-form { margin-bottom: 25px; }
  #footer-4 .footer-contacts, #footer-5 .footer-contacts { padding: 0 12%; }
  .footer-info.text-end { text-align: center!important; }

  .footer h5 { margin-bottom: 15px; }
  .footer-booking-link { font-size: 1.25rem; margin-top: 15px; }
  #footer-1 .footer-phone, #footer-4 .footer-phone { margin-top: 10px; }

  #footer-2 .foo-links li p { font-size: 1rem; letter-spacing: 1px; margin-bottom: 15px; }

  .footer-form .form-control { 
    text-align: center; 
    margin-right: 0; 
    height: 52px; 
    font-size: 1.1rem; 
    border-right: 2px solid #dee2e6;
    margin-bottom: 12px; 
  }

  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { display: block; width: 100%!important; height: 52px; font-size: 0.85rem; margin: 0; }

  #footer-2 .bottom-footer-socials li { padding: 0 14px; }
  #footer-2 .bottom-footer-socials li span { top: 0; padding-top: 10px; line-height: 1.2; }
  #footer-5 .bottom-footer-socials.text-end { text-align: center!important; }

  /* INNER PAGE HERO */
  .inner-page-hero { padding-top: 90px; padding-bottom: 90px; }
  .inner-page-title { padding-top: 80px; }
  .page-hero-txt h2, .page-title-txt h2 { font-size: 2.6rem; letter-spacing: 0; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.175rem; padding: 0 8%; margin-top: 2px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, 
  .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; }

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 370px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 320px; margin: auto auto; }

  .modal .modal-close { right: 5px!important; top: 5px!important; }
  #modal-2.modal .modal-close { right: 10px!important; top: 14px!important; }
  .modal .modal-close.ico-20 [class^="flaticon-"]:before,
  .modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 0.95rem; }
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:before,
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 1.175rem; }

  #modal-2 .modal-body-content { text-align: center; padding: 45px 12px 22px; }
  #modal-2 .request-form-title h3 { font-size: 2.4rem; }
  #modal-2 .request-form-title h3 span { font-size: 2.55rem; letter-spacing: -1px; }
  #modal-2 .request-form-title h4 { font-size: 1.95rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 12px; }

  #modal-2 .request-form { margin: 0 2%; }
  #modal-2 .request-form .form-control { font-size: 1.125rem; height: 50px; }
  #modal-2 .request-form .btn { height: 50px; }

}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 390px) and (max-width: 413.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .pt-8 { padding-top: 70px!important; }
  .pb-8 { padding-bottom: 70px!important; }
  .py-8 { padding-top: 70px!important; padding-bottom: 70px!important; }

  .shape--01:after, .shape--02:after { width: 100%; height: 40%; }

  .division { padding-left: 3px; padding-right: 3px; }

  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Headers */
  h6 { font-size: 1.375rem; }          /* 22px */
  h6.h6-md { font-size: 1.375rem; }    /* 22px */
  h6.h6-lg { font-size: 1.375rem; }    /* 22px */

  h5 { font-size: 1.625rem; }          /* 26px */
  h5.h5-md { font-size: 1.625rem; }    /* 26px */
  h5.h5-lg { font-size: 1.8125rem; }   /* 29px */

  h4 { font-size: 1.8125rem; }         /* 29px */
  h4.h4-md { font-size: 1.8125rem; }   /* 29px */
  h4.h4-lg { font-size: 1.8125rem; }   /* 29px */

  h3 { font-size: 1.9375rem; }         /* 31px */
  h3.h3-md { font-size: 1.9375rem; }   /* 31px */
  h3.h3-lg { font-size: 1.9375rem; }   /* 31px */

  h2 { font-size: 2.125rem; line-height: 1.3; } /* 34px */
  h2.h2-md { font-size: 2.125rem; }             /* 34px */
  h2.h2-lg { font-size: 2.125rem; }             /* 34px */

  h2.h2-title { font-size: 2.25rem; }           /* 36px */
  .huge-txt h2 { font-size: 4.85rem; line-height: 0.95; }

  p { font-size: 1.125rem; }

  /* Button */ 
  .btn { font-size: 0.8rem; padding: 1rem 1.8rem; }

  /* Video Popup Icon */
  .video-btn-lg { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 120px; height: 120px; top: -35px; left: calc(50% - 60px); }
  .ico-55 .shape-ico svg { width: 125px; height: 125px; top: -30px; left: calc(50% - 65px); }
  .ico-60 .shape-ico svg { width: 130px; height: 130px; top: -35px; left: calc(50% - 60px); }

  /* Section ID */
  .section-id { margin-bottom: 20px; }

  /* Section Title */
  .section-title.mb-6 { margin-bottom: 50px!important; }
  .tra-title { font-size: 3rem; margin : 0 -8% -30px!important; }

  /*------------------------------------------*/
  /*  PRELOAD ANIMATION    
  /*------------------------------------------*/

  #loading-center { height: 80px; width: 80px; left: calc(50% - 40px); top: calc(50% - 40px); }
  .loader { width: 80px; height: 80px; border-width: 3px; }
  .loader::after { width: 50px; height: 50px; border-width: 3px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 36px; }

  .wsmenu > .wsmenu-list { width: 325px; margin-right: -325px; }
  .wsactive .wsmobileheader { margin-right: 325px; }
  .overlapblackbg { width: calc(100% - 325px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 22px 16px 0 0; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* HERO SLIDER */
  .slider, .slider .slides { height: 380px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 420px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 380px; }

  /* HERO-1 */
  #hero-1 .caption { margin-top: 0; }
  #hero-1 .caption h2 { font-size: 2.65rem; line-height: 1.4; }
  #hero-1 .caption h5 { font-size: 1rem; line-height: 1.65; letter-spacing: 1px; margin-top: 12px; }
  #hero-1 .caption .btn { margin-top: 20px; }

  /* HERO-3 */
  #hero-3:after { height: 92%; }
  .hero-3-txt { padding: 0 4%; }
  .hero-3-txt h2 { font-size: 2.5rem; margin-bottom: 20px; }

  /* HERO-5 */
  .hero-5-txt h2 { font-size: 2.25rem; padding: 0 3%; margin-bottom: 12px; }
  .hero-5-txt p { font-size: 1.125rem; padding: 0 5%; margin-bottom: 20px; }

  .hero-5-img { margin-top: 50px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 0; }
  #hero-6 .caption h2 { font-size: 4.5rem; letter-spacing: 3px; margin-bottom: 10px; }
  #hero-6 .caption p { font-size: 1.15rem; padding: 0; margin-bottom: 20px; }

  /* HERO-7 */
  .hero-7-txt { margin-bottom: 20px; }
  .hero-7-txt h2 { font-size: 2.4rem; margin-bottom: 8px; }
  .hero-7-txt p { font-size: 1.125rem; padding: 0 3%; }

  .hero-7-img { margin-top: 50px; }

  #hero-7 .tra-header { top: 10%; }
  #hero-7 .tra-header h2 { font-size: 7rem; }

  /* HERO-9 */
  #hero-9 { padding-top: 90px; padding-bottom: 90px; }
  .hero-9-txt h2 { font-size: 2.5rem; margin-bottom: 25px; }

  .tra-header { width: 200%; top: 15%; left: -60%; }
  .tra-header h2 { font-size: 7rem; }

  /* HERO-10 */
  #hero-10 { padding-top: 80px; padding-bottom: 80px; }
  .hero-10-txt h2 { font-size: 3rem; letter-spacing: -1px; margin-bottom: 8px; }
  .hero-10-txt p { font-size: 1.125rem; padding: 0 6%; margin-bottom: 30px; }
  .hero-10-schedule.text-end { margin-top: 35px; }

  /* HERO-11 */
  #hero-11 { padding-top: 90px; padding-bottom: 90px; }
  .hero-11-txt { text-align: center; }
  .hero-11-txt h5 { font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 35px; }
  .hero-11-txt h2 { font-size: 3.5rem; line-height: 1.2; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.125rem; padding: 0; margin-bottom: 25px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 0; }
  #hero-12 .caption span { font-size: 0.9rem; letter-spacing: 4px; margin-bottom: 25px; }
  #hero-12 .caption h2 { font-size: 2.8rem; padding: 0 3%; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-2-wrapper, .about-4-wrapper { margin: 0 -15px; }
  .about-2-wrapper .txt-block { padding: 0 15px; }
  .abox-3.txt-block { padding: 40px 30px 50px; }
  .about-4 .txt-block { padding: 70px 15px; }
  .a6-txt { padding: 35px 35px 40px; }

  .about-1 .txt-block h2, .about-2 .txt-block h2, .about-4 .txt-block h2 { padding: 0 5%; }
  .about-6-txt h4 { font-size: 1.9375rem; }
  .about-5 .txt-block .btn { margin-top: 10px; margin-bottom: 10px; }

  /* SERVICES */
  #services-3.pt-6 { padding-top: 40px!important; }
  .sbox-4 .section-id, .sbox-5 .section-id { font-size: 0.85rem; margin-bottom: 12px; }

  .sbox-3.sb-5 { margin-bottom: 40px; }

  .sbox-1 .sbox-txt p { padding: 0 3%; }
  .sbox-3 p { font-size: 1.25rem; margin-top: 25px; }
  .services-section .more-btn { margin-top: 40px; }

  .sbox-4-img, .sbox-5-img { margin-bottom: 25px; }

  /* CONTENT */
  .ct-11-wrapper, .ct-12 { height: 370px; }
  .ct-05.pt-5, .ct-06.pt-5 { padding-top: 20px!important; }
  .ct-05 .container, .ct-06 .container { max-width: 100%; padding: 0 15px; } 

  .ct-05 .txt-block, .ct-06 .txt-block { padding: 40px 0 70px; }
  .ct-07 .txt-block, .ct-08 .txt-block { padding: 40px 15px 70px; }

  .txt-block h2 { margin-bottom: 15px; }
  .ct-09-txt h3, .ct-09-txt h2 { margin-top: 30px; margin-bottom: 0; }

  .txt-block .accordion .accordion-item .accordion-thumb:after { font-size: 1.125rem; }
  .txt-block .accordion .accordion-thumb p { font-size: 1.375rem; }

  .txt-block .btn { margin-top: 20px; }
  .advantages li p.me-3 { margin-right: 10px!important; }

  .ct-table .txt-table { margin-top: 15px; }

  .ct-05-img, .ct-06-img { padding-top: 70px; }
  .ct-07 .img-block, .ct-08 .img-block { padding: 70px 15px 0; }

  /* GALLERY */
  #gallery-3 .section-title { margin-bottom: 35px; }

  #gallery-2 .col, #gallery-3 .col { padding: 0 12px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, 
  #img-2-6, #img-2-7, #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 25px; }

  .gallery-link.ico-30 [class^="flaticon-"]:before, .gallery-link.ico-30 [class^="flaticon-"]:after,
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.25rem; }

  .gallery-section .more-btn, #gallery-1.gallery-section .more-btn { margin-top: 25px; }
  #gallery-4.gallery-section .more-btn { margin-top: 45px; }

  /* TESTIMONIALS */
  .reviews-3-wrapper:after { width: 140%; height: 92%; top: 4%; left: -20%; }

  .review-1-txt { padding: 45px 18px 26px; margin: 0 2px 30px; }
  .review-2 { padding: 0; }
  .review-3 { padding: 35px 16px 25px; }

  .review-1 .review-avatar { margin: 0 auto -40px; }
  .review-avatar img, .owl-item .review-avatar img { width: 70px; height: 70px; }
  .review-3 .review-avatar img { width: 54px; height: 54px; }

  .rs-logo { right: -14px; bottom: -5px; width: 32px; height: 32px; padding: 6px; }
  .review-3 .rs-logo { width: 28px; height: 28px; }
  .rs-logo img { width: 20px!important; height: 20px!important; }
  .review-3 .rs-logo img { width: 16px!important; height: 16px!important; top: 2px; }

  .review-2 p { margin-bottom: 10px; }
  .review-3 .review-txt { margin-top: -43px; }
  .review-3 .author-data { margin-top: 15px; }
  .review-2 .review-author { margin-top: 0; }
  .review-3 .review-author { padding: 0 0 0 20px; }

  .review-1 .star-rating { margin-top: 12px; margin-bottom: 5px; }

  /* GIFT CARDS */
  .gift-card { padding: 50px 35px; }
  .gift-card h4 { margin-bottom: 20px; }
  .gift-card sup { font-size: 3.15rem; top: -7px; right: 2px; }
  .gift-card p { margin-top: 10px; }

  /* BRANDS */
  #brands-2 { text-align: center; }
  .brands-2-wrapper .row { display: block!important; flex: none!important; }
  #brands-2 .col { display: inline-block!important; width: 45%; padding: 0 8px; }

  .brands-title.mb-4 { margin-bottom: 15px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 14px; } 
  #brands-2 .brand-logo { padding: 0; }

  /* TEAM */
  .team-member .section-id { font-size: 0.85rem; margin-bottom: 15px; }
  .category-title.mb-6 { margin-bottom: 40px!important; }
  #team-3 hr { margin: 10px 0 50px; }
  .team-member-data h5 { font-size: 1.8125rem; }   /* 29px */

  /* ARTIST DETAILS */
  .artist-bio p span.sm-title { font-size: 1rem; }

  /* PRICING */
  .pricing-2 .container, .pricing-3 .container { max-width: 100%; }
  .pricing-2-wrapper, .pricing-3-wrapper { 
    margin: 0 -15px; 
    padding: 50px 15px 0; 
    border-radius: 0 0!important; 
    border: none; 
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0; 
    box-shadow: 0 0; 
  }

  .pricing-4 .container { padding: 0; }
  .p4-wrapper { padding: 70px 15px; }
  
  .pricing-title { margin-bottom: 35px; }
  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 40px!important; }
  .pricing-4-title p { font-size: 1.1rem; padding: 0; }
  .pricing-5-category h3, .pricing-7-title h4 { font-size: 2rem; }

  .pricing-list li { margin-bottom: 25px; }
  .pricing-list li.resp-lst:last-child, .pricing-4 .pricing-list li:last-child { margin-bottom: 25px; }
  .pricing-5-table .pricing-list li { margin-bottom: 30px; }

  .pricing-1-item, .pricing-2-item, .pricing-3-item, .pricing-4-item, .pricing-5-item, 
  .pricing-7-item, .pricing-section .category-title, .pricing-5-category, .pricing-7-title { text-align: center; }

  .detail-price { display: block; }
  .price-dots { display: none; }
  .price-name { display: block; width: 100%; padding: 0; margin-bottom: 14px; }
  .price-number { display: block; width: 100%; padding: 0; }

  .price-name p, .price-number p, .pricing-5 .price-name p, .pricing-5 .price-number p,
  .pricing-6-item p.pricing-6-title, .pricing-6-item p.pricing-6-number, .old-price { font-size: 1.375rem; }
  .pricing-6-item p { font-size: 1.0625rem; }
  .pricing-7 .price-name p, .pricing-7 .price-number p { font-size: 1.375rem; }
  .price-txt { margin-top: 5px; }

  .pricing-1 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-4 .more-btn.mt-5, .pricing-5 .more-btn.mt-6 { margin-top: 10px!important; }
  .pricing-notice.mt-5 { margin-top: 25px!important;  }
  .pricing-7 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-notice p { padding: 0; }

  .pricing-2-img, .pricing-3-img { margin: 0 -15px; }

  /* BANNER */
  .banner-1.pt-6 { padding-top: 30px!important; }
  .banner-2.py-9 { padding-top: 80px!important; padding-bottom: 80px!important; }
  .banner-3 { padding-top: 70px; padding-bottom: 70px; }
  .banner-4 { padding-top: 80px; padding-bottom: 80px; }
  
  .banner-5-wrapper, .banner-6-wrapper { margin: 0 -15px; }
  .banner-5-wrapper.bg--img, .banner-6-wrapper.bg--img { width: auto; }
  
  .banner-1.container { width: 100% }
  .banner-1-wrapper { margin: 0 -15px; padding: 70px 20px; }

  .banner-5 .left-column, .banner-6 .left-column { padding-right: 15px; }
  .banner-5 .right-column, .banner-6 .right-column { padding-left: 15px; }
  .banner-5-txt, .banner-6-txt { padding: 70px 0; }

  .discount-title { margin-bottom: 2px; }
  .discount-title h5 { font-size: 2.25rem; }

  .discount-digit h2, .banner-3 .discount-digit h2 { font-size: 9rem; letter-spacing: -3px; }

  .discount-txt, .banner-3 .discount-txt { top: 8px; left: 5px; }
  .discount-txt h2, .banner-3 .discount-txt h2 { font-size: 4.85rem; } 

  .discount-txt h3, .banner-3 .discount-txt h3 { font-size: 2.25rem; }

  .discount-description h4 { font-size: 1.95rem; margin-top: 12px; margin-bottom: 12px; }
  .discount-description p { padding: 0 5%; margin-bottom: 20px; }

  .discount-link p { margin-top: 12px; }

  .banner-1-txt .section-id { font-size: 1rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 1rem; margin-bottom: 25px; }

  .banner-1-txt h2, .banner-2-txt h2 { font-size: 3.35rem; letter-spacing: -1.5px; }
  .banner-1-txt h2 span, .banner-2-txt h2 span { font-size: 3.55rem; }
  .banner-1-txt h3, .banner-2-txt h3 { font-size: 2.05rem; margin-bottom: 25px; }

  .banner-4-txt h5 { font-size: 1.0625rem; letter-spacing: 3px; margin-bottom: 20px; }
  .banner-4-txt h3 { font-size: 3.1rem; letter-spacing: 4px; margin-bottom: 2px; }
  .banner-4-txt h2 { font-size: 4.75rem; letter-spacing: 1px; margin-bottom: 25px; }

  /* NEWSLETTER */
  .newsletter-wrapper { padding: 70px 15px 40px; }
  .newsletter-wrapper.bg--img { width: auto; }
  #newsletter-2 { padding-top: 70px; padding-bottom: 40px; }

  .newsletter-section .section-title { margin-bottom: 22px; }
  .newsletter-section .section-title h2 { font-size: 2.25rem; }
  .newsletter-section .section-title p { font-size: 1.1875rem; padding: 0 3%; margin-top: 10px; }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form { padding: 0 5%; }

  .newsletter-section .form-control { height: 52px; margin-bottom: 20px; }
  .newsletter-section .btn { height: 52px; font-size: 0.8rem; }

  /* BLOG */
  .post-tag { margin-bottom: 20px; }
  .post-link { font-size: 1.625rem; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 25px; }
  .single-post-title .post-tag { padding: 0 10%; line-height: 1.8; margin-bottom: 22px; }

  .post-comments img { width: 54px; height: 54px; }
  .comment-body { margin-left: 15px; }

  .comment-form textarea { min-height: 80px; }
  .comment-form .btn { width: 100%; height: 52px; margin-top: 5px; }
  .comment-form-msg { text-align: center; }
  .sending-msg .loading { text-align: center; padding-left: 0; }

  /* BOOKING */
  #booking-1.pt-6 { padding-top: 40px!important; }
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 20px; padding-right: 20px; }
  .booking-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  /* CONTACTS */
  #contacts-1 .cbox-1.cb-1 { margin-bottom: 30px; }
  #contacts-1 .cbox-1.cb-2 { margin-bottom: 35px; }
  .cbox-2.mb-5, #contacts-3 .cbox-2.mb-5 { margin-bottom: 35px!important; }

  .contact-form .form-control { height: 52px; margin-bottom: 20px; }
  .contact-form textarea { min-height: 140px; }
  .contact-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  .contact-form-msg { text-align: center; }
  .contact-form .loading { text-align: center; padding-left: 0; }

  /* GOOGLE MAP */
  #contacts-1 .google-map, #contacts-2 .google-map { padding: 0 0 75%; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }
  #footer-4, #footer-5 { text-align: center; }
  #footer-5.pt-7 { padding-top: 30px!important; }
  #footer-5 .footer { padding: 0 15px 30px; }
  .footer hr { margin-top: 5px; margin-bottom: 30px; }
  #footer-2 .footer-links { margin-top: 35px; margin-bottom: 12px; }

  .footer-logo { margin-bottom: 40px; }
  .footer-logo-img img { max-height: 66px; }

  .footer-form { margin-bottom: 25px; }
  #footer-4 .footer-contacts, #footer-5 .footer-contacts { padding: 0 12%; }
  .footer-info.text-end { text-align: center!important; }

  .footer h5 { margin-bottom: 15px; }
  .footer-booking-link { font-size: 1.25rem; margin-top: 15px; }
  #footer-1 .footer-phone, #footer-4 .footer-phone { margin-top: 10px; }

  #footer-2 .foo-links li p { font-size: 1rem; letter-spacing: 1px; margin-bottom: 15px; }

  .footer-form .form-control { 
    text-align: center; 
    margin-right: 0; 
    height: 50px; 
    font-size: 1.1rem; 
    border-right: 2px solid #dee2e6;
    margin-bottom: 12px; 
  }

  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { display: block; width: 100%!important; height: 50px; font-size: 0.85rem; margin: 0; }

  #footer-2 .bottom-footer-socials li { padding: 0 14px; }
  #footer-2 .bottom-footer-socials li span { top: 0; padding-top: 10px; line-height: 1.2; }
  #footer-5 .bottom-footer-socials.text-end { text-align: center!important; }

  /* INNER PAGE HERO */
  .inner-page-hero { padding-top: 90px; padding-bottom: 90px; }
  .inner-page-title { padding-top: 80px; }
  .page-hero-txt h2, .page-title-txt h2 { font-size: 2.5rem; letter-spacing: 0; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.15rem; padding: 0 6%; margin-top: 2px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, 
  .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 350px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 320px; margin: auto auto; }

  .modal .modal-close { right: 5px!important; top: 5px!important; }
  #modal-2.modal .modal-close { right: 5px!important; top: 14px!important; }
  .modal .modal-close.ico-20 [class^="flaticon-"]:before,
  .modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 0.95rem; }
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:before,
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 1.175rem; }

  #modal-2 .modal-body-content { text-align: center; padding: 45px 12px 22px; }
  #modal-2 .request-form-title h3 { font-size: 2.35rem; }
  #modal-2 .request-form-title h3 span { font-size: 2.5rem; letter-spacing: -1px; }
  #modal-2 .request-form-title h4 { font-size: 1.85rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 12px; }

  #modal-2 .request-form { margin: 0 3%; }
  #modal-2 .request-form .form-control { font-size: 1.125rem; height: 50px; }
  #modal-2 .request-form .btn { height: 50px; }



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 321px) and (max-width: 389.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .pt-8 { padding-top: 70px!important; }
  .pb-8 { padding-bottom: 70px!important; }
  .py-8 { padding-top: 70px!important; padding-bottom: 70px!important; }

  .shape--01:after, .shape--02:after { width: 100%; height: 40%; }

  .division1 { padding-left: 2px; padding-right: 2px; }

  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Headers */
  h6 { font-size: 1.375rem; }          /* 22px */
  h6.h6-md { font-size: 1.375rem; }    /* 22px */
  h6.h6-lg { font-size: 1.375rem; }    /* 22px */

  h5 { font-size: 1.5625rem; }         /* 25px */
  h5.h5-md { font-size: 1.5625rem; }   /* 25px */
  h5.h5-lg { font-size: 1.75rem; }     /* 28px */

  h4 { font-size: 1.75rem; }           /* 28px */
  h4.h4-md { font-size: 1.75rem; }     /* 28px */
  h4.h4-lg { font-size: 1.75rem; }     /* 28px */

  h3 { font-size: 1.875rem; }          /* 30px */
  h3.h3-md { font-size: 1.875rem; }    /* 30px */
  h3.h3-lg { font-size: 1.875rem; }    /* 30px */

  h2 { font-size: 2rem; line-height: 1.3; } /* 32px */
  h2.h2-md { font-size: 2rem; }             /* 32px */
  h2.h2-lg { font-size: 2rem; }             /* 32px */

  h2.h2-title { font-size: 2.15rem; }       /* 34.4px */
  .huge-txt h2 { font-size: 4.4rem; line-height: 0.95; }

  /* Button */ 
  .btn { font-size: 0.8rem; padding: 1rem 1.8rem; }

  /* Video Popup Icon */
  .video-btn-lg { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 120px; height: 120px; top: -35px; left: calc(50% - 60px); }
  .ico-60 .shape-ico svg { width: 125px; height: 125px; top: -30px; left: calc(50% - 65px); }
  .ico-55 .shape-ico svg { width: 120px; height: 120px; top: -30px; left: calc(50% - 60px); }

  /* Section ID */
  .section-id { margin-bottom: 20px; }

  /* Section Title */
  .section-title.mb-6 { margin-bottom: 50px!important; }
  .tra-title { font-size: 2.75rem; margin : 0 -5% -27px!important; }

  /*------------------------------------------*/
  /*  PRELOAD ANIMATION    
  /*------------------------------------------*/

  #loading-center { height: 80px; width: 80px; left: calc(50% - 40px); top: calc(50% - 40px); }
  .loader { width: 80px; height: 80px; border-width: 3px; }
  .loader::after { width: 50px; height: 50px; border-width: 3px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 36px; }

  .wsmenu > .wsmenu-list { width: 290px; margin-right: -290px; }
  .wsactive .wsmobileheader { margin-right: 290px; }
  .overlapblackbg { width: calc(100% - 290px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 22px 16px 0 0; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* HERO SLIDER */
  .slider, .slider .slides { height: 340px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 380px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 340px; }

  /* HERO-1 */
  #hero-1 .caption { margin-top: 0; }
  #hero-1 .caption h2 { font-size: 2.45rem; line-height: 1.4; }
  #hero-1 .caption h5 { font-size: 1rem; line-height: 1.65; letter-spacing: 1px; margin-top: 10px; }
  #hero-1 .caption .btn { margin-top: 20px; }

  /* HERO-3 */
  #hero-3:after { height: 92%; }
  .hero-3-txt { padding: 0 3%; }
  .hero-3-txt h2 { font-size: 2.35rem; margin-bottom: 20px; }

  /* HERO-5 */
  .hero-5-txt h2 { font-size: 2.15rem; padding: 0 3%; margin-bottom: 12px; }
  .hero-5-txt p { font-size: 1.0625rem; padding: 0 3%; margin-bottom: 20px; }

  .hero-5-img { margin-top: 50px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 0; }
  #hero-6 .caption h2 { font-size: 4.25rem; letter-spacing: 3px; margin-bottom: 10px; }
  #hero-6 .caption p { font-size: 1.125rem; padding: 0; margin-bottom: 20px; }

  /* HERO-7 */
  .hero-7-txt { margin-bottom: 16px; }
  .hero-7-txt h2 { font-size: 2.25rem; margin-bottom: 4px; }
  .hero-7-txt p { font-size: 1.025rem; padding: 0 3%; }

  .hero-7-img { margin-top: 50px; }

  #hero-7 .tra-header { top: 10%; }
  #hero-7 .tra-header h2 { font-size: 6.5rem; }

  /* HERO-9 */
  #hero-9 { padding-top: 90px; padding-bottom: 90px; }
  .hero-9-txt h2 { font-size: 2.3rem; margin-bottom: 25px; }
  
  .tra-header { width: 200%; top: 15%; left: -60%; }
  .tra-header h2 { font-size: 6.5rem; }

  /* HERO-10 */
  #hero-10 { padding-top: 80px; padding-bottom: 80px; }
  .hero-10-txt h2 { font-size: 2.65rem; letter-spacing: -1px; margin-bottom: 8px; }
  .hero-10-txt p { font-size: 1.0625rem; padding: 0 5%; margin-bottom: 30px; }
  .hero-10-schedule.text-end { margin-top: 35px; }

  /* HERO-11 */
  #hero-11 { padding-top: 80px; padding-bottom: 80px; }
  .hero-11-txt { text-align: center; }
  .hero-11-txt h5 { font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 35px; }
  .hero-11-txt h2 { font-size: 3.25rem; line-height: 1.2; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.0625rem; padding: 0 3%; margin-bottom: 25px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 0; }
  #hero-12 .caption span { font-size: 0.85rem; letter-spacing: 4px; margin-bottom: 25px; }
  #hero-12 .caption h2 { font-size: 2.55rem; padding: 0 4%; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-2-wrapper, .about-4-wrapper { margin: 0 -13.7px; }
  .about-2-wrapper .txt-block { padding: 0 13.7px; }
  .abox-3.txt-block { padding: 35px 25px 45px; }
  .about-4 .txt-block { padding: 60px 12px; }
  .a6-txt { padding: 35px 38px 40px; }

  .about-1 .txt-block h2, .about-2 .txt-block h2, .about-4 .txt-block h2 { padding: 0 4%; }
  .about-6-txt h4 { font-size: 1.875rem; }
  .about-8-txt h4,.about-8-txt h3 { margin-bottom: 10px; }
  .about-1 .txt-block p, .about-2 .txt-block p { padding: 0; }
  .about-8-txt p { margin-bottom: 20px; }
  .about-5 .txt-block .btn { margin-top: 10px; margin-bottom: 10px; }

  .about-8-img.left-column { padding-right: 0; margin-bottom: 35px; }
  .about-8-img.right-column { padding-left: 0; margin-bottom: 35px; }

  /* SERVICES */
  #services-3.pt-6 { padding-top: 40px!important; }
  .sbox-4 .section-id, .sbox-5 .section-id { font-size: 0.85rem; margin-bottom: 12px; }

  .sbox-3.sb-1, .sbox-3.sb-2, .sbox-3.sb-3, .sbox-3.sb-3, .sbox-3.sb-5 { margin-bottom: 40px; }

  .sbox-4.sb-1, .sbox-4.sb-2, .sbox-4.sb-3, .sbox-5.sb-1, .sbox-5.sb-2, 
  .sbox-5-wrapper .rows-2 .sb-1, .sbox-5-wrapper .rows-2 .sb-2, .sbox-5-wrapper .rows-2 .sb-3, 
  .sbox-5-wrapper .rows-2 .sb-4, .sbox-5-wrapper .rows-2 .sb-5 { margin-bottom: 30px; }

  .sbox-1 .sbox-txt p { padding: 0 3%; }
  .sbox-3 p { font-size: 1.25rem; margin-top: 25px; }
  .services-section .more-btn { margin-top: 40px; }

  .sbox-4-img, .sbox-5-img { margin-bottom: 25px; }

  /* CONTENT */
  .ct-11-wrapper, .ct-12 { height: 340px; }
  .ct-05.pt-5, .ct-06.pt-5 { padding-top: 20px!important; }
  .ct-05 .container, .ct-06 .container { max-width: 100%; padding: 0 13.7px; } 

  .ct-05 .txt-block, .ct-06 .txt-block { padding: 40px 0 70px; }
  .ct-07 .txt-block, .ct-08 .txt-block { padding: 40px 13.7px 70px; }

  .txt-block h2 { margin-bottom: 15px; }
  .ct-09-txt h3, .ct-09-txt h2 { margin-top: 30px; margin-bottom: 0; }

  .txt-block .btn { margin-top: 20px; }
  .advantages li p.me-3 { margin-right: 10px!important; }

  .txt-block .accordion .accordion-item .accordion-thumb:after { font-size: 1.125rem; }
  .txt-block .accordion .accordion-thumb p { font-size: 1.375rem; }

  .ct-05-img, .ct-06-img { padding-top: 70px; }
  .ct-07 .img-block, .ct-08 .img-block { padding: 70px 13.7px 0; }

  /* GALLERY */
  #gallery-3 .section-title { margin-bottom: 35px; }

  #gallery-2 .col, #gallery-3 .col { padding: 0 12px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, 
  #img-2-6, #img-2-7, #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 25px; }

  .gallery-link.ico-30 [class^="flaticon-"]:before, .gallery-link.ico-30 [class^="flaticon-"]:after,
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.25rem; }

  .gallery-section .more-btn, #gallery-1.gallery-section .more-btn { margin-top: 25px; }
  #gallery-4.gallery-section .more-btn { margin-top: 45px; }

  /* TESTIMONIALS */
  .reviews-3-wrapper:after { width: 140%; height: 92%; top: 4%; left: -20%; }

  .review-1-txt { padding: 45px 16px 26px; margin: 0 2px 30px; }
  .review-2 { padding: 0; }
  .review-3 { padding: 35px 16px 25px; }

  .review-1 .review-avatar { margin: 0 auto -40px; }
  .review-avatar img, .owl-item .review-avatar img { width: 70px; height: 70px; }
  .review-3 .review-avatar img { width: 54px; height: 54px; }

  .rs-logo { right: -14px; bottom: -5px; width: 32px; height: 32px; padding: 6px; }
  .review-3 .rs-logo { width: 28px; height: 28px; }
  .rs-logo img { width: 20px!important; height: 20px!important; }
  .review-3 .rs-logo img { width: 16px!important; height: 16px!important; top: 2px; }

  .review-2 p { margin-bottom: 10px; }
  .review-3 .review-txt { margin-top: -43px; }
  .review-3 .author-data { margin-top: 15px; }
  .review-2 .review-author { margin-top: 0; }
  .review-3 .review-author { padding: 0 0 0 20px; }

  .review-1 .star-rating { margin-top: 14px; margin-bottom: 5px; }

  /* GIFT CARDS */
  .gift-card { padding: 50px 35px; }
  .gift-card h4 { margin-bottom: 20px; }
  .gift-card sup { font-size: 3.15rem; top: -7px; right: 2px; }
  .gift-card p { margin-top: 10px; }

  /* BRANDS */
  #brands-2 { text-align: center; }
  .brands-2-wrapper .row { display: block!important; flex: none!important; }
  #brands-2 .col { display: inline-block!important; width: 45%; padding: 0 8px; }

  .brands-title.mb-4 { margin-bottom: 15px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 14px; } 
  #brands-2 .brand-logo { padding: 0; }

  /* TEAM */
  .team-member .section-id { font-size: 0.85rem; margin-bottom: 15px; }
  .category-title.mb-6 { margin-bottom: 40px!important; }
  #team-3 hr { margin: 10px 0 50px; }
  .team-member-data h5 { font-size: 1.75rem; }     /* 28px */

  /* ARTIST DETAILS */
  .artist-bio p span.sm-title { font-size: 1rem; }

  /* PRICING */
  .pricing-2 .container, .pricing-3 .container { max-width: 100%; }
  .pricing-2-wrapper, .pricing-3-wrapper { 
    margin: 0 -15px; 
    padding: 50px 15px 0; 
    border-radius: 0 0!important; 
    border: none; 
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0; 
    box-shadow: 0 0; 
  }

  .pricing-4 .container { padding: 0; }
  .p4-wrapper { padding: 70px 13.7px; }
  
  .pricing-title { margin-bottom: 35px; }
  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 45px!important; }
  .pricing-4-title p { font-size: 1.1rem; padding: 0 5%; }
  .pricing-5-category h3, .pricing-7-title h4 { font-size: 2rem; }

  #pb-7-1, #pb-7-2 { margin: 0 0 40px; }

  .pricing-list li { margin-bottom: 25px; }
  .pricing-list li.resp-lst:last-child, .pricing-4 .pricing-list li:last-child { margin-bottom: 25px; }
  .pricing-5-table .pricing-list li { margin-bottom: 30px; }

  .pricing-1-item, .pricing-2-item, .pricing-3-item, .pricing-4-item, .pricing-5-item, 
  .pricing-7-item, .pricing-section .category-title, .pricing-5-category, .pricing-7-title { text-align: center; }

  .detail-price { display: block; }
  .price-dots { display: none; }
  .price-name { display: block; width: 100%; padding: 0; margin-bottom: 14px; }
  .price-number { display: block; width: 100%; padding: 0; }

  .price-name p, .price-number p, .pricing-5 .price-name p, .pricing-5 .price-number p,
  .pricing-6-item p.pricing-6-title, .pricing-6-item p.pricing-6-number, .old-price { font-size: 1.375rem; }
  .pricing-6-item p { font-size: 1.0625rem; }
  .pricing-7 .price-name p, .pricing-7 .price-number p { font-size: 1.375rem; }
  .price-txt { margin-top: 5px; }

  .pricing-1 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-4 .more-btn.mt-5, .pricing-5 .more-btn.mt-6 { margin-top: 10px!important; }
  .pricing-notice.mt-5 { margin-top: 25px!important;  }
  .pricing-7 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-notice p { padding: 0; }

  .pricing-2-img, .pricing-3-img { margin: 0 -15px; }

  /* BANNER */
  .banner-1.pt-6 { padding-top: 30px!important; }
  .banner-2.py-9 { padding-top: 80px!important; padding-bottom: 80px!important; }
  .banner-3 { padding-top: 60px; padding-bottom: 60px; }
  .banner-4 { padding-top: 70px; padding-bottom: 70px; }
  
  .banner-5-wrapper, .banner-6-wrapper { margin: 0 -13.7px; }
  .banner-5-wrapper.bg--img, .banner-6-wrapper.bg--img { width: auto; }
  
  .banner-1.container { width: 100% }
  .banner-1-wrapper { margin: 0 -13.7px; padding: 70px 20px; }

  .banner-5 .left-column, .banner-6 .left-column { padding-right: 13.7px; }
  .banner-5 .right-column, .banner-6 .right-column { padding-left: 13.7px; }
  .banner-5-txt, .banner-6-txt { padding: 70px 0; }

  .discount-title { margin-bottom: 2px; }
  .discount-title h5 { font-size: 2.19375rem; }

  .discount-digit h2, .banner-3 .discount-digit h2 { font-size: 8.75rem; letter-spacing: -3px; }

  .discount-txt, .banner-3 .discount-txt { top: 8px; left: 5px; }
  .discount-txt h2, .banner-3 .discount-txt h2 { font-size: 4.72875rem; } 

  .discount-txt h3, .banner-3 .discount-txt h3 { font-size: 2.19375rem; }

  .discount-description h4 { font-size: 1.90625rem; margin-top: 12px; margin-bottom: 12px; }
  .discount-description p { padding: 0 5%; margin-bottom: 20px; }

  .discount-link p { margin-top: 12px; }

  .banner-1-txt .section-id { font-size: 0.95rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 0.95rem; margin-bottom: 25px; }

  .banner-1-txt h2, .banner-2-txt h2 { font-size: 3.25rem; letter-spacing: -1.5px; }
  .banner-1-txt h2 span, .banner-2-txt h2 span { font-size: 3.4rem; }
  .banner-1-txt h3, .banner-2-txt h3 { font-size: 1.95rem; margin-bottom: 25px; }

  .banner-4-txt h5 { font-size: 1rem; letter-spacing: 3px; margin-bottom: 20px; }
  .banner-4-txt h3 { font-size: 2.9375rem; letter-spacing: 4px; margin-bottom: 2px; }
  .banner-4-txt h2 { font-size: 4.55rem; letter-spacing: 1px; margin-bottom: 25px; }

  /* NEWSLETTER */
  .newsletter-wrapper { padding: 70px 13.7px 40px; }
  .newsletter-wrapper.bg--img { width: auto; }
  #newsletter-2 { padding-top: 70px; padding-bottom: 40px; }

  .newsletter-section .section-title { margin-bottom: 22px; }
  .newsletter-section .section-title h2 { font-size: 2.15rem; }
  .newsletter-section .section-title p { font-size: 1.125rem; padding: 0 3%; margin-top: 10px; }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form { padding: 0 5%; }

  .newsletter-section .form-control { height: 52px; margin-bottom: 20px; }
  .newsletter-section .btn { height: 52px; font-size: 0.8rem; }

  /* BLOG */
  .post-tag { margin-bottom: 20px; }
  .post-link { font-size: 1.5625rem; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 25px; }
  .single-post-title .post-tag { padding: 0 5%; line-height: 1.8; margin-bottom: 22px; }

  .post-comments img { width: 54px; height: 54px; }
  .comment-body { margin-left: 15px; }

  .comment-form textarea { min-height: 80px; }
  .comment-form .btn { width: 100%; height: 52px; margin-top: 5px; }
  .comment-form-msg { text-align: center; }
  .sending-msg .loading { text-align: center; padding-left: 0; }

  /* BOOKING */
  #booking-1.pt-6 { padding-top: 40px!important; }
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 15px; padding-right: 15px; }
  .booking-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  /* CONTACTS */
  #contacts-1 .cbox-1.cb-1 { margin-bottom: 30px; }
  #contacts-1 .cbox-1.cb-2 { margin-bottom: 35px; }
  .cbox-2.mb-5, #contacts-3 .cbox-2.mb-5 { margin-bottom: 35px!important; }

  .contact-form .form-control { height: 52px; margin-bottom: 20px; }
  .contact-form textarea { min-height: 140px; }
  .contact-form .btn { width: 100%; height: 52px; margin-top: 10px; }

  .contact-form-msg { text-align: center; }
  .contact-form .loading { text-align: center; padding-left: 0; }

  /* GOOGLE MAP */
  #contacts-1 .google-map, #contacts-2 .google-map { padding: 0 0 80%; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }
  #footer-4, #footer-5 { text-align: center; }
  #footer-5.pt-7 { padding-top: 30px!important; }
  #footer-5 .footer { padding: 0 15px 30px; }
  .footer hr { margin-top: 5px; margin-bottom: 30px; }
  #footer-2 .footer-links { margin-top: 35px; margin-bottom: 12px; }

  .footer-logo { margin-bottom: 40px; }
  .footer-logo-img img { max-height: 66px; }

  .footer-form { margin-bottom: 25px; }
  #footer-4 .footer-contacts, #footer-5 .footer-contacts { padding: 0 10%; }
  .footer-info.text-end { text-align: center!important; }

  .footer h5 { margin-bottom: 15px; }
  .footer-booking-link { margin-top: 15px; }
  #footer-1 .footer-phone, #footer-4 .footer-phone { margin-top: 10px; }

  #footer-2 .foo-links li p { font-size: 1rem; letter-spacing: 1px; margin-bottom: 15px; }

  .footer-form .form-control { 
    text-align: center; 
    margin-right: 0; 
    height: 50px; 
    font-size: 1.1rem; 
    border-right: 2px solid #dee2e6;
    margin-bottom: 12px; 
  }

  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { display: block; width: 100%!important; height: 50px; font-size: 0.85rem; margin: 0; }

  #footer-2 .bottom-footer-socials li { padding: 0 12px; }
  #footer-2 .bottom-footer-socials li span { top: 0; padding-top: 10px; line-height: 1.2; }
  #footer-5 .bottom-footer-socials.text-end { text-align: center!important; }

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 330px; margin: auto auto; }

  /* INNER PAGE HERO */
  .inner-page-hero { padding-top: 90px; padding-bottom: 90px; }
  .inner-page-title { padding-top: 80px; }
  .page-hero-txt h2, .page-title-txt h2 { font-size: 2.35rem; letter-spacing: 0; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.125rem; padding: 0 5%; margin-top: 2px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 280px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 300px; margin: auto auto; }

  .modal .modal-close { right: 5px!important; top: 5px!important; }
  #modal-2.modal .modal-close { right: 10px!important; top: 14px!important; }
  .modal .modal-close.ico-20 [class^="flaticon-"]:before,
  .modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 0.95rem; }
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:before,
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 1.175rem; }

  #modal-2 .modal-body-content { text-align: center; padding: 45px 12px 22px; }
  #modal-2 .request-form-title h3 { font-size: 2.25rem; }
  #modal-2 .request-form-title h3 span { font-size: 2.4rem; letter-spacing: -1px; }
  #modal-2 .request-form-title h4 { font-size: 1.85rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 12px; }

  #modal-2 .request-form .form-control { height: 48px; font-size: 1.125rem; } 
  #modal-2 .request-form .btn { height: 48px; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 320.98px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .pt-8 { padding-top: 60px!important; }
  .pb-8 { padding-bottom: 60px!important; }
  .py-8 { padding-top: 60px!important; padding-bottom: 60px!important; }

  .shape--01:after, .shape--02:after { width: 100%; height: 38%; }

  .division { padding-left: 2px; padding-right: 2px; }

  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Headers */
  h6 { font-size: 1.25rem; }           /* 20px */
  h6.h6-md { font-size: 1.25rem; }     /* 20px */
  h6.h6-lg { font-size: 1.25rem; }     /* 20px */

  h5 { font-size: 1.4375rem; }         /* 23px */
  h5.h5-md { font-size: 1.4375rem; }   /* 23px */
  h5.h5-lg { font-size: 1.625rem; }    /* 26px */

  h4 { font-size: 1.625rem; }          /* 26px */
  h4.h4-md { font-size: 1.625rem; }    /* 26px */
  h4.h4-lg { font-size: 1.625rem; }    /* 26px */

  h3 { font-size: 1.75rem; }           /* 28px */
  h3.h3-md { font-size: 1.75rem; }     /* 28px */
  h3.h3-lg { font-size: 1.75rem; }     /* 28px */

  h2 { font-size: 1.875rem; line-height: 1.3; }   /* 30px */
  h2.h2-md { font-size: 1.875rem; }    /* 30px */
  h2.h2-lg { font-size: 1.875rem; }    /* 30px */

  h2.h2-title { font-size: 2rem; }      /* 32px */
  .huge-txt h2 { font-size: 3.85rem; line-height: 0.95; }

  /* Button */ 
  .btn { font-size: 0.8rem; padding: 1rem 1.8rem; }

  /* Video Popup Icon */
  .video-btn-lg { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 100px; height: 100px; top: -30px; left: calc(50% - 55px); }
  .ico-55 .shape-ico svg { width: 105px; height: 105px; top: -30px; left: calc(50% - 50px); }
  .ico-60 .shape-ico svg { width: 110px; height: 110px; top: -30px; left: calc(50% - 55px); }

  /* Section ID */
  .section-id { margin-bottom: 20px; }

  /* Section Title */
  .section-title.mb-6 { margin-bottom: 45px!important; }
  .tra-title { font-size: 2.625rem; margin : 0 -15% -25px!important; }

  /*------------------------------------------*/
  /*  PRELOAD ANIMATION    
  /*------------------------------------------*/

  #loading-center { height: 80px; width: 80px; left: calc(50% - 40px); top: calc(50% - 40px); }
  .loader { width: 80px; height: 80px; border-width: 3px; }
  .loader::after { width: 50px; height: 50px; border-width: 3px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 15px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 36px; }

  .wsmenu > .wsmenu-list { width: 250px; margin-right: -250px; }
  .wsactive .wsmobileheader { margin-right: 250px; }
  .overlapblackbg { width: calc(100% - 250px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 22px 15px 0 0; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* HERO SLIDER */
  .slider, .slider .slides { height: 300px; }

  /* HERO SLIDESHOW */
  .slideshow, .slideshow .slides { height: 380px; }

  /* HERO TEXT ROTATOR */
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 300px; }

  /* HERO-1 */
  #hero-1 .caption { margin-top: 0; }
  #hero-1 .caption h2 { font-size: 2.15rem; line-height: 1.4; }
  #hero-1 .caption h5 { font-size: 0.935rem; line-height: 1.65; letter-spacing: 1px; margin-top: 10px; }
  #hero-1 .caption .btn { margin-top: 18px; }

  /* HERO-3 */
  #hero-3:after { height: 92%; }
  #hero-3 { padding-top: 60px; }
  .hero-3-txt { padding: 0 2%; margin-bottom: 50px }
  .hero-3-txt h2 { font-size: 2.125rem; margin-bottom: 20px; }

  /* HERO-4 */
  #hero-4-1 { margin-bottom: 30px; }
  #hero-4-1 h5 { margin-bottom: 25px; }

  /* HERO-5 */
  #hero-5 { padding-top: 60px; }
  .hero-5-txt h2 { font-size: 1.9rem; padding: 0 3%; margin-bottom: 12px; }
  .hero-5-txt p { font-size: 1.0625rem; padding: 0 3%; margin-bottom: 20px; }

  .hero-5-img { margin-top: 50px; }
  #hero-5-1 { margin-bottom: 30px; } 
  #hero-5-3 { margin-top: 30px; }

  /* HERO-6 */
  #hero-6 .caption { margin-top: 0; }
  #hero-6 .caption h2 { font-size: 4rem; letter-spacing: 2px; margin-bottom: 10px; }
  #hero-6 .caption p { font-size: 1.0625rem; padding: 0; margin-bottom: 20px; }

  /* HERO-7 */
  .hero-7-txt { margin-bottom: 18px; }
  .hero-7-txt h2 { font-size: 2rem; margin-bottom: 12px; }
  .hero-7-txt p { font-size: 1.025rem; padding: 0; }

  .hero-7-img { margin-top: 50px; }

  #hero-7 .tra-header { top: 10%; }
  #hero-7 .tra-header h2 { font-size: 6.5rem; }

  /* HERO-9 */
  #hero-9 { padding-top: 80px; padding-bottom: 80px; }
  .hero-9-txt h2 { font-size: 2.05rem; margin-bottom: 20px; }

  .tra-header { width: 200%; top: 13%; left: -60%; }
  .tra-header h2 { font-size: 6.5rem; }

  /* HERO-10 */
  #hero-10 { padding-top: 70px; padding-bottom: 70px; }
  .hero-10-txt h2 { font-size: 2.5rem; letter-spacing: -1px; margin-bottom: 8px; }
  .hero-10-txt p { font-size: 1.0625rem; padding: 0 5%; margin-bottom: 30px; }
  .hero-10-schedule.text-end { margin-top: 35px; }

  /* HERO-11 */
  #hero-11 { padding-top: 80px; padding-bottom: 80px; }
  .hero-11-txt { text-align: center; }
  .hero-11-txt h5 { font-size: 0.95rem; letter-spacing: 3px; margin-bottom: 35px; }
  .hero-11-txt h2 { font-size: 3rem; line-height: 1.2; letter-spacing: 1px; margin-bottom: 15px; }
  .hero-11-txt p { font-size: 1.0625rem; padding-right: 0; margin-bottom: 25px; }

  /* HERO-12 */
  #hero-12 .caption { margin-top: 0; }
  #hero-12 .caption span { font-size: 0.85rem; letter-spacing: 4px; margin-bottom: 25px; }
  #hero-12 .caption h2 { font-size: 2.35rem; padding: 0 2%; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-8 { padding-top: 60px; padding-bottom: 35px; }
  .about-2-wrapper, .about-4-wrapper { margin: 0 -12px; }
  .about-2-wrapper .txt-block { padding: 0 12px; }

  .about-3 .ab-1, .about-3 .ab-2 { margin-bottom: 30px; }
  .abox-3.txt-block { padding: 35px 18px 45px; }
  .about-4 .txt-block { padding: 60px 12px; }
  .a6-txt { padding: 30px 20px 35px; }

  .about-1 .txt-block h2, .about-2 .txt-block h2 { padding: 0 2%; }
  .about-8-txt h4,.about-8-txt h3 { margin-bottom: 10px; }
  .about-1 .txt-block p, .about-2 .txt-block p { padding: 0 1%; }
  .about-8-txt p { margin-bottom: 20px; }
  .about-5 .txt-block .btn { margin-top: 10px; margin-bottom: 15px; }

  #ab-5-1, #ab-5-2, #ab-5-3 { margin: 30px 0 0 0; }

  .about-8-img.left-column { padding-right: 0; margin-bottom: 30px; }
  .about-8-img.right-column { padding-left: 0; margin-bottom: 30px; }

  /* SERVICES */
  #services-3.pt-6 { padding-top: 40px!important; }
  .sbox-4 .section-id, .sbox-5 .section-id { font-size: 0.85rem; margin-bottom: 12px; }

  .sbox-3.sb-1, .sbox-3.sb-2, .sbox-3.sb-3, .sbox-3.sb-3, .sbox-3.sb-5 { margin-bottom: 40px; }
  .sbox-4.sb-1, .sbox-4.sb-2, .sbox-4.sb-3, .sbox-5.sb-1, .sbox-5.sb-2, 
  .sbox-5-wrapper .rows-2 .sb-1, .sbox-5-wrapper .rows-2 .sb-2, .sbox-5-wrapper .rows-2 .sb-3, 
  .sbox-5-wrapper .rows-2 .sb-4, .sbox-5-wrapper .rows-2 .sb-5 { margin-bottom: 30px; }

  .sbox-2 p { padding: 0; }
  .sbox-3 p { font-size: 1.1875rem; margin-top: 20px; }
  .services-section .more-btn { margin-top: 40px; }

  .sbox-4-img, .sbox-5-img { margin-bottom: 25px; }

  /* CONTENT */
  .ct-01.shape--01.py-7, .ct-02.shape--02.py-7 { padding-top: 60px!important; padding-bottom: 0!important; }
  .ct-11-wrapper, .ct-12 { height: 300px; }
  .ct-table.py-8, .ct-table.pb-8 { padding-bottom: 40px!important; }
  .ct-05.pt-5, .ct-06.pt-5 { padding-top: 10px!important; }
  .ct-05 .container, .ct-06 .container { max-width: 100%; padding: 0 12.5px; } 

  .ct-05 .txt-block, .ct-06 .txt-block { padding: 40px 0 60px; }
  .ct-07 .txt-block, .ct-08 .txt-block { padding: 40px 12.5px 60px; }

  .txt-block h2 { padding-right: 2%; margin-bottom: 12px; }
  .ct-09-txt h3, .ct-09-txt h2 { margin-top: 30px; margin-bottom: 0; }

  .txt-block .accordion .accordion-item .accordion-thumb:after { font-size: 1.125rem; }
  .txt-block .accordion .accordion-thumb p { font-size: 1.375rem; }

  .txt-block .btn { margin-top: 18px; }
  .advantages li p.me-3 { margin-right: 10px!important; }

  .ct-table .txt-table { margin-top: 10px; }

  .ct-05-img, .ct-06-img { padding-top: 60px; }
  .ct-07 .img-block, .ct-08 .img-block { padding: 60px 12.5px 0; }

  /* GALLERY */
  #gallery-3 .section-title { margin-bottom: 30px; }

  #gallery-2 .col, #gallery-3 .col { padding: 0 12px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, 
  #img-2-6, #img-2-7, #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 20px; }

  #img-4-2, #img-4-5, #img-4-6 { margin-top: 30px; }
  #img-4-3 { margin: 30px 0; }

  .gallery-link.ico-30 [class^="flaticon-"]:before, .gallery-link.ico-30 [class^="flaticon-"]:after,
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.25rem; }

  .gallery-section .more-btn, #gallery-1.gallery-section .more-btn { margin-top: 20px; }
  #gallery-4.gallery-section .more-btn { margin-top: 40px; }

  /* TESTIMONIALS */
  .reviews-3-wrapper:after { width: 140%; height: 92%; top: 4%; left: -20%; }

  .review-1-txt { padding: 45px 15px 22px; margin: 0 3px 30px; }
  .review-2 { padding: 0 3px; }
  .review-3 { padding: 35px 15px 25px; }

  .review-1 .review-avatar { margin: 0 auto -40px; }
  .review-avatar img, .owl-item .review-avatar img { width: 70px; height: 70px; }
  .review-3 .review-avatar img { width: 54px; height: 54px; }

  .rs-logo { right: -14px; bottom: -5px; width: 32px; height: 32px; padding: 6px; }
  .review-3 .rs-logo { width: 28px; height: 28px; }
  .rs-logo img { width: 20px!important; height: 20px!important; }
  .review-3 .rs-logo img { width: 16px!important; height: 16px!important; top: 2px; }

  .review-2 p { margin-bottom: 10px; }
  .review-3 .review-txt { margin-top: -40px; }
  .review-3 .author-data { margin-top: 15px; }
  .review-2 .review-author { margin-top: 0; }
  .review-3 .review-author { padding: 0 0 0 18px; }

  .review-1 .star-rating { margin-top: 14px; margin-bottom: 5px; }

  /* GIFT CARDS */
  #gcard-1-1, #gcard-1-2 { margin-bottom: 30px; }
  .gift-card { padding: 44px 16px; }
  .gift-card h4 { margin-bottom: 20px; }
  .gift-card span { font-size: 4.25rem; }
  .gift-card sup { font-size: 3rem; top: -7px; right: 2px; }
  .gift-card p { margin-top: 10px; }

  /* BRANDS */
  #brands-2 { text-align: center; }
  .brands-2-wrapper .row { display: block!important; flex: none!important; }
  #brands-2 .col { display: inline-block!important; width: 44%; padding: 0 8px; }

  .brands-title.mb-4 { margin-bottom: 15px!important; }
  #brands-1 .brands-carousel-5 .brand-logo, #brands-1 .brands-carousel-6 .brand-logo { padding: 0 14px; } 
  #brands-2 .brand-logo { padding: 0; }

  /* TEAM */
  #team-3.pb-5 { padding-bottom: 10px!important; }
  .team-member .section-id { font-size: 0.85rem; }
  .category-title.mb-6 { margin-bottom: 40px!important; }
  #team-3 hr { margin: 5px 0 40px; }

  .team-member-data { margin-top: 30px; } 

  /* ARTIST DETAILS */
  .artist-bio p span.sm-title { font-size: 0.95rem; }

  /* PRICING */
  .pricing-2 .container, .pricing-3 .container { max-width: 100%; }
  .pricing-2-wrapper, .pricing-3-wrapper { 
    margin: 0 -15px; 
    padding: 40px 12px 0; 
    border-radius: 0 0!important; 
    border: none; 
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0; 
    box-shadow: 0 0; 
  }

  .pricing-4 .container { padding: 0; }
  .p4-wrapper { padding: 60px 12.5px; }
  
  .pricing-title { margin-bottom: 35px; }
  .pricing-section .section-title.mb-6, .pricing-section .pricing-4-title.mb-6 { margin-bottom: 35px!important; }
  .pricing-4-title h2 { padding: 0 2%; }
  .pricing-4-title p { font-size: 1.1rem; padding: 0 5%; }
  .pricing-5-category h3, .pricing-7-title h4 { font-size: 1.875rem; }

  #pb-7-1, #pb-7-2 { margin: 0 0 40px; }

  .pricing-list li { margin-bottom: 25px; }
  .pricing-list li.resp-lst:last-child, .pricing-4 .pricing-list li:last-child { margin-bottom: 25px; }

  .pricing-1-item, .pricing-2-item, .pricing-3-item, .pricing-4-item, .pricing-5-item, 
  .pricing-7-item, .pricing-section .category-title, .pricing-5-category, .pricing-7-title { text-align: center; }

  .detail-price { display: block; }
  .price-dots { display: none; }
  .price-name { display: block; width: 100%; padding: 0; margin-bottom: 14px; }
  .price-number { display: block; width: 100%; padding: 0; }

  .price-name p, .price-number p, .pricing-5 .price-name p, .pricing-5 .price-number p,
  .pricing-6-item p.pricing-6-title, .pricing-6-item p.pricing-6-number, .old-price { font-size: 1.375rem; }
  .pricing-6-item p { font-size: 1.0625rem; }
  .pricing-7 .price-name p, .pricing-7 .price-number p { font-size: 1.375rem; }
  .price-txt { margin-top: 5px; }

  .pricing-1 .more-btn.mt-5 { margin-top: 35px!important; }
  .pricing-4 .more-btn.mt-5, .pricing-5 .more-btn.mt-6 { margin-top: 10px!important; }
  .pricing-notice.mt-5 { margin-top: 25px!important; }
  .pricing-7 .more-btn.mt-5 { margin-top: 30px!important; }
  .pricing-notice p { padding: 0 10%; }

  .pricing-2-img, .pricing-3-img { margin: 0 -15px; }

  /* BANNER */
  .banner-1.pt-5 { padding-top: 20px!important; }
  .banner-1.pt-6 { padding-top: 30px!important; }
  .banner-2.py-9 { padding-top: 80px!important; padding-bottom: 80px!important; }
  .banner-3 { padding-top: 60px; padding-bottom: 60px; }
  .banner-4 { padding-top: 70px; padding-bottom: 70px; }
  
  .banner-1.container { width: 100% }
  .banner-1-wrapper { margin: 0 -12.5px; padding: 60px 20px; }
  .banner-5-wrapper, .banner-6-wrapper { margin: 0 -12.5px; }
  .banner-5-wrapper.bg--img, .banner-6-wrapper.bg--img { width: auto; }

  .banner-5 .left-column, .banner-6 .left-column { padding-right: 12.5px; }
  .banner-5 .right-column, .banner-6 .right-column { padding-left: 12.5px; }
  .banner-5-txt, .banner-6-txt { padding: 60px 0; }

  .discount-title { margin-bottom: 2px; }
  .discount-title h5 { font-size: 1.75rem; }

  .discount-digit h2, .banner-3 .discount-digit h2 { font-size: 7.875rem; letter-spacing: -3px; }

  .discount-txt, .banner-3 .discount-txt { top: 8px; left: 5px; }
  .discount-txt h2, .banner-3 .discount-txt h2 { font-size: 4.375rem; } 

  .discount-txt h3, .banner-3 .discount-txt h3 { font-size: 1.96875rem; }

  .discount-description h4 { font-size: 1.75rem; margin-top: 10px; margin-bottom: 10px; }
  .discount-description p { font-size: 1rem; padding: 0 3%; margin-bottom: 15px; }

  .discount-link p { margin-top: 14px; }

  .banner-1-txt .section-id { font-size: 0.95rem; margin-bottom: 30px; }
  .banner-2-txt .section-id { font-size: 0.95rem; margin-bottom: 25px; }

  .banner-1-txt h2, .banner-2-txt h2 { font-size: 2.85rem; letter-spacing: -1.5px; }
  .banner-1-txt h2 span, .banner-2-txt h2 span { font-size: 3rem; }
  .banner-1-txt h3, .banner-2-txt h3 { font-size: 1.75rem; margin-bottom: 25px; }

  .banner-4-txt h5 { font-size: 0.9375rem; letter-spacing: 3px; margin-bottom: 16px; }
  .banner-4-txt h3 { font-size: 2.625rem; letter-spacing: 4px; margin-bottom: 2px; }
  .banner-4-txt h2 { font-size: 4rem; letter-spacing: 1px; margin-bottom: 25px; }

  /* NEWSLETTER */
  .newsletter-wrapper { padding: 60px 12.5px 30px; }
  .newsletter-wrapper.bg--img { width: auto; }
  #newsletter-2 { padding-top: 60px; padding-bottom: 30px; }

  .newsletter-section .section-title { margin-bottom: 22px; }
  .newsletter-section .section-title h2 { font-size: 2rem; }
  .newsletter-section .section-title p { font-size: 1.0625rem; margin-top: 12px; }

  #newsletter-1 .newsletter-form, #newsletter-2 .newsletter-form { padding: 0 4%; }

  .newsletter-section .form-control { height: 50px; margin-bottom: 15px; }
  .newsletter-section .btn { height: 50px; font-size: 0.8rem; }

  /* BLOG */
  #bp-1-1, #bp-1-2 { margin-bottom: 30px; }

  .post-tag { margin-bottom: 20px; }
  .post-link { font-size: 1.4375rem; margin-bottom: 15px; }

  .blog-post-img { margin-bottom: 35px; }

  /* SINGLE BLOG POST */
  #single-post { padding-top: 60px; }
  .single-post-title { margin-bottom: 25px; }
  .single-post-title .post-tag { line-height: 1.8; margin-bottom: 20px; }
  .single-post-title h2 { padding: 0; }
  
  .single-post-txt { padding-bottom: 40px; margin-bottom: 60px; }
  .single-post-txt h5, .single-post-txt h4 { margin-top: 18px; margin-bottom: 20px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .post-inner-img .top-img { margin-bottom: 30px; }

  .post-tags h5, .post-share-list h5 { margin-bottom: 30px; }
  .post-tags span a { font-size: 0.625rem; letter-spacing: 3px; padding: 6px 13px; margin: 0 4px; }

  .post-comments { padding-top: 60px; margin-top: 60px; }
  .post-comments img { width: 52px; height: 52px; }
  .comment-body { margin-left: 15px; }

  .comment-form { margin-top: 30px; }
  .comment-form textarea { min-height: 80px; }
  .comment-form .btn { width: 100%; height: 50px; margin-top: 5px; }
  .comment-form-msg { text-align: center; }
  .sending-msg .loading { text-align: center; padding-left: 0; }
  
  /* BOOKING */
  #booking-1.pt-6 { padding-top: 40px!important; }
  #booking-1.pt-8.pb-7 { padding-bottom: 50px!important; }
  .booking-form .col-lg-6, .booking-form .col-md-12 { padding-left: 15px; padding-right: 15px; }
  .booking-form .btn { width: 100%; height: 50px; margin-top: 10px; }

  /* CONTACTS */
  #contacts-1 .cbox-1.cb-1 { margin-bottom: 30px; }
  #contacts-1 .cbox-1.cb-2 { margin-bottom: 35px; }
  .cbox-2.mb-5, #contacts-3 .cbox-2.mb-5 { margin-bottom: 35px!important; }

  .contact-form .form-control { height: 50px; margin-bottom: 20px; }
  .contact-form textarea { min-height: 130px; }
  .contact-form .btn { width: 100%; height: 50px; margin-top: 10px; }

  .contact-form-msg { text-align: center; }
  .contact-form .loading { text-align: center; padding-left: 0; }

  /* GOOGLE MAP */
  #contacts-1 .google-map, #contacts-2 .google-map { padding: 0 0 80%; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }
  #footer-4, #footer-5 { text-align: center; }
  #footer-5.pt-7 { padding-top: 30px!important; }
  #footer-5 .footer { padding: 0 15px 30px; }
  .footer hr { margin-top: 5px; margin-bottom: 30px; }
  #footer-2 .footer-links { margin-top: 35px; margin-bottom: 12px; }

  .footer-logo { margin-bottom: 40px; }
  .footer-logo-img img { max-height: 62px; }

  .footer-form { margin-bottom: 25px; }
  #footer-4 .footer-contacts, #footer-5 .footer-contacts { padding: 0 10%; }
  .footer-info.text-end { text-align: center!important; }

  .footer h5 { margin-bottom: 15px; }
  .footer-booking-link { margin-top: 15px; }
  #footer-1 .footer-phone, #footer-4 .footer-phone { margin-top: 10px; }
  #footer-2 .foo-links li p { font-size: 1rem; letter-spacing: 1px; margin-bottom: 15px; }

  .footer-form .form-control { 
    text-align: center; 
    margin-right: 0; 
    height: 48px; 
    font-size: 1.1rem; 
    border-right: 2px solid #dee2e6;
    margin-bottom: 12px; 
  }

  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { display: block; width: 100%!important; height: 48px; font-size: 0.85rem; margin: 0; }

  #footer-2 .bottom-footer-socials li { padding: 0 12px; }
  #footer-2 .bottom-footer-socials li span { top: 0; padding-top: 10px; line-height: 1.2; }
  #footer-5 .bottom-footer-socials.text-end { text-align: center!important; }

  /* INNER PAGE HERO */
  .inner-page-hero { padding-top: 80px; padding-bottom: 80px; }
  .inner-page-title { padding-top: 80px; }
  .inner-page-title.pb-6 { padding-bottom: 35px!important; }
  .page-hero-txt h2, .page-title-txt h2 { font-size: 2.25rem; letter-spacing: 0; }
  .page-hero-txt p, .page-title-txt p { font-size: 1.0625rem; margin-top: 2px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* MODAL */
  #modal-1 .modal-dialog { max-width: 280px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 290px; margin: auto auto; }

  .modal .modal-close { right: 5px!important; top: 5px!important; }
  #modal-2.modal .modal-close { right: 10px!important; top: 14px!important; }
  .modal .modal-close.ico-20 [class^="flaticon-"]:before,
  .modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 0.95rem; }
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:before,
  #modal-2.modal .modal-close.ico-20 [class^="flaticon-"]:after { font-size: 1.175rem; }

  #modal-2 .modal-body-content { text-align: center; padding: 45px 0 20px; }
  #modal-2 .request-form-title h3 { font-size: 2.25rem; }
  #modal-2 .request-form-title h3 span { font-size: 2.3rem; letter-spacing: -1px; }
  #modal-2 .request-form-title h4 { font-size: 1.85rem; }
  #modal-2 .request-form-title p { margin-top: 10px; margin-bottom: 13px; }

  #modal-2 .request-form { margin: 0 3%; }
  #modal-2 .request-form .form-control, #modal-2 .request-form .btn { height: 46px; }



}
