@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);
}
@font-face {
  font-family: "Manrope";
  font-weight: 900;
  src: url(../fonts/Manrope/Manrope-Light.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(../fonts/Manrope/Manrope-Regular.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url(../fonts/Manrope/Manrope-Medium.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url(../fonts/Manrope/Manrope-SemiBold.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url(../fonts/Manrope/Manrope-Bold.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url(../fonts/Manrope/Manrope-ExtraBold.ttf);
}

@font-face {
  font-family: "AlexBrush";
  font-weight: 400;
  src: url(../fonts/AlexBrush/AlexBrush-Regular.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;
  --color3: #f4f1ea;
  --h-color: #FF0000;
  --txt-color: #656565;
  --btn-color: #EB0029;
  --sec-color: #fc791a;
}
body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--color3);
}
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;
  }
}
.dasktop-show {
  display: block;
}
.mobile-show {
  display: none;
}

@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}

/*Scroll Css*/

/*.scrollbar-package::-webkit-scrollbar-thumb,*/
/*.scrollbar-package::-webkit-scrollbar-track,*/
/*.scrollbar::-webkit-scrollbar-thumb,*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*	border-radius: 0px;*/
/*}*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar::-webkit-scrollbar {*/
/*	width: 12px;*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar {*/
/*	width: 10px;*/
/*	background-color: #f5f5f5;*/
/*	padding: 0 0 0 20px;*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-thumb {*/
/*	background-color: var(--btn-color);*/
/*}*/

.section-heading .sub-heading h3 {
  position: relative;
  padding-left: 20px;
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.section-heading .sub-heading h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(/images/dish-bef.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-heading .defalt-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading .defalt-heading h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.section-heading .defalt-heading span {
  color: var(--sec-color);
  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: 14px;
  font-weight: 700;
  transition: 0.5s;
}
.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: 13px !important;
  }
  .section-heading .defalt-heading {
    margin-bottom: 30px !important;
  }
  .section-heading .defalt-heading h2 {
    font-size: 18px !important;
    text-align: left;
  }
  .section-heading .defalt-heading span {
    font-size: 20px !important;
  }
  .all-btn a {
    font-size: 12px !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .section-heading .defalt-heading h2 {
    font-size: 25px !important;
    text-align: left;
  }
  .section-heading .defalt-heading span {
    font-size: 25px !important;
  }
  .all-btn a {
    padding: 6px 10px !important;
    font-size: 13px;
  }
  .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 top*/
section.top-information {
  background: var(--btn-color);
  position: relative;
  padding: 10px 0px;
}
section.top-information .info-left ul li .txt-color-htop {
  color: var(--color1);
  font-size: 13px;
  font-family: Roboto !important;
  transition: 0.5s;
  font-weight: 600;
}
section.top-information .info-left ul li .txt-color-htop:hover {
  transition: 0.5s;
  color: var(--color3);
}
section.top-information .info-left ul li .txt-color-htop img.img-fluid {
  margin-right: 5px;
  filter: brightness(0);
}
section.top-information .info-right ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
section.top-information .info-right ul li a {
  padding: 10px;
  margin: 0px 10px;
  transition: 0.5s;
}
section.top-information .info-right ul li a img.img-fluid {
  transition: 0.5s;
  filter: brightness(0) invert(1);
}
section.top-information .info-right ul li a:hover img.img-fluid {
  transition: 0.5s;
  filter: unset !important;
}
/*end header top*/

/* ===============================
  header css
=============================== */
.logo-sec .header-top {
  padding: 0px 0px;
}
.logo-sec .header-info {
  display: flex;
  justify-content: start;
  align-items: center;
}
.h-contact .all-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-contact .all-icon .h-icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.h-contact .all-icon p.c-black {
  margin: 0 !important;
  color: #136FFE;
  font-family: Raleway !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.h-contact .all-icon p.c-num {
  margin: 0 !important;
  color: #3E3A39;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px !important;
}
.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: #fff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.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;
}
.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-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) {
  .header-top {
    display: none;
  }
  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(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 15px;
  }
  .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: 40%;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    padding-top: 60px;
    height: 100vh !important;
    text-align: left;
    transition: 0.3s;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    background-color: #fff;
    z-index: 999;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !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: 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) {
  .header-top {
    display: none;
  }
  .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(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 10px;
  }
  .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: 45%;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    padding-top: 60px;
    height: 100vh !important;
    text-align: left;
    transition: 0.3s;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !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: 10px;
  }
  .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*/
section.banner-section {
  position: relative;
  /* margin-bottom: 150px; */
  z-index: 1;
}
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: 0;
  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: 800;
  font-family: Roboto !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: #fff;
  font-size: 75px;
  font-weight: 800;
  font-family: Roboto !important;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
}
.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-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: flex !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) {
  section.banner-section {
    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;
  }
  .banner_txt .caption2 {
    max-width: 100% !important;
    padding: 10px !important;
    border-radius: 10px;
  }
  .banner_txt h2.text3 {
    font-size: 16px;
    line-height: 23px;
    max-width: 140px;
    margin: auto;
  }
  .banner_txt h5.text2 {
    font-size: 12px;
    line-height: normal;
    font-weight: unset;
  }
  .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) {
  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;
    /* margin-left: 50px; */
  }
  .banner_txt .caption2 {
    /* max-width: 50% !important; */
    padding: 0 !important;
  }
  .banner_txt h2.text3 {
    font-size: 25px;
    line-height: 50px;
    max-width: 100% !important;
  }
  .banner_txt h5.text2 {
    font-size: 20px;
    /* line-height: 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: 100px 0px 30px;
}
.about-ccontent.section-heading {
  /*padding-bottom: 270px;*/
}
.about-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 30px;
}
.about-ccontent.section-heading .defalt-heading h2 {
  background: -webkit-linear-gradient(90deg, var(--btn-color) 40%, var(--sec-color)70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  margin: 0;
}
.about-ccontent.section-heading p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 585px) {
  section.about-section .row.align-items-center {
    flex-direction: row !important;
    align-items: unset !important;
  }
  .about-ccontent.section-heading .defalt-heading h2 {
    font-size: 16px !important;
  }
  .about-ccontent.section-heading p {
    font-size: 10px !important;
    margin-bottom: 5px !important;
    -webkit-line-clamp: 8 !important;
  }
}

