 
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: 'Poppins', sans-serif;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

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

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

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

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

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #e7272d;
}

.text-light {
  color: #ffffff;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #00000091 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #00000091 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #e7272d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #e7272d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 0px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 80px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {   display: inline-block;   font-family: "Poppins",sans-serif;   font-size: 14px;   line-height: 25px;   text-transform: uppercase;   -webkit-transition: all 0.35s ease-in-out;   -moz-transition: all 0.35s ease-in-out;   -ms-transition: all 0.35s ease-in-out;   -o-transition: all 0.35s ease-in-out;   transition: all 0.35s ease-in-out;   font-weight: 600;   letter-spacing: 1px;   overflow: hidden; }

.btn-font {   font-family: Dancing Script;   font-weight: 700; }  .btn-md {   padding: 10px 40px 10px; }  .btn-sm {   padding: 8px 35px;   font-size: 12px; } 
.btn.btn-sm-pro {   font-size: 10px;   font-weight: 600;   margin-top: 5px;   padding: 4px 35px;   display: inline-block; } 
.btn-border-light {   border: 2px solid #ffffff; }
 .btn.btn-sm-pro.btn-border-light:hover,  .btn.btn-sm-pro.btn-border-light:focus {   background-color: #ffffff;   color: #232323;   border: 2px solid #ffffff; }

.btn-dark {   background-color: #232323;   color: #ffffff;   border: 2px solid #232323; }
 .btn-dark.border {   background-color: transparent;   color: #232323;   border: 2px solid #232323; } .btn-dark.border:hover {   background-color: #232323;   color: #ffffff !important;   border: 2px solid #232323; } 
.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #e7272d;
  color: #ffffff !important;
  border: 2px solid #e7272d;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #e7272d;
  color: #ffffff !important;
  border: 2px solid #e7272d;
}

.btn-theme.border {
  background-color: transparent;
  color: #e7272d !important;
  border: 2px solid #e7272d;
}

.btn-theme.border:hover {
  background-color: #e7272d;
  color: #ffffff !important;
  border: 2px solid #e7272d;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #e7272d none repeat scroll 0 0;
  border: 2px solid #e7272d;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

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

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h3 {
  font-family: Dancing Script;
  font-weight: 700;
  font-size: 30px;
  color: #e7272d;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #e7272d;
}

.site-heading h2 span {
  color: #e7272d;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #e7272d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 20px;
}

.site-heading h2::before {
  background: #e7272d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 20px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #e7272d;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #e7272d none repeat scroll 0 0;
  border: 2px solid #e7272d;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e7272d;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {   padding-top: 150px;   padding-bottom: 150px; } 
.breadcrumb-area .breadcrumb {   background: transparent none repeat scroll 0 0;   display: inline-block;   margin: 0;   padding: 15px;   position: relative;   z-index: 1; }
.breadcrumb-area .breadcrumb::after {   background: #232323 none repeat scroll 0 0;   content: "";   height: 100%;   left: 0;   opacity: 0.7;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }
.breadcrumb-area h1 {   display: block;   font-weight: 600;   text-transform: uppercase;   font-size: 40px;   padding-top: 6px;   margin-bottom: 15px;   margin-top: -8px; }
.breadcrumb > li + li::before {   content: "\f105";   font-family: "Font Awesome 5 Free";   font-weight: 600;   padding: 0 5px;   color: #ffffff;   display: none; }
.breadcrumb-area .breadcrumb li i {   margin-right: 5px; }
.breadcrumb-area .breadcrumb li {   padding: 0 15px;   position: relative;   z-index: 1; }
.breadcrumb-area .breadcrumb li::after {   content: "\f105";   font-family: "Font Awesome 5 Free";   left: -5px;   font-weight: 600;   position: absolute;   top: 1px; }
.breadcrumb-area .breadcrumb li:first-child::after {   display: none; }
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {   font-family: "Poppins",sans-serif;   font-weight: 500;   text-transform: uppercase;   color: #ffffff; }
.breadcrumb-area .breadcrumb li.active {   color: #e7272d;   text-decoration: underline; }
.breadcrumb-area .title, .breadcrumb-area .breadcrumbs-items {   z-index: 9; }
 .breadcrumb-area .wavesshape {   position: absolute;   left: 0;   bottom: -2px;   right: 0; }
 .breadcrumb-area .wavesshape img {   width: 100%; } 
 
body, .banner-area, .banner-area div {   height: 100%; }  .banner-area.auto-height, .banner-area.auto-height div {   height: auto; }  .banner-area.auto-height .content {   padding: 200px 0; }  .banner-area .box-cell {   display: table-cell;   vertical-align: middle;   width: 100%; }  .banner-area .box-table {   display: table;   width: 100%; }  .banner-area .box-cell,  .banner-area .box-cell div {   height: auto; }  .banner-area .transparent-nav .content {   padding-top: 80px; }  .banner-area {   position: relative;   overflow: hidden;   z-index: 1; }  .banner-area.left-shadow::before {   position: absolute;   left: 0;   top: 0;   content: "";   z-index: -1;   height: 100%;   width: 80%;   background: #e7272d; }  .banner-area .content {   position: relative;   z-index: 9; }  .banner-area.content-double .double-items {   align-items: center;   align-self: center;   display: flex;   justify-content: center;   vertical-align: middle; }

/* Animation delays */
.banner-area .item h1:first-child,  .banner-area .item h2:first-child,  .banner-area .item h3:first-child,  .banner-area .item h4:first-child,  .banner-area .item h5:first-child,  .banner-area .item h6:first-child {   animation-delay: .5s; }  .banner-area .item h1:nth-child(2),  .banner-area .item h2:nth-child(2),  .banner-area .item h3:nth-child(2),  .banner-area .item h4:nth-child(2),  .banner-area .item h5:nth-child(2),  .banner-area .item h6:nth-child(2) {   animation-delay: .7s; }  .carousel-caption h1:nth-child(3),  .carousel-caption h2:nth-child(3),  .carousel-caption h3:nth-child(3),  .carousel-caption h4:nth-child(3),  .carousel-caption h5:nth-child(3),  .carousel-caption h6:nth-child(3) {   animation-delay: .9s; }  .banner-area .item p {   animation-delay: .7s; }  .banner-area .item ul {   animation-delay: .6s; }  .banner-area .item a,  .banner-area .item button {   animation-delay: .9s; }

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {   -webkit-transition-property: opacity;   transition-property: opacity; }  .carousel-fade .carousel-inner .item,  .carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {   opacity: 0; }  .carousel-fade .carousel-inner .active,  .carousel-fade .carousel-inner .next.left,  .carousel-fade .carousel-inner .prev.right {   opacity: 1; }  .carousel-fade .carousel-inner .next,  .carousel-fade .carousel-inner .prev,  .carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {   left: 0;   -webkit-transform: translate3d(0, 0, 0);   -moz-transform: translate3d(0, 0, 0);   -ms-transform: translate3d(0, 0, 0);   -o-transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {   height: 100%;   position: absolute;   width: 100%; }  #particles-js, #ripple {   height: 100%;   left: 0;   position: absolute;   top: 0;   width: 100%; }  .banner-area .carousel-control {   background: transparent none repeat scroll 0 0;   font-size: 40px;   height: 50px;   line-height: 50px;   margin-top: -25px;   opacity: 1;   padding: 0;   position: absolute;   top: 50%;   width: 50px;   z-index: 1; }  .banner-area .carousel-control.shadow {   background: transparent none repeat scroll 0 0;   color: #ffffff;   font-size: 20px;   height: 50px;   line-height: 50px;   margin-top: -25px;   opacity: 1;   padding: 0;   position: absolute;   text-shadow: inherit;   top: 50%;   width: 50px;   z-index: 1; }  .banner-area .carousel-control.shadow::after {   background: #1e2726 none repeat scroll 0 0;   -webkit-border-radius: 50%;   -moz-border-radius: 50%;   border-radius: 50%;   content: "";   height: 100%;   left: 0;   opacity: 0.5;   position: absolute;   top: 0;   width: 100%;   z-index: -1; }  .banner-area .carousel-control.left {   left: -50px; }  .banner-area:hover .carousel-control.left {   left: 0; }  .banner-area:hover .carousel-control.shadow.left {   left: 20px; }  .banner-area .carousel-control.right {   right: -50px; }  .banner-area:hover .carousel-control.right {   right: 0; }  .banner-area:hover .carousel-control.shadow.right {   right: 20px; }

/* Content */

.banner-area .content {   overflow: hidden; }  .banner-area .double-items {   display: flex;   align-items: center; }
 .banner-area .double-items div {   height: auto; }  .banner-area h1 {   font-size: 60px;   font-weight: 600;   text-transform: capitalize;   margin-bottom: 25px; }
 .banner-area a {   margin-top: 15px; }  .banner-area.content-less a {   margin-top: 5px; }  .banner-area h3 {   margin-bottom: 25px; }  .banner-area.heading-uppercase h3 {   text-transform: uppercase;   letter-spacing: 1px; }  .banner-area.ds-fonts h2, .banner-area.ds-fonts h3, .banner-area.ds-fonts h4 {   font-family: Dancing Script;   font-weight: 700; }
 .banner-area.ds-fonts h2 {   font-size: 60px; }  .banner-area.heading-exchange .content h1 {   font-size: 70px;   font-weight: 700;   text-transform: uppercase;   margin-bottom: 25px;   line-height: 1; } 
.banner-area.text-medium .content h1 {   font-size: 70px;   margin-bottom: 25px;   text-transform: capitalize;   line-height: 1.1; }  .banner-area.heading-exchange .content strong {   color: #e7272d;   font-weight: inherit; }
 .banner-area.heading-exchange .content h3, .banner-area.heading-exchange .content h4 {   text-transform: capitalize;   margin-bottom: 25px;   font-weight: 600;   text-transform: uppercase;   color: #666666; }
 .banner-area.sub-heading h3 {   margin-bottom: 25px;   font-family: Dancing Script;   font-size: 36px;   font-weight: 700; }  .banner-area.heading-exchange .content a {   margin-top: 10px; }
 .banner-area .content .lists {   margin-bottom: 20px; }  .banner-area .content .lists ul {   border: 1px solid rgba(255, 255, 255, 0.1);   display: inline-block; }
 .banner-area .content .lists li {   display: inline-block;   font-family: 'Poppins', sans-serif;   font-size: 20px;   margin-right: 15px;   border-right: 1px solid rgba(255, 255, 255, 0.1);   font-weight: 300;   text-transform: uppercase;   padding: 15px;   letter-spacing: 1px; }
 .banner-area .content .lists li:last-child {   border: none; }  .banner-area .content .lists li i {   margin-right: 2px; } 
/* Banner Form */
 
/* Banner Carousel */
/* .banner-area .double-items .content-carousel .owl-dots {
  text-align: left;
}

.banner-area .double-items .content-carousel .owl-dots .owl-dot span {
  height: 8px;
  width: 25px;
  background: rgba(255, 255, 255, 0.7);
}

.banner-area .double-items .content-carousel .owl-dots .owl-dot.active span {
  background: #e7272d;
  width: 35px;
} */

 

 
 .services-area.item-bg .item { } 
.services-area.item-bg .item .box {   position: relative;   z-index: 1;   padding: 80px;   border-right: 1px solid rgba(255, 255, 255, 0.1); }
 .services-area.item-bg .item .box::after {   position: absolute;   content: "";   height: 100%;   width: 100%;   left: 0;   background: #000000;   z-index: -1;   top: 0;   opacity: 0.5; }
 .services-area.item-bg .item i {   display: inline-block;   font-size: 50px;   margin-bottom: 30px;   height: 100px;   width: 100px;   background: rgba(255, 255, 255, 0.8);   line-height: 100px;   color: #e7272d;   -webkit-border-radius: 50%;   -moz-border-radius: 50%;   border-radius: 50%; }
 .services-area.item-bg .item h3, .services-area.item-bg .item h4 {   text-transform: uppercase;   letter-spacing: 1px;   font-weight: 500; }
 .services-area.item-bg .item p {   margin: 0; }
 .services-area.item-bg .services-carousel.owl-carousel .owl-nav {   margin: 0; }
 .services-area.item-bg .services-carousel.owl-carousel .owl-nav .owl-prev, .services-area.item-bg .services-carousel.owl-carousel .owl-nav .owl-next {   background: transparent none repeat scroll 0 0;   color: #ffffff;   font-size: 30px;   height: 40px;   left: 0;   line-height: 40px;   margin: -20px 0 0;   padding: 0;   position: absolute;   top: 50%;   width: 40px; }
 .services-area.item-bg .services-carousel.owl-carousel .owl-nav .owl-next {   left: auto;   right: 0; } 

/* ============================================================== 
     # Features
=================================================================== */
 

/* ============================================================== 
     # Food Menu
=================================================================== */
.food-menu-area .menu-lists .item {   -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);   -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);   -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);   box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);   background: #ffffff; }
.food-menu-area .menu-lists .info {   padding: 30px;   position: relative; }
.food-menu-area .menu-lists .col-md-12 a {   margin-top: 20px; }
.food-menu-area .menu-lists .thumb img {   clip-path: polygon(0 85%, 0 0, 100% 0, 100% 85%, 50% 100%); }
.food-menu-area.path-less .menu-lists .thumb img, .food-menu-area.simple .menu-lists .thumb img {   clip-path: inherit; }
.food-menu-area .menu-lists .info h4 {   text-transform: capitalize;   font-weight: 600; }
.food-menu-area.simple .menu-lists .info h4 {   position: absolute;   display: inline-block;   top: -27px;   z-index: 1;   left: 50%;   transform: translate(-50%, 0);   -webkit-transform: translate(-50%, 0);   -moz-transform: translate(-50%, 0);   -ms-transform: translate(-50%, 0);   -o-transform: translate(-50%, 0);   background: #ffffff;   padding: 20px 30px;   -webkit-border-radius: 5px;   -moz-border-radius: 5px;   border-radius: 5px;   margin: 0;   min-width: 80%; }
.food-menu-area .menu-lists .info > h5 {   text-transform: uppercase;   font-weight: 500;   background: #e7272d;   display: inline-block;   color: #ffffff;   padding: 5px 25px;   margin-bottom: 15px;   letter-spacing: 1px;   -webkit-border-radius: 30px;   -moz-border-radius: 30px;   border-radius: 30px;   display: none; }
.food-menu-area .menu-lists .info span {   display: block;   margin-bottom: 15px; } 
.food-menu-area .menu-lists .info p {   margin: 0; }
.food-menu-area .menu-lists .info .button {   display: block;   border-top: 1px solid #e7e7e7;   margin-top: 15px;   padding-top: 15px; }

.food-menu-area .menu-lists .info .button a {
  text-transform: uppercase;
  font-weight: 600;
  color: #e7272d;
  letter-spacing: 1px;
}

.food-menu-area .menu-lists .equal-height {
  margin-bottom: 30px;
}

.food-menu-area .menu-lists .thumb {
  position: relative;
  z-index: 1;
}

.food-menu-area .menu-lists .thumb .price {
  position: absolute;
  right: 20px;
  top: 20px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.food-menu-area .menu-lists .thumb .price h5 {
  margin: 0;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
}

.food-menu-area .menu-lists .thumb .price::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #e7272d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.9;
}

.food-menu-area .menu-lists .info ul {
  margin-bottom: 15px;
}

.food-menu-area .menu-lists .info li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
}

.food-menu-area .menu-lists .info li::after {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  height: 6px;
  width: 6px;
  border: 1px solid #666666;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.food-menu-area .menu-lists .info li:last-child::after {
  display: none;
}

.menu-lists .video-play-button:before, 
.menu-lists .video-play-button:after {
  height: 40px;
  width: 40px;
}

.menu-lists .video-play-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: 20px;
}

.menu-lists .video-play-button i {
  font-size: 15px;
  line-height: 40px;
  margin-right: 7px;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots {
  margin-top: 20px;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #232323;
  width: 25px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots .owl-dot span {
  background: #232323;
}

.food-menu-area .menu-lists.food-menu-carousel .owl-dots .owl-dot.active span {
  background: #e7272d;
  width: 40px;
}


/* Menu Isotop */

.mix-item-menu button {   padding: 8px 20px;   margin: 5px;   border: none;   background: transparent;   -webkit-border-radius: 3px;   -moz-border-radius: 3px;   border-radius: 3px;   letter-spacing: 1px;   font-weight: 600;   text-transform: uppercase; }  .mix-item-menu {   margin-bottom: 40px;   display: inline-block;   border-bottom: 1px solid #e7e7e7;   border-top: 1px solid #e7e7e7; }  .mix-item-menu button.active {   color: #e7272d;   position: relative;   z-index: 1; }  .mix-item-menu button.active::after {   position: absolute;   left: 50%;   bottom: -6px;   content: "";   height: 2px;   width: 30px;   background: #e7272d;   margin-left: -15px; }  .food-menu-area.inc-isotop {   padding-bottom: 65px; }  .food-menu-area .menu-lists.inc-padding .item {   padding: 15px; }  .menu-lists .item-single, .menu-flex .item-single {   float: left;   padding: 15px; }  .menu-lists.col-2 .item-single, .menu-flex.col-2 .item-single {   width: 50%; }  .menu-lists.col-3 .item-single, .menu-flex.col-3 .item-single {   width: 33.333%; }  .menu-lists.col-4 .item-single, .menu-flex.col-4 .item-single {   width: 25%; }

 
 /* Footer Bottom */
footer .footer-bottom.bg-light {   border-top: 1px solid #e7e7e7; } 
footer .footer-bottom li {   display: inline-block; } 
footer .footer-bottom p {   margin: 0; }
footer .footer-bottom.bg-dark p {   color: #cccccc; } 
footer .footer-bottom { margin-top: 10px;  padding: 20px 0; }
footer .footer-bottom.col-3 .social {   text-align: center; }
footer .footer-bottom .social ul li a {   display: inline-block;   text-align: center;   margin: 0 6px;   background: rgba(255, 255, 255, 0.1);   color: #ffffff;   height: 40px;   width: 40px;   line-height: 40px;   -webkit-border-radius: 50%;   -moz-border-radius: 50%;   border-radius: 50%; }
footer .footer-bottom p a {   color: #ffffff; }
footer .footer-bottom.bg-light  p a {   color: #e7272d; }
footer .footer-bottom .link li {   margin-left: 15px; }
footer .footer-bottom .link li a {   color: #666666; }
footer.bg-dark .footer-bottom .link li a, footer.shadow .footer-bottom .link li a {   color: #ffffff; }
footer.shadow .footer-bottom .link li a {   color: #ffffff; }  footer .footer-bottom.bg-dark .link li a {   color: #cccccc; } 
footer .footer-bottom .link li a:hover {   color: #e7272d; } .footer-bottom.col-3 .row {   display: flex;   align-items: center; }  footer .f-items.title-effect .f-item h4 {   position: relative;   z-index: 1;   padding-bottom: 20px; }
footer .f-items.title-effect .f-item h4::before {   position: absolute;   left: 0;   bottom: 0;   content: "";   height: 2px;   width: 5px;   background: #232323; }
footer .f-items.title-effect .f-item h4::after {   position: absolute;   left: 10px;   bottom: 0;   content: "";   height: 2px;   width: 30px;   background: #232323; }
footer.bg-dark .f-items.title-effect .f-item h4::before, footer.bg-dark .f-items.title-effect .f-item h4::after {   background: #ffffff; }
footer .f-item.link li {   display: block;   margin-bottom: 15px; }
 footer .f-item.link li:last-child {   margin-bottom: 0; }  footer .f-item.link li a {   display: inline-block;   color: #666666; }  footer.bg-dark .f-item.link li a {   color: #cccccc; }  footer .f-item.link li a:hover {   color: #232323; }  footer.bg-dark .f-item.link li a:hover {   color: #ffffff; }  footer .f-item.address .btn {   margin-top: 20px; }  footer.bg-dark .footer-bottom {   border-top: 1px solid rgba(255, 255, 255, 0.1); }  footer.shadow .footer-bottom {   border-top: 1px solid rgba(255, 255, 255, 0.3); }

 
 

.single-contact-info {     overflow: auto;     margin-bottom: 20px;     -webkit-box-align: center;     -ms-flex-align: center;     align-items: center;     display: -webkit-box;     display: -ms-flexbox;     display: flex; }
.single-contact-info .icon {     color: #FF5E14;     float: left;     text-align: center;     /* overflow: hidden; */     font-size: 24px;     line-height: 1;     margin-right: 20px;     -webkit-transition: all .3s ease-in-out;     transition: all .3s ease-in-out; }
nav.navbar.bootsnav .navbar-brand{padding: 0px;     padding-top: 6px;}
.navbar-brand>img {     display: initial;     height: 80px; }

.content-page {     padding: 100px 0px; }
.content-page p{    margin-bottom: 10px;}
.content-page p b,.content-page p u{color: #e7272d;}
.content-page ul{padding-bottom: 30px;}
 
.content-page img{    padding: 10px 0px;}

.tp-contact-form-field{margin-bottom: 20px;}
.tp-contact-form-field input, .tp-contact-form-field select, .tp-contact-form-field textarea {   color: #7f8080;   font-size: 16px;   display: block;   width: 100%;   height: 70px;   background: #ffffff;   font-weight: 400;   border: 1px solid #dfe0e5;   outline: none;   padding: 0px 20px;   width: 100%;   border-radius: 4px; }
.tp-contact-form-field input::-moz-placeholder, .tp-contact-form-field input::placeholder, .tp-contact-form-field select::-moz-placeholder, .tp-contact-form-field select::placeholder, .tp-contact-form-field textarea::-moz-placeholder, .tp-contact-form-field textarea::placeholder {   color: #7f8080;   font-weight: 400;   font-size: 16px;   opacity: 1; }
.tp-contact-form-field textarea {   height: 200px;   padding: 20px; }
.tp-contact-form-field.select-field-arrow::after {   color: #7f8080; }
.theme-btn {     font-size: 16px;     display: inline-block;     font-weight: 500;     border: none;     outline: none;     box-shadow: none;     height: 60px;     line-height: 60px;     color: #ffffff;     background: #e7272d;     text-align: center;     padding: 0px 38px;     cursor: pointer;     position: relative;     overflow: hidden; }
.theme-btn:hover { background: #fed10c;     color: #064e2a; }
.tp-contact-info { display: flex;    margin-bottom: 40px; }
.tp-contact-info-icon {     min-width: 60px; }
.tp-contact-info-icon i {     font-size: 42px;     color: #e7272d;     line-height: 1;     transform: translateY(4px); }
.tp-contact-info-title {     font-size: 24px;     color: #09150f; 	    margin-bottom: 15px; }
.tp-contact-info-text p, .tp-contact-info-text a {     font-size: 16px;     color: #626664;     line-height: 27px;     display: block;     margin-bottom: 0px; }