@font-face {
  font-family: "Bebas Neue";
  font-weight: 400;
  src: url(../fonts/Bebas_Neue/BebasNeue-Regular.ttf);
}

@font-face {
  font-family: "Alex Brush";
  font-weight: 400;
  src: url(../fonts/AlexBrush/AlexBrush-Regular.ttf);
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url(../fonts/Roboto/Roboto-Black.ttf);
}


/*Show More btn Css Start*/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content h2 {
  font-size: 32px;
}

.content-hidden {
  overflow: hidden;
  transition: 0.5s ease;
}

body .content-hidden h1:nth-child(1),
body .content-hidden h2:nth-child(1),
body .content-hidden p:nth-child(1) {
  display: block !important;
}

body .content-hidden h1,
body .content-hidden h2,
body .content-hidden h3,
body .content-hidden h4,
body .content-hidden h5,
body .content-hidden h6,
body .content-hidden p {
  display: none !important;
}

button#toggleBtn {
  outline: unset;
}

.content-hidden p:nth-child(2) {
  display: block !important;
}

.seo-content {
  padding-bottom: 10px;
}

/*Show More btn Css End*/
* {
  font-family: Roboto !important;
}

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

li {
  list-style: none !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #143642;
  --txt-color: #434343;
  --btn-color: #a97959;
  --sec-color: #815d45;
  --bg-color: #f4efeb;
}

body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg-color);
}

body .my_contact_us {
  display: block;
  position: fixed;
  right: -44px;
  top: 35%;
  z-index: 9;
  transform: rotate(90deg);
}

.btn-primary {
  color: var(--color2);
  background: var(--btn-color) !important;
  border: 1px solid var(--btn-color) !important;
  background-color: #c22026 !important;
  background: #343434 !important;
}

@media (max-width: 767px) {
    body .my_contact_us {
        right: -23px;
    }
    
    body .my_contact_us button.btn.btn-primary {
        padding: 5px 10px !important;
        font-size: 12px !important;
        border-radius: 0px 0px 6px 6px;
    }
    
    .section-heading .defalt-heading p {
        font-size: 13px;
    }
  
}

.dasktop-show {
  display: block;
}

.mobile-show {
  display: none;
}

@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }
}

.section-heading .sub-heading h3 {
  position: relative;
  color: var(--btn-color);
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-family: Alex Brush !important;
}

.section-heading .defalt-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading .defalt-heading h2 {
  font-family: 'Bebas Neue' !important;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--h-color);
}

.section-heading .defalt-heading span {
  color: var(--sec-color);
  font-family: 'Roboto' !important;
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.all-btn a {
  background: var(--btn-color);
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: Bebas Neue !important;
  font-weight: 400;
  transition: 0.5s;
  display: inline-block;
}

.all-btn a:hover {
  transition: 0.5s;
  transform: scale(1.08);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px;
  background: var(--sec-color);
}

@media (max-width: 767px) {
  .section-heading .sub-heading h3 {
    font-size: 35px !important;
    margin-bottom: 0px;
  }

  .section-heading .defalt-heading {
    margin-bottom: 20px !important;
  }

  .section-heading .defalt-heading h2 {
    font-size: 35px !important;
    letter-spacing: 2px;
  }

  .section-heading .defalt-heading span {
    font-size: 20px !important;
  }

  .all-btn a {
    font-size: 14px !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .section-heading .defalt-heading h2 {
    font-size: 30px !important;
    /* text-align: left; */
  }

  .section-heading .defalt-heading span {
    font-size: 25px !important;
  }

  .all-btn a {
    /* padding: 6px 10px !important; */
    font-size: 18px;
  }

  .section-heading .defalt-heading {
    margin-bottom: 30px !important;
  }
}

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  width: 180px;
}

.select-lang .gt_switcher_wrapper .gt_switcher.notranslate {
  width: 180px !important;
}

.select-lang .gt_switcher_wrapper .gt_selected {
  background: #34343400 !important;
  border-radius: 10px !important;
  border: 0px !important;
}

.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #000 !important;
  font-size: 11px;
  position: relative;
  font-weight: 500 !important;
  border-radius: 30px !important;
  width: auto !important;
  border: 0 !important;
  background-color: #fff !important;
}

.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color) !important;
  transition: 0.5s;
}

.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  width: 0;
  height: 0;
}

.gt_container--hich1m .gt_switcher .gt_selected a img {
  width: 28px;
  height: 28px;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 2px !important;
  top: 2px !important;
  background-image: url(/images/lang-arrow.png) !important;
  height: 30px !important;
  width: 30px !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #343434 !important;
  position: absolute !important;
  padding: 30px 10px 10px 10px !important;
  width: 159px !important;
  top: 26px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden !important;
  border: 1px solid #343434 ! IMPORTANT;
}

.select-lang .gt_switcher_wrapper .gt_option a {
  color: #ffffff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 12px;
  transition: 0.5s;
}

.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: transparent !important;
  transition: 0.3s;
}

.select-lang .gt_switcher_wrapper .gt_selected a:hover:after {
  transition: 0.5s;
}

.select-lang .gt_switcher_wrapper .gt_option a:hover {
  transition: 0.5s;
  color: var(--btn-color) !important;
}

/*end for gtranslate language css*/


/* ===============================
    for search css
  =============================== */
