*:focus {
  outline: none; }

.welcome-button {
  text-align: center;
  font-family: "Lato", sans-serif; }
  .welcome-button button {
    background: #ed3d6e;
    color: white;
    padding: 8px 23px;
    transition: .5s all;
    transform: scale(1);
    overflow: hidden;
    position: relative;
    border-radius: 0px; }
    .welcome-button button:before {
      content: "";
      position: absolute;
      width: 200px;
      height: 15px;
      background: rgba(255, 255, 255, 0.2);
      transform: rotate(45deg) translateY(120px);
      transition: .3s all; }
    .welcome-button button:hover {
      transform: scale(1.03);
      box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.7); }
      .welcome-button button:hover:before {
        transform: rotate(45deg) translateY(-70px); }

.sec-heading .sec-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0; }
  .sec-heading .sec-icon .icon-wrapper {
    background: white;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: -105px;
    left: calc(50% - 90px); }
    .sec-heading .sec-icon .icon-wrapper img {
      height: 100%;
      width: 100%; }
.sec-heading .sec-des {
  position: relative;
  z-index: 999;
  padding-top: 45px;
  text-align: center;
  font-family: "Lato", sans-serif;
  padding-bottom: 0px; }
  .sec-heading .sec-des .sec-head h2 {
    font-size: 2.5em;
    font-weight: 700; }
  .sec-heading .sec-des .sec-detail p {
    font-weight: 500;
    color: #858585; }

#navigation .top-nav {
  width: 100%;
  background-color: #ed3d6e;
  padding: 5px; }
  #navigation .top-nav .nav-content {
    width: 100%;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #navigation .top-nav .nav-content .contact {
      display: flex; }
      #navigation .top-nav .nav-content .contact .call, #navigation .top-nav .nav-content .contact .email {
        display: flex;
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid white; }
        #navigation .top-nav .nav-content .contact .call img, #navigation .top-nav .nav-content .contact .email img {
          color: white;
          width: 20px;
          margin: 0px 5px; }
      #navigation .top-nav .nav-content .contact .social {
        display: flex; }
        #navigation .top-nav .nav-content .contact .social img {
          margin: 0px 10px;
          width: 20px; }
          #navigation .top-nav .nav-content .contact .social img:nth-child(1) {
            margin-left: 0px;
            width: 20px; }
          #navigation .top-nav .nav-content .contact .social img:nth-last-child(1) {
            margin-right: 0px;
            width: 20px;
            transform: scale(1.49); }
#navigation .main-nav {
  position: relative;
  background: #252525;
  width: 100%; }
  #navigation .main-nav nav #navbarNav .nav-item a {
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 600; }
  #navigation .main-nav nav #navbarNav li.icon-menu-wrapper {
    padding: 0px 5px;
    padding-right: 10px; }
    #navigation .main-nav nav #navbarNav li.icon-menu-wrapper .icon-menu {
      padding: 0px 5px;
      border: 1px solid white;
      display: flex;
      justify-content: center;
      align-items: center; }
      #navigation .main-nav nav #navbarNav li.icon-menu-wrapper .icon-menu img {
        height: 18px;
        width: 18px; }
      #navigation .main-nav nav #navbarNav li.icon-menu-wrapper .icon-menu a {
        font-size: 11px; }
  #navigation .main-nav .navbar-brand {
    position: absolute;
    height: 135px;
    width: 135px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    top: -25px;
    z-index: 999;
    left: calc(50% - 68px); }
    @media (max-width: 768px) {
      #navigation .main-nav .navbar-brand {
        position: relative; } }
    #navigation .main-nav .navbar-brand:after {
      content: "";
      height: 120px;
      width: 120px;
      border-radius: 50%;
      border: 1px solid white;
      position: absolute;
      top: 7.5px;
      left: 7.5px; }
    #navigation .main-nav .navbar-brand img {
      width: 100px;
      object-fit: cover;
      object-position: center;
      background: #252525; }
  @media (min-width: 768px) {
    #navigation .main-nav .left-menu {
      width: 50%;
      justify-content: flex-end;
      padding-right: 70px; }
    #navigation .main-nav .right-menu {
      width: 50%;
      padding-left: 70px; }
    #navigation .main-nav .position-md-absolute {
      position: absolute; } }

