/*-------Font-family CSS--------*/
@font-face {
  font-family: "Manrope";
  font-weight:400;
  src: url(../fonts/Manrope/Manrope-Regular.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight:500;
  src: url(../fonts/Manrope/Manrope-Medium.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight:600;
  src: url(../fonts/Manrope/Manrope-SemiBold.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight:700;
  src: url(../fonts/Manrope/Manrope-Bold.ttf);
}

@font-face {
  font-family: "Brushscript";
  src: url(../fonts/Brushscript/brushscriptstd.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  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;
}

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

/*-------Show More btn Css End---------*/


* {
  font-family: sans-serif !important;
}

.filter-white {
  filter: brightness(0) invert(1);
}

li {
  list-style: none;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #0F0F0F;
  --txt-color: #0F0F0F;
  --btn-color: #135194;
  --primary-gradient: linear-gradient(
        135deg,
        #3b92c4 0%,
        #4aa7d8 35%,
        #5cb9e6 70%,
        #2f78b8 100%
    );
}

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

.sub-heading {
  position: relative;
}
.defalt-heading h2 {
  color: var(--color1);
  font-size: 35px;
  font-family: 'Manrope' !important;
  margin: 0px;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  line-height: 45px;
}

.defalt-heading h1 {
  color: var(--color1);
  font-size: 35px;
  font-family: 'Manrope' !important;
  margin: 0px;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  line-height: 45px;
}

.defalt-heading p {
  position: relative;
  color: var(--txt-color);
  max-width: 70%;
  margin: 10px auto;
  font-size: 16px;
  font-weight: 400;
}

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

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

  body .select-lang .gt_switcher_wrapper {
    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: 0px !important;
  }

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

  body .sub-heading h3 {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  body .defalt-heading h2 {
    font-size: 18px !important;
    line-height: 20px !important;
    /* padding-bottom: 10px; */
  }

  body .defalt-heading p {
    font-size: 12px !important;
    max-width: 100% !important;
    padding: 10px 0 !IMPORTANT;
    line-height: 19px !important;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .defalt-heading h2 {
    font-size: 18px !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .defalt-heading h3{
    font-size: 12px !important;
  }

  .defalt-heading h2 {
    line-height: 28px !important;
    font-size: 22px !important;
  }
  .defalt-heading p {
        font-size: 14px !important;
    }
    .defalt-heading h1 {
        font-size: 22px;
        line-height: normal;
    }
}

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

.dasktop-show {
  display: block;
}

@media (max-width: 992px) {
    
    .dasktop-show {
        display: none !important;
    }
    
    .search-box-btn.search-box-outer {
        filter: unset !important;
    }
    
    .main-menu-header.active{
        background:var(--h-color) !important;
        transition:unset !important;
    }
    
}

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

.header-search-btn input.form-control {
    width: 180px;
    padding-right: 40px;
    font-size: 14px;
    border-radius: 0px;
}

.header-search-btn input.form-control::placeholder {
    font-size: 12px;
    color: var(--btn-color);
    Text-transform:capitalize;
}

.header-search-btn {
    text-align: center;
    position: relative;
}


.header-search-btn button.btn {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
    height:100px;
}

.header-search-btn button.btn img {
    height: 15px;
    width: 15px;
}

@media (min-width: 1250px) and (max-width: 1350px) {}
@media (min-width: 1100px) and (max-width: 1250px) {}
@media (min-width: 992px) and (max-width: 1100px) {}
@media (min-width: 575px) and (max-width: 767px) {}
@media (min-width: 993px) and (max-width: 1250px) {
    .header-search-btn input.form-control::placeholder {
        font-size: 12px;
    }
    .header-search-btn input.form-control {
        font-size: 12px;
    }
}


/* ===============================
	  for search css
  =============================== */
.search-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.search-box-btn.search-box-outer {
  background: transparent;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: invert(1);
}

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

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

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
  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: 0 !important;
  bottom: 0 !important;
  height: 100%;
  width: 40px;
  margin: auto;
  padding: 0;
  line-height: normal;
  background: var(--btn-color);
}

.search-popup .form-group button img.img-fluid {
  margin: 0;
  position: relative;
}
.search-box-btn.search-box-outer img {
    max-width: 70%;
}
/* ===============================
	  end search css
  =============================== */

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

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

.h-contact .all-icon p.c-num {
  margin: 0 !important;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px !important;
  transition: 0.5s;
}
.h-contact .all-icon:hover p.c-num {
    color: var(--h-color) !important;
    transition: 0.5s;
}

.main-menu-header {
  background: transparent;
  padding: 5px 0px;
  transition: 0.5s ease;
}

.main-menu-header.active {
    /* background: #000; */
    transition: 0.5s ease;
}

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

.main-header li.nav-item {
  position: relative;
  margin: 0px 0px;
  transition: 0.5s;
}

.main-header li.nav-item a.nav-link {
  padding: 5px 0px !important;
  color: #ffffff;
  border-radius: 0px;
  margin: 0px 0px 0px 90px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: var(--color2);
  background: transparent !important;
  font-weight:600;
}

.main-header li.nav-item a.nav-link.show {
  color: var(--btn-color);
  transition: 0.5s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: var(--primary-gradient);
  transition: 0.3s;
  border-radius: 20px;
  border: 1px solid var(--btn-color);
  padding: 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.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(--color1) !important;
  transition: 0.3s;
  background: transparent !important;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff !important;
}
.main-menu-header .header-logo a img {
    max-width: 55%;
    margin: auto;
}
section.logo-sec.main-header:before {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 73%;
    background: var(--btn-color);
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%);
}

.main-menu-header .header-btn {
  text-align: center;
}

.main-menu-header .header-btn a.btn-bnnr {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 20px;
  transition: 0.5s;
  text-transform: uppercase;
}

.my-navbar ul.navbar-nav {
  align-items: center;
}

.my-navbar .collapse.navbar-collapse {
  align-items: center;
  justify-content: end;
}

.col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
  display: none;
}
nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
  padding: 10px 0px;
  display: block;
}

section.logo-sec.main-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0px;
  position: relative;
}

.main-menu-header .header-logo {
  /* text-align: left; */
  /* margin-left: 10px; */
}

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

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

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

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

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

  .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: 11px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
    position: relative;
  }
  body .main-header li.nav-item a:hover {
      color: #000 !important;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    text-align: center !important;
    padding: 10px 0;
  }

  .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: 767px) {
  .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: 767px) 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%;
  }

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

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

  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
    top: 0 !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;
    overflow: auto;
    text-align: left;
    transition: 0.3s;
    padding-bottom: 20px;
    z-index: 99999;
  }

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

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

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

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

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

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