@media (max-width: 767px) {
  section.about-section {
    padding: 30px 0px;
  }
  section.about-section:before {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .about-ccontent.section-heading {
    padding-bottom: 20px;
  }
  .about-btn.all-btn a {
    padding: 10px;
  }
  .about-ccontent.section-heading p {
    font-size: 13px;
  }
  .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;
  }
  section.about-section {
    padding: 60px 0px;
  }
  section.about-section:before {
    height: 300px;
    width: 400px;
  }
  .about-ccontent.section-heading .defalt-heading h2 {
    font-size: 20px !important;
    background: -webkit-linear-gradient(90deg, var(--btn-color) 40%, var(--sec-color)70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about-ccontent.section-heading .defalt-heading {
    margin-bottom: 0px !important;
  }
  .about-ccontent.section-heading p {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    -webkit-line-clamp: 7 !important;
  }
}
/*end about section*/

/*product section homepage*/
section.product-section {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.left-right-img-div {
  position: relative;
  z-index: 1;
}
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;
}
.single-product-wrapper .pro-img {
  height: 160px;
  width: 60%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: auto;
}
.single-product-wrapper .pro-img img.img-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  transition: 0.5s;
  max-width: 100%;
  height: 100%;
  /*border: 2px dashed var(--btn-color);*/
  border-radius: 50%;
  padding: 3px;
  object-fit: cover;
}
.single-product-wrapper .pro-content .pro-title {
  text-align: center;
  margin: 10px 0px;
  position: relative;
  z-index: 22;
}
.single-product-wrapper .pro-content .pro-title a.pro-links {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: 40px; */
  padding: 0px 10px;
  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:hover .pro-img img.img-fluid {
  transition: 0.5s;
  transform: scale(1.04);
}
.single-product-wrapper .pro-icon-btn {
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
}
.single-product-wrapper:before {
  position: absolute;
  content: '';
  height: 180px;
  width: 230px;
  background: #ffffff;
  border-radius: 20px;
  margin: auto;
  /* top: 0; */
  bottom: 2px;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: -1;
}
.single-product-wrapper .pro-content .pro-details p {
  max-width: 70%;
  margin: auto;
  font-size: 13px;
  min-height: 60px;
  text-align: center;
  line-height: normal;
}
.single-product-wrapper .pro-content .pro-details p a {
  color: #000000;
  transition: 0.3s;
  font-family: math !important;
  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;
}
.product-slider-hm .owl-nav {
  /*    display: flex !important;*/
  /*    justify-content: space-between;*/
}
section.product-section .owl-carousel-proo .owl-nav .owl-prev {
  background-image: url(/images/product-arrow.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3%;
  margin: auto;
  transform: rotate(180deg);
  font-size: 0;
}
section.product-section .owl-carousel-proo .owl-nav .owl-next {
  background-image: url(/images/product-arrow.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3%;
  margin: auto;
  transform: rotate(0deg);
  font-size: 0;
}
section.product-section .owl-carousel-proo .owl-nav.disabled {
  display: block !important;
}
.single-product-wrapper .pro-img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(/images/pro-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:767px) {
  section.product-section {
    padding: 40px 0;
  }
  .all-product-btn.all-btn a {
    padding: 8px;
    margin: 30px 0px !important;
  }
  section.product-section .row.aos-init.aos-animate {
    align-items: center !important;
  }
  .single-product-wrapper .pro-content .pro-title a.pro-links {
    font-size: 12px !important;
  }
  .single-product-wrapper .pro-img {
    height: 80px;
  }
  .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:before {
    width: 100%;
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 0px;
    border-radius: 10px;
  }
  .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: 30px 0px 30px;
  }
  .left-right-img-div:before {
    width: 110px;
    height: 165px;
    top: -190px;
  }
  .left-right-img-div:after {
    width: 110px;
    height: 165px;
    top: -190px;
  }
  .single-product-wrapper .pro-content .pro-title a.pro-links {
    font-size: 15px;
  }
  .single-product-wrapper .pro-content .pro-title {
    margin: 10px 0px;
  }
  .single-product-wrapper:before {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 0px;
    height: 165px;
  }
  .single-product-wrapper .pro-content .pro-details p {
    min-height: 50px;
  }
  .single-product-wrapper .pro-img img.img-fluid {
    max-width: 85%;
  }
  .single-product-wrapper .pro-img:before {
    width: 90%;
  }
}
/*end product section homepage*/

/*blog section*/
section.blog-section {
  position: relative;
  padding: 60px 0px;
  z-index: 1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
section.blog-section .section-heading .defalt-heading {
  text-align: left;
}
section.blog-section .section-heading .defalt-heading h2 {
  text-transform: capitalize !important;
  font-size: 35px;
  color: var(--sec-color);
}
section.blog-section .section-heading .defalt-heading h2 span {
  text-transform: capitalize;
  font-size: 27px;
}
section.blog-section .all-product-btn.all-btn {
  text-align: end;
}
.blg-img.bllgg-mmi {
  position: relative;
  z-index: 1;
}
.blg-img.bllgg-mmi .blog-img-div {
  height: 300px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.blg-img.bllgg-mmi .blog-img-div a img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.blg-img.bllgg-mmi .blog-content a h3 {
  margin: 20px 0px;
  color: var(--btn-color);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.5s;
}
.blg-img.bllgg-mmi:hover .blog-content a h3 {
  transition: 0.5s;
  color: #b2b2b2 !important;
}
.blg-img.bllgg-mmi:hover .blog-img-div a img.img-fluid {
  transition: 0.5s;
  transform: scale(1.06);
}
.blg-img.bllgg-mmi .blog-btn a {
  color: var(--sec-color);
  transition: 0.5s;
  font-size: 15px;
  font-weight: 700;
}
.blg-img.bllgg-mmi .blog-btn a:hover {
  background: #000;
  padding: 10px 30px;
  transition: 0.5s;
  color: #fff !important;
}
.blg-img.bllgg-mmi .blog-btn a img.img-fluid {
  max-width: 10%;
  margin-left: 10px;
  transition: 0.5s;
}
.blg-img.bllgg-mmi .blog-btn a:hover img.img-fluid {
  transition: 0.5s;
  margin-left: 30px;
  filter: brightness(24);
}
section.blog-section .all-product-btn.all-btn a img.img-fluid {
  max-width: 20%;
  margin-left: 20px;
}

@media (max-width:767px) {
  section.blog-section .all-product-btn.all-btn a {
    padding: 8px !important;
  }
  section.blog-section .section-heading .defalt-heading h2 {
    font-size: 20px !important;
  }
  .blg-img.bllgg-mmi .blog-content a h3 {
    font-size: 15px;
    margin: 10px 0px !important;
    text-transform: capitalize !important;
  }
  .blg-img.bllgg-mmi .blog-btn a {
    font-size: 13px;
  }
  .blg-img.bllgg-mmi .blog-btn a img.img-fluid {
    max-width: 8%;
    margin-left: 6px;
  }
  section.blog-section .all-product-btn.all-btn img {
    max-width: 20%;
    margin-left: 2px !important;
  }
  .blg-img.bllgg-mmi .blog-img-div {
    height: 180px !important;
  }
  .blg-img.bllgg-mmi {
    margin-bottom: 30px !important;
  }
  section.blog-section {
    padding: 30px 0px !important;
    background: unset !important;
  }
}

@media (min-width:768px) and (max-width:992px) {
  section.blog-section .section-heading .defalt-heading {
    margin-bottom: 10px;
  }
  section.blog-section {
    padding: 30px 0px;
  }
  .blg-img.bllgg-mmi .blog-img-div {
    height: 180px;
  }
  .blg-img.bllgg-mmi .blog-content a h3 {
    margin: 10px 0px;
    font-size: 13px;
    text-transform: capitalize;
  }
  .blg-img.bllgg-mmi .blog-btn a {
    font-size: 13px;
  }
}
/*end blog section*/

/*testimonial section*/
section.maintestimonials-new {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
  background: #000;
}
.maintestimonials-new .section-heading .sub-heading {
  text-align: center;
}
.maintestimonials-new .section-heading .defalt-heading h2 {
  text-transform: capitalize;
  color: var(--btn-color);
}
.maintestimonials-new .section-heading .defalt-heading h2 span {
  text-transform: capitalize;
}
.inner-testimonial {
  display: flex;
  align-items: center;
  width: 100%;
}
.inner-testimonial .testimonial-user {
  max-width: 20%;
  position: relative;
  z-index: 1;
}
.inner-testimonial .testimonial-content {
  max-width: 80%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border-top: 3px solid var(--sec-color);
}
.inner-testimonial .testimonial-user img.img-fluid {
  width: auto !important;
}
.inner-testimonial .testimonial-content .testimonial-title {
  display: flex;
  align-items: center;
}
.inner-testimonial .testimonial-content .testimonial-title h4 {
  color: var(--btn-color);
  font-size: 15px;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 600;
}
.inner-testimonial .testimonial-content .testimonial-title span {
  color: var(--sec-color);
  font-size: 13px;
}
.inner-testimonial .testimonial-content .testimonial-text {
  display: inline-block;
}
.inner-testimonial .testimonial-content .testimonial-text p {
  color: #000000;
  font-size: 15px;
  max-width: 100%;
  margin-top: 20px;
}
.inner-testimonial .testimonial-content .testimonial-star img {
  width: 60px !important;
}
.testimonial-carousel .owl-nav {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.testimonial-carousel .owl-nav .owl-prev {
  background-image: url(/images/testi-arrow2.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  margin: 10px 0;
}
.testimonial-carousel .owl-nav .owl-next {
  background-image: url(/images/testi-arrow2.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0;
  width: 50px;
  height: 50px;
}
.inner-testimonial .testimonial-content .testimonial-title .cont {
  margin-left: 15px;
}

@media (max-width: 767px) {
  section.maintestimonials-new {
    padding: 30px 0px !important;
    background-size: cover !important;
  }
  .inner-testimonial .testimonial-content .testimonial-text p {
    font-size: 12px !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
  }
  .inner-testimonial .testimonial-content {
    padding: 10px !important;
  }
  .inner-testimonial {
    align-items: unset !important;
  }
  .inner-testimonial .testimonial-content .testimonial-title span {
    font-size: 11px !important;
  }
  .inner-testimonial .testimonial-content .testimonial-star img {
    max-width: 40%;
  }
  .testimonial-carousel .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
  .testimonial-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .maintestimonials-new .section-heading .defalt-heading h2 {
    text-align: center;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  section.maintestimonials-new {
    padding: 30px 0px !important;
  }
  .inner-testimonial .testimonial-content .testimonial-title h4 {
    font-size: 20px !important;
  }
  .inner-testimonial .testimonial-content .testimonial-title span {
    font-size: 15px;
  }
  .inner-testimonial .testimonial-content .testimonial-text p {
    font-size: 13px !important;
  }
  .inner-testimonial .testimonial-content .testimonial-star img {
    max-width: 60%;
  }
  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
    height: 30px;
    width: 30px;
  }
  .maintestimonials-new .section-heading .defalt-heading h2 {
    text-align: center;
  }
}
/*end testimonial section*/

/*footer css*/
.footer-section {
  padding-top: 60px;
  background: #141414;
  position: relative;
  z-index: 1;
}
.footer-section .container.bg {
  padding-bottom: 50px;
}
.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;
  font-family: Manrope !important;
}
.footer-heading {
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer-section .footer-heading h4 {
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer-widgets li a {
  color: var(--color2);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Manrope' !important;
  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;
  font-family: 'Manrope' !important;
  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;
}
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: 10px 0px !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 #ffffff29; */
  padding: 15px 0px;
  background: #000000;
}
.footer-botm p.asdas {
  margin: 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: #ffffff;
  position: relative;
  /*margin-right: 10px;*/
}
.footer-botm p.asdas a:hover {
  color: var(--btn-color);
  transition: 0.5s;
}
.foot-social ul.main-social-list {
  padding: 0;
  list-style: none !important;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.foot-social ul.main-social-list li {
  /* background: #ffffff1f; */
  margin-right: 20px !important;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  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;
}
.foot-social ul.main-social-list li a:hover {
  background: var(--btn-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 {
  padding: 0px 100px;
  margin: 0px 30px;
  position: relative;
  z-index: 1;
}
.footer-widgets.footer-column-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5px;
  height: 70%;
  margin: auto;
  background: var(--btn-color);
}
.footer-widgets.footer-column-2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.5px;
  height: 70%;
  margin: auto;
  background: var(--btn-color);
}
.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 0px !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: 10px !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: 10px !important;
    line-height: 12px !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 !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: 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;
  }
  .l-o-g {
    width: 70%;
  }
  .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: 10px;
  }
  .foot-social ul.main-social-list li {
    height: 30px;
    width: 30px;
    margin: 0px 3px !important;
  }
  .footer-main-contact .phone p {
    font-size: 11px;
  }
  .footer-botm p.asdas {
    font-size: 11px;
  }
  .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;
}

/*footer css for tab*/
@media (max-width: 992px) {
  .bread_crumb a {
    font-size: 10px !important;
  }
}
/* end product page bread crum css*/

/*for banner heading text*/
.innerbanner.all-inner {
  position: relative;
}
.banner-innercaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
  display: flex;
  align-items: center;
}
.banner-innercaption span {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 800;
  color: #fff;
  font-size: 45px;
  font-family: Roboto !important;
  line-height: normal;
}
.banner-innercaption p,
.banner-innercaption p a {
  font-size: 16px;
  color: var(--btn-color);
  margin: 0;
}

@media (max-width: 767px) {
  .innerbanner.all-inner {
    margin-top: 80px;
  }
  .banner-innercaption span {
    font-size: 17px;
  }
  .banner-innercaption p,
  .banner-innercaption p a {
    font-size: 10px;
  }
}
/*end for banner heading text*/

/*category section */
section.category-section {
  padding: 70px 0;
}
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 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
  color: var(--sec-color);
  font-size: 25px;
  transition: 0.5s;
  font-weight: 900;
}
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;
}
section.category-section .all-category-wrapper .single-category-wrapper .cat-image {
  height: 100%;
  width: auto;
  position: relative;
}
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;
}
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;
}
section.category-section .category-main-div .all-category-wrapper {
  margin: 0 10px !important;
}
.single-product-wrapper:hover .pro-img {
  transition: 0.5s;
}

@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: 15px;
  }
  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: 0 0 10px 0 !important;
  }
  section.category-section .all-category-wrapper .single-category-wrapper .view-details.btn-bnnr.all-btn a {
    padding: 5px 10px;
  }
  section.category-section .all-category-wrapper .single-category-wrapper {
    height: 150px !important;
  }
  section.category-section {
    padding: 40px 0;
  }
}

