@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700,400italic);@charset "UTF-8";

/* GLOBAL STYLES */

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
  text-align: center;
  overflow-x: hidden !important;
  margin: auto !important;
}

a,
a:hover,
a:active,
a:focus {
  border: 0 none;
  outline: 0 none;
  text-decoration: none;
}

/* TYPOGRAPHIE */

h1,
h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 42px;
  line-height: 62px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

/* FORM GROUPS */

.form-control {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  box-shadow: none;
  height: 57px;
  padding-left: 20px;
}

/* CUSTOM CLASSES */

.white-text {
  color: #fff;
}

.colored-line-small-center {
  background: #008ed6;
  display: block;
  margin: auto;
  height: 1px;
  width: 25%;
  z-index: 1;
  margin-bottom: 5px;
}

.colored-line-right {
  background: #008ed6;
  display: block;
  float: right;
  height: 1px;
  width: 165px;
  z-index: 1;
}

.button-leweb {
  font-size: 16px;
  background-color: #ab3de0;
  border-radius: 25px;
  padding: 12px 70px;
  margin: 0 auto;
  color: #fff !important;
  display: block;
  transition: all 0.5s ease;
}

.button-leweb:hover {
  background: #008ed6;
}

/* SECTIONS */

section {
  padding: 90px 0px;
}

/* HEADER */

#header {
  background: url(/images/bsbild_fullhd_01.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding: 0px;
}

#header .container {
  background: url(/images/body-bg1.png) repeat 0 0;
  height: 100vh;
  width: 100% !important;
  padding: 0px;
  z-index: 998;
}

#header .col-md-8 {
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}

#header .logo {
  margin-bottom: 15px;
}

.animation {
  width: 100%;
  bottom: 0;
  height: 50px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  text-align: center;
  text-decoration: none;
}

#header .fa-angle-down {
  text-align: center;
  font-size: 48px;
  color: #fff;
  -webkit-animation: leweb_fade_move_down 2s ease-in-out infinite;
  animation: leweb_fade_move_down 2s ease-in-out infinite;
}

/* Animated Arrow Down Header */

@-webkit-keyframes leweb_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes leweb_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

/* ABOUT */

#about i {
  color: #fff;
  font-size: 75px;
  background: #008ed6;
  border-radius: 50%;
  line-height: 175px;
  height: 175px;
  width: 175px;
}

.about {
  background-color: #0009;
  color: #fff;
  margin-bottom: -150px;
}

.whatwedo {
  border-radius: 50% !important;
  height: 170px;
  margin-bottom: 15px !important;
}

/* section-parallax  */

#section-parallax {
  background: url(/images/img-19.jpeg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#section-parallax-1 {
  background: url(/images/img-19.jpeg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#grill {
  background: url(/images/grillMenu.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#platters {
  background: url(/images/platters.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#traditional {
  background: url(/images/Tmeals.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#salads-and-sandwiches {
  background: url(/images/sands.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#buffet {
  background: url(/images/buffet.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#receptions {
  background: url(/images/reception.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#section-parallax-9 {
  background: url(/images/balloon-bg.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#regular-pricing {
  background: url(/images/price-bg.png) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#group-rates {
  background: url(/images/group-bg.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

#section-parallax-12 {
  background: url(/images/img-20.jpg) no-repeat fixed center center/cover rgba(0, 0, 0, 0);
  padding: 0px;
  min-height: 430px;
}

.bg-map {
  background: url(/images/Map.png) no-repeat fixed center center/cover rgba(0, 0, 0, 0) !important;
}

#section-parallax-12 .icontop {
  position: absolute;
  color: #fff;
  margin: -30px auto;
  right: 0;
  left: 0;
  font-size: 40px !important;
  border-radius: 50%;
  line-height: 65px;
  height: 65px;
  width: 65px;
  background: #00b339b6;
  box-shadow: 0 0 0 1px #00B339;
}

#section-parallax-1 .icontop {
  position: absolute;
  color: #fff;
  margin: -30px auto;
  right: 0;
  left: 0;
  font-size: 40px !important;
  border-radius: 50%;
  line-height: 65px;
  height: 65px;
  width: 65px;
  background: #00b339b6;
  box-shadow: 0 0 0 1px #00B339;
}

#grill .icontop {
  position: absolute;
  color: #fff;
  margin: -30px auto;
  right: 0;
  left: 0;
  font-size: 40px !important;
  border-radius: 50%;
  line-height: 65px;
  height: 65px;
  width: 65px;
  background: #00b339b6;
  box-shadow: 0 0 0 1px #00B339;
}

#section-parallax .icontop {
  position: absolute;
  color: #fff;
  margin: -30px auto;
  right: 0;
  left: 0;
  font-size: 40px !important;
  border-radius: 50%;
  line-height: 65px;
  height: 65px;
  width: 65px;
  background: #00b339b6;
  box-shadow: 0 0 0 1px #00B339;
}

#section-parallax .row {
  padding: 100px 0px 120px 0px;
}

#section-parallax h5 {
  margin-bottom: 45px;
}

#section-parallax .form-control {
  display: inline-block;
  border: 1px solid #fff;
  width: 320px;
  border-radius: 10px;
}

#section-parallax .form-control::-moz-placeholder {
  color: #fff;
}

#section-parallax .button-leweb {
  display: inline-block;
}

