
@font-face {
  font-family: "ChakraPetch";
  font-weight: 300;
  src: url(../fonts/ChakraPetch/ChakraPetch-Light.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 400;
  src: url(../fonts/ChakraPetch/ChakraPetch-Regular.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 600;
  src: url(../fonts/ChakraPetch/ChakraPetch-SemiBold.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 700;
  src: url(../fonts/ChakraPetch/ChakraPetch-Bold.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 800;
  src: url(../fonts/ChakraPetch/ChakraPetch-Black.ttf);
}



@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  src: url(../fonts/NunitoSans/NunitoSans_10pt-Light.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  src: url(../fonts/NunitoSans/NunitoSans_10pt-Regular.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  src: url(../fonts/NunitoSans/NunitoSans_10pt-SemiBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  src: url(../fonts/NunitoSans/NunitoSans_10pt-Bold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 800;
  src: url(../fonts/NunitoSans/NunitoSans_10pt-Black.ttf);
}

@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: url(../fonts/Oswald/Oswald-Light.ttf);
}
@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url(../fonts/Oswald/Oswald-Regular.ttf);
}
@font-face {
  font-family: "Oswald";
  font-weight: 600;
  src: url(../fonts/Oswald/Oswald-SemiBold.ttf);
}

/*Show More btn Css Start*/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.mid-ban .mid-bef .content h2 {
  font-size: 32px;
  font-family: 'ChakraPetch' !important;
  margin-bottom: 20px;
}
.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: NunitoSans !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #1E1E1E;
  --S-color: #E61E25;
  --txt-color: #5B5B5B;
  --btn-color: #d5142c;
}
li{
    list-style:none;
}

body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--color2);
}
.sub-heading {
  margin-top: 15px;
  position: relative;
  text-align: left;
}
.sub-heading h3 {
  display: inline-block;
  position: relative;
  color: var(--h-color);
  font-size: 15px;
  margin: 0px;
  padding-left: 10px;
  font-weight: 700;
  text-transform: capitalize;
}
.sub-heading h3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  right: auto;
  margin: auto;
  background-color: var(--btn-color);
}
.defalt-heading h2 {
  color: var(--h-color);
  /* text-align: center; */
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  /* display: inline-block; */
  line-height: 30px;
  text-transform: capitalize;
  padding: 10px 0px;
}
.btn-primary {
  color: var(--color2);
  background: var(--btn-color) !important;
  border: 1px solid var(--btn-color) !important;
  font-size: 14px;
  font-family: 'Poppins' !important;
}

/*default heading css for mobile*/
@media (max-width: 767px) {
    .sub-heading:before {
    height: 3px !important;
}
.sub-heading {
    padding-top: 10px !important;
    margin: 0 !important;
    /* text-align: center !important; */
}
.sub-heading h3 {
    font-size: 10px !important;
    padding-left: 7px;
}
.defalt-heading h2 {
    font-size: 18px !important;
    line-height: 30px;
}
}

@media (min-width: 575px) and (max-width: 768px) {
    .sub-heading:before {
        height: 3px !important;
    }
    .sub-heading {
        padding-top: 10px !important;
    }
    .sub-heading h3 {
        font-size: 11px !important;
        letter-spacing: 2.4px !important;
    }
    .defalt-heading h2 {
        font-size: 18px !important;
    }
    .image-service {
    width: 50px !important;
    margin: 0 auto !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .sub-heading h3 {
        /* letter-spacing: 2.4px !important; */
        font-size: 18px !important;
        
        
        
        
        
        
        
        
        !I;
        !;
    }
    .defalt-heading h2 {
    line-height: 30px !important;
   }
}


body .my_contact_us {
  display: block;
  position: fixed;
  right: -33px;
  top: 35%;
  z-index: 9;
  transform: rotate(90deg);
}
/*header css for mobile*/
@media (max-width: 767px) {
  body .my_contact_us {
    right: -44px;
  }
}

.dasktop-show {
  display: block;
}
.mobile-show {
  display: none;
}

nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    justify-content: space-evenly !important;
}
@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  
  .contact-banner{
      margin-top:80px !important;
  }
}

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  float: right;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: var(--btn-color) !important;
  border-radius: 30px !important;
  padding: 4px 5px;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: var(--color2) !important;
  border: none !important;
  font-size: 13px;
  position: relative;
  font-family: LEMON MILK !important;
  font-weight: 500 !important;
  /* padding: 15px 29px !important; */
  border-radius: 30px !important;
  width: auto !important;
  /* text-align: center; */
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color) !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a img {
  /* background-image: url(/images/world.png); */
  /* display: none; */
  margin-right: 10px;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  position: absolute;
  /* height: 25px; */
  /* width: 25px; */
  /* left: 2px; */
  /* top: 2px; */
  /* background-image: url(/images/world.png); */
  /* background-size: 100% 100% !important; */
  /* background-position: center !important; */
  /* background-repeat: no-repeat !important; */
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 10px !important;
  filter: brightness(15) !important;
  top: 2px !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: var(--btn-color) !important;
  position: absolute !important;
  padding: 30px 0px 10px 20px !important;
  width: 173px !important;
  top: 26px;
  border-radius: 0px 0px 20px 20px;
  height: auto !important;
  border-color: var(--btn-color);
  border: 0 !important;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #fff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 12px;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: var(--btn-color) !important;
  transition: 0.3s;
}
/* end for gtranslate language css*/

/* ===============================
    for search css
  =============================== */
  
  .h-search-form input.form-control {
    font-family: Domine !important;
    font-size: 13px;
    border: 0 !important;
    font-weight: 400;
    line-height: 25px; /* 162.5% */
    text-transform: capitalize;
    /* position: absolute; */
    width: 100%;
    /* transform: translateX(2000px); */
    /* transition: 0.5s; */
}

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

/* ===============================
  header css
=============================== */

.logo-sec .header-top {
  padding: 5px 0px;
}
.logo-sec .header-info {
  display: flex;
  align-items: center;
}
.h-contact .all-icon {
  display: flex;
  justify-content: end;
  align-items: center;
}
.h-contact .all-icon .h-icon {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-contact .all-icon p.c-black {
  margin: 0 !important;
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.h-contact .all-icon p.c-num {
  margin: 0 !important;
  color: #ffffff;
  /* font-style: italic; */
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}
.main-menu-header {
    background: #fff;
    padding: 10px;
}

.my-navbar .header-logo.mobile-logo {
  display: none;
}
.main-header li.nav-item {
  padding: 10px 0px;
  position: relative;
}
.main-header li.nav-item a.nav-link {
  margin: 0px 10px;
  border-radius: 0px;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
  font-family: oswald !important;
}
.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  transition: 0.5s ease all;
  font-weight:800;
  z-index: 9;
  color: #ffffff;
}
.main-header li.active.nav-item a.nav-link:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: var(--btn-color);
    z-index: -1;
    transition: 0.3s;
}
.main-header li.nav-item a.nav-link:hover {
 background-repeat: no-repeat !important;
 background-size: 100% 100%;
 transition: 0.5s ease all;
 color: var(--btn-color);
}
.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: var(--btn-color);
  transition: 0.3s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
  font-weight: 400;
  font-family: 'Oswald' !important;
  font-size: 18px;
}
.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(--color2) !important;
  transition: 0.3s;
}

.header-langinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*header css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
  section.logo-sec.main-header {
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main-menu-header {
    background: #e9e9e9;
    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: 30%;
  }
  .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;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-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: #e9e9e9;
    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: 30%;
  }
  .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;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-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*/

/*banner css*/

section.banner-section {
  position: relative;
  height: 600px;
}
section.banner-section .row {
  position: relative;
}
section.banner-section .bannermain {
  background: #fff;
  padding: 0px;
  /* position: absolute; */
  width: 100%;
  top: -55px;
  /* position: relative; */
}
section#\#banner .banner-slider .owl-item .item {
  height: 600px;
  margin: 0px;
  position: relative;
}
.banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /*right: 0;*/
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.banner_txt .caption2 {
  max-width: 50%;
  width: 50%;
  /* text-align: center; */
}
.banner_txt h2.text3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    margin: 0px;
    padding: 2px 5px;
    font-family: Flavors !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}
