@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&amp;display=swap");

/*----------------
Author        : CodeCraft
Template Name : Coffee Shop
Version       : 1.0
*----------------/
/*---------------
Table of contents:
01. Global
02. Preloader
03. Scroll Up
04. Navigation
05. Banner
06. About
07. Feature
08. Service
09. Counter
10. Menu
11. Faq
12. Blog
13. Review
14. Events
15. Footer
16. Inner Page
17. About Us Page
18. Menu Page
19. Blog Page
20. Contact Page
---------------*/
/*--------------------------------------------------------------------
Global
---------------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, from(#e74c3c), to(#000000));
  background: linear-gradient(to right, #e74c3c, #000000);
  border-radius: 5px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

small {
  font-size: 12px;
}

a {
  text-decoration: none;
  display: inline-block;
}

i,
svg {
  display: inline-block;
  pointer-events: none;
}

img {
  max-width: 100%;
}

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

iframe {
  width: 100%;
}

figure {
  position: relative;
}

figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

hr {
  height: 2px !important;
  opacity: 1;
}

blockquote {
  display: block;
}

.btn:focus,
.navbar-toggler:focus,
.form-control:focus,
.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card {
  border-radius: 5px;
}

.card-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2E97AC;
}

.pagination .page-link {
  color: #2E97AC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .page-link:hover,
.pagination .page-link.active {
  color: #fff;
  background: #2E97AC;
}

.accordion-item {
  border: 1px solid #2E97AC;
  border-radius: 5px;
}

.accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.accordion-button {
  font-weight: 500;
  color: #2E97AC !important;
  border: none;
  background: transparent;
}

.accordion-button:not(.collapsed) {
  background: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(chevron-down.svg);
}

.accordion-button::after {
  background-image: url(chevron-down.svg);
}

.accordion-body {
  padding-top: 0;
}

.owl-carousel .owl-item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.section-padding,
.banner-part,
.about-single,
.feature-part,
.service-part,
.foodmenu-part,
.faq-part,
.blog-part,
.review-part,
.event-part,
.contact {
  padding: 100px 0;
}

.display-flex,
.blog-single .card-footer,
.blog-single .card-footer .blog-author,
.blog-single .card-footer .blog-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button,
.btn-brown,
.btn-brown-outline,
.btn-coffee-outline {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  min-width: 180px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button::after,
.btn-brown::after,
.btn-brown-outline::after,
.btn-coffee-outline::after {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover,
.btn-brown:hover,
.btn-brown-outline:hover,
.btn-coffee-outline:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.button:hover::after,
.btn-brown:hover::after,
.btn-brown-outline:hover::after,
.btn-coffee-outline:hover::after {
  opacity: 1;
  right: 10px;
}

.btn-brown {
  background: #2596be;
}

.btn-brown-outline {
  background: transparent;
  border: 1px solid #2596be;
}

.btn-brown-outline:hover {
  background: #2596be;
}

.btn-coffee-outline {
  color: #2E97AC !important;
  background: transparent;
  border: 1px solid #2E97AC;
}

.btn-coffee-outline:hover {
  color: #fff !important;
  background: #2E97AC;
}

.subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #6c6c6c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.title {
  font-family: "Nunito", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #2E97AC;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 16px;
  }
}

.title-gradient,
.banner-wrapper .coffeeshop {
  background: -webkit-gradient(linear, left top, left bottom, from(#2596be), to(#2596be));
  background: linear-gradient(#2596be, #2596be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headline {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2E97AC;
  text-transform: capitalize;
  margin-bottom: 16px;
  max-height: 24px;
  overflow: hidden;
}

.load-more {
  margin-top: 50px;
  text-align: center;
}

.box,
.service-single,
.menu-single,
.blog-single,
.event-single,
.team-single {
  text-align: center;
  margin-top: 50px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box figure,
.service-single figure,
.menu-single figure,
.blog-single figure,
.event-single figure,
.team-single figure {
  overflow: hidden;
}

.box p,
.service-single p,
.menu-single p,
.blog-single p,
.event-single p,
.team-single p {
  height: 50px;
  overflow: hidden;
}

/*--------------------------------------------------------------------
Preloader
---------------------------------------------------------------------*/
#preloader {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  width: 120px;
  height: 120px;
  margin: 30px auto 0;
  position: relative;
  -webkit-animation: rotate 3s ease-out infinite;
  animation: rotate 3s ease-out infinite;
}

.loader div {
  background-color: #ad4b2e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-animation: scale 2s ease-in infinite;
  animation: scale 2s ease-in infinite;
}

.loader div:nth-child(1) {
  top: 0%;
  left: 50%;
}