@media (min-width: 1300px) and (max-width: 1450px) {
    section.logo-sec.main-header:before {
        width: 80%;
    }
}

@media (min-width: 1250px) and (max-width: 1350px) {
    .main-header li.nav-item a.nav-link {
        margin: 0px 0px 0px 56px;
    }
    
    section.logo-sec.main-header:before {
        width: 75%;
    }
}
@media (min-width: 993px) and (max-width: 1250px) {
    .main-header li.nav-item a.nav-link {
        margin: 0px 0px 0px 50px;
    }
    
    section.logo-sec.main-header:before {
        width: 77%;
    }
}

/*-----End Header CSS-----*/

/*-----Banner CSS-----*/

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

.banner-slider .owl-item .item .container .row.align-items-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.banner-slider .owl-item .item .caption {
  position: relative;
  max-width: 60%;
  margin: auto;
  text-align: center;
}

.banner_txt .caption2 h1.text1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #000;
}

.banner_txt .caption2 .btn-bnnr a img {
  display: inline-block;
  float: right;
  max-width: 30%;
}

.banner-alid-img {
  text-align: center;
}

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

section.banner-section .bannermain {
  position: relative;
  z-index: 1;
}

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


.banner_txt h2.text3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: Manrope !important;
  position: relative;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding-bottom: 10px;
}

.banner_txt h5.text2 {
  color: var(--btn-color);
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 20px;
  color: #fff;
  background: var(--btn-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0px;
}

.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_white.png);
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  position: absolute;
  bottom: 50%;
  left: 0%;
  background-color: var(--h-color);
}

.banner-slider .owl-nav .owl-next {
  font-size: 0;
  background-image: url(/images/arrow_white.png);
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  position: absolute;
  bottom: 50%;
  right: 0%;
  background-color: var(--h-color);
}