/*.search-btn {*/
/*    padding: 10px;*/
/*    border-radius: 10px;*/
/*    width: 180px !important;*/
/*}*/
/*.search-btn form .form-group {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.search-btn form .form-group input {*/
/*    border-radius: 30px;*/
/*    padding: 5px 35px 5px 10px;*/
/*    height: 35px;*/
/*    width: 160px;*/
/*    font-size: 14px;*/
/*    border: 0 !important;*/
/*    box-shadow: none !important;*/
/*}*/
/*.search-btn form .form-group button {*/
/*    position: absolute;*/
/*    right: 2px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 50%;*/
/*    border: 0 !important;*/
/*    box-shadow: none !important;*/
/*    overflow: hidden;*/
/*}*/
/*.search-btn form .form-group button img.img-fluid {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto !important;*/
/*}*/

.h-search-form input.form-control {
  position: absolute;
  width: 250px;
  top: -44px;
  transform: translateX(2000px);
  transition: 0.5s;
}

.form-section.h-search-form {
  position: relative;
}

.form-section.h-search-form button.btn {
  float: right;
}

.form-section.h-search-form form.d-flex {
  display: block !important;
}

.form-section.h-search-form form.d-flex:hover input {
  transform: translateX(-180px);
  transition: 0.5s;
}

.search-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.search-box-btn.search-box-outer {
  background: transparent;
  /* height: 40px; */
  /* width: 40px; */
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.search-box-btn.search-box-outer:hover {
  transition: 0.3s;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999999999;
  margin-top: -540px;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup:before {
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 40px;
  line-height: 65px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: unset;
}

.search-popup .form-group button {
  top: 0 !important;
  right: 20px !important;
  bottom: 0 !important;
  height: 40px;
  width: 40px;
  margin: auto;
  padding: 0;
  line-height: normal;
}

.search-popup .form-group button img.img-fluid {
  margin: 0;
  position: relative;
}

/* ===============================
	  end search css
  =============================== */

/* ===============================
  header css
=============================== */
section.logo-sec.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.main-menu-header {
  /* background: #0D0D0D !important; */
  background: unset;
  padding: 25px 0;
}

.my-navbar .header-logo.mobile-logo {
  display: none;
}

.main-header li.nav-item {
  padding: 0px 0px;
  position: relative;
  margin: 0px 5px;
}

.main-header li.nav-item a.nav-link {
  padding: 10px 6px !important;
  color: var(--h-color);
  border-radius: 0px;
  text-transform: uppercase;
  font-family: Bebas Neue !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}

.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: var(--btn-color) !important;
  /* background: #990000 !important; */
}

nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
  /*justify-content: end !important;*/
}

.main-header li.nav-item a.nav-link:hover,
.main-header li.nav-item a.nav-link.show {
  color: #fff !IMPORTANT;
  /* background: #990000 !important; */
  border-radius: 0px;
  transition: 0.5s ease-in;
  color: var(--btn-color) !important;
}

.main-header li.nav-item a.nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  right: auto;
  height: 1px;
  background: var(--btn-color);
  transition: 0.5s;
}

.main-header li.nav-item a.nav-link:hover:before {
  content: '';
  width: 100%;
  right: 0;
  transition: 0.5s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: #0d0d0d !important;
  transition: 0.3s;
  margin: 0px;
  border-radius: 0 0 5px 5px !important;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
  transition: 0.5s;
  /* font-family: 'ROBOTO' !important; */
  font-size: 15px;
  font-weight: 600;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
  background: transparent !important;
  transition: 0.3s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
  color: var(--btn-color) !important;
  transition: 0.5s;
  /* border-bottom: 1px solid #fff; */
}

/*header css for mobile*/
@media (max-width: 767px) {
  section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed !important;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999 !important;
  }

  .main-menu-header {
    background: var(--bg-color);
    height: 80px !important;
    border-radius: 0px !important;
    padding: 10px 0px;
    border-bottom: 2px solid var(--btn-color);
  }

  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
  }

  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 110px;
    z-index: 9999;
    position: relative;
  }

  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }

  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--bg-color);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    height: 100% !important;
    text-align: left;
    transition: 0.3s;
    margin-top: 80px;
    padding-bottom: 100px;
    padding-top: 20px;
  }

  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    border-right: 2px solid var(--btn-color);
    z-index: 999;
  }

  .main-header .navbar-collapse ul.navbar-nav {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center;
  }

  .main-header li.nav-item a.nav-link {
    font-size: 15px !important;
    color: var(--btn-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
    position: relative;
  }

  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    text-align: center;
  }

  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--btn-color) !important;
    font-size: 10px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }

  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo-sec.main-header {
    background: #1c1c1c;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

/*header css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .logo-sec.main-header .row-second {
    display: none !important;
  }

  .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }

  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo-sec.main-header {
    background: #1c1c1c;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }

  section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .main-menu-header {
    background: var(--bg-color);
    height: 80px !important;
    border-radius: 0px !important;
    padding: 10px 0px;
    border-bottom: 2px solid var(--btn-color);
  }

  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
  }

  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 110px;
    z-index: 9999;
    position: relative;
  }

  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }

  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--bg-color);
    left: 0;
    transform: translateX(-1000px);
    width: 50%;
    margin-top: 80px;
    height: 100% !important;
    padding-top: 20px;
    text-align: left;
    transition: 0.3s;
    padding-bottom: 100px;
  }

  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    border-right: 2px solid var(--btn-color);
  }

  .main-header .navbar-collapse ul.navbar-nav {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center;
  }

  .main-header li.nav-item a.nav-link {
    font-size: 16px !important;
    color: var(--btn-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }

  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    text-align: center;
  }

  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--btn-color) !important;
    font-size: 15px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
  background-image: url(/images/menubar.png);
}

.my-navbar button.navbar-toggler span.navbar-toggler-icon {
  background-image: url(/images/close.png);
  height: 40px;
  width: 40px;
}

/*header css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .main-header a.nav-link {
    font-size: 12px;
  }

  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: #fff !important;
    font-size: 12px;
  }
}

/*end header css*/
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

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

  100% {
    transform: translateY(0);
  }
}