#section-parallax #mc_form label {
  display: block;
  font-size: 12px !important;
  margin-top: 10px;
  font-weight: normal;
  position: relative;
  color: #fff;
}

#section-parallax #mc_form .valid:before {
  font-family: FontAwesome;
  top: 0;
  content: "\F058";
  font-size: 14px;
  margin-right: 4px;
  color: #b8c000;
}

#section-parallax #mc_form .error:before {
  font-family: FontAwesome;
  top: 0;
  content: "\F071";
  font-size: 14px;
  margin-right: 4px;
  color: #bb1720;
}

/* RESPONSIVE DESIGN */

/* Extra Small devices (tablets, 446px and less) */

@media (max-width: 456px) {
  #mc_form .form-control {
    width: 100%;
    margin-bottom: 15px;
  }

  .button-leweb {
    width: 100%;
  }

  #header .logo {
    width: 200px;
  }

  #header h1 {
    display: none;
  }
}

/* Small devices (tablets, 768px and less) */

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  h1 {
    font-size: 44px;
    line-height: 58px;
  }

  h2 {
    font-size: 24px;
    line-height: 38px;
  }

  h3 {
    font-size: 18px;
    line-height: 30px;
  }

  h4 {
    font-size: 16px;
    line-height: 26px;
  }

  h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .clocktitle {
    font-size: 11px;
  }

  .numbers {
    font-size: 44px;
  }

  #header .col-md-8 {
    top: 5%;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
  #about .middle {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

/*video*/

.row-hero {
  height: 20rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 480px) {
  .row-hero {
    height: 25rem;
  }
}