.loader div:nth-child(2) {
  top: 9%;
  left: 78%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loader div:nth-child(3) {
  top: 30%;
  left: 96%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loader div:nth-child(4) {
  top: 58%;
  left: 100%;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.loader div:nth-child(5) {
  top: 84%;
  left: 88%;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  65% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  95%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  65% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  95%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scale {

  0%,
  60%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  30% {
    border-radius: 10%;
    opacity: 0.5;
    -webkit-transform: scale(1.5) translate(-50%, -50%);
    transform: scale(1.5) translate(-50%, -50%);
  }
}

@keyframes scale {

  0%,
  60%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  30% {
    border-radius: 10%;
    opacity: 0.5;
    -webkit-transform: scale(1.5) translate(-50%, -50%);
    transform: scale(1.5) translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------------
Scroll Up
---------------------------------------------------------------------*/
#scrollUp {
  color: #fff;
  line-height: 30px;
  padding: 0;
  border-radius: 5px 5px 0 0;
  background: #2596be;
  height: 30px;
  margin-bottom: 0;
  z-index: 100 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scrollUp:hover {
  height: 50px;
}

/*--------------------------------------------------------------------
Navigation
---------------------------------------------------------------------*/
.main-header {
  background-image: url(../images/mainbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000000;
  min-height: 100vh;
  opacity: 0.7;
}

.navigation {
  padding: 16px 0;
}

.navmenu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navmenu li:last-child a {
  margin-right: 0 !important;
}

.navmenu li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2596be;
  height: 2px;
  -webkit-transform: translateY(4px) scale(0);
  transform: translateY(4px) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navmenu li a:hover,
.navmenu li a.active {
  color: #2596be;
}

.navmenu li a:hover::before,
.navmenu li a.active::before {
  -webkit-transform: translateY(4px) scale(1);
  transform: translateY(4px) scale(1);
}

@media (max-width: 991.98px) {
  .main-header {
    background-position: left;
  }

  .logo {
    margin-bottom: 16px;
  }

  .navmenu li a {
    padding: 8px 0 !important;
    margin: 0;
    border-bottom: 2px solid #fff;
    display: block;
  }

  .navmenu li a::before {
    display: none;
  }

  .navmenu li a:hover,
  .navmenu li a.active {
    border-color: var(--chocolate);
  }
}

/*--------------------------------------------------------------------
Banner
---------------------------------------------------------------------*/
.banner-wrapper {
  color: #fff;
}

.banner-wrapper .typedText {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.banner-wrapper .coffeeshop {
  font-weight: 700;
}

.banner-wrapper h1 {
  font-family: "Nunito", sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.banner-wrapper p {
  margin-bottom: 20px;
  max-width: 600px;
}

.banner-wrapper .btn-brown-outline::after {
  content: '\f562';
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .banner-wrapper .typedText {
    min-height: 60px;
  }

  .banner-wrapper h1 {
    font-size: 40px;
    max-width: 450px;
  }
}

/*--------------------------------------------------------------------
About
---------------------------------------------------------------------*/
.about-single p {
  margin-top: 20px;
}

.about-single a {
  margin-top: 30px;
}

/*--------------------------------------------------------------------
Feature
---------------------------------------------------------------------*/
.feature-part {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/background/feature.jpg);
}

.feature-part img {
  -webkit-animation: floating 2s ease infinite alternate;
  animation: floating 2s ease infinite alternate;
}

@-webkit-keyframes floating {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.feature-single .nav {
  margin: 50px 0 20px;
  border-bottom: none;
}

.feature-single .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 5px;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-single .nav-item:first-child .nav-link {
  margin-left: 0;
}

.feature-single .nav-item:last-child .nav-link {
  margin-right: 0;
}

.feature-single .nav-link:hover,
.feature-single .nav-link.active {
  color: #fff;
  background: #2596be;
  border-color: #2596be;
}

.feature-single .tab-pane h4 {
  color: #fff;
}

.feature-single .tab-pane p {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .feature-single .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-single .nav-item .nav-link {
    margin: 0 0 8px;
    width: 100%;
  }
}

/*--------------------------------------------------------------------
Service
---------------------------------------------------------------------*/
.service-single {
  padding: 30px 16px;
  background: #2E97AC;
}

.service-single .headline,
.service-single i,
.service-single p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-single i {
  font-size: 60px;
  color: #2E97AC;
}

.service-single::before,
.service-single::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-single:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.service-single:hover .headline,
.service-single:hover i,
.service-single:hover p {
  color: #fff;
}

.service-single:hover::before {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.service-single:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/*--------------------------------------------------------------------
Counter
---------------------------------------------------------------------*/
.counter-part {

  background-image: url(../images/Whychooseus.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.counter-single {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.counter-single i {
  font-size: 60px;
}

.counter-single .timer {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.counter-single hr {
  width: 80px;
  margin: 8px auto;
  background: #2596be;
}

.counter-single p {
  font-size: 20px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------------
Menu
---------------------------------------------------------------------*/
.menu-single {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-tag {
  color: #fff;
  text-align: center;
  padding: 8px;
  min-width: 80px;
  border-radius: 0 30px 30px 0;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2596be), to(#2596be));
  background: linear-gradient(#2596be, #2596be);
}

.menu-single:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menu-single:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*--------------------------------------------------------------------
Faq
---------------------------------------------------------------------*/
.faq-part {
  background-image: url(../images/background/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faq-part img {
  -webkit-animation: scale-up-center 5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate both;
  animation: scale-up-center 5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate both;
}

.faq-part .section-title {
  margin-bottom: 50px;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------------------------------------------------
Blog
---------------------------------------------------------------------*/
.blog-single {
  text-align: left;
}

.blog-single .headline {
  text-transform: none;
  line-height: 25px;
  height: 50px;
  max-height: 50px;
}

.blog-single span {
  font-size: 14px;
}

.blog-single .card-footer .blog-author img {
  width: 50px;
  margin-right: 12px;
}

.blog-single .card-footer .blog-author span {
  text-transform: capitalize;
}

.blog-single .card-footer .blog-date i {
  margin-right: 6px;
}

/*--------------------------------------------------------------------
Review
---------------------------------------------------------------------*/
.review-part {

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.review-single {
  margin: 50px auto 0;
  padding: 30px;
  border: 1px solid;
  border-radius: 5px;
  max-width: 600px;
  position: relative;
}

.client-img {
  border: 1px solid;
  border-radius: 5px;
  width: 100px !important;
  position: absolute;
  left: -50px;
}

.review-user {
  padding-left: 50px;
}

.review-user p {
  font-weight: 500;
  color: #2596be;
}

.review-user q {
  font-style: italic;
  margin-top: 16px;
  display: block;
}

@media (max-width: 767.98px) {
  .review-single {
    margin: 100px auto 0;
  }

  .client-img {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .review-user {
    padding: 50px 0 0;
  }
}

/*--------------------------------------------------------------------
Events
---------------------------------------------------------------------*/
.event-single {
  text-align: left;
}

.event-single .headline {
  line-height: 30px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.event-single hr {
  width: 200px;
  background: #2E97AC;
}

.event-single p {
  margin-bottom: 16px;
}

.event-single .nav-item:not(:last-child) {
  margin-bottom: 12px;
}

.event-single .nav-item i {
  min-width: 20px;
  margin-right: 8px;
}

/*--------------------------------------------------------------------
Footer
---------------------------------------------------------------------*/
footer {
  padding: 30px 0 30px;
  /* background: url(../images/footer.webp) no-repeat top left/cover; */
  background-color: #2596be;
  position: relative;
}

.footer-single .headline {
  margin-bottom: 30px;
}

.footer-single .nav-link {
  color: #fff;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-single .nav-link:hover,
.footer-single .social-icon a:hover i {
  color: #2596be;
}

.footer-quicklink .nav-link i {
  font-size: 12px;
  margin-right: 4px;
}

.footer-contact .nav-link i {
  font-size: 16px;
  margin-right: 8px;
  min-width: 20px;
}

.social-icon li:not(:first-child) .nav-link {
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  footer {
    text-align: center;
    padding: 150px 0 0;
    background: url(../images/footer.webp) no-repeat top/cover;
  }

  .footer-logo {
    display: none;
  }

  .footer-single {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------------
Inner Page
---------------------------------------------------------------------*/
.inner-header {
  background: url(../images/background/inner-banner.jpg) no-repeat center/cover;
}

.inner-banner {
  padding: 25px 0 50px;
}

.breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb .breadcrumb-item a {
  font-weight: 600;
  color: #2596be;
}

/*--------------------------------------------------------------------
About Us Page
---------------------------------------------------------------------*/
.about-img {
  -webkit-animation: floating 2s ease infinite alternate;
  animation: floating 2s ease infinite alternate;
}

.team-part {
  padding: 0 0 100px;
}

.team-single .team-socialmedia {
  text-align: center;
  padding: 10px 8px;
  background: #2E97AC;
  border-radius: 5px 5px 0 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-single .team-socialmedia ul li a {
  color: #2E97AC;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-single .team-socialmedia ul li a:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.team-single .headline {
  margin-bottom: 12px;
}

.team-single p {
  height: 24px;
  color: #2596be;
}

.team-single:hover .team-socialmedia {
  bottom: 0;
}

/*--------------------------------------------------------------------
Menu Page
---------------------------------------------------------------------*/
.menu-page .menu-single {
  margin-top: 0;
  margin-bottom: 50px;
}

.menu-category ul li:not(:last-child) {
  margin-bottom: 6px;
}

.menu-category ul li label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2E97AC;
}

@media (max-width: 767.98px) {
  .menu-category {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------------
Blog Detail Page
---------------------------------------------------------------------*/
.blog-detail .card-body {
  margin-top: 20px;
}

.blog-detail .posted-date {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #2596be;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  right: 15px;
}

.blog-detail p {
  margin-bottom: 16px;
}

.blockquote-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2596be;
  text-align: right;
  margin: 0;
}

.blog-sidebar-single h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2E97AC;
  margin-bottom: 8px;
}

.blog-sidebar-single:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------------
Contact Page
---------------------------------------------------------------------*/
.contact-single {
  margin-top: 50px;
}

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