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

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

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

@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url(../fonts/Raleway/Raleway-SemiBold.ttf);
}

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

@font-face {
  font-family: "Raleway";
  font-weight: 800;
  src: url(../fonts/Raleway/Raleway-ExtraBold.ttf);
}

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


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

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

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url(../fonts/Montserrat/Montserrat-SemiBold.otf);
}

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

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.otf);
}

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

/*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  ul,
body .content-hidden  ol,
body .content-hidden  li,
body .content-hidden table, 
body .content-hidden  tr, 
body .content-hidden td,
body .content-hidden p {
  display: none !important;
}

button#toggleBtn {
  outline: unset;
}

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

/*Show More btn Css End*/

* {
  font-family: Montserrat !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #3E3A39;
  --txt-color: #000;
  --btn-color: #C2272E;
}

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

.sub-heading {
  position: relative;
}

.sub-heading h3 {
  display: inline-block;
  position: relative;
  color: #747474;
  font-size: 18px;
  font-weight: 500;
  font-family: Raleway !important;
  text-transform: capitalize;
  margin: 0px;
  padding-bottom: 10px;
  max-width: 50%;
}

.sub-heading h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #828282;
}

.defalt-heading h2 {
  color: var(--h-color);
  display: inline-block;
  text-transform: capitalize;
  position: relative;

  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.defalt-heading h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 4px;
  background: #C2272E;
  display: none;
}

.heading-center {
  text-align: center;
  margin: auto;
  padding: 20px 0px;
}

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

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

  body section.top-information {
    display: none;
  }

  body .select-lang .gt_switcher_wrapper {
    display: none;
  }

  body section.services-main {
    display: none;
  }

  body .all-product-btn.btn-bnnr:before {
    top: 34px;
  }

  body .all-product-btn.btn-bnnr:after {
    top: 34px;
  }

  body .test-img-wrappers {
    display: none;
  }

  body .sub-heading:before {
    height: 3px !important;
  }

  body .sub-heading {
    margin: 0 !important;
  }

  body .sub-heading h3 {
    font-size: 13px !important;
  }

  body .defalt-heading h2 {
    font-size: 22px !important;
  }

  body .heading-center {
    padding: 10px 0px;
  }

}

@media (min-width: 575px) and (max-width: 768px) {
  .sub-heading:before {
    height: 3px !important;
  }

  .sub-heading h3 {
    font-size: 14px !important;
  }

  .defalt-heading h2 {
    font-size: 16px !important;
  }

  .image-service {
    width: 50px !important;
    margin: 0 auto !important;
  }

  section.top-information {
    display: none !important;
  }

  body .heading-center {
    padding: 10px 0px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .sub-heading h3 {
    letter-spacing: 2.4px !important;
  }

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

  section.top-information {
    display: none !important;
  }

  body .heading-center {
    padding: 10px 0px;
  }
}


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

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

.dasktop-show {
  display: block;
}

@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .search-box-btn.search-box-outer {
    left: 10px !important;
}
}

/* ===============================
    for search css
  =============================== */

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

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

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

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

/*.form-section.h-search-form button.btn:hover input {*/
/*    transform: translateX(0px);*/
/*}*/

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



/*.search-btn {*/
/*  float: right;*/
/*  cursor: pointer;*/
/*  margin-right: 50px;*/
/*  display: inline-block;*/
/*}*/
/*.search-box-btn.search-box-outer {*/
/*  position: relative;*/
/*}*/
/*.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;*/
/*}*/
/* ===============================
  end search css
=============================== */

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

.logo-sec .header-top {
  padding: 0px 0px;
}

.logo-sec .header-info {
  display: flex;
  justify-content: start;
  align-items: center;
}