/*banner css*/
.banner-fix {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  /* height: 100vh; */
  position: relative;
  z-index: 1;
}

section.banner-section {
  position: relative;
  /* margin-bottom: 150px; */
  z-index: 1;
  min-height: 600px;
}

section.banner-section .row {
  position: relative;
}

section.banner-section .bannermain {
  /* background: #fff; */
  padding: 0px;
  /* position: absolute; */
  width: 100%;
  /* top: -55px; */
}

.banner-slider .owl-item .item {
  height: 800px;
  position: relative;
  /*width: 96%;*/
  margin: auto;
}

.banner_txt {
  position: absolute;
  top: -200px;
  left: 0;
  bottom: 0;
  right: 0;
  /* display: inline-block; */
  /* align-items: center; */
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.banner_txt .caption2 {
  /* width: 100%; */
  /* max-width: 60%; */
  /* margin: 0 auto; */
  position: relative;
  z-index: 3;
  top: 0%;
  /* background-color: #00000082; */
  /* border-radius: 50px; */
  /* padding: 30px; */
}

.banner_txt h2.text3 {
  color: var(--btn-color);
  font-size: 50px;
  font-weight: 400;
  font-family: Alex Brush !important;
  position: relative;
  /* text-transform: capitalize; */
  /* max-width: 370px; */
  margin: 0 auto;
  line-height: 60px;
  /* background: -webkit-linear-gradient(-273deg, #fff 50%, #F90000 0%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.banner_txt h5.text2 {
  color: var(--h-color);
  font-size: 110px;
  font-weight: 400;
  font-family: Bebas Neue !important;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 50px;
  margin: 20px 0px;
}

.banner_txt p.text4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner_txt .btn-bnnr {
  display: inline-block;
  margin-top: 0px;
  position: relative;
}

.banner_txt .btn-bnnr a {
  padding: 15px 40px;
  color: #fff;
  background: var(--btn-color);
  /* background: #c22026; */
  margin: 10px;
  font-size: 15px;
  font-family: 'Roboto' !important;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0px;
}

.banner_txt .btn-bnnr a:first-child {
  background: var(--btn-color) !important;
}

.banner_txt .btn-bnnr a:hover {
  transition: 0.5s;
  transform: scale(1.08);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background: var(--sec-color) !important;
}

.banner-slider .owl-nav {
  display: block !important;
}

.banner-slider .owl-nav .owl-prev {
  font-size: 0;
  /*background-image: url(/images/arrow.png);*/
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 280px;
  left: 4%;
}

.banner-slider .owl-nav .owl-next {
  font-size: 0;
  /*background-image: url(/images/arrow.png);*/
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  position: absolute;
  top: 280px;
  right: 4%;
}

.banner-slider .owl-dots {
  display: none !important;
  position: absolute;
  right: 0px;
  bottom: -30px;
  /* top: 0; */
  left: 0;
  /* background-color: var(--btn-color); */
  justify-content: center;
  /* align-items: end; */
  /* flex-direction: column; */
}

.banner-slider .owl-dots .owl-dot span {
  display: none;
  height: 20px;
  width: 20px;
  position: relative;
}

.banner-slider .owl-dots .owl-dot {
  /* border-radius: 50%; */
  margin: 0px 4px;
  padding: 5px;
  display: inline-block;
  color: #000;
  background-color: #404040;
  width: 50px;
}

.banner-slider .owl-dots .owl-dot.active {
  background-color: var(--btn-color) !important;
}

.banner-slider .owl-dots .owl-dot.active span:before {
  color: var(--btn-color) !important;
}

.banner-slider .owl-dots .owl-dot:first-child span:before {
  content: '01';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
  content: '02';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
  content: '03';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  .banner-fix {
    background-position: right center;
  }

  section.banner-section {
    min-height: 220px !important;
    margin-top: 80px !important;
    /* margin-bottom: 80px !important; */
  }

  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    /* padding: 0 !important; */
    /* margin-left: 10px; */
    top: 10px;
    max-width: 100%;
    margin: 0;
    left: 0;
  }

  .banner_txt .caption2 {
    /* max-width: 100% !important; */
    /* padding: 10px !important; */
    /* border-radius: 10px; */
    padding-left: 20px;
  }

  .banner_txt h2.text3 {
    font-size: 32px;
    line-height: 23px;
    /* max-width: 140px; */
    /* margin: auto; */
  }

  .banner_txt h5.text2 {
    font-size: 35px;
    letter-spacing: 6px;
    margin: 0;
  }

  .banner_txt p.text4 {
    font-size: 9px !important;
    line-height: 14px !important;
    display: none !important;
  }

  .banner_txt .btn-bnnr {
    margin-top: 0px !important;
  }

  .banner_txt .btn-bnnr a {
    margin: 0;
    font-size: 11px !important;
    padding: 5px 10px !important;
    font-weight: 500 !important;
  }

  .banner-slider .owl-dots {
    /* display: none !important; */
    right: 0;
  }

  .banner-slider .owl-nav {
    display: none !important;
  }

  .banner-slider .owl-dots .owl-dot {
    margin: 1px;
    padding: 2px;
    width: 20px;
  }

  .banner-slider .owl-dots .owl-dot span:before {
    font-size: 10px;
  }

  .banner-slider .owl-dots .owl-dot span {
    width: 12px;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .banner-fix {
    background-size: 100% 100%;
  }

  section.banner-section {
    position: relative;
    height: 300px !important;
  }

  body .bannermain {
    height: 350px !important;
  }

  body .bannermain .item {
    height: 300px !important;
  }

  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    padding: 0 !important;
    top: 0;
  }

  .banner_txt .caption2 {
    /* max-width: 50% !important; */
    padding: 0 !important;
  }

  .banner_txt h2.text3 {
    font-size: 45px;
    line-height: 50px;
    max-width: 100% !important;
  }

  .banner_txt h5.text2 {
    font-size: 70px;
    letter-spacing: 20px;
  }

  .banner_txt p.text4 {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
    max-width: 80%;
    margin: auto;
  }

  .banner_txt .btn-bnnr {
    margin-top: 0px !important;
  }

  .banner_txt .btn-bnnr a {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }

  .banner-slider .owl-nav {
    display: none !important;
  }
}