.banner-slider .owl-dots {
  display: flex!important;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.banner-slider .owl-dots .owl-dot span {
  display: block;
  padding: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: relative;
}

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

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

.banner-slider .owl-dots .owl-dot.active span {
  border: 1px solid #fff;
}
.banner_txt .caption2 .btn-bnnr {
  margin-top: 30px !important;
}

.banner-slider .owl-dots .owl-dot:first-child span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  margin: auto;
  background: #fff;
  height: 10px;
  width: 10px;
}

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

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}
.banner_txt .caption2 .btn-bnnr a {
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.banner_txt h2.text2.text3 {
  color: var(--color2) !important;
  font-size: 65px;
  font-weight: 700;
  font-family: Manrope !important;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.banner_txt .caption2 h1.text1 {
  position: relative;
}

.banner_txt .caption2 h1.text1 span.ban-span-1 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-3 {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-4 {
  color: var(--btn-color);
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-5 {
  color: #333;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
}

.banner_txt .caption2 p.text23 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 0;
  max-width: 100%;
  margin: auto;
}
/*banner css for mobile*/
@media (max-width: 767px) {
    
  section.banner-section {
    position: relative;
    height: 200px !important;
    margin-top: 0px !important;
  }

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

  .banner_txt {
    padding: 0 !important;
  }

  .banner_txt .caption2 {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .banner_txt h2.text3 {
    font-size: 12px !important;
    line-height: 15px;
    margin: 0 !important;
    -webkit-line-clamp: 2;
    padding-bottom: 5px !important;
  }

  .banner_txt h5.text2 {
    font-size: 10px;
    line-height: 15px;
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  body section.banner-section .bannermain {
    height: 300px !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;
  }

  .banner_txt h2.text3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
  }

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

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

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

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

  .banner-slider .owl-nav {
    display: none !important;
  }
  .banner_txt h2.text2.text3{
        font-size:22px !important;
        padding-bottom: 10px !important;
    }
}

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

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

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

@media (min-width: 1250px) and (max-width: 1350px) {
    .banner_txt h2.text2.text3{
        font-size:55px;
    }
}
@media (min-width: 1100px) and (max-width: 1250px) {}
@media (min-width: 992px) and (max-width: 1100px) {}
@media (min-width: 575px) and (max-width: 767px) {}
@media (min-width: 993px) and (max-width: 1250px) {
     .banner_txt h2.text2.text3 {
        font-size: 45px !important;
    }
}
/*----End banner CSS-----*/


/*-----Product section------*/

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

.product-heading-bg {
  text-align: left;
  margin-bottom: 60px;
}

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

.main-div {
  position: relative;
}

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

.product-list img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  margin: auto;
  transition: 0.5s;
  object-fit: cover !important;
}

.product-url a {
  color: var(--h-color);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.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;
}

.product-section .product-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product-section .product-btn a {
    background: #2f2f2fc4;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    text-align: center;
    align-content: center;
    color: var(--color2);
}
.product-section .single-prod-main-div:hover .product-btn {
    opacity: 1;
    transition: 0.5s;
}

section.product-section .defalt-heading p {
    max-width: 100%;
    text-align: left;
    margin: 0;
    padding: 30px 0px;
    line-height: 22px;
}
.product-heading-bg .container {
  position: relative;
}
.main-div:hover .product-list {
  border-radius: 0px 0px 0px 0px;
  transition: .5s ease;
}
.product-url.prod-url1 a.pro-links {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.view-details.btn-bnnr a {
  margin: 0;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: unset;
  padding: 7px 30px;
  border-radius: 100px;
}

.view-details.btn-bnnr a:hover {
  background: var(--btn-color) !important;
  color: #fff !important;
}

.product-content .product-url {
  display: block;
  margin: 10px 0px;
}

.all-product-btn.blg-all-btn.btn-bnnr {
  text-align: left;
}
.main-div .product-main-img{
    position: relative;
    overflow: hidden;
}

.main-div .product-main-img::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #3b92c496;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 1;
    pointer-events: none;
}

.main-div:hover .product-main-img::before{
    opacity: 1;
}
/*product css for mobile*/
@media (max-width: 767px) {
  .product-section {
    padding: 30px 0px !important;
    padding-bottom: 0;
  }

  .main-div {
    margin: 10px 0 !important;
  }

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

  .product-url a {
    font-size: 12px !important;
    padding: 0px !important;
    font-weight: 600 !important;
  }

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

  .product-url,
  .product-url-main {
    margin-top: 0px !important;
  }
   .product-section .product-btn {
        opacity: 1;
        font-size: 12px;
    }
    .product-section .product-btn a {
        height: 40px;
        width: 40px;
    }
}

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

  .product-url a {
    font-size: 12px;
    font-weight: 500 !important;
  }
   .product-section .product-btn {
        opacity: 1;
        font-size: 14px;
    }
}
/*product css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .product-url a {
    font-size: 14px;
  }
}
/*------Footer CSS-----*/

.footer-section {
  position: relative;
  z-index: 1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.footer-p p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.footer-section .footer-heading h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 40px;
}

.footer-widgets li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: unset;
  transition: 0.5s;
}
.footer-widgets li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: unset;
  transition: 0.5s;
}

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

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

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

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

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

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

.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 {
  padding: 20px 0px;
  background: var(--h-color);
  border-top: 1px solid #fff;
}