#slider {
  position: relative; }
  #slider .images-wrapper {
    height: calc(100vh - 86px); }
    #slider .images-wrapper .carousel-fade .carousel-item {
      opacity: 0;
      transition-duration: .6s;
      transition-property: opacity; }
    #slider .images-wrapper .carousel-fade .carousel-item.active,
    #slider .images-wrapper .carousel-fade .carousel-item-next.carousel-item-left,
    #slider .images-wrapper .carousel-fade .carousel-item-prev.carousel-item-right {
      opacity: 1; }
    #slider .images-wrapper .carousel-fade .active.carousel-item-left,
    #slider .images-wrapper .carousel-fade .active.carousel-item-right {
      opacity: 0; }
    #slider .images-wrapper .carousel-fade .carousel-item-next,
    #slider .images-wrapper .carousel-fade .carousel-item-prev,
    #slider .images-wrapper .carousel-fade .carousel-item.active,
    #slider .images-wrapper .carousel-fade .active.carousel-item-left,
    #slider .images-wrapper .carousel-fade .active.carousel-item-prev {
      transform: translateX(0);
      transform: translate3d(0, 0, 0); }
  #slider .text-wrapper {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(237, 61, 110, 0.3);
    display: flex;
    justify-content: center;
    align-items: center; }
    #slider .text-wrapper .welcome-text {
      display: block;
      width: 60%; }
      #slider .text-wrapper .welcome-text .welcome-heading {
        font-family: "Kaushan Script", cursive;
        text-align: center;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
        margin-bottom: 30px; }
        #slider .text-wrapper .welcome-text .welcome-heading h1 {
          margin-bottom: 0px;
          font-size: 4.8em;
          line-height: 0.9em; }
        #slider .text-wrapper .welcome-text .welcome-heading h3 {
          margin-bottom: 0px;
          font-size: 1.9em; }
      #slider .text-wrapper .welcome-text .welcome-detail {
        text-align: center;
        font-family: "Lato", sans-serif;
        font-size: 17px;
        margin-top: -15px;
        line-height: 2; }