.banner_txt h2.text2 {
  color: var(--btn-color);
  font-size: 35px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  line-height: normal;
  /* text-align: center; */
  font-family: Oswald !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.banner_txt p.text4 {
    max-width: 80%;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Oswald' !important;
    margin: auto;
    margin-bottom: 10px;
}

.container.banner_txt .btn-bnnr.all-btn {
    max-width: 80%;
    margin: auto;
}
.for-inq-ww.dasktop-show .btn-bnnr {
  display: inline-block;
  /* margin-top: 20px; */
  background: var(--btn-color);
  color: #fff;
  font-weight: 600;
  padding: 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family: oswald !important;
}
.all-btn a {
  padding: 8px;
  color: #fff;
  background: var(--S-color);
  border: 1px solid var(--S-color);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 100px;
  font-family: Poppins !important;
}
.banner_txt .caption2 .btn-bnnr a:hover {
  transition: 0.5s;
  background-color: transparent !important;
  color: var(--btn-color) !important;!I;!;
  border: 1px solid var(--btn-color);
}
.banner-slider .owl-nav {
  display: block !important;
}
.banner-slider .owl-nav .owl-prev {
    font-size: 0;
    background-image: url(/images/banner-arrow.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    transform: rotate(180deg);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--btn-color);
    background-size: 50% 50% !important;
    background-position: center !important;
}
.banner-slider .owl-nav .owl-next {
    font-size: 0;
    background-image: url(/images/banner-arrow.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 0;
    margin: auto;
    background-color: var(--btn-color);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 50% 50% !important;
}
.banner-slider .owl-dots {
    display: flex;
    position: absolute;
    bottom: -60px;
    right: 0;
    margin: auto;
    background-color: transparent;
    left: 0;
    align-items: center;
    justify-content: center;
}

.banner-slider .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0px 10px;
  background: #292929;
}
.banner-slider .owl-dots .owl-dot {
  /* padding-bottom: 50px !important; */
  border-radius: 50%;
  /* border: 2px solid #ffffff; */
  margin: 2px;
  padding: 0px;
  display: block;
  position: relative;
}
.banner-slider .owl-dots .owl-dot.active {
  /* border: 2px solid #ffffff; */
}
.banner-slider .owl-dots .owl-dot.active span {
  height: 20px;
  width: 20px;
  background: #E61E25;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    height: 200px !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: 45% !important;
    width: 85%;
    padding: 0 !important;
  }
  .banner_txt h2.text3 {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .banner_txt h2.text2 {
    font-size: 16px;
    line-height: 20px;
  }
  .banner_txt p.text4 {
    font-size: 10px !important;
    line-height: 14px !important;
    /* margin: 0px; */
    margin-bottom: 5px;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-dots {
    display: none !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  /*     section#\#banner {*/
  /*    margin-top: 0px !important;*/
  /*}*/
  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;
    width: 80%;
    padding: 0 !important;
  }
  .banner_txt h2.text3 {
    font-size: 16px;
    line-height: 25px;
  }
  .banner_txt h2.text2 {
    font-size: 18px;
    line-height: 30px;
  }
  .banner_txt p.text4 {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 10px !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: 25px;
  }
  .banner_txt h2.text2 {
    font-size: 25px;
  }
  .btn-bnnr a {
    font-size: 18px;
  }
}

/*end banner css*/

/*----------===-----------*/
.service-section {
    padding: 60px 0px;
}
.service-section .service {
    text-align: center;
}
.service-section .service .service-img {
    height: 150px;
    position: relative;
    overflow: hidden;
}
.service-section .service .service-img img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.service-section .service p {
    color: #717171;
    font-family: Domine !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

/*service css for mobile*/
@media (max-width: 767px) {

}
/*service css for tab*/
@media (min-width: 768px) and (max-width: 992px) {

}

/*----------===-----------*/


.section-heading {
    text-align: center;
    /* background: var(--btn-color); */
    /* padding: 20px 0px; */
    margin-bottom: 0px;
    position: relative;
}
.section-heading h2 {
    color: var(--btn-color);
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
    font-family: 'Flavors' !important;
}
.section-heading:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 0px;
    /* background: #6EBD42; */
    z-index: -1;
}


/*about section*/

.about-section {
  position: relative;
  padding: 100px 0px 60px 0px;
  z-index: 1;
  /*background-image: url("/images/about-bg.png");*/
}

.about-ccontent h1 {
    color: var(--h-color);
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    line-height: normal;
    padding-top: 10px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.about-ccontent h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    width: 0px;
    background: var(--h-color);
}
.about-section .about-ccontent p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font-family: NunitoSans !important;
  letter-spacing: 0.5px;
  margin: auto;
  /* text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2); */
  margin-top: 25px;
}
.about-btn a {
  /*color: var(--btn-color);*/
  /* font-size: 18px; */
  /* font-weight: 700; */
  /* line-height: normal; */
  /* text-transform: capitalize; */
}
.row.align-items-center.about-second-row {
    padding-top: 60px;
    position: relative;
}
.about-images:hover img {
    transition: 0.5s;
    transform: scale(1.08);
}

.about-images img {
    position: relative;
    transition: 0.5s;
}

/*about css for mobile*/
@media (max-width: 767px) {
    .hide-mobile{
        display: none;
    }
    
  .about-section {
    padding: 10px 0px !important;
  }
  .about-section .sub-heading:before {
    /* margin: auto !important; */
  }
  .about-ccontent h1 {
    /* text-align: center !important; */
    display: block !important;
    font-size: 18px !important;
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
  }
  .about-section .about-ccontent {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  .about-section .about-ccontent p {
    font-size: 12px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 0px;
    margin-top: 0;
  }
  .about-btn a {
    font-size: 10px !important;
  }
}
/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.about-section {
    padding: 30px 0px  !important;
  }
  .about-section .sub-heading:before {
    /* margin: auto !important; */
  }
  .about-ccontent h1 {
    /* text-align: center !important; */
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  
  section.about-section .about-ccontent p {
    font-size: 10px !important;
    padding-right: 0px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .about-btn a {
    font-size: 10px !important;
  }
}

/*about css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .about-ccontent h1 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .about-section .sub-heading:before {
    margin: auto !important;
  }
  .about-section .about-ccontent p {
    font-size: 13px;
  }
  .about-btn a {
    font-size: 13px;
  }
}

/*end about section*/

/*product section*/
.product-section {
  padding: 80px 0px;
  position: relative;
}

.product-heading-bg {
    background-color: var(--btn-color);
    padding: 10px 0px;
}

.product-heading-bg .sub-heading h3 {
    color: #fff;
}

.product-heading-bg .sub-heading:before {
    background-color: #fff !important;
}

.product-heading-bg .defalt-heading h2 {
    color: #fff;
}
section.product-section .sub-heading,
section.product-section .defalt-heading {
  text-align: center;
  position: relative;
}
.main-div {
  margin-top: 50px;
  padding: 20px;
  position: relative;
 
}

.product-list {
  height: 400px;
  position: relative;
  overflow: hidden;
  background-image: url("/images/products-bg.png");
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
}
.product-list img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
}
.product-content {
  text-align: center;
  /* padding-top: 20px; */
}
.product-url a {
  color: var(--h-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Poppins !important;
  margin: 0;
}
/*.product-url-main .view-details a {*/
/*  font-size: 16px;*/
/*  font-weight: 700;*/
/*  line-height: 60px;*/
/*  padding: 10px 20px;*/
/*  border-radius: 10px;*/
/*  color: var(--color2);*/
/*  background-color: var(--btn-color);*/
/*}*/

.product-url-main {
    margin-top: 30px;
}

.product-url-main .view-details.all-btn {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.product-url-main .view-details.all-btn a.links {
    padding: 10px 15px;
}

/*product css for mobile*/
@media (max-width: 767px) {
  .product-section {
    padding: 30px 0px;
  }
  .main-div {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .product-content {
    padding-top: 10px;
  }
  .product-url a {
    font-size: 10px;
  }
  .product-list {
    width: 100%;
    height: 130px !important;
    position: relative;
  }
  .product-url,
  .product-url-main {
    text-align: center;
    margin-top: 0px !important;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 8px;*/
  /*  padding: 5px 15px;*/
  /*  line-height: 30px;*/
  /*}*/
}

/*product css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .product-section {
    padding: 30px 0px;
  }
  .product-url a {
    font-size: 12px;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 12px;*/
  /*}*/
}

/*product css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .product-url a {
    font-size: 14px;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 14px;*/
  /*}*/
}
/*end product section*/

  /* ===============================
	  testimonial section css
  =============================== */
  section.main-testimonial.zz {
	padding: 60px 0px;
	position: relative;
	}
  section.main-testimonial.zz .sub-heading h3 {
	/* color: #fff; */
	/* text-align: center; */
	/* font-size: 20px; */
	/* font-weight: 400; */
	/* line-height: normal; */
	margin-bottom: 10px;
	}
  section.main-testimonial.zz .default-heading h2 {
	color: #1E1E1E;
	font-family: Domine !important;
	font-size: 40px;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	text-transform: capitalize;
	display: inline-block;
	}
  section.main-testimonial.zz .default-heading h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 2px;
	width: 120px;
	background: #fff;
  }
  section.main-testimonial.zz .default-heading {
    text-align: center;
}
section.main-testimonial.zz .default-heading h2:before {
    content: '';
    position: absolute;
    left: 105%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 4px;
    background: #1E1E1E;
}
section.main-testimonial.zz .default-heading h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 4px;
    background: #1E1E1E;
}

.inner-testimonial .testi-star img {
    width: auto !important;
}
  section.main-testimonial.zz .cust-cust {
	padding-top: 50px;
  }
  section.main-testimonial.zz .text-caption-p p {
	color: #4A4646;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	}
  section.main-testimonial.zz .testi-user {
	display: flex;
	align-items: center;
	justify-content: end;
	}
  section.main-testimonial.zz .testy-img {
	display: inline-block !important;
	margin-right: 20px;
  }
  section.main-testimonial.zz .testy {
	display: inline-block !important;
  }
  section.main-testimonial.zz .testy h4 {
	color: #4A4646;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	}
  section.main-testimonial.zz .testy h5 {
	color: #4A4646;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	}
  section.main-testimonial.zz .owl-dots {
	display: block !important;
	}
  
  .que-testi {
    position: relative;
}

section.main-testimonial.zz .que-testi:before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: -130px;
    width: 100px;
    height: 100px;
    /*background-image: url(/images/que.jpg);*/
    /*background-size: 100% 100% !important;*/
    /*background-position: center !important;*/
    /*background-repeat: no-repeat !important;*/
}

section.main-testimonial.zz:before {
    content: '';
}
.video-div .video-btn {
    text-align: center;
}
  /*testimonial css for mobile*/
  @media (max-width: 767px) {
	section.main-testimonial.zz {
	  padding: 30px 0px;
	  background-size: cover !important;
	  background-position: left center !important;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	  line-height: 20px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  width: 60px !important;
	  left: -65px;
	}
	section.main-testimonial.zz .owl-nav {
	  display: none !important;
	}
	section.main-testimonial.zz .cust-cust {
	  margin-top: 10px !important;
	  height: auto !important;
	  padding-top: 10px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 10px !important;
	  line-height: 15px !important;
	  padding-right: 0px !important;
	}
	section.main-testimonial.zz .testy-img {
	  display: inline-block !important;
	  height: 50px !important;
	  width: 50px !important;
	  margin-right: 10px !important;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 0px !important;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 12px;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 10px;
	}
  }
  
  /*testimonial css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.main-testimonial.zz {
	  padding: 30px 0px !important;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  width: 60px !important;
	  left: -65px;
	}
	section.main-testimonial.zz .cust-cust {
	  padding-top: 30px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 12px !important;
	  line-height: 20px !important;
	  padding-right: 0px;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 15px !important;
	}
	section.main-testimonial.zz .testy-img {
	  width: 60px;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 14px !important;
	  margin-bottom: 5px !important;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 12px !important;
	}
  }
  /* ===============================
	  end testimonial section css
  =============================== */

/*video in testimonial section*/
.video-section {
    /* padding: 120px 0px; */
    position: relative;
    z-index: 2;
    text-align: center;
    background-image: url("/images/video-bgimg.jpg");
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    margin: 70px 0 50px;
    height: 500px;
}
.video-section .video-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.video-section .video-content h2 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 800;
    margin: 0px;
    line-height: 37px;
}
.video-section .video-content p {
    color: #FFF;
    font-family: Domine !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin: 0px 100px;
    margin-bottom: 20px;
}
.video-section .video-content .all-btn a:hover {
    background: var(--btn-color) !important;
    transform: scale(1.05);
}
/*end video in testimonial section*/



section.featured-section .feat-prod .prod-content {
    text-align: center;
    padding: 10px;
    border-top: 1px solid var(--btn-color);
}
.prod-content h2 {
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
.prod-content p {
  font-size: 15px;
  color: #4F4F4F;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prod-content a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
}
.prod-content a:before,
.hot-prod-text a:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    border: 1px solid #E01B22;
    top: 10px;
    left: -9px;
    opacity: 0;
    display: none;
    transition: 0.3s;
}
.prod-content a:hover:before,
.hot-prod-text a:hover:before{
    display: block !important;
    transition: 0.3s;
}
.prod-content a:hover {
    color: #39223D;
    transition: 0.3s;
}

.single-prod:hover .prod-img img {
    transition: 0.6s;
    transform: scale(1.09);
}

.single-prod .prod-img {
    overflow: hidden;
    transition: 0.6s;
}


@media (max-width: 767px) {
    .single-prod {
    /*display: flex;*/
    padding: 10px 0px;
    /*align-items: center;*/
  }
  section.category-section .col-md-4:nth-child(2) .single-prod {
    display: flex;
    flex-direction: column-reverse;
  }
  .prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .prod-content p {
    font-size: 10px;
    margin: 0px;
  }
  .prod-content a {
    font-size: 11px;
    font-weight: 500;
  }
}




/* ===============================
	  blogs section css
  =============================== */
.blog-section {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}
.blog-section .sub-heading,
.blog-section .defalt-heading {
  /* text-align: center; */
  position: relative;
}
.blog-section .defalt-heading {
    margin-bottom: 20px;
}
.blog-section .main-blog:hover .main-blog-div {
    /* transform: translatey(-50px); */
    transition: 0.5s;
}
.blog-section .main-blog-div {
  /* padding: 20px; */
  /* margin-top: 60px; */
  /* border: solid 1px #cccccc8a; */
  transition: 0.5s;
  /* display: flex; */
  /* align-items: center; */
  margin: 50px 0px;
}
.blog-section .blog-img {
  margin-bottom: 15px !important;
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
  border: solid 1px #cccccc8a;
  overflow: hidden;
  background: #ECECEB;
  margin: auto;
  border-radius: 20px;
}
.blog-section .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
  width: 90%;
  max-height: 70%;
  transition: 0.5s;
  object-fit: cover !important;
}
.blog-section .blog-content .name-user {
  display: flex;
  align-items: center;
}
.blog-section .blog-content .name-user p {
    margin-bottom: 0 !important;
    padding-top: 10px;
    color: var(--txt-color);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 10px;
}
.blog-section .blog-url {
  margin-top: 10px;
}
.blog-section .blog-url a {
  color: var(--h-color);
  font-size: 20px;
  font-weight: 700;
  min-height: 50px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s;
}
.blog-section .blog-txt p {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-right: 18px;
}
.blog-section .blog-txt p:last-child {
    /* color: var(--h-color); */
    /* font-weight: 700; */
}
.blog-section .view-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.blog-section .blog-url-main .view-details a {
  background: var(--btn-color);
  font-size: 14px;
  border: 1px solid;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  padding: 10px 20px;
  line-height: normal;
  text-transform: capitalize;
}
.blog-content {
    /* max-width: 50%; */
    /* width: 50%; */
    padding: 20px 30px;
    background: #FFFFFF;
    border-radius: 20px;
    /* height: 300px; */
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.blog-sub-title span {
    color: #717171;
    font-family: Domine !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-section .blog-txt span.blog-date {
    color: var(--btn-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    font-family: 'Flavors' !important;
}
.blog-section .blog-txt span.blog-date:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #606060;
    height: 0;
    width: 0px;
}
.blog-section .blog-url-main .view-details a:hover {
    background: transparent;
    transition: 0.5s;
    border: 1px solid #000;
    color: #0F0F0F;
}
.blog-section .container.blog-bg {
    position: relative;
}
.blog-section .container.blog-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #F6F6F6;
    z-index: -1;
}
.blog-section .container.blog-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #F6F6F6;
    z-index: -1;
}
.all-blog-btn.all-btn {
    text-align: center;
    /* margin-top: 80px; */
}
.blog-cont a {
    color: var(--txt-color);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: 'Poppins' !important;
}
/*BLOGS css for mobile*/
@media (max-width: 767px) {
  .blog-section {
    padding: 30px 0px !important;
    padding-bottom: 0px !important;
  }
  .blog-section .blog-up:nth-child(2) {
    margin-top: 0px !important;
  }
  .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .main-blog-div {
    margin: 10px 0px !important;
  }
  .blog-section .blog-img {
    height: 180px !important;
  }
  .blog-section .blog-url a {
    font-size: 15px !important;
    margin-bottom: 0px;
    min-height: 30px;
  }
  .blog-section .blog-txt p {
    font-size: 12px !important;
    line-height: 13px !important;
    margin: 2px 0px !important;
    font-weight: unset;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 11px !important;
    line-height: 20px !important;
    padding: 6px 15px;
  }
  .blog-section .blog-url-main .view-details a:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-section {
    padding: 30px 0px 0px !important;
  }
  .blog-section .main-blog-div {
    margin: 0px 0px !important;
    padding: 10px !important;
  }
    .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .blog-img {
    height: 180px !important;
  }
  .blog-section .blog-up:nth-child(2) {
    margin-top: 0px !important;
  }
  .blog-section .blog-content .name-user p {
    font-size: 11px !important;
  }
  .blog-section .blog-url a {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0px;
  }
  .blog-section .blog-txt p {
    font-size: 14px !important;
    /* line-height: 18px !important; */
    margin: 0px 0px !important;
    font-weight: normal;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .blog-section .blog-url-main .view-details a:last-child {
    width: auto;
  }
}

/* end blogs section css */


/* gallery section css */
.all-gallery-img {
    display: flex;
}
.gallery-img {
    margin: 5px;
    /* width: 20%; */
    /* height: 300px; */
    overflow: hidden;
}
.gallery-img:hover img.img-fluid {
    transition: 0.8s;
    transform: scale(1.08);
}

.gallery-img img.img-fluid {
    transition: 0.8s;
}
/* end gallery section css */



/*footer css*/

.footer-section {
    position: relative;
    padding-top: 40px;
    margin-top: 80px;
}
.footer-section .main-footer {
    padding-top: 170px;
    background-size: 100% 100%!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.footer-section .main-footer .l-o-g {
    text-align: center;
    background: #ccc;
    border-radius: 0px 0px 30px 30px;
    max-width: 70%;
    margin: auto;
    padding: 20px;
}
.footer-section .container.bg {
    padding-bottom: 50px;
}
.footer-p p {
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    /* margin-top: 30px; */
}
.footer-heading {
    margin-bottom: 45px;
    text-align: left;
}
.footer-section .footer-heading h4 {
    color: var(--color2);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: ChakraPetch !important;
    background: #555153;
    padding: 10px;
    border-radius: 50px;
}

.footer-widgets li a {
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    line-height: 166.188%;
    text-transform: capitalize;
    display: inline-flex !important;
    transition: 0.5s ease all;
}

.footer-widgets li a p {
  display: inline-block;
}
li.foot-numb:last-child a p {
   width: 75%;
}
.footer-menus ul.footer-menus-list {
    padding: 0;
}
li.foot-numb {
  display: block !important;
}
li.foot-numb a p {
  display: inline-block !important;
  width: 90%;
  transition: 0.5s ease all;
  margin-bottom: 10px;
}
.footer-widgets li .h-icon {
    margin-right: 15px;
    display: inline-block;
    /* width: 100%; */
}
.footer-widgets li {
  margin: 5px 0px;
}
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: #000;
}
.footer-botm p.asdas {
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.footer-botm p.asdas a {
  color: var(--btn-color);
  position: relative;
  /*margin-right: 10px;*/
}
.footer-botm p.asdas a:hover {
    color: #fff;
    transition: 0.3s;
}

.footer-main-contact ul.main-social-list {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
}
.footer-main-contact ul.main-social-list li {
    background: #ffffff1c;
    margin-right: 20px !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.footer-main-contact ul.main-social-list {
  padding: 0px;
  display: flex;
  margin: 0;
  align-items: center;
}
.footer-main-contact ul.main-social-list li {
  background: #8787872e;
  margin-right: 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.footer-main-contact ul.main-social-list li:hover {
  background: #1e81c2;
  transition: 0.5s;
}
.footer-main-contact ul.main-social-list li a {
    display: inline-block !important;
    height: 50px;
    width: 50px;
    position: relative;
}

.footer-main-contact ul.main-social-list li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.footer-widgets ul.footer-menus-list li a .arrow3 {
    margin-right: 20px;
}
.footer-section:before {
    position: absolute;
    content: "";
    top: -30%;
    left: 0;
    background-image: url("/images/footer-before.png");
    height: 100%;
    width: 20%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: -1;
}

.footer-section:after {
    position: absolute;
    content: "";
    top: -30%;
    right: 0;
    background-image: url("/images/footer-after.png");
    height: 100%;
    width: 20%;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.footer-section li.foot-numb a p:hover {
    color: var(--btn-color);
    transition: 0.5s ease all;
}

.footer-section .footer-widgets li a:hover {
    color: var(--btn-color);
    transition: 0.5s ease all;
}
.foot-numb-head h4 {
    color: var(--color2) !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: ChakraPetch !important;
    padding: 10px;
}
  
.footer-widgets {
    padding-left: 50px;
}

li.foot-numb a p.email {
    text-transform: lowercase;
}

.qr-div {
    display: flex;
    align-items: center;
    justify-content: left;
}
.qr-div img {
    margin: 0px 10px 0px 0px;
}

/*footer css for mobile*/
@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px !important;
    margin-top: 20px;
  }
  .footer-section .container.bg {
    padding-bottom: 0px !important;
  }
  .l-o-g {
    width: 25% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .footer-p p {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 16px !important;
  }
  .footer-heading {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }
  .footer-section .footer-heading h4 {
    font-size: 13px !important;
    margin: 10px 0px;
  }
  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 {
    margin-right: 6px !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: 8px !important;
    line-height: 12px !important;
  }
   .footer-widgets {
    padding-left: 0px;
}
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  footer.footer-section {
    padding-top: 30px;
    margin-top: 0px;
  }
  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: 100%;
    margin: 0 auto;
  }
  .footer-heading {
    margin-bottom: 10px;
  }
  .footer-p p {
    font-size: 12px;
    margin: 5px 0px;
    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: 12px;
    margin-top: 0px;
  }
   .footer-widgets {
    padding-left: 0px;
}
  
}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background-color: var(--btn-color);
  color: #fff;
  margin: 0 auto;
}

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

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

.extra-padding {
  padding: 0;
}

/*footer css for tab*/
@media (max-width: 992px) {
    .bread_crumb a {
        font-size: 10px !important;
    }
}
/* end product page bread crum css*/


/*inspector css*/

section.category-section {
    padding-top: 30px;
}

.gallery-section {
    padding-bottom: 50px;
}

.gallery-section .sub-heading {
    text-align: center;
}



.main-div:hover .product-list img.img-fluid {
    transform: scale(1.03);
    transition: 0.5s;
}


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

    .gallery-img {
        height: 100px;
    }
    
}
@media (max-width: 575px) {
    .gallery-img {
        height: 50px;   
    }
}
@media (max-width: 992px) {
    .ffc ul.main-social-list li {
      /* height: 30px; */
      /* width: 30px; */
      /* margin-right: 10px !important; */
    }
}
@media (max-width: 767px) {
    
.video-btn img.img-fluid {
    max-width: 20%;
}

section.category-section {
    padding-top: 30px;
}

.single-prod .prod-img img {
}

.single-prod .prod-img {
    height: 180px;
    overflow: hidden;
}




.gallery-section {
    padding-bottom: 30px;
}

.ffc ul.main-social-list {
    justify-content: center;
}
}


@media (min-width: 767px) and (max-width: 992px) {
.prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
}

.prod-content p {
    font-size: 12px !important;!Im;!I;!;
}

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


/*footer column divide line*/
/*.line-after {*/
/*    position: relative;*/
/*}*/

/*.line-after:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -5px;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #ffffff29;*/
/*}*/

/*.line-after:first-child:after {*/
/*    display: none;*/
/*}*/


.follow-text {
    display: inline-block;
}
.follow-icon {
    display: inline-block;
}
.follow-text p {
    margin: 0;
    margin-right: 10px !important;
    color: #717171;
    font-size: 16px;
    font-family: Domine !important;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}
.follow-icon a.follow-sing-icon img {
    margin: 0px 10px;
}
.h-search-form input.form-control::placeholder {
    color: #D2D2D2;
}
.banner_txt h2.text3:before {
    content: '';
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0px; */
    width: 0;
    height: 0;
    /* background-color: var(--btn-color); */
    /* margin: auto; */
    /* z-index: -1; */
    opacity: 0;
}
.banner_txt .caption2 .btn-bnnr a {
    border: 1px solid var(--btn-color);
    color: #FFF !important;
    margin-right: 0px;
    border-radius: 0px;
    background: var(--btn-color);
    font-family: NunitoSans !important;
}
.all-btn a:hover {
    transition: 0.5s;
    background-color: #ffffff;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
}

.banner-slider .owl-dots .owl-dot:last-child:after {
    width: 0;
    height: 0;
}

.banner-slider .owl-dots .owl-dot.active:before {
    color: #0096FE;
    transition: 0.5s;
}


@media (max-width: 767px) {

.blog-section .container.blog-bg:before {
    left: 0;
    width: 0px;
    height: 0px;
}

.blog-section .container.blog-bg:after {
    width: 0px;
    height: 0px;
}

.blog-section .container.blog-bg:after {}

.banner_txt .caption2 .btn-bnnr a {
    /* margin-right: 5px; */
    font-size: 9px !important;
}

.service-section {
    padding: 30px 0px;
}

.service-section .service p {
    font-size: 12px;
    margin-bottom: 0px;
}

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

.section-heading {
    padding: 10px 0px;
    margin-bottom: 0px;
}

.section-heading:after {
    height: 0px;
    bottom: 0px;
}

.product-url-main .view-details.all-btn a.links {
    font-size: 9px !important;
    padding: 6px 10px;
}

.blog-sub-title span {
    font-size: 9px;
    margin-bottom: 0px;
}

.blog-section .blog-txt span.blog-date {
    padding-left: 0px;
    font-size: 9px;
    margin-right: 10px;
}

.blog-section .blog-txt span.blog-date:before {
    width: 35px;
}

.blog-section .view-details {
    margin-top: 10px;
    display: block !important;
}

.all-blog-btn.all-btn {
    margin-top: 0px;
}

.all-btn a {
    padding: 8px 15px;
    font-size: 10px;
}

.video-section {
    background-size: cover !important;
    background-position: left center !important;
    /* padding: 50px 0px; */
    height: 200px !important;
    margin: 40px 10px;
}

.video-section .video-content h2 {
    font-size: 20px !important;
    line-height: 20px;
}

.video-section .video-content p {
    margin: 10px 30px;
    font-size: 12px;
    line-height: 20px;
}

.video-div {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

section.main-testimonial.zz .default-heading h2:before {
    width: 60px;
}

.footer-section .main-footer {
    padding-top: 30px;
    background-position: top center !important;
    background: #000!important;
}

li.foot-numb a p {
    margin-bottom: 0px;
}

li.foot-numb:last-child a p {
    width: 100%;
}

.footer-menus ul.footer-menus-list {
    margin-bottom: 5px;
}


.video-section .video-content:before {
    width: 0px !important;
    height: 0px !important;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    margin-bottom: 10px;
}

.sub-heading h3:before {
    width: 2px;
}

.about-section .row.align-items-center.g-0 {
    flex-direction: column-reverse;
}

.about-btn.all-btn {
    margin-top: 20px;
}

.product-section .section-heading h2 {
    font-size: 20px !important;
}

.section-heading h3 {
    font-size: 10px !important;
    padding-left: 70px !important;
}

.section-heading h3:before {
    width: 2px !important;
}

.video-section:before {
    height: 50% !important;
    top: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    z-index: -1;
}

.video-section:after {
    width: 100% !important;
    bottom: 0 !important;
    top: auto !important;
    height: 50% !important;
}

.video-div .video-btn img.img-fluid {
    max-width: 20%;
}

.video-section .video-content h5 {
    font-size: 12px !important;
}

.video-section .video-content h3 {
    font-size: 13px !important;
    padding: 0px 10px !important;
}

.video-section .video-content {
    padding-top: 60px;
}

.sub-heading h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.blog-section .sub-heading p {
    font-size: 10px;
}

.main-testimonial .sub-heading h2 {
    font-size: 20px;
}

section.main-testimonial.zz .sub-heading h3 {
    margin-bottom: 0px;
}

.main-testimonial .sub-heading {
    margin-bottom: 20px !important;
}

.row.footer-logooo {
    top: -20px;
}

.footer-p {
    width: 100% !important;
}

.footer-widgets ul.footer-menus-list li a .arrow3 {
    margin-right: 10px;
}

.footer-main-contact ul.main-social-list {
    margin-bottom: 30px;
}


}

@media (min-width: 767px) and (max-width: 992px) {
    .blog-section .container.blog-bg:before {
    left: 0;
    width: 50%;
}

.blog-section .container.blog-bg:after {
    /* width: 0px; */
    /* height: 0px; */
    right: 0;
    width: 50%;
}

.blog-section .container.blog-bg:after {}

.banner_txt .caption2 .btn-bnnr a {
    margin-right: 5px;
    font-size: 9px !important;
}

.service-section {
    padding: 30px 0px;
}

.service-section .service p {
    font-size: 12px;
    margin-bottom: 0px;
}

.section-heading h2 {
    font-size: 20px;
    margin-top: 10px;
}

.section-heading {
    padding: 10px 0px;
    margin-bottom: 0px;
}

.section-heading:after {
    height: 20px;
    bottom: -10px;
}

.product-url-main .view-details.all-btn a.links {
    font-size: 9px !important;
    padding: 6px 10px;
}

.blog-sub-title span {
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 0px;
}

.blog-section .blog-txt span.blog-date {
    /* padding-left: 40px; */
    font-size: 9px;
    margin-right: 9px;
}

.blog-section .blog-txt span.blog-date:before {
    width: 35px;
}

.blog-section .view-details {
    margin-top: 10px;
    display: block !important;
}

.all-blog-btn.all-btn {
    margin-top: 30px;
}

.all-btn a {
    padding: 10px 20px;
    font-size: 11px;
}

.video-section {
    background-size: cover !important;
    background-position: center !important;
    /* padding: 60px 0px; */
    height: 300px !important;
    margin: 70px 20px;
}

.video-section .video-content h2 {
    font-size: 22px;
    line-height: 20px;
}

.video-section .video-content p {
    margin: 10px 30px;
    font-size: 12px;
    line-height: 20px;
}

.video-div {
    margin-top: 20px;
}

section.main-testimonial.zz .default-heading h2:before {
    width: 60px;
}

.footer-section .main-footer {
    padding-top: 90px;
    background: #000 !important;
}

li.foot-numb a p {
    margin-bottom: 0px;
}

li.foot-numb:last-child a p {
    width: 100%;
}

.footer-menus ul.footer-menus-list {
    margin-bottom: 5px;
}
.banner-slider .owl-dots .owl-dot:after {
    height: 85%;
}

.banner-slider .owl-dots .owl-dot {
    padding-bottom: 0px !important;
}

.product-list {
    height: 200px;
}

.main-div {
    margin-top: 30px;
    padding: 10px;
}

.product-url-main {
    margin-top: 10px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
    .h-contact .all-icon .h-icon {
    margin-left: 0px;
}

.h-contact .all-icon p.c-num {
    font-size: 12px;
}

.follow-text p {
    font-size: 12px;
}

.h-search-form input.form-control {
    font-size: 12px;
    width: 100%;
}

.select-lang .gt_switcher_wrapper .gt_selected a:before {
    height: 20px;
    width: 20px;
    left: 10px;
    top: 6px;
}

.select-lang .gt_switcher_wrapper .gt_selected a {
    font-size: 12px;
    /* padding: 15px 40px !important; */
}

.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
    top: 0px !important;
}

.main-header li.nav-item a.nav-link {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 5px;
}

.dasktop-show .header-logo a img {
    /* width: 35%; */
}

.banner_txt p.text4 {
    font-size: 20px;
}

.banner_txt .caption2 .btn-bnnr a {
    font-size: 12px;
    margin-right: 15px;
}
}


.header-discount {
    text-align: center;
}

.header-discount p {
    margin: 0px;
}

.header-discount .flesh-disc p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.header-discount .year-disc p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.all-btn.quick-header a:hover {
    color: #fff;
    border-color: #fff;
}

.dasktop-show .header-logo {
    position: relative;
    text-align: center;
}
.my-navbar.nav-side2 .navbar-collapse {
    justify-content: flex-start !important;
}

.my-navbar.nav-side2 {
    display: inline-block;
}

.all-btn.quick-header {
    display: inline-block;
    margin-left: 30px;
}

.dasktop-show .header-logo a.logo {
    /* position: absolute; */
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.dasktop-show .header-logo a.logo img.img-fluid {
    max-width: 50%;
}

section.prod-banner.dasktop-show {
    position: relative;
}

.prod-banner .service-img {
    position: relative;
    height: 200px;
}

.prod-banner .service-img img {
    position: absolute;
    top: 0px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-radius: 20px;
}

.about-ccontent {
    /* padding-left: 30px; */
}

.about-image {
    padding: 20px;
    text-align:center;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    margin-bottom: 30px;
}

.about-btn.all-btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 50px;
}

.product-section .section-heading h2 {
    color: var(--btn-color);
    font-size: 35px;
}

.section-heading h3 {
    display: inline-block;
    position: relative;
    color: var(--h-color);
    font-size: 16px;
    margin: 0px;
    padding-left: 100px;
    font-weight: 700;
    font-family: 'Poppins' !important;
}

.section-heading h3:before {
    content: '';
    position: absolute;
    background-image: url("/images/sub-heading-before.png");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    top: -15px;
    display: none;
}

.video-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url(/images/video-bg.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: -1;
}


.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    background: var(--btn-color);
    z-index: -1;
    display: none;
}

.video-div .video-btn img.img-fluid {
    max-width: 35%;
}

.video-section .video-content h5 {
    color: #FFF;
    text-align: center;
    font-family: Oswald !important;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}

.video-section .video-content h3 {
    display: inline-block;
    margin: 0px;
    color: #FFF;
    text-align: center;
    font-family: Oswald !important;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    background: #000;
    padding: 0px 30px;
}

.video-section .video-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.10);
}

.sub-heading h2 {
    color: var(--h-color);
    font-size: 27px;
    margin-bottom: 13px;
    font-weight: 700;
}

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

.all-blog-btn.all-btn a {
    border-radius: 30px;
}

.blog-section .blog-url a:hover {
    color: var(--btn-color);
    transition: 0.5s;
}

.blog-section .main-blog-div:hover .blog-img img {
    transition: 0.5s;
    transform: scale(1.03);
}

.main-testimonial .sub-heading {
    text-align: center;
    margin-bottom: 50px;
}

.main-testimonial .sub-heading h2 {
    font-size: 35px;
    color: var(--btn-color);
    margin: 0px;
}

section.main-testimonial.zz .owl-nav {
    display: block;
    width: 100%;
}

section.main-testimonial.zz .owl-nav .owl-prev {
    font-size: 0;
    /*background-image: url(/images/arrow2.png);*/
    width: 25px;
    height: 45px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.main-testimonial.zz .owl-nav .owl-next {
    font-size: 0;
    /*background-image: url(/images/arrow2.png);*/
    width: 25px;
    height: 45px;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.row.footer-logooo {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    bottom: auto;
}

.footer-section .footer-heading h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: var(--btn-color);
    display: none;
}

.footer-p {
    width: 80%;
}

@media (min-width: 767px) and (max-width: 992px) {
    .row.footer-logooo {
}

.main-testimonial .sub-heading h2 {
    font-size: 20px;
}

.main-testimonial .sub-heading {
    margin-bottom: 30px;
}

.blog-section .sub-heading p {
    font-size: 11px;
}

.sub-heading h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.video-section .video-content:before {
    width: 220px;
    height: 220px;
}

.video-section .video-content h5 {
    font-size: 16px;
}

.video-section .video-content h3 {
    font-size: 16px;
    padding: 0px 10px;
}

.product-section .section-heading h2 {
    font-size: 20px;
}

.section-heading h3 {
    font-size: 11px;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    margin-bottom: 10px;
}

.about-btn.all-btn {
    margin-top: 20px;
}

section.prod-banner.dasktop-show {
    display: block !important;
}

.prod-banner .service-img {
    height: 80px;
}
.navbar-light.my-navbar {
    padding: 0;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
    .all-btn a {
    padding: 7px 15px;
    font-size: 12px;
}

.header-discount .year-disc p {
    font-size: 10px;
}

.header-discount .flesh-disc p {
    font-size: 10px;
}

.banner-slider .owl-item .item {
    height: 500px;
}

section.banner-section {
    height: 500px;
}

.prod-banner .service-img {
    height: 100px;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.about-btn.all-btn {
    margin-top: 30px;
}

.product-section {
    padding: 30px 0px 60px;
}

.product-section .section-heading h2 {
    font-size: 25px;
}

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

.blog-section {
    padding-top: 50px;
    padding-bottom: 0px;
}

.sub-heading h2 {
    font-size: 20px;
}

.main-testimonial .sub-heading h2 {
    font-size: 25px;
}

.footer-section .footer-heading h4 {
    font-size: 13px;
}

.footer-main-contact ul.main-social-list li a {
    width: 30px;
    height: 30px;
}

.footer-main-contact ul.main-social-list li {
    width: 30px;
    height: 30px;
}

}


.about-section:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 250px;
    height: 400px;
    background-image: url(/images/about-before.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    display: none;
}
@media (max-width: 992px) {
    
    /*.blog-section:before {*/
    /*    display: none;*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    width: 0%;*/
    /*    height: 0%;*/
    /*}*/
    
    .about-section:before {
        display: none;
        content: '';
        position: absolute;
        width: 0%;
        height: 0%;
    }
}

.footer-main-contact.header-soc ul.main-social-list {
    justify-content: end !important;
}
.footer-main-contact.header-soc ul.main-social-list li {
    background: #0f75bc !important;
    height: 40px !important;
    width: 40px !important;
}


/*Usama Css*/

/*Top Header Css*/

section.top-header {
    padding: 10px;
    border-bottom: 1px solid #bababa;
}

section.top-header .top-left-cont h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: oswald !important;
}

section.top-header .top-left-cont span {
    font-family: oswald !important;
    color: #FF0000;
    margin-right: 7px;
}


/*banner Css*/

/*.banner_txt .caption2:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #000000;*/
/*    height: 55%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 16%;*/
/*    margin: auto;*/
/*    z-index: -1;*/
/*    opacity: 0.4;*/
/*}*/
.container.banner_txt .caption2 img {
    max-width: 50%;
    margin: auto;
}

.banner_txt .caption2 {
    padding: 30px;
}


/*Service Css*/

section.service-sec {
    padding: 150px 0px 60px 0px;
    position: relative;
}

.ser-div {
    text-align: center;
    position: relative;
}

.ser-div .ser-img {position: relative;height: 100px;border: 1px solid;display: inline-block;border-radius: 20px;width: 120px;padding: 20px;transition: 0.5s ease all;}

.ser-div .ser-img img {
    /* position: absolute; */
    height: 70px;
    top: 0;
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

.ser-div .ser-cont h3 {
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Oswald'!important;
}

section.service-sec:after {
    position: absolute;
    content: "";
    background-image: url("/images/ser-after.png") !important;
    height: 250px;
    width: 250px;
    bottom: -20%;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    z-index: 999 !important;
}

section.service-sec:before {
    content: "";
    position: absolute;
    background-image: url("/images/ser-before.png") !important;
    height: 100%;
    width: 20%;
    top: 30%;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: 40% 100% !important;
    z-index: -1 !important;
}
section.service-sec:after {
    content: "";
    position: absolute;
    background-image: url("/images/ser-after.png") !important;
    height: 100%;
    width: 20%;
    top: -100px;
    right: 0 !important;
    background-repeat: no-repeat !important;
    background-size: 40% 100% !important;
    background-position: top right;
    z-index: -1 !important;
}

.left-arrow-div {
    position: relative;
    height: 100px;
}

.left-arrow-div img {
    position: absolute;
    content: "";
    height: 150px;
    left: -3%;
    top: -30px;
}
.right-arrow-div {
    position: relative;
    border: 1px solid var(--btn-color);
    padding: 20px 0px;
    border-radius: 30px;
}




/*About Css*/

.about-section:after {
    content: '';
    position: absolute;
    top: 5%;
    right: 0;
    width: 250px;
    height: 400px;
    background-image: url(/images/about-after.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    z-index: -1;
}
.home-aboutbtn.all-btn {
    text-align: left;
    /* margin-top: 30px; */
}


/*Product Css*/

.product-section:before {
    position: absolute;
    content: url("/images/product-sec-before.png");
    height: 100%;
    width: 15%;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

.product-section:after {
    position: absolute;
    content: url("/images/product-sec-after.png");
    height: 100%;
    width: 15%;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    z-index: -1;
}


/*Form Css*/

section.form-section {
    position: relative;
    margin-top: 30px;
}
section.form-section .form-control:focus {
    box-shadow: none;
}
section.form-section .col-md-4.col-sm-6.col-xs-6.col-6.cap_img img {
    max-width: 100%;
}
section.form-section:before {
    position: absolute;
    content: "";
    height: 670px;
    width: 50%;
    right: 0;
    top: -78px;
    background-image: url("/images/form-image-bg.png");
    background-position: top;
    background-size: 100% 100% !important;
}

section.form-section .form-div {
    padding: 20px 10px;
    position: relative;
    height: 600px;
}

section.form-section .form-div .cont-heading h3 {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size: 30px;
}

section.form-section .form-content .quick-form form input {
    padding: 10px;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}

section.form-section .form-content .quick-form form textarea {
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 10px;
    color: #fff;
}
 section.form-section:after {
    position: absolute;
    content: "";
    background-image: url("/images/form-image.jpg");
    height: 94%;
    width: 50%;
    left: 0;
    top: 25px;
    /*bottom: 0px;*/
    margin: auto;
    background-size: 100% 100% !important;
    background-position: bottom;
}

section.form-section .cont-heading {
    padding: 20px 0px;
}


/*Blog Css*/


.blog-section .container.blog-bg:before {
    position: absolute;
    content: "";
    background-image: url(/images/blog-before.png);
    width: 30%;
    height: 50%;
    top: 0%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/*.blog-section:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(/images/blogsec-before.png);*/
/*    height: 60%;*/
/*    width: 45%;*/
/*    left: 0;*/
/*    bottom: -40px;*/
/*    background-repeat: no-repeat !important;*/
/*    background-size: 100% 100% !important;*/
/*    z-index: -1;*/
/*}*/


/*Testimonial Css*/

section.main-testimonial.zz .inner-testimonial img {
    max-width: 50%;
    margin: auto;
}
section.main-testimonial.zz:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20%;
    top: 0%;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    background-image: url("/images/testimonial-before.png");
}

section.main-testimonial.zz:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    top: 10%;
    right: 0;
    background-image: url("/images/testimonial-after.png");
}
section.main-testimonial.zz .item {
    background-color: #F5F5F5;
    padding: 60px 0px;
}

section.main-testimonial.zz .inner-testimonial-content{
    position: relative;
}

section.main-testimonial.zz .inner-testimonial-content:before {
    position: absolute;
    content: "";
    background-image: url("/images/testi-comma.png");
    height: 100%;
    width: 20%;
    background-repeat: no-repeat !important;
    left: -15%;
    top: 25%;
    z-index: 9;
}
section.main-testimonial.zz .inner-testimonial-content:after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    height: 100%;
    width: 1px;
    left: -9%;
    top: 0;
    bottom: 0;
}

section.main-testimonial.zz span {
    display: block;
    height: 40px;
    /* background: #fff; */
    width: 40px;
    border-radius: 50%;
    background-image: url("/images/slider-dot.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    margin: 0px 10px;
}

section.main-testimonial.zz .owl-dots {
    display: flex !important;
    position: absolute;
    bottom: 12px;
    right: 0;
    margin: auto;
    background-color: transparent;
    left: 0;
    align-items: center;
    justify-content: center;
}
section.main-testimonial.zz .owl-dots .owl-dot.active span {
  height: 40px;
  width: 40px;
  background-image: url("/images/slider-activedot.png") !important;
}
section.main-testimonial.zz .inner-testimonial-content p {
    font-size: 14px;
}

/*Banner Css*/
section.banner-section .bannermain .banner-after {
    position: absolute;
    top: 20%;
    right: 18%;
    bottom: 0;
    z-index: 999;
    height: 60%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 0.7;
}
section.banner-section .bannermain ul.header-social-list {
    padding: 0px 5px;
}
section.banner-section .bannermain ul.header-social-list li{
    margin:10px 0px;
}
section.banner-section .bannermain ul.header-social-list li a img {
    max-width: 90%;
}
section.banner-section .bannermain ul.header-social-list li a:hover img {
    transform: rotate(90deg);
    transition: 0.5s ease all;
}


/*Top Section Css*/

section.top-header .lang-div {
    display: flex;
    align-items: center;
    justify-content: end;
}

section.top-header .h-contact .all-icon .text-numb p {
    color: var(--txt-color);
    font-family: NunitoSans !important;
    margin: 0;
    font-weight: 700;
}
@media (max-width: 767px) {
    section.service-sec:after {
        display: none;
    }
    .left-arrow-div img {
        display: none;
    }
    .right-arrow-div:before {
        display: none;
    }
    section.banner-section .bannermain .banner-after {
        display: none;
    }
    .left-arrow-div {
        display: none;
    }
    section.service-sec:before {
        display: none;
    }
    .about-section:after {
        display: none;
    }
    .product-section:after, .product-section:before {
        display: none;
    }
    section.form-section:after {
        width: 0;
        z-index: -1;
    }
    section.form-section:before {
        width: 100%;
        background-color: var(--h-color);
        background-image: unset;
        top: 0;
        height:100%;
    }
    .cap_img img {
        max-width: 100%;
        height: auto;
    }

    section.main-testimonial.zz:after, 
    section.main-testimonial.zz:before {
        width: 0;
        opacity: 0;
    }
    .footer-botm {
        padding: 10px 0px;
    }
    section.top-header {
        display: none !important;
    }
    .ser-div .ser-cont h3 {
        font-size: 12px;
    }
    section.service-sec {
        padding: 30px 0px;
        position: relative;
        display: none;
    }
    .form-div .cont-heading h3 {
        font-size: 22px;
    }
    .cap_codee button.btn.btn-primary.inquiry_form_btn {
        width: 100%;
    }
    .blog-cont a {
        font-size: 10px;
        margin-bottom: 10px !important;
    }
    section.main-testimonial.zz .inner-testimonial-content p {
        font-size: 10px;
        padding: 10px;
        margin: 0px 10px;
    }
    section.main-testimonial.zz .inner-testimonial-content:before, section.main-testimonial.zz .inner-testimonial-content:after {
        width: 0;
        opacity: 0;
    }
    .form-content .quick-form form input, .form-content .quick-form form textarea {
        font-size: 12px;
    }
    .blog-content {
        height: auto !important;
        border-radius: 0px 0px 20px 20px !important;
    }
    .blog-section .container.blog-bg:before {
        width: 0;
        opacity: 0;
    }
    section.logo-sec.main-header .form-section.h-search-form{
        /* display: none; */
        /* left: 40px; */
        /* top: 30px; */
    }
    section.banner-section .bannermain:before{
         display: none;
    }
    .footer-section:before{
        display: none;
    }
      .footer-section:after{
        display: none;
    }
    section.form-section .form-div .cont-heading h3{
        font-size:18px;
    }
    section.main-testimonial.zz .owl-dots .owl-dot.active span{
        height:20px;
        width:20px;
    }
    section.main-testimonial.zz span{
         height:20px;
        width:20px;
    }
    .home-aboutbtn.all-btn{
        margin-top:5px;
    }
       .banner_txt .caption2:before{
        width: 60%;
        height: 35%;
        z-index: 0;
    }
    
    section.form-section {
        height: 530px;
    }
}


@media (min-width: 767px) and (max-width: 992px) {
    section.service-sec:after {
        display: none;
    }
    .left-arrow-div img {
        display: none;
    }
    .right-arrow-div:before {
        display: none;
    }
    section.banner-section .bannermain .banner-after {
        display: none;
    }
    .left-arrow-div {
        display: none;
    }
    section.service-sec:before {
        display: none;
    }
    .about-section:after {
        display: none;
    }
    .product-section:after, .product-section:before {
        display: none;
    }
    section.form-section:after {
        width: 50%;
        z-index: -1;
        background-size: 100% 100%;
        top: 9px;
    }
    section.form-section:before {
        width: 50%;
        height: 560px;
    }
    .cap_img img {
        max-width: 100%;
        height: auto;
    }

    section.main-testimonial.zz:after, 
    section.main-testimonial.zz:before {
        width: 0;
        opacity: 0;
    }
    .footer-botm {
        padding: 10px 0px;
    }
    section.top-header {
        display: none !important;
    }
    .ser-div .ser-cont h3 {
        font-size: 12px;
    }
    section.service-sec {
        padding: 30px 0px;
        position: relative;
        display: none;
    }
    .form-div .cont-heading h3 {
        font-size: 22px;
    }
    .cap_codee button.btn.btn-primary.inquiry_form_btn {
        width: 100%;
    }
    .blog-cont a {
        font-size: 10px;
        margin-bottom: 10px !important;
    }
    section.main-testimonial.zz .inner-testimonial-content p {
        font-size: 10px;
        padding: 10px;
        margin: 0px 10px;
    }
    section.main-testimonial.zz .inner-testimonial-content:before, section.main-testimonial.zz .inner-testimonial-content:after {
        width: 0;
        opacity: 0;
    }
    .form-content .quick-form form input, .form-content .quick-form form textarea {
        font-size: 12px;
    }
    .blog-content {
        height: auto !important;
        padding: 20px 13px;
    }
    .blog-section .container.blog-bg:before {
        width: 0;
        opacity: 0;
    }
    section.logo-sec.main-header .form-section.h-search-form{
        /* display: none; */
    }
    section.banner-section .bannermain:before{
         display: none;
    }
    .footer-section:before{
        display: none;
    }
      .footer-section:after{
        display: none;
    }
    section.form-section .form-div .cont-heading h3{
        font-size:18px;
    }
    section.main-testimonial.zz .owl-dots .owl-dot.active span{
        height:20px;
        width:20px;
    }
    section.main-testimonial.zz span{
         height:20px;
        width:20px;
    }
    .home-aboutbtn.all-btn{
        margin-top:5px;
    }
    .banner-slider .owl-dots{
       display: none;
    }
    .banner_txt .caption2:before{
        width: 55%;
        height: 45%;
        z-index: 0;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
     .about-section{
         padding: 88px 0px ;
     }
     section.main-testimonial.zz .inner-testimonial-content:before{
         left:-18%;
     }
}


/*===============
    preload
===============*/
   * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  /*background: #ddd;*/
  height: 100%;
  overflow-x: hidden;
}
.text {
  color: brown;
  font-size: 220px;
  text-align: center;
}
.open {
  color: var(--btn-color);
  background: #000;
  padding: 10px;
  border-radius: 20px;
}

/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
  /*animation: spinner 1s infinite linear;*/
  /*border-radius: 50%;*/
  /*border: 10px solid rgba(0, 0, 0, 0.2);*/
  /*border-top-color: var(--btn-color);*/
    height: 150px;
    margin: auto;
    max-width: 50%;
    background-image: url(/images/preloader.gif);
    background-repeat: no-repeat;
    background-size: cover;
    filter: hue-rotate(355deg);
}
/* Loading text */
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;
  color: var(--btn-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(6):before {
  animation-delay: 0.5s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(7):before {
  animation-delay: 0.5s;
}
.container-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
/* Animation of the preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner Loading */
  .container-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Text Loading */
  .container-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner Loading */
  .container-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  /*Loading text */
  .container-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
.origin {
  text-decoration: none;
  font-size: 45px;
}
section.banner-section .bannermain ul.header-social-list li a img {
    transition: 0.5s ease all;
}



/*Omni New Css*/

/*Footer Css*/


.footer-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url("/images/footer-dots.png");
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 100px;
    width: 100px;
}

.footer-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-image: url("/images/footer-dots.png");
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 100px;
    width: 100px;
}
.footer-social-icons ul {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    position: relative;
}

.footer-social-icons ul li {
    margin: 10px 10px;
    position: relative;
    list-style: none;
}

.footer-social-icons ul li a {
    border: 1px solid #ccc;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    transition: 0.5s ease all;
}

.footer-social-icons ul li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 13px;
}

.footer-social-icons ul li a:hover {
    background: var(--S-color);
    transition: 0.5s ease all;
}

/*About Css*/

.section-heading.about-head {
    text-align: left;
}

.section-heading.about-head h2 {
    /* display: inline-block; */
    position: relative;
    font-family: 'Oswald' !important;
    font-size: 40px;
}

.section-heading.about-head h2:before {
    position: absolute;
    content: "";
    background-image: url("/images/about-head-circle.png");
    left: 0;
    top: 0;
    left: 0;
    height: 150px;
    width: 30%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    margin: auto;
    bottom: 0;
}
.section-heading.about-head h3:after {
    position: absolute;
    content: "";
    background: red;
    height: 2px;
    width: 35%;
    left: 0;
    top: 40%;
}


/*About Second Section Css*/

section.about-second-section {
    position: relative;
    padding: 10px 0px;
}

section.about-second-section:before {
    position: absolute;
    content: "";
    background-image: url("/images/about-bar.png");
    height: 50%;
    width: 100%;
    background-repeat: no-repeat !important;
    bottom: 10%;
    background-position: bottom;
}


/*Featured Section Css*/

section.featured-section {
    padding: 60px 0px;
    position: relative;
}

section.featured-section .super-oil-cmain {}

section.featured-section .super-oil-cmain img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    transition: 0.5s ease all;
    background: transparent;
    width: auto;
    height: 100%;
}

section.featured-section .feat-prod:hover {
    border: 2px solid var(--btn-color);
    transition: 0.5s;
    /* border-radius: 10px; */
}

section.featured-section:after {
    position: absolute;
    content: "";
    background-image: url("/images/featured-after.png");
    top: -30px;
    left: 0;
    height: 100%;
    width: 20%;
    background-repeat: no-repeat !important;
    background-size: 80% 100%  !important;
    background-position: left;
    z-index: -1;
}

section.featured-section:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-image: url("/images/featured-before.png");
    background-repeat: no-repeat !important;
    background-size: 50% 100%;
    height: 100%;
    width: 30%;
    background-position: right;
    display: none;
}
section.featured-section .super-oil-cmain:before {
    position: absolute;
    /* content: ""; */
    background-image: url("/images/featured-imgbefore.png");
    height: 80%;
    width: 80%;
    background-repeat: no-repeat !important;
    background-size: 80% 100%;
    bottom: -20px;
    background-position: center;
    z-index: -9;
}

section.featured-section .section-heading.featured-head {
    text-align: left;
    position: relative;
}

section.featured-section .section-heading.featured-head:before {
    position: absolute;
    content: "";
    background: var(--S-color);
    height: 2px;
    width: 20%;
    bottom: -5px;
}

section.featured-section .super-oil-cc h3 {
    margin-top: 10px;
    color: var(--h-color);
    font-weight: 700;
    font-family: 'ChakraPetch' !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

section.featured-section .section-heading.featured-head h3 {
    padding: 0;
    font-family: chakrapetch !important;
    font-size: 18px;
    color: var(--S-color);
}

section.featured-section .section-heading.featured-head h2 {
    padding: 0;
    font-family: chakrapetch !important;
    color: var(--h-color);
}
section.featured-section .super-oil-desc p {
    color: var(--txt-color);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
    align-content: center;
}


.owl-carousel-prod .owl-nav {
  display: flex !important;
  align-items: center;
}

.owl-carousel-prod .owl-nav .owl-prev {
  background-image: url(/images/arrow.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  font-size: 0;
  height: 30px;
  width: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50%;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: -2%;
  bottom: 0;
  margin: auto;
}

.owl-carousel-prod .owl-nav .owl-next {
  background-image: url(/images/arrow.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  font-size: 0;
  height: 30px;
  width: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50%;
  /* transform: rotate(180deg); */
  position: absolute;
  top: 0;
  right: -2%;
  bottom: 0;
  margin: auto;
}

/*Banner Section Css*/
section.banner-section:before {
    position: absolute;
    content: "";
    background-image: url("/images/main-banner-before.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 30%;
    width: 100%;
    bottom: -15%;
    z-index: 0;
}

/*Service Section Css*/


.section-heading.ser-head h2 {
    color: var(--h-color);
    font-family: oswald!important;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.section-heading.ser-head h2:after {
    position: absolute;
    content: "";
    top: 40%;
    height: 2px;
    width: 30%;
    background: red;
    left: -35%;
    bottom: 0;
}

.section-heading.ser-head h2:before {
    position: absolute;
    content: "";
    background: red;
    top: 40%;
    height: 2px;
    width: 30%;
    right: -35%;
    bottom: 0;
}
.ser-div:before {
    position: absolute;
    content: "";
    background-image: url("/images/ser-div-before.png");
    background-repeat: no-repeat !important;
    height: 100%;
    width: 30%;
    right: -22%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10% 100%;
}
.ser-div:hover .ser-img {
    background: #E61E25;
    transition: 0.5s ease all;
}

.ser-div:hover .ser-img img {
    filter: brightness(7.5);
}

/*Gallery Css*/

.section-heading.gallery-head h2 {
    color: var(--h-color);
    font-family: 'ChakraPetch' !important;
    margin-bottom: 20px;
}


.gallery-img1 {
    position: relative;
    height: 550px;
}

.gallery-img1 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 550px;
    margin: auto;
    width: 95%;
    object-fit: cover;
    transition: 0.5s ease all;
}
.gallery-img1:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    content: "";
    transition: 0.5s ease all;
    background-image: linear-gradient(#FF0000 , #D9D9D9);
    opacity: 0;
}

.gallery-img1:hover:before {
    top: -30px;
    transition: 0.5s ease all;
    opacity: 1;
}

.gallery-img2 {
    position: relative;
    height: 250px;
}

.gallery-img2 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 250px;
    margin: auto;
    width: 95%;
    object-fit: cover;
    transition: 0.5s ease all;
}
.gallery-img2:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    content: "";
    transition: 0.5s ease all;
    background-image: linear-gradient(#FF0000 , #D9D9D9);
    opacity: 0;
}

.gallery-img2:hover:before {
    top: -30px;
    transition: 0.5s ease all;
    opacity: 1;
}

.gallery-img3 {
    position: relative;
    height: 350px;
}

.gallery-img3 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 300px;
    width: 95%;
    object-fit: cover;
    transition: 0.5s ease all;
}
.gallery-img3:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 95%;
    width: 100%;
    content: "";
    transition: 0.5s ease all;
    background-image: linear-gradient(#FF0000 , #D9D9D9);
    opacity: 0;
}

.gallery-img3:hover:before {
    top: -10px;
    transition: 0.5s ease all;
    opacity: 1;
}

.gallery-img4 {
    position: relative;
    height: 350px;
}

.gallery-img4 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 350px;
    transition: 0.5s ease all;
    width: 95%;
}
.gallery-img4:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    content: "";
    transition: 0.5s ease all;
    background-image: linear-gradient(#FF0000 , #D9D9D9);
    opacity: 0;
}

.gallery-img4:hover:before {
    top: -30px;
    transition: 0.5s ease all;
    opacity: 1;
}
.gall-img {
    transition: 0.5s !important;
}

.gall-img:hover img {/* transform: scale(1.03); */transition: 0.5s ease all;}


section.form-section .row.align-items-center.t.extra-items {
    position: relative;
}


section.form-section .form-div .cont-heading h3 span {
    font-family: Poppins !important;
    color: var(--btn-color);
    font-size: 30px;
}
section.form-section ::placeholder{
    color:#fff !important;
    font-family:NunitoSans;
    
}


/*Media Screen Css */

@media screen and (max-width: 767px) {
    .section-heading.about-head h2:before{
        height:80px;
    }
    .about-images {
        margin-top: 10px;
    }
    section.about-second-section{
        padding:20px 0px;
    }
    .row.align-items-center.about-second-row{
        padding:20px 0px;
    }
    section.featured-section{
        padding:20px 0px;
    }
    section.featured-section:after{
        display:none;
    }
    section.featured-section .super-oil-cmain{
        height:200px;
    }
    section.featured-section .super-oil-cmain img{
         height:200px;
    }
    section.featured-section .super-oil-cc h3{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .gall-img{
        margin-top: 20px;
    }
    .gallery-img1{
        height: 250px;
    }
    .gallery-img1 img{
         height:250px;
    }
    .gallery-img2{
        height: 150px;
    }
    .gallery-img2 img{
        height:150px;
    }
    .gallery-img3{
       height: 250px;
    }
    .gallery-img3 img{
        height:250px; 
    }
    .gallery-img4{
         height: 250px;
    }
    .gallery-img4 img{
         height:250px; 
    }
    section.form-section .form-div{
        height:450px;
    }
    .footer-section .main-footer .l-o-g{
        padding:10px;
    }
    .main-header li.active.nav-item a.nav-link:before{
        z-index:-1;
        top: 0;
    }
    .main-header li.active.nav-item a.nav-link{
        color: var(--color2) !important;
    }
    .foot-numb-head h4{
        font-size:13px;
        padding-left: 0;
        padding-bottom: 0px;
    }
    section.form-section .form-div .cont-heading h3 span{
        font-size:18px;
    }
    .search-box-btn.search-box-outer {
        left: 23px !important;
        top: 10px !important;
    }

    
}

@media (min-width: 768px) and (max-width: 992px) {
        .section-heading.about-head h2:before{
        height:80px;
    }
    .about-images {
        margin-top: 10px;
    }
    section.about-second-section{
        padding:20px 0px;
    }
    .row.align-items-center.about-second-row{
        padding:20px 0px;
    }
    section.featured-section{
        padding:20px 0px;
    }
    section.featured-section:after{
        display:none;
    }
    section.featured-section .super-oil-cmain{
        height:200px;
    }
    section.featured-section .super-oil-cmain img{
         height:200px;
    }
    section.featured-section .super-oil-cc h3{
        font-size: 16px;
    }
    .gall-img{
        margin-top:10px;
    }
    .gallery-img1{
        height: 400px;
    }
    .gallery-img1 img{
         height: 400px;
    }
    .gallery-img2{
        height: 150px;
    }
    .gallery-img2 img{
        height:150px;
    }
    .gallery-img3{
       height: 250px;
    }
    .gallery-img3 img{
        height:250px; 
    }
    .gallery-img4{
         height: 250px;
    }
    .gallery-img4 img{
         height:250px; 
    }
    section.form-section .form-div{
        height: 500px;
    }
    .footer-section .main-footer .l-o-g{
        padding:10px;
        max-width: 85%;
    }
    .main-header li.active.nav-item a.nav-link:before{
        z-index:-1;
        top: 0;
    }
    .main-header li.active.nav-item a.nav-link{
        color: var(--color2) !important;
    }
     .foot-numb-head h4{
        font-size:13px;
    }
     section.form-section .form-div .cont-heading h3 span{
        font-size:18px;
    }
     .search-box-btn.search-box-outer {
        left: 23px !important;
        top: 10px !important;
    }

    
}





 /* ===============================
	  for search css
  =============================== */
  .search-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	}
  .search-box-btn.search-box-outer {
	background: transparent;
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 50px;
	cursor: pointer;
	}
  .search-box-btn.search-box-outer:hover {
	transition: 0.3s;
	}
  .search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	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;
    background: var(--btn-color);
    border-radius: 50%;
    text-align: justify;
}
    
    .search-popup .form-group button img.img-fluid {
        margin: 0;
        position: relative;
    }
  /* ===============================
	  end search css
  =============================== */
  
  
  .for-inq-ww.dasktop-show {
    display: flex;
    justify-content: end;
}


.search-btn.dasktop-show {
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-btn.dasktop-show button.btn {background: var(--btn-color);border-radius: 50px;position: absolute;right: 0;height: 50px;width: 50px;transition: 0.3s;}

.search-btn.dasktop-show button.btn img {
    height: 15px;
    width: 15px;
    transition: 0.3s;
}

.search-btn.dasktop-show button.btn:hover {
    background: #fff;
    border: 1px solid var(--btn-color);
    transition: 0.3s;
}

.search-btn.dasktop-show button.btn:hover img {
    filter: brightness(0);
    transition: 0.3s;
}

section.top-header .search-btn.dasktop-show input.form-control {
    height: 50px;
    width: 100%;
    border-radius: 25px;
}

.main-header li.active.nav-item a.nav-link:hover:before {
    background: #312f30;
    transition: 0.3s;
}

section.logo-sec.main-header .shop-cate:before {
    background-image: url(/images/cat-ham.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    content: '';
    top: 10px;
    left: 8px;
    z-index: 4;
}

section.logo-sec.main-header .shop-cate .nav-link.drop {
    white-space: nowrap;
    color: #fff;
    background: var(--btn-color);
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
}

section.logo-sec.main-header .shop-cate {
    position: relative;
}


/*category css*/

.category-main-div {
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        background: #ffffff;
        margin-top: 60px;
        border-radius: 10px;
        box-shadow: 0px 4px 15px 0px rgb(98 98 98 / 12%);
        margin-bottom: 10px;
    }

    .category-main-div .category-content {
        max-width: 50%;
        width: 50%;
    }

    .category-main-div .category-img-div {
        width: 50%;
        max-width: 50%;
        float: right;
        text-align: center;
    }

    .category-main-div .category-img-div .category-list {
        height: 190px;
        width: 100%;
        position: relative;
    }

    .category-main-div .category-img-div .category-list img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 80%;
        max-height: 80%;
    }

    section.category-section .defalt-heading {
        /* margin-bottom: 30px; */
    }

    .category-content .category-title a {
        color: var(--h-color);
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 5px;
        line-height: normal;
        text-transform: capitalize;
    }

    .category-content .category-txt p {
        color: var(--txt-color);
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .owl-carousel-cate .owl-nav {
      display: flex !important;
      align-items: center;
    }
    
    .owl-carousel-cate .owl-nav .owl-prev {
      background-image: url(/images/arrow.png);
      background-position: center !important;
      background-repeat: no-repeat !important;
      font-size: 0;
      height: 30px;
      width: 30px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      border-radius: 50%;
      transform: rotate(180deg);
      position: absolute;
      top: 0;
      left: -2%;
      bottom: 0;
      margin: auto;
    }
    
    .owl-carousel-cate .owl-nav .owl-next {
      background-image: url(/images/arrow.png);
      background-position: center !important;
      background-repeat: no-repeat !important;
      font-size: 0;
      height: 30px;
      width: 30px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      border-radius: 50%;
      /* transform: rotate(180deg); */
      position: absolute;
      top: 0;
      right: -2%;
      bottom: 0;
      margin: auto;
    }

    
   @media (max-width: 767px) {
       .category-main-div{
           margin-top: 10px;
           padding:10px;
           width:100%;
           border-radius:0px 0px 50px 0px;
       }
       .category-content .category-txt p{
           font-size:12px;
           line-height: normal;
       }
        .category-content .category-title a {
            font-size: 15px;
        }
   }

section.top-header .search-btn .outer-box.clearfix {
    width: 100%;
    max-width: 80%;
}

section.top-header .search-btn .outer-box.clearfix form {
    position: relative;
}

section.mid-ban {
    position: relative;
    height: 300px;
    margin: 30px 10px;
}

section.mid-ban .mid-bef:before {
    background-image:url(/images/mid-car.jpg);
    position:absolute;
    content:'';
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}

section.mid-ban .mid-bef .content {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

section.mid-ban .mid-bef .content .mid-btn a {padding: 10px 20px;background: #e61e25;color: #fff;font-size: 15px;font-family: 'ChakraPetch' !important;transition: 0.3s;}

section.mid-ban .mid-bef:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 80%);
    top: 0;
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}

section.mid-ban .mid-bef:hover:after {
    background-image: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 100%);
    transition: 0.5s;
}

section.mid-ban .mid-bef {
    height: 100%;
    position: relative;
    transition: 0.5s;
}

section.mid-ban .mid-bef .content p {
    font-family: 'ChakraPetch' !important;
}

section.mid-ban .mid-bef .content .mid-btn:hover a {
    background: transparent;
    border: 1px solid #e61e25;
    color: #e61e25;
    transition: 0.3s;
}

section.mid-ban .mid-bef .mid-btn {
    display: inline-block;
    transition: 0.3s;
}

section.mid-ban .mid-bef .content:after {
    position: absolute;
    content: '';
    background-image: url(/images/banner-fire.png);
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    left: 0;
}

section.mid-ban .mid-bef:hover .content:after {
    transition: 0.8s;
    transform: translateX(1000px);
}


section.cat-pro-sec .cat-pro .tab-card .nav-prod-img {
    height: 200px;
    position: relative;
}

section.cat-pro-sec .cat-pro .tab-card .nav-prod-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
    object-fit: cover;
    max-height: 180px;
}

section.cat-pro-sec .cat-pro .tab-card .card-body {
    border-top: 2px solid var(--btn-color);
}

section.cat-pro-sec .cat-pro .tab-card .card-body h5.card-title {
    color: var(--btn-color);
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'ChakraPetch' !important;
}

section.cat-pro-sec .cat-pro .tab-card .card-body p.card-text {
    margin-bottom: 10px;
    color: var(--txt-color);
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'ChakraPetch' !important;
}

section.cat-pro-sec .nav-card nav.my-nav .nav-tabs .nav-link.active {
    color: var(--btn-color);
    font-weight: 700;
}

section.cat-pro-sec .nav-card nav.my-nav .nav-tabs .nav-link {
    color: #000;
}

section.cat-pro-sec .nav-card nav.my-nav {
    display: flex;
    justify-content: space-between;
}

section.cat-pro-sec .nav-card .h-content h2 {
    font-size: 30px;
    font-family: 'ChakraPetch' !important;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--btn-color);
}