@media(min-width:767px) and (max-width:992px) {
  section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
    font-size: 18px;
  }
  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 .category-all-content {
    padding: 0 0 0 8px;
  }
  section.category-section .all-category-wrapper .single-category-wrapper {
    height: 160px;
  }
}
/*end category section */

/*Mid section */
section.mid-sec {
  background-image: url(/images/mid-ban.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
section.mid-sec .row.pp {
  padding: 50px 0;
}
section.mid-sec .main-cnt .content h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 900;
}
section.mid-sec .main-cnt .content h2 {
  color: var(--btn-color);
  font-size: 40px;
  font-weight: 800;
}
section.mid-sec .main-cnt .content h2 span.sec-clr {
  color: var(--sec-color);
}
.mid-btn.all-btn a img {
  height: 15px;
  margin-left: 4px;
}
section.mid-sec .main-cnt {
  position: relative;
}
section.mid-sec:before {
  position: absolute;
  content: '';
  background-image: url(/images/mid-chili.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 140px;
  animation: floatX 2s ease infinite;
}
section.mid-sec:after {
  position: absolute;
  content: '';
  background-image: url(/images/mid-tomato.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 140px;
}
section.mid-sec .main-cnt .mid-btn.all-btn {
  margin-top: 40px;
}

section.mid-sec .min-img {
    animation: float 2s ease infinite;
}

@keyframes float {
        
    0%, 
    
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes floatX {
        
    0%, 
    
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-7px);
    }
}

@media(max-width:767px) {
  section.mid-sec .main-cnt .content h4 {
    font-size: 14px;
  }
  section.mid-sec .main-cnt .content h2 {
    font-size: 20px;
  }
  section.mid-sec:after {
    width: 100px;
    height: 70px;
  }
  section.mid-sec:before {
    height: 90px;
    width: 90px;
  }
  section.mid-sec .main-cnt .mid-btn.all-btn {
    margin-top: 20px;
  }
}

@media(min-width:767px) and (max-width:992px) {
  section.mid-sec .main-cnt .mid-btn.all-btn {
    margin-top: 20px;
  }
  section.mid-sec .main-cnt .mid-btn.all-btn a {
    padding: 10px 20px !important;
  }
  section.mid-sec .main-cnt .content h2 {
    font-size: 25px;
  }
  section.mid-sec:after {
    height: 100px;
    width: 140px;
  }
}
/*End Mid section */

/*popular product sec*/
section.pro.max.nb .popular-main .main-imgges {
  /* max-width: 70%; */
  margin: auto;
  margin-bottom: 30px;
}
section.pro.max.nb .popular-main {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  padding: 30px 10px;
  /*width: 275px;*/
  position: relative;
  /*height: 250px;*/
  transition: 0.5s;
  background-color: #000000;
  z-index: 0;
}
section.pro.max.nb .popular-main .super-oil-cc h3 {
  text-align: center;
  margin: 10px 0;
  color: var(--btn-color);
  font-family: math !important;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  transition: 0.5s;
}
section.pro.max.nb .popular-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: url(/images/popular-hov.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
section.pro.max.nb .popular-main .main-imgges .super-oil-cmain {
  max-width: 50%;
  margin: auto;
  position: relative;
}
section.pro.max.nb .popular-main:hover:before {
  opacity: 1;
  transition: 0.5s;
  background-position: center;
}
section.pro.max.nb .popular-main .pop-details p a {
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.pro.max.nb .popular-main .view-product-btn a {
  color: var(--sec-color);
  transition: 0.5s;
  font-weight: 600;
}
section.pro.max.nb .popular-main:hover .super-oil-cc h3 {
  color: var(--sec-color);
  transition: 0.5s;
}
section.pro.max.nb .popular-main:hover .pop-details p a {
  color: #fff;
}
section.pro.max.nb .popular-main:hover .view-product-btn a {
  color: var(--btn-color);
  transition: 0.5s;
}
section.pro.max.nb .popular-main .main-det {
  text-align: center;
}
section.pro.max.nb .popular-main .main-det .pop-details p {
  margin: 0;
  padding-bottom: 8px;
}
section.pro.max.nb .popular-main:hover {
  transform: scale(1.04);
  transition: 0.5s;
}


@media(max-width:767px) {
  section.pro.max.nb .popular-main .main-imgges .super-oil-cmain {
    max-width: 35%;
  }
  section.pro.max.nb .popular-main .super-oil-cc h3 {
    font-size: 16px;
    margin: unset;
  }
  section.pro.max.nb .popular-main .pop-details p a {
    font-size: 12px;
    font-weight: unset;
  }
  section.pro.max.nb .popular-main .main-imgges {
    margin-bottom: 12px;
  }
  section.pro.max.nb .popular-main .view-product-btn a {
    font-size: 12px;
  }
  section.pro.max.nb .popular-main .main-det .pop-details p {
    padding: unset;
  }
  section.pro.max.nb .popular-main {
    max-width: 100%;
    margin: 5px auto;
  }
}

@media(min-width:768px) and (max-width:992px) {}

@media(max-width:992px) {
  section.pro.max.nb .popular-main:before {
    opacity: 1 !important;
  }
}
/*popular product end*/