.footer-botm p.asdas {
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

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

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

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

.ffc ul.main-social-list li a {
  background: var(--btn-color);
  margin-right: 20px !important;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #f08a2500;
  border-radius: 100%;
  position: relative;
}

.footer-main-contact li.foot-numb span a p {
  margin: 0;
}
.footer-widgets {
    padding-left: 35px;
}
.footer-widgets .footer-main-contact .phone ul {
    padding: 0;
    margin: 0;
}

.footer-widgets .footer-top-left ul {
    padding: 0;
}

.footer-widgets li a img {
    padding-right: 15px;
}
.l-o-g.footer-logg a img {
    max-width: 40%;
    margin: 0;
    width: 70%;
}
.footer-section .footer-heading.footer-heading22 {
  margin-bottom: 5px;
}

.footer-section .footer-heading.footer-heading22 h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}

.ffc ul.main-social-list li:hover img.img-fluid {
  filter: brightness(55);
}

.foot-clmn-2.all-foot-clmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ffffff42;
  margin: auto;
  display: none;
}

.footer-main-ddd {
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  padding: 60px 0px 40px 0px;
  background: var(--h-color);
}

.footer-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(20 20 20 / 90%);
  z-index: -1;
}

.footer-main-ddd:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  opacity: 0;
}

.footer-section .footer-heading h4:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  border: 0;
  background: #fff;
  opacity: 1;
  height: 100%;
  width: 1px;
}

.footer-main-contact li.foot-numb {
  display: flex !important;
  margin: 20px 0px;
  align-items: center;
  transition: 0.5s;
}

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

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

.footer-menus ul.footer-menus-list li a img.imig-fluid {
  margin-right: 10px;
}
.ffc ul.main-social-list li a:hover {
  transition: 0.5s;
  background: var(--btn-color);
  opacity: 0.8;
}

.footer-main-contact li.foot-numb h6 {
  margin: 0;
  color: var(--txt-color);
  font-weight: 600;
}

.footer-menus ul.footer-menus-list li a {
  transition: 0.5s;
  padding-bottom: 5px;
  position: relative;
  color: var(--color2);
}

.footer-menus ul.footer-menus-list li a:hover {
  transition: 0.5s;
  color: var(--btn-color);
}

.footer-menus ul.footer-menus-list li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  opacity: 0;
}

.footer-menus ul.footer-menus-list li a:hover:before {
  width: 100%;
  transition: 0.5s;
}

.foot-clmn-1.all-foot-clmn {
  position: relative;
}

.foot-clmn-1.all-foot-clmn:before {
  content: '';
  position: absolute;
  right: 0;
  top: 100px;
  width: 0;
  height: 0;
  background: #000;
  margin: auto;
  opacity: 0;
}

.foot-clmn-2.all-foot-clmn {
  position: relative;
  padding-left: 25px;
}

.foot-clmn-2.all-foot-clmn:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ffffff42;
  margin: auto;
  display: none;
}
.footer-top-sec {
  padding: 20px 0px;
  background: #161616;
}
.ffc ul.main-social-list li img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
li.f-details-wrapper:before {
    position: absolute;
    top: 1px;
    left: -20px;
    bottom: 0;
    right: auto;
    margin: auto;
    height: 10px;
    width: 8px;
    background-image: url("/images/footer-arrows.png") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    content: "";
}
.footer-widgets li:hover a {
    color: var(--btn-color);
    transition: 0.5s;
}
.footer-main-contact li.foot-numb:hover p {
    color: var(--btn-color);
     transition: 0.5s;
}

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

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

  .l-o-g {
    width: 60% !important;
    margin-top: 10px !important;
  }

  .footer-p p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 17px !important;
  }

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

  .footer-section .footer-heading h4 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

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

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

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

  .footer-widgets li a,
  li.foot-numb p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

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

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

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

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

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

  .footer-botm p.asdas {
    font-size: 12px !important;
    line-height: 14px !important;
  }
   .footer-widgets {
        padding-left: 0px;
    }
    
    .l-o-g.footer-logg a img {
        max-width: 100%;
        width: 100%;
    }
    
    .footer-botm {
        padding: 10px 0px;
    }
 .footer-top-sec .footer-main-contact li.foot-numb span.f-con-icon {
    width: 10%;
  }

  .footer-top-sec .footer-main-contact li.foot-numb span {
    width: 45%;
  }

  .footer-top-sec .footer-main-contact li.foot-numb span p {
    margin: 0;
    width: unset !important;
  }

  .footer-main-ddd {
    padding: 30px 0px 15px 0px !important;
  }
    .footer-top-sec .footer-main-contact li.foot-numb {
    text-align: center;
    justify-content: center !important;
    margin-top: 20px;
  }
}

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

  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: 60%;
    margin: 20px auto 40px;
    text-align: center;
  }

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

  .footer-p p {
    font-size: 14px;
    margin: 15px 0 30px;
    text-align: left;
    line-height: 20px;
    -webkit-line-clamp: 8;
  }

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

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

  .footer-widgets li a {
    font-size: 14px;
  }
  
    li.foot-numb p{
        font-size: 14px !important;
    }
    .footer-widgets {
        padding-left: 0px;
    }
    
    .footer-main-ddd {
        padding: 30px 0px 0px 0px;
    }
    .footer-botm p.asdas {
        font-size: 14px;
    }
    
    section.product-section .defalt-heading p {
        padding: 10px 0;
    }
    
    .footer-menus ul.footer-menus-list {
        padding-left: 20px;
    }

}