.h-contact .all-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-contact .all-icon .h-icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.h-contact .all-icon p.c-black {
  margin: 0 !important;
  color: #136FFE;
  font-family: Raleway !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.h-contact .all-icon p.c-num {
  margin: 0 !important;
  color: #3E3A39;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px !important;
}

.main-menu-header {
  background: unset;
  padding: 5px;
}

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

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

.main-header li.nav-item a.nav-link {
  padding: 5px 6px !important;
  color: #000 !important;
  border-radius: 0px;
  margin: 0px 5px;

  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: #C2272E !important;
  background: transparent !important;
}

.main-header li.nav-item a.nav-link:hover {
  color: #C2272E !important;
  border-radius: 0px;
  transition: 0.3s ease-in;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: var(--btn-color);
  background: #C2272E !important;
  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 {
  transition: 0.3s;
}

.info-left {
  float: left;
}

.header-phone ul {
  padding: 0px;
  margin: 0px;
}

.header-phone ul a li {
  color: #000;

  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

a.header-mail li {
  color: #000;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.header-phone img {
  margin-right: 5px;
}

/*header css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }

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

  .main-menu-header {
    background: var(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 15px;
  }

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

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

  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 40%;
  }

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

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

  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    background-color: #fff;
    z-index: 999;
  }

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

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

  .mobile-hide {
    display: none;
  }
}

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

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

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

/*header css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .header-top {
    display: none;
  }

  .logo-sec.main-header .row-second {
    display: none !important;
  }

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

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

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

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

  .main-menu-header {
    background: var(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 10px;
  }

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

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

  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 60%;
  }

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

  .mobile-hide {
    display: none;
  }
}

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

  .main-header li.nav-item a.nav-link {
    font-size: 12px;
    padding: 5px 5px !important;
  }

  .header-phone ul a li {
    font-size: 10px;
  }

  .info-right ul li {
    font-size: 14px;
  }
}

/*end header css*/

/*banner css*/

section.banner-section {
  position: relative;
  height: 600px;
}

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

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

.banner-slider .owl-item .item {
  height: 600px;
  margin: 0px;
  position: relative;
}

.banner_txt {
  position: absolute;
  top: 20%;
  left: 12%;
  bottom: 0;
  right: 0;
  display: inline-block;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.banner_txt .caption2 {
  max-width: 50%;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  padding: 30px;
  float: left;
}

.banner_txt .caption2 h4 {
  color: #292929;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_txt .caption2 h6 {
  background: #C2272E;
  display: inline-block;
  padding: 5px;
  color: #FFF;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner_txt h2.text3 {

  position: relative;
  text-transform: capitalize;
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner_txt h5.text2 {

  position: relative;
  text-transform: capitalize;
  color: #474444;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}

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

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

.btn-bnnr a {
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.5s;
  background: #c2272e;
  font-size: 14px;
}

.btn-bnnr a:hover {
  transition: 0.5s;
  transform: scale(1.08);
}

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

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

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

.banner-slider .owl-dots {
  display: block;
  position: absolute;
  left: 11%;
  top: 35%;
  text-align: left;
}

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

.banner-slider .owl-dots .owl-dot {
  border-radius: 50%;
  border: 0px solid #ffffff;
  margin: 6px;
  padding: 4px;
}

.banner-slider .owl-dots .owl-dot.active {
  border: 2px solid #ffffff;
  background: transparent;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    height: 220px !important;
    margin-top: 0px !important;
  }

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

  .banner_txt {
    padding: 0 !important;
    margin-left: 10px;
    top: 20px;
    left: 0;
  }

  .banner_txt .caption2 {
    max-width: 50% !important;
    padding: 5px !important;
  }

  .banner_txt h2.text3 {
    font-size: 14px;
    line-height: 22px;
  }

  .banner_txt h5.text2 {
    font-size: 10px;
    line-height: 20px;
  }

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

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

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

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

  .banner_txt .caption2 h4 {
    font-size: 8px !important;
  }

  .banner_txt .caption2 h6 {
    font-size: 8px !important;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.banner-section {
    position: relative;
    height: 300px !important;
  }

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

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

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

  .banner_txt {
    padding: 0 !important;
    margin-left: 50px;
    top: 10%;
  }

  .banner_txt .caption2 {
    max-width: 50% !important;
    padding: 10px !important;
  }

  .banner_txt h2.text3 {
    font-size: 14px;
    line-height: 22px;
  }

  .banner_txt h5.text2 {
    font-size: 10px;
    line-height: 20px;
  }

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

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

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

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

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

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

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

/*end banner css*/

/*----------===-----------*/
.servicess-section {
  padding: 60px 0px;
  position: relative;
  padding-top: 100px !important;
}

.servicess-section .sub-heading:before {
  margin: 0 !important;
}

.image-service {
  height: 100px;
  position: relative;
  text-align: left;
}

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

.seric-content h3 {
  color: var(--h-color);
  font-size: 16px;
  margin: 10px 0px;
  font-weight: 700;
  line-height: normal;
}

.seric-content p {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.d-flex.service-row {
  position: relative;
}

.d-flex.service-row:before {
  content: "";
  background: #F8F8F8;
  position: absolute;
  top: 0;
  bottom: -53%;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  height: 50%;
  width: 100%;
}

.flex-fill.service-item {
  width: 20% !important;
}

.serv-main img:hover {
  transform: scale(1.03);
  transition: 0.5s ease all;
}

.serv-main img {
  transition: 0.5s ease all;
}

/*service css for mobile*/
@media (max-width: 767px) {
  .servicess-section {
    padding: 30px 0px !important;
    text-align: center;
  }

  .servicess-section .sub-heading:before {
    margin: auto !important;
  }

  .seric-content p {
    font-size: 10px !important;
  }

  .image-service {
    text-align: center !important;
  }

  .image-service img.img-fluid {
    right: 0 !important;
  }

  .seric-content h3 {
    font-size: 11px !important;
  }
}

/*service css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .seric-content p {
    font-size: 11px !important;
  }
}

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

/*about section*/

.about-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px !important;
}

.about-section .sub-heading:before {
  margin: 0;
}

.about-ccontent h1 {
  color: var(--h-color);
  font-size: 30px;
  font-family: Raleway !important;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}

.about-section .about-ccontent p {
  color: var(--txt-color);
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.05px;
}

.about-btn a {
  font-weight: 700;
  line-height: normal;
}

/*about css for mobile*/
@media (max-width: 767px) {
  .about-section {
    padding: 20px 0px !important;
  }

  .about-ccontent h1 {
    display: block !important;
    font-size: 22px !important;
    margin: 0;
  }

  .about-section .about-ccontent {
    padding-top: 0px !important;
  }

  .about-section .about-ccontent p {
    font-size: 10px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .about-btn a {
    font-size: 10px !important;
  }
}

/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.about-section {
    padding: 10px 0px 10px 0px !important;
  }

  .about-ccontent h1 {
    display: block !important;
    font-size: 22px !important;
  }

  section.about-section .about-ccontent p {
    font-size: 10px !important;
    line-height: 18px !important;
  }

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

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

.product-heading-bg {
  padding: 10px 0px;
}

section.product-section .sub-heading,
section.product-section .defalt-heading {
  position: relative;
}

.main-div {
  margin-top: 50px;
}

.product-list {
  height: 200px;
  position: relative;
  border: 1px solid #cccccc45;
  overflow: unset !important;
  border-radius: 0;
  background: #fff;
  z-index: 99;
  transition: .5s ease;
  overflow: hidden !important;
}

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

.main-div:hover .btn-bnnr a {
  background: #C2272E !important;
  transition: 0.5s ease all;
}

.product-url a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  text-align: center;

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*product css for mobile*/
@media (max-width: 767px) {
  .product-section {
    padding: 0px 0px;
    padding-bottom: 0;
  }

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

  .product-content {
    padding-top: 10px;
  }

  .product-url a {
    font-size: 10px;
  }

  .product-list {
    width: 100%;
    height: 170px !important;
    position: relative !important;
  }

  .product-url,
  .product-url-main {
    text-align: center;
    margin-top: 0px !important;
  }

}

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

  .product-url a {
    font-size: 12px;
  }
}

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

/*end product section*/

/* ===============================
	  testimonial section css
  =============================== */
section.main-testimonial.zz {
  padding: 30px 0px 0px 0px;
  background-size: 100% 100% !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  background: url("/images/cont-bgs.jpg");
}

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 .cust-cust {
  width: 65%;
  margin: 0 auto;
}

section.main-testimonial.zz .text-caption-p p {
  color: var(--txt-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  padding-right: 0px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}

section.main-testimonial.zz .testi-user {
  margin: 20px 0px;
}

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: var(--h-color);
  font-family: Raleway !IMPORTANT;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}

section.main-testimonial.zz .testy h5 {
  font-family: 'Raleway' !important;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}

section.main-testimonial.zz .owl-nav,
section.main-testimonial.zz .owl-dots {
  display: block !important;
}

.testimonial-img img {
  width: unset !important;
  margin: 0 auto;
}

.inner-testimonial .testy h4 {
  color: #000;

  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.inner-testimonial .testy h5 {
  color: #828282;

  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.inner-testimonial .text-caption-p {
  color: #000;
  text-align: center;

  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.inner-testimonial {
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 4px 5.6px 1px rgba(202, 202, 202, 0.25);
  margin: 25px;
  padding: 45px 30px 60px 30px;
  position: relative;
  height: 400px;
}

.inner-testimonial .testimonial-img {
  position: absolute;
  bottom: -7%;
  right: 0;
  left: 0;
  margin: auto;
}

.testimonial-background {
  background: #F8F8F8;
  padding: 50px 0px;
}

/*testimonial css for mobile*/
@media (max-width: 767px) {
  body .about-section .container:before {
    width: 70px;
    height: 50px;
    top: -60px;
  }

  section.main-testimonial.zz {
    padding: 30px 0px;
    background-size: cover !important;
    background-position: left center !important;
    display: none;
  }

  section.main-testimonial.zz .default-heading h2 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  section.main-testimonial.zz .default-heading h2:after {
    bottom: -10px !important;
    width: 60px !important;
  }

  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: 90px !important;
    bottom: -10px !important;
  }

  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: 30px;
    -webkit-line-clamp: 6;
  }

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

@media (min-width: 993px) and (max-width: 1024px) {
  .inner-testimonial .text-caption-p {
    font-size: 14px !important;
  }

  .inner-testimonial {
    padding: 10px 15px;
  }
}


/* ===============================
	  end testimonial section css
  =============================== */

/*video in testimonial section*/
.video-div {
  text-align: center;
}

/*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 {
    padding: 10px 0px;
  }

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



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

.service {
  text-align: center;
  position: relative;
}

.service .number {
  text-align: center;
  background: var(--btn-color);
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.service:hover p.number {
  background: var(--btn-color) !important;
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--btn-color);
  cursor: pointer;
}

.arrow-svg1 {
  position: absolute;
  right: -52px;
  top: 50px;
}

.arrow-svg2 {
  position: absolute;
  right: -50px;
  top: 50px;
}

p.number {
  padding: 20px;
  border: 1px solid #343434;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.service p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #343434;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

.service h2 {
  font-size: 20px;
  color: #131313;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .arrow-svg1 {
    display: none;
  }
}

/* ===============================
	  blogs section css
  =============================== */
.blog-section {
  padding-bottom: 30px;
  padding-top: 0px;
  position: relative;
}

.blog-section .sub-heading,
.blog-section .defalt-heading {
  text-align: center;
  position: relative;
}

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

.blog-section .main-blog:hover .main-blog-div {
  transform: translatey(-50px);
  transition: 0.5s;
}

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

.blog-section .blog-img {
  height: 300px;
  position: relative;
  overflow: hidden;
}

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

.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 {
  opacity: 0.7;
  background: #1D1616;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
  max-width: 70%;
}

.blog-section .blog-url a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  color: #FFF;
  text-align: center;

  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0px;
  min-height: 50px;
}

.blog-section .blog-txt p {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5c5858;
}

.blog-section .blog-txt p:last-child {
  color: var(--h-color);
  font-weight: 700;
}

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

.blog-section .blog-url-main .view-details a {
  color: var(--btn-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  background: #C2272E;
}

.blog-section .blog-date {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.blog-section span.blog-date {
  color: #FFF;

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog-content {
  position: relative;
}

.blog-url-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s ease all;
}

.main-blog-div:hover .blog-url-main {
  opacity: 1;
  transition: 0.5s ease all;
}

/*BLOGS css for mobile*/
@media (max-width: 767px) {
  .blog-section {
    padding: 30px 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 30px 0px;
  }

  .blog-section .blog-img {
    height: 180px !important;
  }

  .blog-section .blog-url a {
    font-size: 12px !important;
    min-height: unset;
  }

  .blog-section .blog-txt p {
    font-size: 10px !important;
    line-height: 18px !important;
    margin: 5px 0px !important;
  }

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

  .blog-section .blog-url-main .view-details a:last-child {
    width: 35px;
  }

  .blog-section .blog-url {
    max-width: 100%;
  }

  .blog-section .blog-date {
    bottom: 12%;
  }

}

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

  .blog-section .main-blog-div {
    margin-top: 50px !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: 10px !important;
    line-height: 15px !important;
    min-height: 30px;
  }

  .blog-section .blog-txt p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 5px 0px !important;
  }

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

  .blog-section .blog-url-main .view-details a:last-child {
    width: 35px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .blog-section .blog-url a {
    min-height: 48px;
  }
}

/* end blogs section css */


/* gallery section css */
.all-gallery-img {
  display: flex;
}

.gallery-img {
  margin: 5px;
  width: 20%;
  height: 200px;
  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 {
  padding-top: 50px;
  background-image: url("/images/footer-bg.png");
  background-repeat: no-repeat;
}

.footer-p p {
  color: var(--color2);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}

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

.footer-section .footer-heading h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footer-widgets li a {
  color: var(--color2);
  font-size: 13px;
  font-weight: 400;
  line-height: unset;
}

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

li.foot-numb:last-child a p {
  width: 100%;
  display: flex !important;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-botm p.asdas {
  margin: 0px;
  color: #FFF;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.footer-botm p.asdas a {
  position: relative;
  margin-right: 10px;
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.footer-botm p.asdas a:hover {
  color: #fff;
  transition: 0.3s;
}

.ffc ul.main-social-list {
  padding: 0;
  list-style: none !important;
  display: flex;
  align-items: center;
}

.ffc ul.main-social-list li {
  background: #ffffff;
  margin-right: 20px !important;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

li.foot-numb a p img {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  div#inq_cap_img img {
    margin-left: 0px !important;
  }

  .footer-botm p.asdas a {
    font-size: 10px !important;
  }
}

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

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

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

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

  .l-o-g {
    width: 70%;
    margin: 0 auto;
  }

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

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

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

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

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

  .footer-botm p.asdas a {
    font-size: 10px !important;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .footer-section .footer-heading h4 {
    font-size: 14px;
  }

  .footer-p p {
    font-size: 12px;
  }
}

/*end footer css*/

/*product page bread crum css*/

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

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

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

.extra-padding {
  padding: 0;
}

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

/* end product page bread crum css*/


/*inspector css*/

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

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

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

.gallery-section .defalt-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: 40px;
    width: 40px;
    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 {
    height: 180px;
    overflow: hidden;
  }

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

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

  .service p {
    font-size: 12px;
  }

  .service h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

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


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

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

  .arrow-svg1 img.img-fluid {
    max-width: 70%;
  }

  .arrow-svg1 {
    top: 40px;
    right: -55px;
  }

  .service h2 {
    font-size: 22px;
  }

  .service p {
    font-size: 12px;
  }

  .service .number {
    font-size: 40px;
  }

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


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

/*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);
  background: #c2272e !important;
  border-radius: 30px !important;
  padding: 4px 10px;
}

.select-lang .gt_switcher_wrapper .gt_selected a {
  color: var(--color2) !important;
  border: none !important;
  font-size: 11px;
  position: relative;
  font-weight: 500 !important;
  border-radius: 30px !important;
  width: auto !important;
}

.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color);
  background: #93292e !important;
}

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

.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 10px !important;
  filter: brightness(15) !important;
  top: 5px !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: var(--btn-color);
  position: absolute !important;
  padding: 30px 0px 10px 20px !important;
  width: 171px !important;
  top: 26px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden !important;
  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: transparent !important;
  transition: 0.3s;
}

/*end for gtranslate language css*/

/*Quick contact css*/
.contact-section {
  padding: 60px 0px;
}

.quick-contact {
  position: relative;
  padding: 30px 50px;
  background-color: #00000069;
  box-shadow: 0px 4px 17.1px 7px rgba(0, 0, 0, 0.15);
  height: 500px;
  width: 90%;
  margin: 0 auto;
}

.quick-contact .cont-heading h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}

.quick-form form .form-group input,
.quick-form input#captcha {
  border-radius: 0px;
  border: 0px solid #e8e8e800;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  padding: 0px 20px;
  height: 30px;
  margin: 5px 0px;
  color: #fff !important;
  font-size: 13px;
}

.quick-form form .form-group textarea {
  border-radius: 0px;
  border: 0px solid #e8e8e800;
  border-bottom: 1px solid #cacaca;
  background: transparent;
  padding: 0px 20px;
  margin: 7px 0px;
  color: #fff;
  font-size: 14px;
  resize: none;
}

.quick-form form ::placeholder {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.quick-form .cap_img {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  width: 30% !important;
}

.quick-form .cap_img img {
  max-width: 100%;
  height: auto;
}

.quick-form form button {
  outline: none;
  font-size: 10px;
  font-weight: 600;
  margin-top: 20px;
  border: none !important;
  top: -8px;
  position: relative;
  border-radius: 20px !important;
  padding: 5px 20px;
  background: #000 !important;
}

/*quick contact form css for mobile*/
@media (max-width: 767px) {
  .quick-contact {
    text-align: center;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
  }

  .quick-contact .cont-heading h3 {
    font-size: 16px;
  }

  .quick-form form .form-group input {
    padding: 10px;
    height: 35px;
    font-size: 12px;
  }

  .quick-form form .form-group textarea {
    padding: 10px;
    font-size: 12px;
  }

  .quick-form form ::placeholder {
    font-size: 12px;
  }

  .quick-contact .captcha-div {
    display: inline-block;
    float: left;
  }

  .quick-form .cap_img {
    width: 45% !important;
    display: inline-block;
    float: right;
    margin-top: 20px;
  }

  .quick-form form button {
    font-size: 13px;
    width: 100%;
  }
}

/*quick contact css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .quick-contact {
    text-align: center;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
  }

  .quick-contact .cont-heading h3 {
    font-size: 20px;
  }

  .quick-form form .form-group input,
  .quick-form input#captcha {
    height: 15px;
    font-size: 13px;
    padding: 10px;
  }

  .quick-form form .form-group textarea {
    padding: 10px;
    font-size: 14px;
  }

  .quick-form .cap_img {
    width: 25% !important;
    margin-top: 20px;
  }

  .quick-form form button {
    font-size: 10px;
    padding: 5px;
  }

  .quick-form form ::placeholder {
    font-size: 12px;
  }
}

/*quick form css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .quick-contact .cont-heading h3 {
    font-size: 20px;
  }

  .quick-form form button {
    font-size: 14px;
  }
}

/*end Quick contact css*/

/*inspect css*/
.header-social-icon ul.main-social-list {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.header-social-icon ul.main-social-list li {
  background: #1A77FE;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-social-icon ul.main-social-list li:hover {
  background: #1a77fed1;
  transition: 0.5s;
}

.welcomee-head p {
  margin: 10px 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.row.align-items-center.sp-linee {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
  padding: 0px;
  text-align: center;
  display: block;
}

.h-inquiry {
  text-align: center;
  background: linear-gradient(180deg, #000 0%, #383838 46.88%);
  padding: 14px 0px;
}

.h-inquiry a.q-inq {
  color: #FFF;
  font-family: Raleway !important;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

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

.banner-slider .owl-dots .owl-dot:first-child span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
  background: #000;
  border-radius: 100px;
}

.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  background: #000;
}

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  border-radius: 100px;
  background: #000;
}

.about-ccontent h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  width: 40%;
  height: 2px;
  background: #828282;
  right: -50%;
  margin: auto;
}

.about-ccontent h2 {
  color: var(--h-color);
  font-family: Raleway !important;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.about-section .container:before {
  position: absolute;
  content: '';
  background-image: url(/images/01.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 110px;
  width: 140px;
  top: -90px;
  right: 0;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 767px) {
  .about-ccontent h1:before {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about-ccontent h1:before {
    display: none !important;
  }
}

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

section.integration-section {
  position: relative;
  padding: 50px 0px;
  background: var(--btn-color);
  margin: 30px 0px;
}

section.integration-section .integration h3 {
  color: #FFF;
  font-family: Raleway !important;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
}

section.integration-section .integration p {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
}

.integ-inquiry.btn-bnnr {
  text-align: end;
  display: block;
  margin: 0;
}

.integ-inquiry.btn-bnnr a.q-inq {
  background: linear-gradient(180deg, #2F2F2F 0%, #3F3F3F 71.35%);
}

.all-product-btn.btn-bnnr {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
  background-color: #F6F6F6;
  padding-bottom: 20px;
}

.all-product-btn.btn-bnnr a.links {
  position: relative;
  top: 0px;
  border-radius: unset;
  z-index: 999;
  background: #C2272E;
}

.all-product-btn.btn-bnnr a.links:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 15px;
  background-image: url(/images/h-line.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  opacity: 0;
}

.all-product-btn.btn-bnnr:before {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  margin: auto;
  width: 40%;
  height: 1px;
  background: #000;
}

.all-product-btn.btn-bnnr:after {
  content: '';
  position: absolute;
  top: 45px;
  right: 0;
  margin: auto;
  width: 40%;
  height: 1px;
  background: #000;
}

.product-heading-bg .container {
  position: relative;
}

.product-heading-bg .container:before {
  content: '';
  position: absolute;
  background-image: url(/images/02.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 110px;
  width: 140px;
  top: -30px;
  right: 0;
  z-index: 1;
  opacity: 0;
}

section.main-testimonial.zz .container.t03 {
  position: relative;
}

section.main-testimonial.zz .container.t03:before {
  content: '';
  position: absolute;
  background-image: url(/images/03.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 110px;
  width: 140px;
  top: -30px;
  right: 0;
  z-index: 1;
}

.testi-quick {
  position: relative;
  padding: 60px 0px;
  margin: 60px 0px;
}

.testi-quick:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #136FFE;
  z-index: -1;
  opacity: 0;
}

.quick-contact .cont-heading h3.c-blue {
  color: #C2272E;
}

.testi-quick:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 49%;
  height: 80%;
  background: #EEF8FF;
  opacity: 0;
}

.testy-star img {
  width: auto !important;
}

.testy-star {
  margin: 20px 0px;
}

section.main-testimonial.zz .owl-dots .owl-dot {
  position: relative;
  width: 100px;
  height: 100px;
}

section.main-testimonial.zz .owl-dots .owl-dot:first-child span {
  /* content: ''; */
  /* position: absolute; */
  background-image: url(/images/bitmap1.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !IMPORTANT;
  height: 90px;
  width: 90px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

section.main-testimonial.zz .owl-dots .owl-dot:nth-child(2) span {
  background-image: url(/images/bitmap2.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !IMPORTANT;
  height: 90px;
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

section.main-testimonial.zz .owl-dots .owl-dot:nth-child(3) span {
  background-image: url(/images/bitmap3.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !IMPORTANT;
  height: 90px;
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section.main-testimonial.zz .owl-dots {
  position: absolute;
  top: 0;
}

section.main-testimonial.zz .owl-dots .owl-dot.active span {
  height: 100px;
  width: 100px;
}

section.main-testimonial.zz .owl-nav .owl-prev {
  font-size: 0;
  background-image: url(/images/arrow1.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 40px;
  width: 40px;
  transform: rotate(180deg);
  margin-right: 10px;
}

section.main-testimonial.zz .owl-nav .owl-next {
  font-size: 0;
  background-image: url(/images/arrow1.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 40px;
  width: 40px;
  transform: rotate(0deg);
  margin-left: 10px;
}

section.main-testimonial.zz .owl-nav {
  display: flex !important;
  justify-content: center;
}

li.foot-numb p {
  color: #fff;
}

.product-list:before {
  content: "";
  background: #3b99fa;
  width: 80%;
  height: 105%;
  position: absolute;
  left: -10px;
  top: -8px;
  border-radius: 25px;
  z-index: -1 !important;
  opacity: 0;
  transition: .3s ease;
}

.product-list:after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 25px;
  z-index: -1 !important;
  opacity: 0;
}

.main-div:hover .product-list:before {
  opacity: 0;
}

.info-right {
  text-align: right;
  margin: 0 !important;
  padding: 10px;
}

.info-right ul li {
  display: inline-block;
  padding-left: 20px;
}

.info-right ul li img {
  margin-right: 10px;
}

section.top-information {
  background-color: #fff !important;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #E0E0E0;
}

.info-right ul {
  margin: 0 !important;
}

.info-left ul {
  margin: 0;
}

.info-left ul li img {
  margin-right: 10px;
}

.banner_txt .caption2 .btn-bnnr a:last-child {
  background-color: #000000c2;
  margin-left: 20px;
}

.main-div:hover .product-list {
  border-radius: 50px 0px 50px 0px;
  transition: .5s ease;
  border-color: #112A87;
}

.main-div:hover a.links {
  background: #112A87;
}

.quick-form form .form-group textarea:focus {
  box-shadow: unset;
}

.quick-form form .form-group input:focus {
  box-shadow: unset;
}

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

.blog-section .defalt-heading {
  text-align: center;
  margin: 0;
}

.blog-txt p {
  padding: 20px 0 0px 0;
  font-weight: 400 !important;
  margin-bottom: 30px;
}

.testy img {
  width: unset !important;
  margin: 0 auto;
}

.cust-cust {
  text-align: center;
}

.testy-star img {
  margin: 0 auto;
}

section.maintestimonials-new {
  padding-top: 30px;
}

section.maintestimonials-new .owl-nav {
  display: none;
}

section.maintestimonials-new .owl-dots {
  display: block !important;
  text-align: center;
  padding-top: 30px;
}

section.maintestimonials-new .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 6px;
  border: 2px solid #222;
  border-radius: 25px;
}

section.maintestimonials-new .owl-dots .owl-dot.active {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  margin: 0px 5px;
}

section.services-main {
  position: relative;
  padding: 40px 0 60px 0;
}

section.services-main .serv-main h4 {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.services-main .serv-main h4 {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section.services-main .serv-main h4 {
    font-size: 12px;
  }

  .serv-main p {
    font-size: 10px !important;
  }
}

.serv-main {
  text-align: center;
}

.serv-main p {
  font-size: 12px;
  padding-top: 10px;
}

.frm-content {
  width: 250px;
  height: 250px;
  text-align: center;
  background-color: #262937ba;
  padding: 100px 20px 0 20px;
  border-radius: 100%;
  color: #fff;
}

.frm-content h2 {
  font-size: 24px;
  font-weight: 700;
}

.frm-content h6 {
  position: relative;
}

.frm-content h6:before {
  content: "";
  background: #C2272E;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  top: -7px;
}

@media (max-width: 767px) {
  section.maintestimonials-new {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section.maintestimonials-new {
    display: none !important;
  }
}


/*Mid-banner CSS*/
.mid-banner {
  padding: 30px 0px;
}

.mid-banner img {
  padding: 10px 0px;
}

/*subscription CSS*/
section.subscription {
  background: #c2272e;
  position: relative;
  padding: 30px;
}

section.subscription .news-letter-maindiv {
  max-width: 100%;
  display: inline-block;
}

section.subscription .news-letter-img {
  max-width: 30%;
  display: inline-block;
}

section.subscription .newsletter-txt {
  display: inline-block;
  max-width: 70%;
  float: right;
}

section.subscription .newsletter-txt h3 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

section.subscription .news-letter-img img {
  max-width: 70%;
}

section.subscription div#success-newsletter p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: inline-block;
}

section.subscription .newsletter-form {
  position: relative;
}

section.subscription form#form3 button {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #000;
}

section.subscription .newsletter-form form input {
  padding: 8px;
  border-radius: unset;
}

section.subscription .newsletter-form form input::placeholder {
  color: #000;

  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.2;
}

@media (max-width: 767px) {
  section.subscription {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section.subscription {
    display: none !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: -23px;
	left: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
  .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;
	z-index: 9999999;
	}
  
  .search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  .search-popup:before {
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
  }
  
  .search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
  }
  .search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  }
  .search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
  }
  
  .search-popup .form-group input[type="text"],
  .search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	outline: none;
	border: none;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
  }
  .search-popup .form-group input[type="submit"],
  .search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 40px;
	line-height: 65px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: unset;
  }
    .search-popup .form-group button {
        top: 0 !important;
        right: 20px !important;
        bottom: 0 !important;
        height: 40px;
        width: 40px;
        margin: auto;
        padding: 0;
        line-height: normal;
    }
    
    .search-popup .form-group button img.img-fluid {
        margin: 0;
        position: relative;
    }
  /* ===============================
	  end search css
  =============================== */