@media (min-width: 720px) {
  .row-hero {
    height: 35rem;
  }
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.video-quote {
  z-index: 1;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15rem;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 300;
  font-size: 15px;
  font-family: "system-ui", sans-serif;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding_2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.light_silver {
  background: #f9f9f9;
}

.theme_bg {
  background: #38c8a8;
}

.margin_top_30 {
  margin-top: 30px !important;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*-- costomer--*/

ul.costomer {
  float: right;
}

ul.costomer li {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

ul.costomer li a {
  color: #fff;
}

ul.costomer li a span {
  color: #00EAF8;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header_bg {
  background-color: #fff;
}

.header {
  background: transparent;
  width: 100%;
  padding: 40px 40px 40px 40px;
}

.logo a {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}

.banner_main {
  background: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.text-bg {
  max-width: 542px;
  float: right;
  width: 100%;
}

.text-bg h1 {
  color: #00a2ff;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.text-bg span {
  color: #000;
  font-size: 30px;
  line-height: 55px;
  font-weight: 500;
}

.text-bg p {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  padding: 40px 0;
}

.text-bg a {
  font-size: 16px;
  background-color: #AB3DE0;
  color: #fff;
  padding: 10px 0px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 25px;
}

.text-bg a:hover {
  background-color: #00EAF8;
  color: #fff;
}

.text-img figure {
  margin: 0px;
}

.text-img figure img {
  width: 100%;
}

.titlepage {
  text-align: center;
  padding-bottom: 60px;
}

.titlepage h2 {
  font-size: 70px;
  color: #00a2ff;
  letter-spacing: 4px;
  -webkit-text-stroke: 1px;
  line-height: 66px;
  padding: 0;
  font-family: "WhoaNellyNFW01-Regular";
}

.bos-hours {
  font-size: 40px;
  line-height: 3.5rem !important;
}

/** quality section **/

.quality {
  background: #00a2ff;
  padding-top: 80px;
  padding-bottom: 350px;
}

.quality .quality_box {
  padding: 15px;
}

.quality .quality_box figure {
  margin: 0;
}

.quality .quality_box figure img {
  width: 100%;
}

.quality .quality_box::before {
  position: absolute;
  content: "";
  left: 15px;
  border-top: 20px;
  height: 20px;
  background: #EA7CD5;
  width: 77%;
  top: -5px;
}

.quality .quality_box::after {
  position: absolute;
  content: "";
  left: 10px;
  height: 80%;
  background: #EA7CD5;
  width: 20px;
  top: -5px;
}

.quality_text {
  text-align: center;
  background: #ddd;
  padding: 20px;
  margin-left: -102px;
  margin-right: 50px;
}

.quality_text h3 {
  color: #6e6d70;
  line-height: 40px;
  font-size: 30px;
}

.quality_text p {
  color: #6e6d70;
}

/** end quality section **/

/** customers section **/

.customers {
  padding-top: 40px;
  margin-top: -350px;
  padding-bottom: 70px;
}

.customers .titlepage {
  padding-bottom: 20px;
}

.customers .titlepage h2 {
  color: #fff;
  text-align: left;
}

.banner2 .carousel-caption {
  position: inherit;
}

.banner2 .carousel-caption figure {
  margin: 0;
}

.banner2 .carousel-caption figure img {
  width: 100%;
}

.banner2 .carousel-caption p {
  color: #000;
  padding: 50px 0px 20px 0px;
  font-size: 16px;
}

.carousel-indicators .active {
  background: #00EAF8;
}

.carousel-indicators li {
  background: #c4e30a;
  width: 30px;
  height: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none;
}

/** end customers section **/

/** testimonial section **/

.testimonial {
  padding: 60px 0;
  background: #f5f4f5;
}

.testimonial .titlepage h2 {
  margin-bottom: 20px;
}

.testimonial .titlepage p {
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.owl-dot.active {
  background: #AB3DE0 !important;
}

.item-1:hover {
  background: #00EAF8;
  transition: ease-in all 0.5s;
}

.item-1 {
  text-align: center;
  background: #ab3de0;
  border-radius: 20px;
  padding: 20px;
}

.item-1 span {
  background: #fff;
  width: 50px;
  height: 50px;
  color: #3fbc61;
  display: inline-block;
  border-radius: 30px;
}

.item-1 h3 {
  font-size: 25px;
  line-height: 29px;
  padding: 10px 10px 10px 10px;
  color: #fff;
  text-transform: uppercase;
}

.item-1 p {
  padding: 0px 10px 10px 10px;
  color: #fff;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  background: #c4e30a !important;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  margin: 0px 5px;
}

/** end testimonial section **/

/** Asked section **/

.d_flexw {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.asked_main {
  padding-top: 90px;
}

.slider span {
  float: right;
  cursor: pointer;
  font-size: 30px;
  line-height: 29px;
  color: #00a2ff;
}

.asked_main .ask_box {
  max-width: 539px;
  width: 100%;
  float: left;
}

.simpaly {
  padding: 10px 10px 10px 20px;
  border: #00a2ff solid 2px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.slider a {
  color: #272827 !important;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.slider {
  font: 1.1em "News Cycle", sans-serif;
  padding: 1%;
  background: #fff;
  color: #000 !important;
  margin-bottom: 1%;
}

.slider span {
  margin-right: 0.3%;
}

.slider a {
  text-decoration: none;
  color: #000;
}

.content {
  font: 1em "News Cycle", sans-serif;
  padding: 1%;
}

.content p {
  margin-bottom: 1%;
}

/** end Asked section **/

/** contact section **/

.bg_ba {
  font-family: Poppins;
  background: url(/images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .titlepage {
  text-align: left;
  padding-top: 20px;
}

.contact .titlepage h2 {
  color: #fff;
  font-weight: bold;
}

.contact {
  padding: 90px 0px;
  font-family: Poppins;
  padding-top: 450px;
}

.main_form {
  padding-top: 137px;
}

.contact .main_form .contactus {
  border: #fff solid 1px;
  padding: 0px 1px;
  margin-bottom: 20px;
  width: 100%;
  height: 42px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-top: inherit;
  border-right: inherit;
  border-left: inherit;
}

.contact .main_form .textarea {
  margin-bottom: 25px;
  color: #fff !important;
  width: 100%;
  border: #fff solid 1px;
  padding: 0px 1px;
  padding-top: 38px;
  background: transparent;
  border-top: inherit;
  border-right: inherit;
  border-left: inherit;
}

.contact .main_form .send {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #AB3DE0;
  color: #fff;
  border-radius: 25px;
  padding: 12px 70px;
  margin: 0 auto;
  display: block;
}

.contact .main_form .send:hover {
  background-color: #00EAF8;
  transition: ease-in all 0.5s;
  color: #fff;
}

#contact *::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#contact *:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#contact *::placeholder {
  color: #fff;
  opacity: 1;
}

.current {
  color: #fff;
  margin-top: -4px;
  position: absolute;
}

.pink {
  color: #f3c;
}

.purple {
  color: #AB3DE0;
}

.green {
  color: #00B339;
}

.red {
  color: #ED1101;
}

.light-green {
  color: #C4E308;
}

.orange {
  color: #e39308;
}

.cont {
  text-align: left;
}

.cont span {
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  padding: 70px 0px 65px 0px;
  display: inline-block;
  font-weight: 500;
}

.cont a {
  font-size: 29px;
  transition: ease-in all 0.5s;
  color: #fff;
  text-align: center;
}

.cont a:hover {
  transition: ease-in all 0.5s;
  color: #00EAF8;
}

/** end contact section **/

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1500px) {
  .cont span {
    padding: 49px 0px 65px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .weare .weare-box p {
    font-size: 15px;
    line-height: 25px;
  }

  .cont span {
    font-size: 48px;
    padding: 50px 0px 65px 0px;
  }

  .text-bg h1 {
    font-size: 41px;
    line-height: 23px;
  }

  .text-bg span {
    font-size: 48px;
    line-height: 60px;
  }

  .text-bg {
    max-width: 344px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-bg h1 {
    padding-top: 10px;
    font-size: 44px;
    line-height: 61px;
    padding-bottom: 0px;
  }

  .text-bg span {
    font-size: 28px;
    line-height: 30px;
  }

  .text-bg a {
    margin-right: 5px;
    padding: 10px 20px;
    float: left;
    max-width: 156px;
  }

  .text-bg {
    max-width: 251px;
  }

  .cont span {
    font-size: 35px;
    padding: 30px 0px 43px 0px;
    line-height: 57px;
  }

  .slider a {
    font-size: 12px;
  }

  .contact .titlepage {
    padding-bottom: 0;
  }

  .main_form {
    padding: 25px;
  }

  .quality_text {
    margin-right: 0px;
  }

  .quality_text h3 {
    font-size: 25px;
  }

  .quality_text p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact {
    margin-top: 60px;
    background: #00a2ff;
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .bg_ba {
    background: inherit;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mean-container .mean-bar {
    margin-top: 0px;
  }

  .text-bg a {
    float: left;
    margin-bottom: 30px;
  }

  .titlepage h2 {
    font-size: 36px;
  }

  .text-bg {
    max-width: 509px;
  }

  .cont span {
    padding: 0px 0px 30px 0px;
  }

  .cont a {
    max-width: 233px;
    margin-bottom: 30px;
  }

  .contact {
    margin-top: 70px;
  }

  .contact {
    background: #00a2ff !important;
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .bg_ba {
    background: inherit;
  }

  .quality_text h3 {
    font-size: 28px;
  }

  .quality_text {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }

  .main_form {
    padding-top: 30px;
  }

  .quality {
    padding-bottom: 230px;
  }

  .customers {
    margin-top: -245px;
  }
}

@media (max-width: 575px) {
  .header {
    padding: 40px 0px 0px 0px;
  }

  .logo {
    text-align: center !important;
    padding-bottom: 25px;
    float: inherit;
  }

  ul.costomer {
    display: none;
  }

  .text-bg h1 {
    font-size: 35px;
    line-height: 55px;
    padding-bottom: 18px;
  }

  .text-bg a {
    float: left;
    margin-bottom: 30px;
  }

  .text-bg span {
    font-size: 35px;
    line-height: 45px;
  }

  .text-bg p {
    padding-top: 0;
  }

  .titlepage h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .contact .titlepage {
    padding-bottom: 10px;
    padding-top: 0;
  }

  .main_form {
    padding: 35px 25px;
  }

  .cont span {
    padding: 15px 0px 25px 0px;
    font-size: 31px;
    line-height: 46px;
  }

  .cont a {
    max-width: 233px;
    margin-bottom: 30px;
  }

  .contact {
    margin-top: 60px;
    background: #00a2ff !important;
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .bg_ba {
    background: inherit;
  }

  .slider a {
    font-size: 16px;
  }

  .quality_text h3 {
    font-size: 28px;
  }

  .quality_text {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }

  .quality {
    padding-bottom: 228px;
  }

  .customers {
    margin-top: -224px;
  }

  .banner2 .carousel-caption p {
    font-size: 14px;
  }

  .contact .titlepage h2 {
    padding-top: 40px;
  }
}

/*ga;;ery*/

.slick .item .bg {
  height: 455px;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 -24px;
  opacity: 0.6;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

.slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}

.slick .slick-center .bg {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.slick-slide {
  outline: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

.fa {
  font-size: 75px !important;
  color: #fff;
}

/*header*/

::-moz-selection {
  color: #fff;
  background-color: #EA7CD5;
}

::selection {
  color: #fff;
  background-color: #EA7CD5;
}

::-moz-selection {
  color: #fff;
  background-color: #EA7CD5;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}

p {
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1700ms;
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}

h1 span {
  display: inline-block;
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  transform: translateY(-20px);
}

h1 span:nth-child(1) {
  transition-delay: 1000ms;
}

h1 span:nth-child(2) {
  transition-delay: 700ms;
}

h1 span:nth-child(3) {
  transition-delay: 900ms;
}

h1 span:nth-child(4) {
  transition-delay: 800ms;
}

h1 span:nth-child(5) {
  transition-delay: 1000ms;
}

h1 span:nth-child(6) {
  transition-delay: 700ms;
}

h1 span:nth-child(7) {
  transition-delay: 900ms;
}

h1 span:nth-child(8) {
  transition-delay: 800ms;
}

h1 span:nth-child(9) {
  transition-delay: 600ms;
}

h1 span:nth-child(10) {
  transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  transform: translateY(50px);
}

h1 span:nth-child(11) {
  transition-delay: 1300ms;
}

h1 span:nth-child(12) {
  transition-delay: 1500ms;
}

h1 span:nth-child(13) {
  transition-delay: 1400ms;
}

h1 span:nth-child(14) {
  transition-delay: 1200ms;
}

h1 span:nth-child(15) {
  transition-delay: 1450ms;
}

#switch,
#circle {
  cursor: pointer;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #EA7CD5;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #EA7CD5 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #000;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #c6e308;
}

body.dark {
  color: #fff;
  background-color: #1f2029;
}

body.dark .navbar-brand img {
  filter: brightness(100%);
}

body.dark h1 {
  color: #fff;
}

body.dark h1 span {
  transition-delay: 0ms !important;
}

body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
  color: #fff !important;
}

body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

/* #Media
================================================== */

@media (max-width: 767px) {
  .slider span {
    padding: 5px;
  }

  .slick-prev {
    left: 100px;
    margin-left: -50px;
  }

  .slick-next {
    right: 100px;
    margin-right: -50px;
  }

  .navbar-brand img {
    height: 50px;
  }

  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 28px;
    height: 20px;
    border: none;
    background-image: url(/images/nav-plus.png);
    vertical-align: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 17px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url(/images/nav-plus.png);
    border: none;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded=true] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 100px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.shopping-bag {
  margin-top: -0.4rem;
}

/*menu try*/

body {
  overflow-x: hidden;
  font: 400 16px/1.8 "Crimson Text", serif;
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #F5D76E;
}

a:hover {
  text-decoration: none;
  color: #999;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */

.form-control,
.navbar-custom {
  transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
  transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 0px;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 54px/1.2 "Crimson Text", serif;
  margin: 0 0 20px;
  color: #000;
}

h2 {
  font-size: 48px;
  margin: 0 0 18px;
}

h3 {
  font-size: 32px;
  margin: 0 0 15px;
}

h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
}

blockquote {
  font: 700 50px/1.2 "Dancing Script", cursive;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

blockquote small,
blockquote footer,
blockquote .small {
  display: block;
  font-size: 40%;
  line-height: 1.42857143;
  color: #999;
}

.intro-title,
.module-title,
.callout-text,
.iconbox-title {
  font: 700 28px/1.2 "Dancing Script", cursive;
  margin: 0 0 18px;
}

.module-title,
.callout-text {
  font-size: 50px;
}

.module-subtitle {
  font: 400 16px/1.2 "Crimson Text", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a7a9ac;
  margin: 0;
}

.intro-title {
  font-size: 55px;
}

/* ---------------------------------------------- /*
 * Alerts style
/* ---------------------------------------------- */

.alert {
  border: 0;
}

.help-block {
  font-size: 14px;
  color: #a94442;
}

.help-block ul {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}

/* ---------------------------------------------- /*
 * Progress bars
/* ---------------------------------------------- */

.progress,
.progress-bar {
  box-shadow: none;
}

.progress-bar {
  background-color: #F5D76E;
}

/* ---------------------------------------------- /*
 * Tabs
/* ---------------------------------------------- */

.nav-pills,
.nav-tabs {
  margin-bottom: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #F5D76E;
}

/* ---------------------------------------------- /*
 * Panels
/* ---------------------------------------------- */

.panel {
  border: 0;
}

.panel-body {
  background: #f5f5f5;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

/* ---------------------------------------------- /*
 * Modal
/* ---------------------------------------------- */

.modal-content {
  border: 0;
}

/* ---------------------------------------------- /*
 * Labels
/* ---------------------------------------------- */

.label {
  font: 400 italic 10px/1.8 "Crimson Text", serif;
  padding: 0.2em 0.6em 0.2em;
  letter-spacing: 1px;
  font-size: 60%;
}

.label-custom-1 {
  background: #F5D76E;
}

.label-custom-2 {
  background: #000;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
  border: 0;
  background: transparent;
  border-bottom: 1px dotted #DDD;
  font-size: 16px;
  padding: 0;
}

.form-control:focus {
  border-color: #444444;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 38px;
  font-size: 18px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 11px;
  height: 30px;
}

textarea.form-control {
  padding: 15px 0;
}

.form-control-black {
  border: 1px solid #DDD;
}

.form-control-black:focus {
  border-color: #444444;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
  letter-spacing: 1px;
  font-size: 16px;
  padding: 8px 26px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  outline: inherit !important;
}

.btn-custom-1 {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn-custom-1:hover,
.btn-custom-1:focus,
.btn-custom-1:active,
.btn-custom-1.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-custom-2 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-custom-3 {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active {
  background: #F5D76E;
  border-color: #F5D76E;
  color: #FFF;
}

.btn-custom-4 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-custom-4:hover,
.btn-custom-4:focus,
.btn-custom-4:active,
.btn-custom-4.active {
  background: #F5D76E;
  border-color: #F5D76E;
  color: #fff;
}

.btn-custom-5 {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn-custom-5:hover,
.btn-custom-5:focus,
.btn-custom-5:active,
.btn-custom-5.active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 30px;
  font-size: 18px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 25px;
  font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 25px;
  font-size: 10px;
}

.btn .icon-before {
  margin-right: 6px;
}

.btn .icon-after {
  margin-left: 6px;
}

.btn .icon-after,
.btn .icon-before {
  font-size: 12px;
}

.btn-list .btn {
  margin-bottom: 5px;
}

/* ---------------------------------------------- /*
 * Main
/* ---------------------------------------------- */

.module {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  padding: 30px 0;
}

.card {
  background-color: #fff !important;
}

.module-gray {
  background: #f5f5f5;
}

.module-dark {
  background: #0E0E0E;
}

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

.module-header {
  text-align: center;
  margin: 0 0 60px;
}

.long-up {
  margin-top: 60px;
}

.long-up-2x {
  margin-top: 80px;
}

.long-down {
  margin-bottom: 60px;
}

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

.devider {
  text-align: center;
  margin: 60px 0 0;
}

.js-hovered {
  cursor: pointer;
}

.js-fade {
  opacity: 0.65;
}

.vjs-control-bar {
  visibility: hidden;
  display: none;
}

.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}

.bg-dark-alfa-30::after {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
}

.bg-dark-alfa-60::after {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
}

.bg-dark-alfa-90::after {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
}

/* ---------------------------------------------- /*
 * Callout
/* ---------------------------------------------- */

.callout {
  background-color: #222;
  position: relative;
  text-align: center;
  padding: 180px 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

#callout-one {
  background-image: url(/images/home-2.jpg);
}

#callout-two {
  background-image: url(/images/home-3.jpg);
}

#callout-three {
  background-image: url(/images/home-4.jpg);
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

.module-image {
  background-color: #222;
  background-image: url(/images/home-1.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-size: cover;
  padding: 0;
}

.video-background {
  background-color: #000;
}

.intro {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translate(0%, -50%);
  padding: 0 15px;
}

/* ---------------------------------------------- /*
 * Menu
/* ---------------------------------------------- */

.menu {
  border-bottom: 1px dotted #DDD;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-classic img {
  margin: 0 0 10px;
}

.menu-title {
  text-align: left !important;
}

.menu-title,
.menu-price {
  font-size: 16px;
  margin: 0;
}

.menu-detail {
  font-size: 14px;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

.menu-label {
  background: #fae7d7;
  position: relative;
  display: inline-block;
  padding: 2px 10px 0px 10px;
  font-family: "Crimson Text", serif;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 13px;
  float: right;
  top: 5px;
}

/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

.iconbox {
  background: #fae7d7;
  text-align: center;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}

.iconbox-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 10px;
}

.iconbox-icon {
  color: #000;
  font-size: 32px;
  margin-bottom: 25px;
}

.iconbox-title {
  color: #000;
  margin: 0 0 15px;
  padding: 0;
}

.iconbox-desc {
  font-size: 15px;
}

/* ---------------------------------------------- /*
 * Testimonials
/* ---------------------------------------------- */

.testimonial-text {
  text-align: center;
  margin: 0 0 60px;
}

.testimonial-avatar {
  text-align: right;
}

.testimonial-avatar img {
  height: 84px;
  width: 84px;
  border-radius: 100%;
}

.testimonial-info {
  padding-top: 11px;
  text-align: left;
}

.stars {
  font-size: 12px;
  color: #f1c40f;
}

.stars i {
  margin: 0 2px 0 0;
}

.star-off {
  color: #999;
}

/* ---------------------------------------------- /*
 * Gallery
/* ---------------------------------------------- */

.margin-0 {
  margin: 0 !important;
}

.position-relative {
  position: relative;
}

.side-image {
  position: absolute;
  background: #fae7d7;
  padding: 30px;
  height: 100%;
}

.vertical-body {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: table;
  height: 100%;
  text-align: center;
}

.vertical {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 30px;
}

.gallery-no-padding {
  background: #fff;
}

.gallery-no-padding > .row > .col-sm-4 {
  padding: 0;
}

.gallery-detail {
  border-bottom: 1px dotted #DDD;
  text-align: center;
  margin: 15px 0 20px;
  padding: 0 0 10px;
}

.gallery-title {
  font-size: 16px;
  margin: 0 0 5px;
}

/* ---------------------------------------------- /*
 * Menu Classic, Gallery Overlay
/* ---------------------------------------------- */

.overlay {
  position: relative;
  margin: 0;
}

.overlay a {
  position: absolute;
  text-indent: 200%;
  font-size: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
}

.overlay img {
  display: block;
  height: auto;
  width: 100%;
}

.overlay figcaption {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  text-align: center;
  padding: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.overlay .caption-inner {
  position: absolute;
  margin-top: -25px;
  width: 100%;
  top: 50%;
  left: 0;
}

.overlay:hover figcaption {
  opacity: 1;
}

.overlay:hover span,
.overlay:hover .overlay-icon i {
  transform: rotate(0deg);
}

.overlay-icon {
  border: 2px solid #fff;
  line-height: 48px;
  font-size: 16px;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  color: #fff;
  border-radius: 50px;
}

.overlay-icon i,
.overlay-icon span {
  color: #F5D76E;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

/* ---------------------------------------------- /*
 * Twitter
/* ---------------------------------------------- */

.interact a {
  margin-right: 10px;
}

/* --------------------------------------------------------- */

@media (min-width: 767px) {
  .navbar-transparent {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-custom .nav li a:hover {
    background: rgba(0, 0, 0, 0.9);
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 25px;
  }

  .navbar-custom li a {
    border-bottom: 1px solid rgba(32, 31, 31, 0.9) !important;
  }

  .dropdown-submenu > .dropdown-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }

  .dropdown-submenu > .dropdown-open {
    display: block;
  }

  .navbar-nav .open .dropdown-submenu > .dropdown-menu li > a {
    padding-left: 40px;
  }

  .dropdown-submenu > a:after,
  .navbar-custom .dropdown-toggle:after {
    right: 7px;
    content: "\F107";
  }

  .dropdown-submenu > a.angle-up:after,
  .navbar-custom .dropdown-toggle.angle-up:after {
    content: "\F106";
  }
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
  position: fixed;
  display: none;
  bottom: 1em;
  right: 1em;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.7;
  border-radius: 3px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  margin-left: -15px;
  display: block;
  z-index: 10;
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }

  30% {
    top: 10px;
    opacity: 1;
  }

  100% {
    top: 25px;
    opacity: 0;
  }
}

@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }

  30% {
    top: 10px;
    opacity: 1;
  }

  100% {
    top: 25px;
    opacity: 0;
  }
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-image: url(/images/preloader1.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 991px) {
  .side-image {
    position: relative;
    height: auto;
  }

  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-nav > li > a,
  .navbar-custom .navbar-nav .dropdown-menu > li > a {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center !important;
  }

  .menu-label {
    float: none;
  }

  .mouse-icon {
    display: none;
  }

  .iconbox {
    margin: 10px 0;
  }

  .testimonial-avatar,
  .testimonial-info {
    text-align: center;
  }
}

@media (max-width: 568px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font: 700 38px/1.2 "Crimson Text", serif;
    margin: 0 0 20px;
    color: #000;
  }

  h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }

  .bos-hours {
    font-size: 29px;
  }

  h3 {
    font-size: 19px;
    margin: 0 0 15px;
  }

  h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px;
  }

  h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
  }

  blockquote {
    font: 700 38px/1.2 "Dancing Script", cursive;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
  }

  .intro-title,
  .module-title,
  .callout-text,
  .iconbox-title {
    font: 700 38px/1.2 "Dancing Script", cursive;
    margin: 0 0 18px;
  }

  .iconbox-title {
    font-size: 24px;
  }

  .module-subtitle {
    font: 400 10px/1.2 "Libre Baskerville", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a7a9ac;
    margin: 0;
  }
}

/* ---------------------------------------------- /*
 * Icons page
/* ---------------------------------------------- */

.sli-examples .item:hover {
  background: #f0f0f0;
  color: #000;
}

.sli-examples .item {
  display: block;
  width: 33%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.sli-examples .item > span {
  display: inline-block;
  margin-right: 5px;
  min-width: 70px;
  min-height: 70px;
  border-right: 1px solid #f1f1f1;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
}

.fa-examples > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-examples > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.menu-detail {
  color: #000 !important;
  text-align: left;
}

/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 5px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  background-color: #00a2ff !important;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 35px;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 100px;
  width: auto;
  display: block;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 25px;
}

.nav-item:hover .nav-link {
  color: #EA7CD5 !important;
}

.nav-item.active .nav-link {
  color: #777 !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #EA7CD5;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.navbar-custom {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
}

.navbar-custom .navbar-nav {
  margin: 1px -15px 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}

.navbar-custom .navbar-brand {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 32px;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav li a:focus,
.navbar-custom .dropdown-menu > li > a:focus {
  background: none;
  outline: 0;
  color: #fff;
}

.navbar-custom li > a {
  position: relative;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 1px;
  top: 50%;
  margin-top: -5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  content: "\F107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .nav li a:hover,
.navbar-custom .navbar-nav > li.active a {
  background: none;
  outline: 0;
  color: #F5D76E;
}

.navbar-custom .dropdown-menu {
  border: 0;
  border-top: 2px solid #F5D76E;
  border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
  padding: 10px 20px;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.9);
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu li {
  border-left: 1px solid rgba(32, 31, 31, 0.9);
}

.dropdown-submenu > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  right: inherit;
  margin-top: -2px;
}

.dropdown-submenu > .dropdown-menu {
  visibility: hidden;
  opacity: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown-submenu > a {
  position: relative;
}

.dropdown-submenu > a:after {
  position: absolute;
  display: block;
  right: 7px;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  content: "\F105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.left-side .dropdown-submenu > .dropdown-menu {
  left: inherit;
  right: 100%;
}

.left-side .dropdown-submenu li {
  border-left: 0;
  border-right: 1px solid rgba(32, 31, 31, 0.9);
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

.footer {
  padding: 20px 0px;
  background: #00a2ff;
}

.footer p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #AB3DE0;
}

#footer {
  background: #000;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #FFF;
}

.copyright {
  margin: 0;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links li {
  display: inline-block;
  margin: 0 5px;
}

.footer-text {
  color: #fff !important;
}

/* ---------------------------------------------- /*
 * Map, Contact and Ajax
/* ---------------------------------------------- */

#map-section {
  position: relative;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

.ajax-response {
  text-align: center;
  padding: 20px;
}

#contact .button-leweb {
  border: 1px solid #ccc;
}

#success {
  display: none;
}

#success i {
  color: #b8c000;
  font-size: 28px;
  display: block;
}

#myTabContent {
  margin-top: 50px;
}

.single_menu_list {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.single_menu_list img {
  max-width: 30%;
  position: absolute;
  left: 0px;
  top: 0;
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 50%;
  transition: 0.4s;
}

.single_menu_list:hover img {
  border-radius: 0;
  transition: 0.4s;
}

.single_menu_list h4 {
  font-size: 20px;
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.single_menu_list h4 span {
  float: right;
  font-weight: bold;
  color: #00a2ff;
  font-style: italic;
}