/*------End footer CSS------*/


@media (max-width: 767px) {

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

  .ffc ul.main-social-list {
     justify-content: center !important; 
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }

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

/*footer column divide line*/

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

.quick-contact {
  position: relative;
  padding: 40px 50px;
  height: 500px;
  width: 80%;
  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: 10px 10px;
  height: 50px;
  margin: 5px 0px;
  color: #fff !important;
  font-size: 16px;
}

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

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

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

.quick-form form button {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: 0.5s;
}
.quick-form form .form-group textarea:focus {
  box-shadow: unset;
}

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

.quick-contact button#inquiry_form_btn:hover {
  transition: 0.5s;
  transform: scale(1.1);
}

/*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 {
    border-radius: 15px;
    padding: 10px;
    height: 40px;
    font-size: 12px;
  }

  .quick-form form .form-group textarea {
    border-radius: 15px;
    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: 30px 20px;
    margin-top: 30px;
    height: 400px;
  }

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

  .quick-form form .form-group input,
  .quick-form input#captcha {
    height: 40px;
    font-size: 12px;
    border-radius: 0px;
    padding: 7px;
  }

  .quick-form form .form-group textarea {
    border-radius: 0px;
    padding: 8px;
    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*/
@media (max-width: 767px) {

  .main-menu-header .header-logo a.logo {
    position: relative !important;
  }

  .banner_txt .caption2 p.text23 {
    font-size: 11px !important;
    font-weight: 500 !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
    -webkit-line-clamp: 2;
    padding-top: 5px !important;
    line-height: normal;
  }

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

    .banner_txt .caption2 h1.text1:before {
        width: 50px !important;
        height: 1px !important;
    }
    
    .banner-slider .owl-item .item .caption {
        max-width: 80%;
    }
    
    .banner_txt h2.text2.text3 {
        line-height: 20px;
        font-size:16px !important;
    }

  .banner_txt .caption2 h1.text1 {
    line-height: 15px;
  }

  .banner-alid-img img.img-fluid {
    width: auto !important;
  }

  .banner-slider .owl-item .item .container .row.align-items-center {
    position: relative !important;
    height: 200px !important;
  }

  .banner-slider .owl-item .item .container {
    height: 200px !important;
    padding: 0 !important;
  }

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

  section.product-section.product-section1:after {
    width: 100% !important;
    height: 2%;
    background-size: cover !important;
  }

  .product-url.prod-url1 a.pro-links {
    font-size: 10px !important;
  }

  .defalt-heading h2:before {
    height: 1px !important;
  }

  .all-default-ccontent.abttt .deflt-p p {
    font-size: 12px !important;
    line-height: 18px;
    -webkit-line-clamp: 8;
  }

  section.about-section .my-about-row {
      padding: 25px 10px !important;
  }

  .all-default-ccontent.abttt {
    margin-bottom: 20px;
  }

  .sub-heading h3 span {
    font-weight: 500 !important;
  }

  .product-heading-bg {
    margin-bottom: 20px !important;
  }

  .product-content .product-url {
    margin: 10px 0px !important;
  }

  .foot-clmn-1.all-foot-clmn {
    padding: 0 !important;
    margin: 0 !important;
  }

  .foot-clmn-1.all-foot-clmn:before {
    height: 0;
    width: 0 !important;
  }

  .foot-clmn-2.all-foot-clmn:before,
  .foot-clmn-2.all-foot-clmn:after {
    top: 70px;
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
  }

  .foot-clmn-2.all-foot-clmn {
    margin-right: 0;
    padding: 0 !important;
  }

  .foot-clmn-3.all-foot-clmn:before {
    height: 0 !important;
    width: 0 !important;
  }

  .footer-main-contact li.foot-numb h6 {
    font-size: 10px !important;
  }

  .banner_txt .caption2 .btn-bnnr a.btn2-qut {
    display: none !important;
  }
}