section.featured-section .feat-prod .main-imgges {
    height: 200px;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    margin: 10px;
}

section.featured-section .feat-prod {
    margin-top: 50px;
    transition: 0.5s;
    border-radius: 10px;
    border: 1px solid transparent;););););););););););););
}

section.logo-sec.main-header .shop-cate ul.dropdown-menu.show {
    background: var(--btn-color);
}

section.logo-sec.main-header .shop-cate ul.dropdown-menu.show li a {
    color: #fff;
    font-family: oswald !important;
    transition: 0.3s;
}

section.logo-sec.main-header .shop-cate ul.dropdown-menu.show li:hover {
    background: none;
}

section.logo-sec.main-header .shop-cate ul.dropdown-menu.show li a:hover {
    color: #000;
    transition: 0.3s;
}

/*my responsive*/

/*@media(max-width:992px){*/
/*    section.logo-sec.main-header .shop-cate {*/
/*        display: none;*/
/*    }*/
/*}*/

@media(max-width:767px){

  section#\#banner .banner-slider .owl-item .item {
      height: 200px;
  }
  
  section.mid-ban .mid-bef {
      height: 100%;
  }
  
  section.mid-ban .mid-bef .content:after {
      display: none;
  }
  
  section.mid-ban .mid-bef .content h2 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  
  section.mid-ban .mid-bef .content .mid-btn a {
      padding: 5px 15px;
  }
  
  section.mid-ban {
      height: 150px;
  }
  
  section.cat-pro-sec .nav-card .h-content h2 {
      font-size: 20px;
      text-align: center;
  }
  
  section.cat-pro-sec .nav-card nav.my-nav {
      display: block;
  }
  
  div#nav-tab {
      justify-content: center;
  }
  
  section.cat-pro-sec .nav-card nav.my-nav {
      font-size: 12px;
  }
  
  section.cat-pro-sec .nav-card nav.my-nav .nav-tabs .nav-link {
      font-size: 10px;
  }

  section.cat-pro-sec .cat-pro .tab-card .nav-prod-img {
      height: 160px;
      width: 150px;
      margin: auto;
  }
  
  section.cat-pro-sec .cat-pro .tab-card .card-body h5.card-title {
      font-size: 15px;
  }
  
  section.cat-pro-sec .cat-pro .tab-card .card-body p.card-text {
      font-size: 12px;
      line-height: normal;
  }
  
  .about-image {
      padding: 5px;
  }
  
  section.featured-section .feat-prod .main-imgges {
      height: 150px;
      width: auto;
  }
  
  section.featured-section .super-oil-desc p {
      font-size: 12px;
      margin-bottom: 5px;
  }
  
  section.featured-section .owl-prev, section.featured-section .owl-next {
      display: none;
  }
  
  .blog-section .main-blog-div .users-img img {
      width: 13px;
  }
  
  .blog-section .blog-content .name-user p {
      font-size: 12px;
      margin-left: 5px;
  }
  
  .container-preloader .animation-preloader .spinner {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .footer-section .footer-widgets .footer-heading.my {
        text-align: center;
    }
    
    .footer-social-icons ul li {
        margin: 0 10px !important;
    }

  section.mid-ban .mid-bef .content p {
      margin-bottom: 10px;
  }
}