#about-us {
  padding-top: 30px;
  padding-bottom: 75px; }
  #about-us .about-heading {
    margin: 30px 0px;
    text-align: center; }
    #about-us .about-heading .heading-title {
      font-family: "Kaushan Script", cursive;
      color: #393836; }
      #about-us .about-heading .heading-title h2 {
        font-size: 2.3em;
        line-height: 1.6; }
    #about-us .about-heading .heading-detail {
      font-family: "Lato", sans-serif; }
      #about-us .about-heading .heading-detail p {
        color: #737277;
        font-size: 0.9em; }
  #about-us .about-text-wrapper {
    height: 400px;
    display: flex;
    justify-content: left;
    align-items: center; }
    #about-us .about-text-wrapper .about-text h5 {
      color: #48484b;
      font-family: "Lato", sans-serif;
      font-size: 0.96em;
      line-height: 1.7; }
    #about-us .about-text-wrapper .about-text .welcome-button {
      text-align: left;
      margin-top: 10px; }
      #about-us .about-text-wrapper .about-text .welcome-button button {
        padding: 8px 30px; }
  #about-us .image-wrapper {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #about-us .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      z-index: 9999;
      filter: drop-shadow(15px 15px 0px #ed3d6e); }

#menu-tab {
  background: #dfdfdf;
  padding-top: 30px;
  padding-bottom: 100px; }
  #menu-tab .sec-heading .sec-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0; }
    #menu-tab .sec-heading .sec-icon .icon-wrapper {
      background: #dfdfdf;
      height: 180px;
      width: 180px;
      border-radius: 50%;
      padding: 60px;
      display: flex;
      justify-content: center;
      align-content: center;
      position: absolute;
      top: -105px; }
      #menu-tab .sec-heading .sec-icon .icon-wrapper img {
        height: 100%;
        width: 100%; }
  #menu-tab .sec-heading .sec-des {
    position: relative;
    z-index: 999;
    padding-top: 45px;
    text-align: center;
    font-family: "Lato", sans-serif;
    padding-bottom: 0px; }
    #menu-tab .sec-heading .sec-des .sec-head h2 {
      font-size: 2.5em;
      font-weight: 700; }
    #menu-tab .sec-heading .sec-des .sec-detail p {
      color: #858585; }
  #menu-tab .tab-section {
    /* ---- button-group ---- */
    /* ---- isotope ---- */
    /* clear fix */
    /* ---- .element-item ---- */ }
    #menu-tab .tab-section .button {
      display: inline-block;
      padding: 10px 18px;
      margin-bottom: 10px;
      border: none;
      border-radius: 7px;
      color: #7b797a;
      font-family: sans-serif;
      font-size: 16px;
      text-shadow: 0 1px white;
      cursor: pointer; }
    #menu-tab .tab-section .button-group {
      margin: 30px 0px;
      display: flex;
      justify-content: center; }
      #menu-tab .tab-section .button-group .button-wrapper {
        background-color: #ffffff;
        border-radius: 30px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
    #menu-tab .tab-section .button:hover {
      background-color: #3f3e3b67;
      text-shadow: none;
      color: #7b797a; }
    #menu-tab .tab-section .button:focus {
      outline: none !important; }
    #menu-tab .tab-section .button:active,
    #menu-tab .tab-section .button.is-checked {
      background-color: #333230; }
    #menu-tab .tab-section .button.is-checked {
      color: white;
      background: #333230 !important;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.8); }
    #menu-tab .tab-section .button:active {
      box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8); }
    #menu-tab .tab-section .button-group:after {
      content: '';
      display: block;
      clear: both; }
    #menu-tab .tab-section .button-group .button {
      background: white;
      float: left;
      border-radius: 0;
      margin-left: 0;
      margin-right: 1px;
      border-radius: 30px;
      padding: 15px 45px;
      margin-bottom: 0px; }
    #menu-tab .tab-section .grid {
      display: flex;
      justify-content: space-between; }
    #menu-tab .tab-section .grid:after {
      content: '';
      display: block;
      clear: both; }
    #menu-tab .tab-section .active {
      filter: brightness(100%) !important;
      transition: 1s all; }
    #menu-tab .tab-section .element-item {
      cursor: pointer;
      position: relative;
      float: left;
      font-family: "Lato", sans-serif;
      margin: 15px 0px;
      padding: 5px;
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      color: #262524; }
      @media (max-width: 600px) {
        #menu-tab .tab-section .element-item {
          width: 100%; } }
      #menu-tab .tab-section .element-item .content-wrapper {
        width: 80%; }
        #menu-tab .tab-section .element-item .content-wrapper .content-heading {
          overflow: hidden;
          padding: 5px 0px;
          border-bottom: 2px dashed #9a9a9a; }
          #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-title {
            float: left; }
            #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-title h2 {
              margin: 0px;
              font-size: 1.7em; }
          #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-price-right {
            float: right;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center; }
            #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-price-right .price {
              float: left;
              display: flex;
              justify-content: center;
              text-align: center;
              margin: 0px 15px; }
              #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-price-right .price p {
                color: rgba(0, 0, 0, 0.8);
                font-size: 1.6em;
                font-weight: 600;
                margin: 0px;
                margin-top: 2px; }
            #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-price-right .icon {
              float: left;
              height: 35px;
              width: 35px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 50%;
              background: #ed3d6e; }
              #menu-tab .tab-section .element-item .content-wrapper .content-heading .content-price-right .icon img {
                height: 20px; }
        #menu-tab .tab-section .element-item .content-wrapper .content-detail {
          padding: 5px 0px; }
          #menu-tab .tab-section .element-item .content-wrapper .content-detail p {
            font-size: 1em;
            color: #838383; }

#gallery {
  padding: 30px 0px; }
  #gallery .gallery-wrapper {
    padding: 50px 50px; }
    #gallery .gallery-wrapper .slick-next {
      right: 20px;
      position: absolute; }
      #gallery .gallery-wrapper .slick-next:before {
        color: red;
        opacity: 1; }
    #gallery .gallery-wrapper .slick-prev {
      position: absolute;
      left: 20px; }
      #gallery .gallery-wrapper .slick-prev:before {
        opacity: 1;
        color: red; }
    #gallery .gallery-wrapper .gallery-content {
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      #gallery .gallery-wrapper .gallery-content .image-wrapper {
        height: 134px;
        width: 88%;
        border-radius: 15px;
        overflow: hidden; }
        #gallery .gallery-wrapper .gallery-content .image-wrapper img {
          object-fit: cover;
          height: 100%;
          width: 100%; }

