@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;
}

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

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

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

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

button#toggleBtn {
  outline: unset;
}

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

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

/*Show More btn Css End*/

* {
  font-family: NunitoSans !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #1E1E1E;
  --S-color: #c98123;
  --txt-color: #5B5B5B;
  --btn-color: #209755;
}

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(--S-color);
}

.defalt-heading h2 {
  color: var(--S-color);
  /* text-align: center; */
  font-size: 27px;
  margin-bottom: 13px;
  font-weight: 700;
  /* display: inline-block; */
  line-height: 50px;
  text-transform: capitalize;
}

.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: 12px !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: 11px;
  }

  .defalt-heading h2 {
    line-height: 30px !important;
  }
}


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


.header-info {
  padding: 10px;
}

/*header css for mobile*/
@media (max-width: 767px) {
  body .my_contact_us {
    right: -44px;
  }
}

.dasktop-show {
  display: block;
}

.mobile-show {
  display: none;
}

@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;
}

/*.logo-sec.main-header .row-third {*/
/*  background: var(--btn-color);*/
/*  border-radius: 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-image: url("/images/menu-linkbg.png");*/
  /*background-repeat: no-repeat !important;*/
  /*background-size: 100% 100%;*/
  transition: 0.5s ease all;
  font-weight: 800;
  z-index: 9;
  color: #fff;
}

.main-header li.active.nav-item a.nav-link:before {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: var(--btn-color);
  z-index: -1;
}

.main-header li.nav-item a.nav-link:hover {
  transition: 0.5s ease all;
  color: var(--S-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;
}

.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 css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }

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

  .main-menu-header {
    background: #c6c6c6;
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 5px;
  }

  .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: 90%;
  }

  .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: #c6c6c6;
    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: 40%;
  }

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

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

  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
  }

  .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: 700px;
}

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

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

.banner-slider .owl-item .item {
  height: 700px;
  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: 70%;
  width: 70%;
  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: 40px;
  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 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Oswald' !important;
  margin: 0;
}

.btn-bnnr {
  display: inline-block;
  margin-top: 20px;
}

.all-btn a {
  padding: 10px 20px;
  color: #fff;
  background: var(--btn-color);
  border: 1px solid var(--S-color);
  font-size: 14px;
  font-weight: 700;
  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: #fff;
  border: 1px solid #ffffff;
}

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

.banner-slider .owl-nav .owl-prev {
  font-size: 0;
  background-image: url(/images/banner-arrow.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  transform: rotate(180deg);
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  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: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  right: 5%;
  top: 0;
  margin: auto;
  background-color: #fff;
  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: var(--S-color);
}

.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: var(--btn-color);
}

.banner_txt h2.text2:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -40px;
  background-image: url("/images/banner-fire.png");
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  height: 50%;
  width: 30%;
  display:none;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    height: 220px !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: 85% !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: 13px;
    line-height: 20px;
  }

  .banner_txt p.text4 {
    font-size: 9px !important;
    line-height: 14px !important;
    margin: 0px;
    margin-bottom: 5px;
  }

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

  .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: 80% !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;
    position: relative;
  }

  .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: 10px;
}

.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: 26px;
  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: 15px;
}

.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: 10px !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 {
  /* background-size: 100% 100% !important; */
  /* background-position: center !important; */
  /* background-repeat: no-repeat !important; */
  padding: 160px 0px;
  position: relative;
  z-index: 2;
}

.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*/



.prod-content {
  text-align: center;
  padding: 10px;
}

.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: #39223D;
  font-weight: 600;
}

.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-bottom: 0px;
  position: relative;
  padding-top: 150px;
  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 {
  transition: 0.5s;
  margin: 50px 0px;
}

.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;
}

.blog-section .blog-url {
  margin-top: 10px;
}

.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: 12px;
  border: 1px solid;
  color: #fff;
  font-family: Domine !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 5px 10px;
  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 5px 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: 10px !important;
    margin-bottom: 0px;
    min-height: 30px;
  }

  .blog-section .blog-txt p {
    font-size: 9px !important;
    line-height: 13px !important;
    margin: 2px 0px !important;
  }

  .blog-section .blog-url-main .view-details a {
    font-size: 10px !important;
    line-height: 20px !important;
    padding: 2px 10px;
  }

  .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: 12px !important;
    -webkit-line-clamp: unset !important;
  }

  .blog-section .blog-txt p {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 !important;
  }

  .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: 120px;
  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;
  PADDING: 20px 10px;
}

.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: Roboto !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: flex !important;
  transition: 0.5s ease all;
}

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

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

.footer-menus ul.footer-menus-list {
  padding: 0;
}

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

li.foot-numb a p {
  display: inline-block !important;
  width: 80%;
  transition: 0.5s ease all;
}

.footer-widgets li .h-icon {
  margin-right: 5px;
  display: inline-block;
  width: 10%;
}

.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: 5px 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: #fff;
  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: Roboto !important;*/
  padding: 10px 10px 10px 0px;
}

.footer-widgets {
  padding-left: 25px;
}