@media(min-width:768px) and (max-width:992px){
    .category-main-div {
          margin: unset;
          width: 100%;
          padding: 10px;
    }
      
    .category-content .category-txt p {
          line-height: normal;
          font-size: 12px;
          -webkit-line-clamp: 2;
    }
      
    .category-main-div .category-img-div .category-list {
          height: 160px;
    }
  
    .similar-product-left .similar-prod-img img.img-fluid {
        object-fit: none !important;
    }
    section.cat-pro-sec .nav-card nav.my-nav {
        display: block !important;
    }
    
    section.cat-pro-sec .nav-card .h-content h2 {
        text-align: center;
    }
    
    div#nav-tab {
        justify-content: center;
    }
    
    .footer-widgets .footer-p {
        width: 100%;
    }
    .category-content .category-title a {
        font-size: 14px;
        font-weight: unset;
    }
    
    .category-main-div .category-img-div .category-list img {
        max-width: 90%;
    }
    
    .category-main-div .category-img-div {
        width: 40%;
    }
    
    .category-main-div .category-content {
        width: 60%;
    }
    
    section.cat-pro-sec .cat-pro .tab-card .card-body h5.card-title {
        font-size: 15px;
    }
    
    section.cat-pro-sec .cat-pro .tab-card .card-body p.card-text {
        font-size: 13px;
    }
}