#testimonial {
  padding-top: 45px;
  background: #dfdfdf; }
  #testimonial .icon-wrapper {
    background: #dfdfdf; }
  #testimonial .testimonial-wrapper {
    font-family: "Lato", sans-serif;
    padding: 15px 0px; }
    #testimonial .testimonial-wrapper .testi-content {
      text-align: center;
      position: relative; }
      #testimonial .testimonial-wrapper .testi-content .content-head {
        display: flex;
        justify-content: center; }
        #testimonial .testimonial-wrapper .testi-content .content-head:before {
          content: "\f10d";
          font-family: FontAwesome;
          color: #565656;
          font-size: 2em;
          position: relative;
          top: -15px;
          left: -15px; }
        #testimonial .testimonial-wrapper .testi-content .content-head h3 {
          font-size: 1.5em;
          font-weight: 800;
          color: #818181; }
      #testimonial .testimonial-wrapper .testi-content .content-detail p {
        color: #818181;
        font-style: italic; }
    #testimonial .testimonial-wrapper .testi-writer {
      text-align: center;
      display: flex;
      justify-content: center; }
      #testimonial .testimonial-wrapper .testi-writer:after {
        content: "\f10e";
        font-family: FontAwesome;
        color: #565656;
        font-size: 2em;
        position: relative;
        top: -15px;
        left: 15px;
        transform: rotateX(180deg); }
      #testimonial .testimonial-wrapper .testi-writer p {
        font-style: italic;
        font-size: 1.25em;
        color: #333; }

#subscribe {
  padding: 30px 0px; }
  #subscribe .heading {
    text-align: center; }
    #subscribe .heading .head1 {
      font-family: "Kaushan Script", cursive; }
      #subscribe .heading .head1 p {
        margin-bottom: 0px;
        font-size: 1.4em; }
    #subscribe .heading .head2 {
      font-family: "Lato", sans-serif; }
      #subscribe .heading .head2 h2 {
        font-size: 2.5em;
        font-weight: 900; }
  #subscribe .input-wrapper {
    margin-top: 15px; }
    #subscribe .input-wrapper button {
      border-radius: 0px;
      background: #ed3d6e;
      border: none;
      padding: 15px; }
      #subscribe .input-wrapper button:before {
        transform: rotate(45deg) translateY(215px) translateX(-109px); }
      #subscribe .input-wrapper button:hover:before {
        transform: rotate(45deg) translateY(-118px) translateX(25px); }
    #subscribe .input-wrapper .form-group {
      margin-bottom: 0px; }
      #subscribe .input-wrapper .form-group input {
        padding: 15px;
        border-radius: 0px;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4); }

#footer {
  padding: 30px 0px;
  background: #252525; }
  #footer .menu-wrapper ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px; }
    #footer .menu-wrapper ul li {
      color: white;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
    #footer .menu-wrapper ul li.main {
      font-family: "Kaushan Script", cursive;
      font-size: 44px;
      text-transform: capitalize;
      margin-top: -20px;
      font-weight: 500; }
  #footer .contact-wrapper {
    text-align: center; }
    #footer .contact-wrapper p {
      color: white;
      font-family: "Lato", sans-serif;
      font-weight: 900; }
  #footer .social-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0px; }
    #footer .social-wrapper img {
      margin: 0px 10px;
      width: 25px;
      height: 25px;
      opacity: .6; }
  #footer .visitor-wrapper {
    margin: 15px 0px;
    text-align: center;
    position: relative;
    top: 15px; }
    #footer .visitor-wrapper label {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      color: white;
      margin: 0px;
      letter-spacing: 3px; }
    #footer .visitor-wrapper #visit {
      display: flex;
      justify-content: center; }
      #footer .visitor-wrapper #visit p {
        font-family: "Lato", sans-serif;
        margin: 0px;
        margin-right: 1px;
        color: black;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 15px;
        width: 15px;
        font-size: 12px; }

#features {
  padding-bottom: 100px;
  padding-top: 45px;
  background: linear-gradient(rgba(0, 0, 0, 0.77) 100%, rgba(0, 0, 0, 0.77) 100%), url("../images/img8.jpg");
  background-attachment: fixed; }
  #features .icon-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.77) 100%, rgba(0, 0, 0, 0.77) 100%), url("../images/img8.jpg");
    background-attachment: fixed;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-clip-path: circle(50% at 50% 18%);
    clip-path: circle(50% at 50% 18%); }
  #features .sec-heading {
    color: white; }
    #features .sec-heading .sec-detail p {
      color: white; }
  #features .features-wrapper {
    margin: 30px 0px; }
    #features .features-wrapper .features-img {
      display: flex;
      justify-content: center; }
      #features .features-wrapper .features-img img {
        width: 100px;
        height: 100px; }
    #features .features-wrapper .features-detail {
      font-family: "Lato", sans-serif;
      margin-top: 15px; }
      #features .features-wrapper .features-detail .features-title h2 {
        color: white;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 1.5em;
        text-align: center; }
      #features .features-wrapper .features-detail .features-des p {
        text-align: center;
        color: white; }

/*# sourceMappingURL=style.css.map */