/*banner css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .banner_txt h2.text3 {
    font-size: 30px;
  }

  .banner_txt h5.text2 {
    font-size: 18px;
  }

  .banner_txt .btn-bnnr a {
    font-size: 18px;
  }
}

/*end banner css*/

/*about section*/
section.about-section {
  position: relative;
  padding: 0px 0px;
  background: var(--bg-color);
  z-index: 1;
}

section.about-section .container .row {
  position: relative;
}

section.about-section .container .row:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

section.about-section .about-image {
  padding: 10px 20px;
}

.about-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 30px;
}

.about-ccontent.section-heading .defalt-heading h2 {
  color: var(--h-color);
  margin: 0;
}

.about-ccontent.section-heading p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: 80%;
}

@media (max-width: 585px) {
  section.about-section .row.align-items-center {
    flex-direction: row !important;
    align-items: unset !important;
  }

  section.about-section .container .row:before {
    width: 100%;
    height: 60%;
    top: -10px;
  }

  .about-ccontent.section-heading .defalt-heading h2 {
    font-size: 30px !important;
  }

  .about-ccontent.section-heading p {
    font-size: 14px !important;
    margin-bottom: 3px !important;
    -webkit-line-clamp: 10 !important;
  }
}

@media (max-width: 767px) {
  section.about-section {
    padding: 10px 0px 30px;
  }

  section.about-section:before {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .about-ccontent.section-heading {
    padding-bottom: 20px;
  }

  .about-btn.all-btn a {
    padding: 5px 15px;
  }

  .about-ccontent.section-heading p {
    font-size: 13px !important;
    max-width: 100%;
    line-height: 20px;
  }

  .about-ccontent.section-heading .defalt-heading {
    margin-bottom: 10px !important;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .about-ccontent.section-heading {
    /* padding-bottom: 100px; */
    padding: 20px 0px;
  }
  section.about-section .container .row:before {
    width: 43%;
  }

  section.about-section:before {
    height: 300px;
    width: 400px;
  }

  .about-ccontent.section-heading .defalt-heading h2 {
    font-size: 30px !important;
  }

  .about-ccontent.section-heading .defalt-heading {
    margin-bottom: 0px !important;
  }

  .about-ccontent.section-heading p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    -webkit-line-clamp: 7 !important;
    max-width: 100%;
  }
}

/*end about section*/

/*product section homepage*/
section.product-section {
  position: relative;
  z-index: 1;
  padding: 10px 0px 0px;
}

section.product-section.hm-prod-sec .row {
  position: relative;
  z-index: 1;
}

section.product-section.hm-prod-sec .row:before {
  content: '';
  position: absolute;
  width: 65%;
  height: 100%;
  z-index: -1;
  background-image: url(/images/manu_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  right: 0;
  top: 0;
  bottom: 0;
}

section.product-section.hm-prod-sec .row:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  right: 0;
  width: 33%;
  height: 100%;
  z-index: -1;
  background: var(--h-color);
}

section.product-section.hm-prod-sec .container {
  position: relative;
  z-index: 1;
}

section.product-section.hm-prod-sec .container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background: #fff;
}

.our-menu-hmTodaySpec {
  padding: 50px 30px;
}

section.product-section .section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 10px !important;
}

section.product-section .all-product-btn {
  text-align: right;
}

section.product-section .all-product-btn a img.img-fluid {
  max-width: 20%;
  margin-left: 20px;
}

.single-product-wrapper {
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  padding: 20px;
}

.single-product-wrapper .pro-content .pro-title {
  margin: 10px 0px;
  position: relative;
  z-index: 22;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-product-wrapper .pro-content .pro-title:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}

.single-product-wrapper:hover .pro-content .pro-title:before {
  background: var(--btn-color);
  transition: 0.5s;
}

.single-product-wrapper .pro-content .pro-title h3 {
  display: inline-block;
  margin: 0;
  background: var(--h-color);
}

.single-product-wrapper .pro-content .pro-title span.pro-price {
  display: inline-block;
  background: var(--h-color);
  padding: 0px 0px 0px 20px;
  color: var(--btn-color);
  font-family: Bebas Neue !important;
  font-size: 22px;
  letter-spacing: 1.2px;
}

.single-product-wrapper .pro-content .pro-title a.pro-links {
  color: #ffffff;
  font-family: Bebas Neue !important;
  font-size: 20px;
  line-height: normal;
  display: inline-block;
  padding: 0px 20px 0px 0px;
  transition: 0.5s;
}

.single-product-wrapper:hover .pro-content .pro-title a.pro-links {
  /* color: var(--btn-color) !important; */
  transition: 0.5s;
}

.single-product-wrapper .pro-icon-btn {
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
}