.form-control:focus {
    border-color: var(--btn-color);
    box-shadow: none;
}

.all-product-left .dropdown-toggle{
    white-space: unset;
}

.all-product-left li.dropdown-item {
    white-space: normal;
}

@media (min-width:1500px){
        section#\#banner section.banner-section{
            height: 1080px;
        }
        section#\#banner .banner-slider .owl-item .item {
            height: 700px;
        }
        section#\#banner .banner-slider .owl-item .item .container {
            height: 700px;
        }
        section.banner-section {
            height: 700px;
        }
}

@media(max-width:992px){
    section.mid-ban .mid-bef:hover .content:after {
        transform: unset;
    }
}

ul.dropdown-menu.sub-dropdown-menu {
    position: absolute;
    top: unset !important;
    left: unset !important;
    right: -100px !important;
}



.service-section {
  padding: 60px 0px;
  /* background-color: #ddffdc21; */
  position: relative;
}
.service-section .service {
  text-align: center;
}
.service-section .service .service-img {
  height: 150px;
  position: relative;
  overflow: hidden;
}
.service-section .service .service-img img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service-section .service p {
  color: #717171;
  font-family: Domine !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
section.about-service .about-ser-div:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-image: url("/images/ser-divbg.png");
    background-repeat: no-repeat !important;
    background-size: 95% 95% !important;
    filter: invert(1) brightness(0.5);
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.about-ser-div:hover:before{
     opacity: 1 !important;
}
section.about-service .about-ser-div:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    border:1px solid#ccc;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
    border-radius: 10px;
}
.about-ser-div:hover:after{
     opacity: 1 !important;
}
.about-ser-maindiv {
    height: 375px;
    position: relative;
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
}