@media (min-width: 767px) and (max-width: 992px) {
  .footer-main-contact li.foot-numb h6 {
    font-size: 10px;
    font-weight: 500 !important;
  }

  .foot-clmn-3.all-foot-clmn:before {
    width: 1px;
  }

  .foot-clmn-2.all-foot-clmn:before,
  .foot-clmn-2.all-foot-clmn:after {
    width: 1px;
    top: 50px !important;
  }

  .foot-clmn-1.all-foot-clmn:before {
    width: 1px;
  }

  .foot-clmn-1.all-foot-clmn,
  .foot-clmn-2.all-foot-clmn,
  .foot-clmn-3.all-foot-clmn {
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
  }

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

  .banner_txt .caption2 h1.text1 span.ban-span-1,
  .banner_txt .caption2 h1.text1 span.ban-span-2,
  .banner_txt .caption2 h1.text1 span.ban-span-3,
  .banner_txt .caption2 h1.text1 span.ban-span-4,
  .banner_txt .caption2 h1.text1 span.ban-span-5 {
    font-size: 14px;
  }

  .banner_txt .caption2 h1.text1:before {
    width: 50px;
  }

  .banner-alid-img img.img-fluid {
    width: auto !important;
  }

  .banner_txt .caption2 p.text23 {
    font-size: 14px !important;
    -webkit-line-clamp: 3 !important;
    padding-top: 10px !important;
    line-height: normal;
  }

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

  .main-menu-header .header-logo a.logo {
    position: relative;
  }

  nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    padding: 0px !important;
  }

  .banner-slider .owl-item .item .container {
    height: 300px !important;
  }

  .banner_txt .caption2 h1.text1 {
    line-height: 20px;
  }

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

  section.product-section.product-section1:after {
    width: 80%;
    height: 2%;
  }

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

  .product-list {
    height: 150px;
  }

  .product-url.prod-url1 a.pro-links {
    font-size: 12px;
    padding: 0px 10px;
  }

  .defalt-heading h2:before {
    height: 2px;
  }

  .all-default-ccontent.abttt .deflt-p p {
    font-size: 14px !important;
    -webkit-line-clamp: 5;
    line-height: 20px !important;
  }

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

  .product-content .product-url {
    margin: 10px 0px;
  }
}

.main-header li.nav-item a:hover {
  transition: 0.5s;
}

.main-div .price-div {
  text-align: center;
  margin-bottom: 10px;
}

.main-div .price-div p.price {
  margin: 0;
}

.product-url.prod-url1 a.pro-links:hover {
  transition: 0.5s;
  color: var(--btn-color);
}

@media (min-width: 992px) and (max-width: 1100px) {
  .main-header li.nav-item a.nav-link {
    font-size: 12px;
  }

  .search-btn {
    margin-right: 0px;
  }

  .info-right ul li a {
    padding: 8px 8px;
  }
}

.main-header li.active.nav-item a.nav-link:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
}


.main-header li.nav-item a.nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: var(--btn-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border: unset !important;
}

.main-header li.nav-item a.nav-link:hover:after {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.logo-header-mid ul li .ccc-icon {
  margin-right: 10px;
}

.logo-header-mid ul li a.connt-11 {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.logo-header-mid ul li a.connt-11 .sm-txt {
  font-weight: 400 !important;
}

.quick-contact .cont-heading h3 span {
  font-weight: 600 !important;
  color: var(--btn-color);
}


@media (max-width: 767px) {
  .banner_txt .caption2 .btn-bnnr a {
    margin-right: 0 !important;
  }

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

  section.banner-section:before {
    bottom: -5% !important;
    width: 0% !important;
    height: 0;
    opacity: 0;
  }
  .footer-menus ul.footer-menus-list li a img.imig-fluid {
    max-width: 0%;
    margin: 0 !important;
  }
}

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

  .all-default-ccontent.abttt .sub2-h {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .all-product-btn.btn-bnnr {
    padding: 10px 0px;
  }

  body li.foot-numb a p {
    margin-bottom: 0px;
    width: 100% !important;
  }
}

.main-menu-header .header-btn a.btn-bnnr:hover {
  color: #fff;
  transition: 0.5s;
}

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

.product-content .product-url-content .pro-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--txt-color);
  font-weight: 500;
  font-size: 14px;
}

.main-div:hover .product-list:before {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  z-index: 1;
}