.single-product-wrapper .pro-content .pro-details p {
  margin: auto;
  font-size: 16px;
  line-height: normal;
}

.single-product-wrapper .pro-content .pro-details p a {
  color: #ffffff;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-product-wrapper:hover .pro-content .pro-details p a {
  /* color: var(--btn-color); */
  transition: 0.3s;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:767px) {
  section.product-section {
    padding: 0px 0;
  }

  section.product-section.hm-prod-sec .container:before {
    height: 0;
    width: 0;
    opacity: 0;
  }

  section.product-section.hm-prod-sec .row:before {
    height: 0;
    width: 0;
    opacity: 0;
  }

  .our-menu-hmTodaySpec {
    background: #fff;
    padding: 20px;
  }

  section.product-section.hm-prod-sec .row:after {
    width: 100%;
  }

  .all-product-btn.all-btn a {
    /* padding: 8px; */
    margin: 10px 0px !important;
  }

  .single-product-wrapper {
    padding: 10px;
  }

  .single-product-wrapper .pro-content .pro-title a.pro-links {
    font-size: 16px !important;
  }

  .single-product-wrapper .pro-content .pro-title span.pro-price {
    font-size: 16px;
  }

  .single-product-wrapper .pro-content .pro-details p a {
    font-size: 13px;
  }

  .single-product-wrapper .pro-content .pro-title {
    margin: 10px 0px;

  }

  section.product-section .all-product-btn a img.img-fluid {
    margin-left: 2px !important;
  }

  .single-product-wrapper .pro-content .pro-details p {
    min-height: 45px;
  }
}

@media(min-width:767px) and (max-width:992px) {
  section.product-section {
    /* margin-top: 50px; */
    padding: 20px 0px 30px;
  }

  .single-product-wrapper .pro-content .pro-title a.pro-links {
    font-size: 20px;
  }

  .single-product-wrapper .pro-content .pro-title {
    margin: 10px 0px;
  }

  .single-product-wrapper .pro-content .pro-details p {
    min-height: 50px;
  }

  .our-menu-hmTodaySpec {
    padding: 50px 10px;
  }

  section.product-section.hm-prod-sec .row:after {
    width: 40%;
  }

  .single-product-wrapper {
    padding: 10px 20px;
  }
}

/*end product section homepage*/


/*footer css*/
.footer-section {
  padding-top: 60px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.footer-section .container.bg {
  padding-bottom: 20px;
}

.footer-p p {
  color: var(--color2);
  font-size: 14px;
  line-height: normal;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-heading {
  margin-bottom: 30px;
  margin-top: 10px;
}

.footer-section .footer-heading h4 {
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto' !important;
  line-height: normal;
  text-transform: capitalize;
}

.footer-widgets li a {
  color: var(--h-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  /* display: flex !important; */
  transition: 0.5s;
}

.footer-widgets li a:hover {
  transition: 0.5s;
  color: var(--btn-color) !important;
}

.footer-widgets li a img.img-fluid {
  margin-right: 10px;
}

.footer-widgets li a p {
  display: inline-block;
}

.footer-main-contact .phone p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
  margin-bottom: 10px;
}

.footer-main-contact li.foot-numb {
  display: flex !important;
}

.footer-main-contact li.foot-numb span.f-con-icon {
  width: 30px;
  max-width: 20%;
  margin-right: 10px;
}

.footer-main-contact li.foot-numb span {
  max-width: 80%;
}

.footer-main-contact .phone li p:hover {
  transition: 0.5s;
  color: var(--btn-color) !important;
}

.footer-menus ul.footer-menus-list {
  padding: 0;
  display: flex;
  justify-content: center;
}

li.foot-numb {
  display: block !important;
}

li.foot-numb a p {
  display: inline-block !important;
}

.footer-widgets li .h-icon {
  margin-right: 15px;
  display: inline-block;
}

.footer-widgets li {
  margin: 5px 0px;
}

ul.footer-blog-list h5 {
  color: #fff;
  font-size: 14px;
}

ul.footer-blog-list {
  max-width: 50%;
  margin: 10px 0px;
}

ul.footer-blog-list li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
}

ul.footer-menus-list li {
  margin: 30px 20px !important;
}

.f-recent-post .f-post h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.f-recent-post .f-recent {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}

.f-details-wrapper p {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
}

.f-details-wrapper h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  margin: 0;
  text-transform: capitalize;
}

.f-image-wrapper {
  margin-right: 20px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
}

.f-image-wrapper img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer-botm {
  border-top: 1px solid #00000029;
  padding: 15px 0px;
}