.about-ser-maindiv:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    border-radius: 10px;
}
.about-ser-maindiv:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("/images/after-shadow.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: 9;
    height: 100px;
    width: 100%;
    z-index: 1;
}
.service-section .service-div {
    height: 200px;
    background: var(--btn-color);
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-section .service-div .service-div-cont h3 {
    font-size: 24px;
    color: var(--color2);
    font-weight: 600;
}
.service-section .service-div .service-div-cont p {
    color: var(--color2);
    font-size: 16px;
}
/*----------===-----------*/



/*Section.service-section2 CSS*/

section.service-section2 {
    position: relative;
    padding: 60px 0px;
    text-align: center;
    background: var(--btn-color) !important;
}

section.service-section2.counttrrr .countt-heading h3 span {
    display: inline-block;
    position: relative;
    /* border-top: 1px solid #fff; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-color);
    font-family: 'Outfit' !important;
}

section.service-section2.counttrrr .countt-heading  h2 {
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    margin: 0px 0px 40px;
}
section.service-section2 .service2-div {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 20px;
    background: #ffffff05;
    border: 1px solid #ffffff27;
}

section.service-section2 .service2-div-cont h3 span {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

section.service-section2 .service2-div-cont p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

section.service-section2 .service2-div-cont {
    text-align: center;
    /* margin-left: 10px; */
    /* padding-left: 10px; */
    /* border-left: 1px solid #ffffff52; */
}

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  float: right;
  z-index: 99 !important;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: transparent !important;
  border-radius: 10px !important;
  padding: 0px 0px;
  border: 1px solid #6D6E71;
  z-index: 9 !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #6D6E71 !important;
  border: none !important;
  font-size: 13px;
  position: relative;
  /*font-family: LEMON MILK !important;*/
  font-weight: 500 !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  width: auto !important;
  /* text-align: center; */
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: #eaeaea !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a img {
  /*background-image: url(/images/world.png);*/
  /*display: none;*/
  border-radius: 100%;
  height: 25px;
  width: 25px;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  /*content: "";*/
  /*position: absolute;*/
  /*height: 25px;*/
  /*width: 25px;*/
  /*left: 2px;*/
  /*top: 2px;*/
  /*background-image: url(/images/world.png);*/
  /*background-size: 100% 100% !important;*/
  /*background-position: center !important;*/
  /*background-repeat: no-repeat !important;*/
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  /* right: 10px !important; */
  /* filter: brightness(15) !important; */
  /* top: 2px !important; */
  height: 25px;
  width: 25px;
  border: 1px solid;
  border-radius: 100%;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #fefefe !important;
  position: absolute !important;
  padding: 20px 0px 10px 10px !important;
  width: 182px !important;
  top: 43px;
  border-radius: 0px 0px 20px 20px;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #000000 !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 14px;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: #ffffff !important;
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar-thumb, 
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar-track {
    background: transparent !important;
}
/* end for gtranslate language css*/

.video-section .video-div {
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.video-section h2.vid-head {
    position: absolute;
    width: 85%;
    margin: auto;
    top: -90px;
    font-weight: 600;
}

@media(max-width:767px){
   
   .service-section .service-div {
        height: 150px;
    }
    
    .service-section .service-div .service-div-cont h3 {
        font-size: 16px;
    }
    
    .service-section .service-div .service-div-cont p {
        font-size: 12px;
    }
    
    section.service-section2.counttrrr .countt-heading h2 {
        font-size: 20px;
    }
    
    section.service-section2 .service2-div-cont h3 span {
        font-size: 30px;
    }
    
    section.service-section2 .service2-div {
        margin-bottom: 10px;
    }
    
    .qr-div {
        justify-content: center;
    }
    
    .qr-div img {
        margin: 10px;
    }
    
    .video-section h2.vid-head {
        font-size: 15px !important;
        width:  100% !important;
        top: -70px;
    }
    
    .video-section .video-div img {
        width: 60px;
    }
    
}

@media(min-width:768px) and (max-width:992px){
    
    .service-section .service-div {
        height: 180px;
    }
    
    .service-section .service-div .service-div-cont h3 {
        font-size: 18px;
    }
    
    .service-section .service-div .service-div-cont p {
        font-size: 14px;
    }
    
    section.service-section2.counttrrr .countt-heading h2 {
        font-size: 22px;
    }
    
    section.service-section2 .service2-div-cont h3 span {
        font-size: 35px;
    }
    
    section.service-section2 .service2-div {
        margin-bottom: 10px;
    }

    .video-section h2.vid-head {
        font-size: 22px !important;
    }
    
}