@media (max-width: 575px) {
  .footer-menus ul.footer-menus-list {
    display: flex !important;
    justify-content: space-between;
    padding-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .container-fluid.header-logo-contain.g-0 {
    --bs-gutter-y: unset !important;
    --bs-gutter-x: unset !important;
  }

  .all-default-ccontent.abttt .defalt-heading h1 {
    font-size: 18px !important;
    line-height: normal;
  }

  .welcome-heading h3 {
    font-size: 16px !important;
  }

  .all-default-ccontent.sollu {
    max-width: 100% !important;
    padding-top: 30px;
  }

  .all-default-ccontent.sollu .deflt-p p {
    font-size: 10px;
  }
  
  .my-navbar ul.navbar-nav li.nav-item {
    text-align: center;
    margin: 0 !important;
  }

  body .footer-section .footer-heading.footer-heading22 {
    margin-bottom: 0 !important;
    padding-top: 10px !important;
  }

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

@media (min-width: 767px) and (max-width: 992px) {
  .container-fluid.header-logo-contain.g-0 {
    --bs-gutter-y: unset !important;
    --bs-gutter-x: unset !important;
  }

  .foot-clmn-2.all-foot-clmn {
    padding: 0px 40px !important;
  }

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

.single-prod-main-div {
  padding: 0px;
  margin: 10px;
  text-align: center;
}

.single-prod-main-div.featured-product {
  padding: 0;
}

.single-prod-main-div.featured-product .product-content {
  padding: 20px;
}

.single-prod-main-div.featured-product .product-list {
  height: 260px;
}

@media (max-width: 767px) {
  .single-prod-main-div {
    padding: 5px !important;
    margin: 0px !important;
  }

  .single-prod-main-div.featured-product .product-content {
    padding: 10px !important;
  }

  .single-prod-main-div.featured-product {
    margin: 0 !important;
  }

  .single-prod-main-div.featured-product {
    margin-top: 20px !important;
  }

  .single-prod-main-div.featured-product .product-content {
    padding: 5px !important;
  }
}

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

  .single-prod-main-div.featured-product .product-list {
    height: 180px !important;
  }

  .single-prod-main-div.featured-product .product-content {
    padding: 10px !important;
  }
}

/*----Inner Banner CSS----*/

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

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

.banner-innercaption span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  background: var(--btn-color);
  padding: 0px 50px;
  font-family: 'Manrope' !important;
}

@media (max-width: 767px) {
  body .banner-innercaption {
    top: 10%;
  }

  body .banner-innercaption span {
    font-size: 14px;
    padding: 0px 20px;
  }

  .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .banner-innercaption {
    top: 10%;
  }

  .banner-innercaption span {
    font-size: 25px;
  }
    .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
    display: block !important;
  }

}
/*-------About Section CSS-----*/

section.about-section {
    position: relative;
    padding: 60px 0px;
}
section.about-section .my-about-row {
    background: #F6F6F6;
    padding: 50px 25px;
}

@media (min-width: 1250px) and (max-width: 1350px) {}

@media (min-width: 1100px) and (max-width: 1250px) {}

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

@media (min-width: 767px) and (max-width: 992px) {
    section.about-section .my-about-row {
        padding: 30px 20px !Important;
    }
}

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

@media (max-width: 767px) {
    section.about-section {
        padding: 30px 0px;
    }
}
/*-----Home Contact Section CSS-----*/

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

section.home-contact-section:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: 0;
    height: 100%;
    width: 50%;
    content: "";
    background-image: url("/images/home-contact-img1.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: -1;
}