.footer-botm p.asdas {
  margin: 0px;
  color: var(--h-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}

.footer-botm p.asdas a {
  color: var(--h-color);
  position: relative;
}

.footer-botm p.asdas a:hover {
  color: var(--btn-color);
  transition: 0.5s;
}

.foot-social ul.main-social-list {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-social ul.main-social-list li {
  background: #ffffff1f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  transition: 0.5s;
}

.foot-social ul.main-social-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid var(--h-color);
}

.foot-social ul.main-social-list li a:hover {
  background: var(--h-color) !important;
  transition: 0.5s;
}

.foot-social ul.main-social-list li a:hover img.img-fluid {
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.footer-widgets.footer-column-2 {
  position: relative;
  z-index: 1;
}

.main-social-list .join-channel {
  font-size: 15px;
  color: var(--btn-color);
  margin-right: 20px;
  font-weight: 500;
}

.main-social-list .join-channel span {
  color: #676767;
}

.footer-main-contact .phone h3 {
  font-size: 15px;
  color: var(--btn-color);
}

/*footer css for mobile*/
@media (max-width: 585px) {
  .footer-section .footer-heading h4 {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px !important;
  }

  .footer-section .container.bg {
    padding-bottom: 0px !important;
  }

  .l-o-g {
    width: 60% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .footer-p p {
    font-size: 10px;
    margin-top: 15px;
    text-align: center;
    line-height: 17px !important;
  }

  .footer-heading {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .footer-section .footer-heading h4 {
    font-size: 16px !important;
  }

  ul.footer-menus-list li {
    margin: 5px 5px !important;
  }

  .footer-widgets li {
    font-size: 10px !important;
    line-height: 20px !important;
    margin: 5px 0px !important;
  }

  .footer-widgets li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }

  .footer-widgets li a {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .footer-widgets li a .h-icon {
    padding-right: 0px !important;
  }

  .f-recent-post .f-post h2 {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .f-details-wrapper p {
    font-size: 9px !important;
    line-height: 10px !important;
  }

  .f-details-wrapper h3 {
    font-size: 12px !important;
    line-height: 5px !important;
  }

  .f-image-wrapper {
    width: 50px !important;
  }

  .footer-botm p.asdas {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .foot-social ul.main-social-list {
    justify-content: center !important;
  }

  .foot-social ul.main-social-list li {
    height: 30px !important;
    width: 30px !important;
    margin: 0px 5px 20px !important;
  }

  .footer-main-contact .phone p {
    font-size: 10px !important;
  }

  .foot-social ul.main-social-list li img.img-fluid {
    max-width: 40% !important;
  }

  .footer-widgets.footer-column-2:before {
    display: none;
  }

  .footer-widgets.footer-column-2 {
    padding: 0;
    margin: 10px 0;
  }

  .footer-widgets.footer-column-2:after {
    display: none;
  }

  .main-social-list .join-channel {
    margin-right: 10px;
    font-size: 13px;
  }
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  footer.footer-section {
    padding-top: 30px;
  }

  footer.footer-section .container.bg {
    padding-bottom: 30px !important;
  }

  footer.footer-section .subscribe {
    margin-top: -214px;
    padding: 15px 0px !important;
    background-size: cover !important;
    left: 0 !important;
  }

  .subscribe-heading h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .footer-p p {
    font-size: 11px;
    margin-top: 15px;
    text-align: left;
  }

  .footer-section .footer-heading h4 {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .footer-section .footer-heading h4:after {
    width: 100%;
    height: 1px;
  }

  .footer-widgets li a {
    font-size: 15px;
  }

  .foot-social ul.main-social-list li {
    height: 30px;
    width: 30px;
    margin: 0px 10px !important;
  }

  .footer-main-contact .phone p {
    font-size: 11px;
  }

  .footer-botm p.asdas {
    font-size: 14px;
  }

  .footer-botm p.asdas a {
    margin-right: 0px;
  }

  .footer-widgets.footer-column-2:after {
    right: -20px;
  }

  .footer-widgets.footer-column-2 {
    padding: 0 20px;
  }
}

/*end footer css*/

/*product page bread crum css*/
section.bread-crum {
  background-color: var(--btn-color);
  color: #fff;
  max-width: 1600px;
  margin: 0 auto;
}

.bread_crumb {
  padding: 10px 0 10px 0 !important;
  color: #000;
}

.bread_crumb a {
  color: #201e1e;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 992px) {
  .bread_crumb a {
    font-size: 10px !important;
  }
}

/* end product page bread crum css*/

/*for banner heading text*/
.bannermain.innerbanner.all-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 400px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.innerbanner.all-inner {
  position: relative;
}

.banner-innercaption {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 10%;
  right: 10%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-innercaption span {
  display: inline-block;
  font-weight: 400;
  color: var(--btn-color);
  font-size: 40px;
  font-family: Alex Brush !important;
  line-height: normal;
}

.banner-innercaption .innerBanner-title {
  color: var(--h-color);
  font-size: 110px;
  font-weight: 400;
  font-family: Bebas Neue !important;
  line-height: 120px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 30px;
  margin: 10px 0px 0px;
}

.banner-innercaption p,
.banner-innercaption p a {
  font-size: 16px;
  color: var(--btn-color);
  font-family: 'Roboto' !important;
  margin: 0;
}

@media (max-width: 767px) {
  .bannermain.innerbanner.all-inner {
    margin-top: 80px;
    height: 140px;
  }

  .banner-innercaption {
    top: 0;
  }

  .banner-innercaption span {
    font-size: 30px;
    line-height: 30px;
  }

  .banner-innercaption .innerBanner-title {
    font-size: 45px;
    letter-spacing: 5px;
    line-height: 50px;
    margin: 0;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .bannermain.innerbanner.all-inner {
    height: 300px !important;
    margin-top: 80px !important;
  }

  .product-list .product-content .product-title-price .pro-title {
    font-size: 20px;
  }

  .banner-innercaption {
    top: 0;
  }

  .banner-innercaption .innerBanner-title {
    font-size: 100px;
    letter-spacing: 20px;
  }
}

/*end for banner heading text*/

/*category section */
section.category-section {
  padding: 10px 0 0px;
}

section.category-section .defalt-heading {
  text-align: left;
}

.all-product-btn.all-btn {
  text-align: right;
}

.all-product-btn.all-btn img {
  margin-left: 20px;
}

section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
  color: #ffffff;
  font-size: 30px;
  transition: 0.5s;
  font-weight: 400;
  letter-spacing: 1.1px;
  margin: 0;
  font-family: Bebas Neue !important;
}

section.category-section .all-category-wrapper .single-category-wrapper p.cat-txt {
  font-size: 13px;
  color: #f4f4f4;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: roboto !important;
}

section.category-section .all-category-wrapper .single-category-wrapper .category-all-content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 2;
}

section.category-section .all-category-wrapper .single-category-wrapper .cat-image {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

section.category-section .all-category-wrapper .single-category-wrapper .cat-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .all-btn a {
  background: var(--sec-color);
  transform: scale(1.08);
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .cat-image img {
  transform: scale(1.08);
  transition: 0.5s;
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .category-title h2 {
  color: var(--btn-color);
  transition: 0.3s;
}

.single-product-wrapper:hover .pro-img {
  transition: 0.5s;
}

.category-main-div .row {
  position: relative;
  z-index: 1;
}

.category-main-div .row:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  height: 100%;
  background: var(--h-color);
  z-index: -1;
}

section.category-section .all-category-wrapper .single-category-wrapper .cat-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #000000, transparent);
  opacity: 0.8;
  transition: 0.5s;
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .cat-image:before {
  transition: 0.5s;
  opacity: 1;
}

.our-menu-hmContent {
  max-width: 80%;
  margin: 0 0 0 auto;
  padding: 30px 10px 20px 0px;
}

.our-menu-hmContent .section-heading .defalt-heading h2 {
  text-align: end;
  color: #fff;
}

.our-menu-hmContent .section-heading .defalt-heading p {
  text-align: end;
  color: #fff;
  font-size: 16px;
}

@media(max-width:575px) {
  .category-main-div .row {
    flex-direction: column-reverse;
  }
}

@media(max-width:767px) {
  section.category-section .all-category-wrapper .single-category-wrapper .category-all-content {
    padding: 10px;
  }

  section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
    font-size: 18px;
  }

  .category-main-div .row:before {
    width: 100%;
  }

  section.category-section .all-category-wrapper .single-category-wrapper .cat-image {
    height: 220px;
  }

  section.category-section .all-category-wrapper .single-category-wrapper .cat-image img {
    bottom: auto;
    top: 0;
    object-position: top center;
  }

  .our-menu-hmContent {
    max-width: 100%;
    padding: 30px 0px;
  }

  .our-menu-hmContent .section-heading .defalt-heading h2 {
    text-align: center;
  }

  .our-menu-hmContent .section-heading .defalt-heading p {
    text-align: center;
    font-size: 14px;
  }

  .all-product-btn.all-btn {
    text-align: center;
  }

  section.category-section .all-category-wrapper .single-category-wrapper p.cat-txt {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  section.category-section .category-main-div .all-category-wrapper {
    margin: 10px 0px;
  }

  section.category-section .all-category-wrapper .single-category-wrapper .view-details.btn-bnnr.all-btn a {
    padding: 5px 10px;
  }

  section.category-section {
    padding: 0px 0;
  }
}

@media(min-width:767px) and (max-width:992px) {
  section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
    font-size: 22px;
  }

  section.category-section .all-category-wrapper .single-category-wrapper p.cat-txt {
    -webkit-line-clamp: 2;
  }

  section.category-section .all-category-wrapper .single-category-wrapper .cat-image {
    height: 300px;
  }

  .our-menu-hmContent .section-heading .defalt-heading p {
    font-size: 14px;
  }

  .our-menu-hmContent {
    max-width: 100%;
    padding: 20px 0;
  }

  section.category-section .defalt-heading {
    margin-bottom: 10px !important;
  }
}
/*end category section */

/*history section */
section.history-section {
  background-image: url(/images/history_bg.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

section.history-section .row.pp {
  padding: 50px 0;
}

section.history-section .history-main-cnt .content p {
  font-size: 24px;
  font-weight: 400;
  font-family: Bebas Neue !important;
  text-transform: uppercase;
}

.history-left h6 {
  position: relative;
  z-index: 1;
  padding: 20px 0px;
  margin-top: 20px;
  border-top: 1px solid;
  color: var(--h-color);
  text-transform: uppercase;
  font-size: 20px;
  font-family: Bebas Neue !important;
  letter-spacing: 2px;
}

section.history-section .history-main-cnt .content h4 {
  font-size: 45px;
  color: var(--h-color);
  font-weight: 400;
  font-family: Alex Brush !important;
}

section.history-section .history-main-cnt .content h2 {
  color: var(--h-color);
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 30px;
  font-family: Bebas Neue !important;
}

section.history-section .history-main-cnt .content h2 span.sec-clr {
  color: var(--sec-color);
}

.mid-btn.all-btn a img {
  height: 15px;
  margin-left: 4px;
}

section.history-section .history-main-cnt {
  position: relative;
  margin-bottom: 30px;
}

section.history-section .history-main-cnt .mid-btn.all-btn {
  margin-top: 40px;
}

@media(max-width:767px) {
  section.history-section .row.pp {
    padding: 30px 0px;
  }

  .history-left h6 {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid;
    font-size: 24px;
  }

  section.history-section .history-main-cnt .content h4 {
    font-size: 25px;
  }

  section.history-section .history-main-cnt .content h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  section.history-section .history-main-cnt .content p {
    font-size: 14px;
  }

  section.history-section .history-main-cnt .mid-btn.all-btn {
    margin-top: 20px;
  }
}

@media(min-width:767px) and (max-width:992px) {
  section.history-section .history-main-cnt .mid-btn.all-btn {
    margin-top: 20px;
  }

  section.history-section .history-main-cnt .mid-btn.all-btn a {
    padding: 10px 20px !important;
  }

  section.history-section .history-main-cnt .content h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  section.history-section .row.pp {
    padding: 30px 0px;
  }

  section.history-section .history-main-cnt .content h4 {
    font-size: 35px;
  }

  section.history-section .history-main-cnt .content p {
    font-size: 18px;
  }
}

/*End history section */


/*Reservations Form section */
section.book-reservations {
  background-image: url(/images/reservations_form_bg.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}

.reservation_quick .form-group .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--h-color);
  border-radius: 0;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: Bebas Neue !important;
  letter-spacing: 2px;
  box-shadow: none;
  transition: 0.5s;
}

.reservation_quick .form-group .form-control::placeholder {
  color: var(--h-color);
}

.reservation_quick .form-group .form-control:focus {
  box-shadow: none;
  border-color: var(--btn-color);
  transition: 0.5s;
}

.reservation_quick .reservationFormBtn {
  max-width: 50%;
  margin: auto;
  text-align: center;
}

.reservation_quick .reservationFormBtn .reservation_form_btn {
  padding: 10px 30px;
  background: var(--btn-color) !important;
  border-radius: 0;
  border: 0 !important;
  font-size: 20px;
  font-weight: 400;
  font-family: Bebas Neue !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.5s;
}

.reservation_quick .reservationFormBtn .reservation_form_btn:hover {
  transition: 0.5s;
  background: var(--sec-color) !important;
}

@media(max-width:767px) {
  section.book-reservations {
    padding: 30px 0px;
  }

  .reservation_quick .reservationFormBtn {
    max-width: 100%;
  }
}

@media(min-width:767px) and (max-width:992px) {
  section.book-reservations {
    padding: 40px 0px;
    background-position: top left;
  }
}

/*End Reservations Form section */




/* ===============================
	  blogs section css
  =============================== */

/*blog section*/
section.blog-section {
  position: relative;
  padding: 60px 0px;
  z-index: 1;
}

.blog-section .main-blog-div {
  padding: 0px;
  margin-top: 20px;
  transition: 0.5s;
}

.blog-section .blog-img {
  height: 280px;
  position: relative;
  border: solid 1px #cccccc8a;
  overflow: hidden;
  border-radius: 30px;
}

.blog-section .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.8s;
}

.blog-content span.blog-date {
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
  color: var(--txt-color);
}

.blog-section .blog-url {
  padding: 20px 0px;
}

.blog-section .blog-url a {
  color: var(--h-color);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s;
}

.blog-section .main-blog-div:hover .blog-url a {
  color: var(--btn-color) !important;
}

.blog-section .blog-txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: var(--txt-color);
}

.blog-section .view-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-section .blog-url-main .view-details a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: var(--h-color);
  transition: 0.5s;
}

@media (max-width: 767px) {
  section.blog-section {
    padding: 30px 0px;
  }

  .blog-section .blog-img {
    height: 250px;
  }

  .blog-content span.blog-date {
    font-size: 13px;
  }

  .blog-section .blog-url {
    padding: 10px 0px;
  }

  .blog-section .blog-url a {
    font-size: 15px;
  }

  .blog-section .blog-txt p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .blog-section .blog-url-main .view-details a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section.blog-section {
    padding: 40px 0px;
  }

  .blog-section .blog-img {
    height: 230px;
    border-radius: 20px;
  }

  .blog-section .blog-url a {
    font-size: 15px;
  }

  .blog-section .blog-txt p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* end blogs section css */


/*testimonial section css*/
section.maintestimonials-new {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  background-image: url(/images/history_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.cust-cust .inner-testimonial {
  margin: 20px;
  transition: 0.5s;
}

.cust-cust .inner-testimonial .text-caption-p {
  background: var(--btn-color);
  padding: 50px;
  position: relative;
  z-index: 1;
  min-height: 310px;
  border-radius: 20px;
  transition: 0.5s;
}

.cust-cust .inner-testimonial .text-caption-p:before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  z-index: -1;
  transform: rotate(45deg);
  background: var(--btn-color);
  transition: 0.5s;
}

.cust-cust .inner-testimonial:hover .text-caption-p:before {
  transition: 0.5s;
  background: var(--sec-color);
}

.cust-cust .inner-testimonial .text-caption-p:after {
  content: ',,';
  position: absolute;
  top: -30px;
  left: 20px;
  font-family: fantasy !important;
  font-size: 60px;
  position: absolute;
  transform: rotateY(180deg);
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.cust-cust .inner-testimonial:hover .text-caption-p {
  background: var(--sec-color) !important;
  transition: 0.5s;
}

.cust-cust .inner-testimonial .text-caption-p p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  margin: 0;
}

.cust-cust .inner-testimonial .testi-user {
  text-align: center;
}

.cust-cust .inner-testimonial .testi-user .testy {
  display: block;
  align-items: center;
  margin: 30px 0px;
}

.cust-cust .inner-testimonial .testi-user .testy h4 {
  color: var(--btn-color);
  font-family: Bebas Neue !important;
  font-size: 20px;
  margin: 0;
  display: block !important;
  line-height: 20px;
}

.cust-cust .inner-testimonial .testi-user .testy span {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline;
}

@media (max-width: 767px) {
  section.maintestimonials-new {
    padding: 30px 0px;
  }

  .cust-cust .inner-testimonial {
    margin: 10px;
  }

  .cust-cust .inner-testimonial .text-caption-p {
    min-height: 170px;
    padding: 25px;
  }

  .cust-cust .inner-testimonial .text-caption-p:after {
    top: -25px;
    left: 8px;
    font-size: 40px;
  }

  .cust-cust .inner-testimonial .text-caption-p p {
    font-size: 13px;
  }

  .cust-cust .inner-testimonial .testi-user .testy {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {}

/*end testimonial section css*/