/*footer css for mobile*/
@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px !important;
    margin-top: 50px;
  }

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

  .l-o-g {
    width: 35% !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;
  }

    .ffc .footer-widgets .footer-heading {
        text-align: center;
    }

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

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

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

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

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

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

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

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

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

  .footer-botm p.asdas {
    font-size: 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: 20px;
  }

  .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;
  }
  
    ul.dropdown-menu.sub-dropdown-menu.child-cat {
        height: auto;
        position: sticky;
    }
  
}

/* end product page bread crum css*/


/*inspector css*/

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

.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: space-evenly;
  }
}


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

  .prod-content p {
    font-size: 10px;
  }

  .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: var(--btn-color);
  border: 1px solid #fff;
  color: #fff;
}

.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: 10px !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: 20px 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: 10px 20px;
    font-size: 10px;
  }

  .video-section {
    background-size: cover !important;
    background-position: left center !important;
    padding: 50px 0px;
  }

  .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 !important;
  }

  .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;
  }

  .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;
  }
}



.logo-sec.main-header {
  background: #0096FE;
}

.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: 100%;
}

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;
}

.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(--S-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: 50%;
  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;
}


.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;
}

.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: 100%;
}

@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) {

  .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 {
  background-image: url("/images/top-headerbg.png");
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  /* padding: 20px; */
  background: var(--btn-color);
  border-radius: 0px 0px 70px 70px;
}

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

section.top-header .top-left-cont span {
  font-family: fontastique !important;
  color: var(--btn-color);
  margin-right: 7px;
}


/*banner Css*/

.banner_txt .caption2:before {
  content: "";
  position: absolute;
  background: #000000;
  height: 80%;
  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;
  position: relative;
}

.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: 120px;
  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: 80px;
  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 #EDEDED;
  padding: 20px 0px;
  border-radius: 50px;
}

.right-arrow-div:before {
  position: absolute;
  height: 400px;
  width: 300px;
  top: 0;
  bottom: 0;
  content: "";
  /*background-image: url("/images/ser-arrow1.png");*/
  /*background-repeat: no-repeat !important;*/
  /*background-size: 100% 100% !important;*/
  right: 20%;
  margin: auto;
}



/*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;
  display: inline-block;
}


/*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: 100%;
  width: 50%;
  right: 0;
  top: -68px;
  /* background-color: #ccc; */
  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: var(--S-color);
  /* 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;
  /* font-family: montserrat !important; */
}

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;
  /* font-family: montserrat  !important; */
}

section.form-section:after {
  position: absolute;
  content: "";
  background-image: url("/images/form-image.jpg");
  height: 505px;
  width: 50%;
  left: 0;
  top: -45px;
  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;
}

/*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: #fff;
  font-family: NunitoSans !important;
  margin: 0;
}

@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;
  }

  .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: 70%;
    height: 78%;
    z-index: 0;
    display: none;
  }
}


@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: -4px;
  }

  section.form-section:before {
    width: 50%;
    top: -40px;
  }

  .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: 225px !important;
    padding: 20px !important;
    align-content: center;
  }

  .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: 75%;
    z-index: 0;
  }

  section.featured-section .super-oil-desc p {
      font-size: 13px !important;
      line-height: normal !important;
  }
  
  section.form-section:after {
      height: 421px !important;
  }
  
    .ffc .footer-widgets {
        margin-top: 25px;
    }

  
}

@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: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* 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: 30px;
  width: 30px;
  transition: 0.5s ease all;
}

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

.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;
  color: var(--S-color);
}

.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: var(--S-color);
  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 {
  position: relative;
  height: 400px;
  transition: 0.5s ease all;
}

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

section.featured-section .super-oil-cmain:hover img {
  border: 2px solid var(--btn-color);
  transition: 0.5s;
  border-radius: 70px 0px 70px 0px;
}

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: 30px;
  color: var(--h-color);
  font-weight: 700;
  font-family: 'ChakraPetch' !important;
}

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: 5;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
}

/*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: var(--btn-color);
  left: -35%;
  bottom: 0;
}

.section-heading.ser-head h2:before {
  position: absolute;
  content: "";
  background: var(--btn-color);
  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: var(--btn-color);
  transition: 0.5s ease all;
}

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

/*Gallery Css*/