section.home-contact-section:after {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 50%;
    content: "";
    background-image: url("/images/home-contact-img2.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: -1;
}

section.home-contact-section .home-contact-section-main-div {
    position: relative;
    height: 350px;
}

section.home-contact-section .home-contact-section-main-div .home-contact-section-div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-txt h3 {
    color: var(--color2);
    font-family: Brushscript !important;
    font-size: 50px;
    line-height: 25px;
}

section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-txt h2 {
    font-size: 45px;
    color: var(--color2);
    text-transform: uppercase;
    font-weight: 700;
}

section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-btn a {
    color: var(--color2);
    border: 1px solid #fff;
    padding: 10px;
    font-weight: 400;
    border-radius: 10px;
    transition: 0.5s;
}

section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-btn {
    padding-top: 15px;
}
section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-btn a:hover {
    background: #fff;
    transition: 0.5s;
    color: var(--h-color);
}

@media (min-width: 1250px) and (max-width: 1350px) {}
@media (min-width: 1101px) and (max-width: 1250px) {
     section.home-contact-section .home-contact-section-main-div{
        height:300px !important;
    }
}
@media (min-width: 993px) and (max-width: 1100px) {
    section.home-contact-section .home-contact-section-main-div{
        height:280px !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-txt h3 {
        font-size: 18px !important;
    }
    
    section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-txt h2 {
        font-size: 22px;
    }
    
    section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-btn a {
        font-size: 14px;
    }
    
    section.home-contact-section .home-contact-section-main-div {
        height: 250px;
    }
    
    section.home-service-section {
        padding: 30px 0px;
    }

    section.home-contact-section {
        padding: 30px 0px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {}
@media (max-width: 767px) {
    section.home-contact-section {
        padding: 30px 0px;
    }
    
    section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-txt h3 {
        font-size: 18px !important;
    }
    
    section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-txt h2 {
        font-size: 22px !important;
    }
    
    section.home-contact-section:after {
        display: none;
    }
    
    section.home-contact-section:before {
        width: 100%;
    }
    section.home-contact-section .home-contact-section-main-div {
        height: 150px;
    }
    
    section.home-contact-section .home-contact-section-main-div .home-contact-section-div .home-contact-section-btn a {
        font-size: 12px;
    }
}


/*-----Home Service Section CSS-------*/

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

section.home-service-section .row.home-service-row {
    padding: 20px;
    position: relative;
}

section.home-service-section .row.home-service-row .home-service-card {
    padding: 40px;
    background: #fff;
    position: relative;
    top: 40px;
    box-shadow: 20px 30px 50px 0px rgba(0, 0, 0, 0.2);
}

section.home-service-section .row.home-service-row .home-service-card .defalt-heading p {
    max-width: 100%;
    margin: 0;
    padding: 20px 0px 0px 0px;
    font-size: 16px;
}

section.home-service-section .row.home-service-row .home-service-small-card {
    background: #3B92C4;
    text-align: center;
    padding: 30px;
    transition: transform 0.5s ease, background-color 0.5s ease !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.home-service-section .row.home-service-row .home-service-small-card .home-service-small-txt h2 {
    font-size: 20px;
    padding: 10px 0px;
    color: var(--color2);
    margin: 0;
    font-weight: 400;
}

section.home-service-section .row.home-service-row .home-service-small-card .home-service-small-icon {
    position: relative;
    height: 50px;
}

section.home-service-section .row.home-service-row .home-service-small-card .home-service-small-icon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    filter: brightness(16.5);
}
section.home-service-section .row.home-service-row:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 90%;
    width: 100%;
    border: 3px solid #0f0f0f38;
    content: "";
    z-index: -1;
}
section.home-service-section .row.home-service-row .home-service-small-card:hover {
    background: #AEE1FF;
    transform: translateY(-10px);
}

section.home-service-section .row.home-service-row .home-service-small-card:hover .home-service-small-icon img {
    filter: unset;
    transition: 0.5s;
}

section.home-service-section .row.home-service-row .home-service-small-card:hover .home-service-small-txt h2 {
    color: var(--h-color);
    transition: 0.5s;
}


@media (min-width: 1250px) and (max-width: 1350px) {}
@media (min-width: 1100px) and (max-width: 1250px) {
    section.home-service-section .row.home-service-row .home-service-card{
        padding: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    section.home-service-section .row.home-service-row .home-service-card{
        padding:25px;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    section.home-service-section .row.home-service-row .home-service-small-card .home-service-small-txt h2 {
        font-size: 14px;
    }
    
    section.home-service-section .row.home-service-row .home-service-card {
        padding: 15px;
        top: 25px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {}
@media (max-width: 767px) {
    
     section.home-service-section {
        padding: 30px 0px;
    }
    
    section.home-service-section .row.home-service-row .home-service-card {
        top: 0;
        padding: 10px;
    }
    
    section.home-service-section .row.home-service-row:before {
        display: none;
    }
    
    section.home-service-section .row.home-service-row {
        padding: 10px;
    }
    
    section.home-service-section .row.home-service-row .home-service-small-card {
        padding: 10px;
        margin:10px 0px;
    }
    
    section.home-service-section .row.home-service-row .home-service-small-card .home-service-small-txt h2 {
        font-size: 14px;
    }
}

@media(max-width: 992px){
    
    .navbar-light .navbar-nav .nav-link:focus {
        color: #000 !important;
    }
}

/*-----Heading Animation CSS-----*/

.typewriter{
    display:inline-block;
    opacity:0;
    filter:blur(10px);
    will-change:transform, opacity, filter;
    animation-fill-mode: both;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.typewriter.animate{
    animation:textReveal 3.5s cubic-bezier(.22,1,.36,1) forwards;
}

@keyframes textReveal{

    0%{
        opacity:0;
        transform:translateY(60px);
        filter:blur(10px);
        letter-spacing:10px;
    }
    35%{
        opacity:1;
        transform:translateY(0);
        filter:blur(0);
        letter-spacing:0;
    }
    80%{
        opacity:1;
        transform:translateY(0);
        filter:blur(0);
        letter-spacing:0;
    }
    100%{
        opacity:1;
        transform:translateY(0);
        filter:blur(0);
        letter-spacing:0;
    }
}