.section-heading.gallery-head h2 {
  color: var(--S-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: 100%;
  margin: auto;
  width: 98%;
  object-fit: cover;
  transition: 0.5s ease all;
}

.gallery-img1:before {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 96%;
  width: 100%;
  content: "";
  transition: 0.5s ease all;
  background-image: linear-gradient(var(--btn-color), #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: 100%;
  margin: auto;
  width: 98%;
  object-fit: cover;
  transition: 0.5s ease all;
}

.gallery-img2:before {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 94%;
  width: 100%;
  content: "";
  transition: 0.5s ease all;
  background-image: linear-gradient(var(--btn-color), #D9D9D9);
  opacity: 0;
}

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

.gallery-img3 {
  position: relative;
  height: 290px;
  margin: 10px 0;
}

.gallery-img3 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 99%;
  object-fit: cover;
  transition: 0.5s ease all;
}

.gallery-img3: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(var(--btn-color), #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: 100%;
  transition: 0.5s ease all;
  width: 98%;
}

.gallery-img4: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(var(--btn-color), #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 .row.align-items-center.t.extra-items:after {
  position: absolute;
  content: "";
  background-image: url("/images/form-after.png");
  background-repeat: no-repeat !important;
  background-size: 55% 65% !important;
  height: 20%;
  width: 100%;
  top: -2%;
  margin: auto;
  left: 8%;
  right: 0;
  z-index: -1;
  transform: rotate(-1deg);
}

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;
    border-radius: 70px 0px 70px 0px !important;
  }

  section.featured-section .super-oil-cc h3 {
    font-size: 20px;
  }

  .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;
  }

  section.form-section .row.align-items-center.t.extra-items:after {
    display: none;
  }

  .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;
  }

  section.featured-section .row.pro-rw {
      flex-direction: column-reverse;
  }
  
  section.featured-section .super-oil-desc p {
      font-size: 12px;
      line-height: normal;
  }
  
  section.featured-section .section-heading.featured-head h3 {
      padding: 0 !important;
  }
  
  section.featured-section .section-heading.featured-head {
      text-align: center;
      padding-bottom: 10px;
  }
  
  section.featured-section .section-heading.featured-head:before {
      right: 0;
      left: 0;
      margin: auto;
  }
  
  section.featured-section .main-imgges {
      margin-bottom: 30px;
      text-align: center;
   }
  
  section.featured-section .super-oil-cmain:before {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        bottom: 80px !important;
    }


}

@media (min-width: 768px) and (max-width: 992px) {
  .section-heading.about-head h2:before {
    height: 80px;
    width: 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: 280px;
  }

  section.featured-section .super-oil-cmain img {
    height: 100%;
  }

  section.featured-section .super-oil-cc h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .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;
    padding-top: 40px;
  }

  .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;
  }

  section.form-section .form-div .cont-heading h3 span {
    font-size: 18px;
  }

  .search-box-btn.search-box-outer {
    left: 23px !important;
    top: 10px !important;
  }

  section.form-section .row.align-items-center.t.extra-items:after {
    display: none;
  }
  
  section.form-section .quick-form div#err_msg_1 {
        font-size: 12px !important;
        margin-bottom: 0 !important;
        top: 50px !important;
    }
    
    section.form-section .quick-form .alert.alert-success.alert-dismissable {
        top: 50px !important;
        font-size: 12px !important;
    }

}





/* ===============================
	  for search css
  =============================== */
.search-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  /* margin-left: 20px; */
  /* margin-right: 10px; */
}

.search-box-btn.search-box-outer {
  background: transparent;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -20px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  cursor: pointer;
}

.search-box-btn.search-box-outer:hover {
  /* background: #3ca949; */
  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: 0 !important;
    bottom: 0 !important;
    height: 100%;
    width: 50px;
    margin: auto;
    padding: 0;
    line-height: normal;
    background: var(--S-color);
}

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

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

/* blog section home */

.blog-section {
  padding-bottom: 0;
  position: relative;
  padding-top: 50px;
  z-index: 1
}

.blog-section .defalt-heading {
  margin-bottom: 20px
}

.blog-section .main-blog:hover .main-blog-div,
.gall-img:hover img {
  transition: .5s
}

.blog-section .main-blog-div {
  transition: .5s;
  margin: 50px 0
}

.blog-section .blog-img {
  margin-bottom: 15px !important;
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #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: 100%;
  max-height: 100%;
  transition: .5s;
  object-fit: cover !important
}

.blog-section .blog-content .name-user p {
  margin-bottom: 0 !important;
  padding: 3px 5px 0px;
  color: var(--txt-color);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.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;
  text-transform: capitalize;
  transition: .5s;
  font-family: Flavors !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-section .blog-txt p {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-right: 18px;
  font-family: Flavors !important;
}

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

.blog-section .blog-url-main .view-details a {
  background: var(--btn-color);
  font-size: 15px;
  border: 1px solid;
  color: #fff;
  font-family: Domine !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 5px 10px;
  line-height: normal;
  text-transform: capitalize
}

.blog-content {
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
  height: 240px;
  box-shadow: 3px 3px 5px rgba(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: 0
}

.blog-section .blog-url-main .view-details a:hover {
  background: 0 0;
  transition: .5s;
  border: 1px solid #000;
  color: #0f0f0f
}

.blog-section .container.blog-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #f6f6f6;
  z-index: -1
}

.blog-cont a {
  color: var(--txt-color);
  -webkit-line-clamp: 4;
  margin-bottom: 30px;
  font-family: Poppins !important
}

section.form-section .quick-form div#err_msg_1 {
    position: absolute;
    /*width: 45%;*/
    padding: 10px 15px;
    right: 0;
    top: 35px;
}

section.form-section .quick-form .alert.alert-success.alert-dismissable {
    position: absolute;
    right: 0;
    top: 35px;
    padding: 10px 15px;
    z-index: 2;
}

.innercaption {
    display: none !important;
}

