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

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

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

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

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

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

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


/*Show More btn Css Start*/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

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

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

button#toggleBtn {
  outline: unset;
}

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

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

/*Show More btn Css End*/
* {
  font-family: Heebo !important;
}

ul {
  /* padding: 0px; */
  /* margin: 0px; */
}

li {
  /* list-style: none !important; */
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #353535;
  --txt-color: #1E1E1E;
  --btn-color: #DA292A;
  --sec-color: #353535;
  --bg-color: #FAF8F4;
}

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

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

.btn-primary {
  transition: 0.5s;
  color: var(--color2);
  background: var(--btn-color);
  border: 1px solid var(--btn-color);
}

@media (max-width: 767px) {
  body .my_contact_us {
    right: -29px;
  }

  body .my_contact_us button.btn.btn-primary {
    padding: 5px 10px !important;
    font-size: 12px !important;
    border-radius: 0px 0px 6px 6px;
  }
}

.dasktop-show {
  display: block;
}
.mobile-show {
  display: none;
}
@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}

.section-heading .sub-heading h3 {
  position: relative;
  color: var(--btn-color);
  font-size: 15px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.section-heading .defalt-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading .defalt-heading h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  color: var(--h-color);
}
.section-heading .defalt-heading p {
  font-size: 16px;
  color: var(--txt-color);
  font-weight: 400;
}
.section-heading .defalt-heading span {
  color: var(--sec-color);
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.all-btn a {
  background: var(--btn-color);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
}

.all-btn a img {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  height: 10px;
}

.all-btn a:hover {
  transition: 0.5s;
  transform: scale(1.08);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px;
  background: var(--sec-color);
}

@media (max-width: 767px) {
  .section-heading .sub-heading h3 {
    font-size: 16px !important;
  }

  .section-heading .defalt-heading {
    margin-bottom: 10px !important;
  }

  .section-heading .defalt-heading h2 {
    font-size: 25px !important;
    line-height: 30px;
  }

  .section-heading .defalt-heading p {
    font-size: 12px;
  }
  
  .section-heading .defalt-heading span {
    font-size: 20px !important;
  }

  .all-btn a {
    font-size: 12px !important;
    padding: 7px 14px !important;
  }
}

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

  .section-heading .defalt-heading span {
    font-size: 25px !important;
  }

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

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

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  width: 180px;
}

.select-lang .gt_switcher_wrapper .gt_switcher.notranslate {
  width: 180px !important;
}

.select-lang .gt_switcher_wrapper .gt_selected {
  background: #34343400 !important;
  border-radius: 10px !important;
  border: 0px !important;
}

.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #000 !important;
  font-size: 11px;
  position: relative;
  font-weight: 500 !important;
  border-radius: 30px !important;
  width: auto !important;
  border: 0 !important;
  background-color: #fff !important;
}

.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color) !important;
  transition: 0.5s;
}

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

.gt_container--hich1m .gt_switcher .gt_selected a img {
  width: 28px;
  height: 28px;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 2px !important;
  top: 2px !important;
  background-image: url(/images/lang-arrow.png) !important;
  height: 30px !important;
  width: 30px !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #343434 !important;
  position: absolute !important;
  padding: 30px 10px 10px 10px !important;
  width: 159px !important;
  top: 26px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden !important;
  border: 1px solid #343434 ! IMPORTANT;
}

.select-lang .gt_switcher_wrapper .gt_option a {
  color: #ffffff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 12px;
  transition: 0.5s;
}

.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: transparent !important;
  transition: 0.3s;
}

.select-lang .gt_switcher_wrapper .gt_selected a:hover:after {
  transition: 0.5s;
}

.select-lang .gt_switcher_wrapper .gt_option a:hover {
  transition: 0.5s;
  color: var(--btn-color) !important;
}

/*end for gtranslate language css*/


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

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

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

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

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

.search-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.search-box-btn.search-box-outer {
  background: transparent;
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
}

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

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

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup:before {
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 40px;
  line-height: 65px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: unset;
}

.search-popup .form-group button {
  top: 0 !important;
  right: 20px !important;
  bottom: 0 !important;
  height: 40px;
  width: 40px;
  margin: auto;
  padding: 0;
  line-height: normal;
}

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

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


/*header top*/
.top-information {
  background: var(--btn-color);
  position: relative;
  padding: 20px 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%);
}
.top-information .info-left ul li .txt-color-htop {
  color: #ffffff;
  font-size: 15px;
  transition: 0.5s;
  font-weight: 400;
}
.top-information .info-left ul li .txt-color-htop:hover {
  transition: 0.5s;
  color: var(--color3);
}
.top-information .info-left ul li .txt-color-htop:hover img.img-fluid {
  transition: 0.5s;
  filter: brightness(0);
}
.top-information .info-left ul li .txt-color-htop img.img-fluid {
  margin-right: 5px;
  transition: 0.5s;
  max-width: 15%;
  top: -2px;
  position: relative;
}
/*end header top*/

/*main header css*/
.main-menu-header {
  background: unset;
  padding: 0px 0 10px;
}

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

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

.main-header li.nav-item a.nav-link {
  padding: 10px 6px 6px !important;
  color: var(--h-color);
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: var(--btn-color) !important;
}

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

.main-header li.nav-item a.nav-link:hover,
.main-header li.nav-item a.nav-link.show {
  color: #fff !important;
  border-radius: 0px;
  transition: 0.5s ease-in;
  color: var(--btn-color) !important;
}

.main-header li.nav-item a.nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  right: auto;
  height: 1px;
  background: var(--btn-color);
  transition: 0.5s;
}

.main-header li.nav-item a.nav-link:hover:before {
  content: '';
  width: 100%;
  right: 0;
  transition: 0.5s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: #0d0d0d !important;
  transition: 0.3s;
  margin: 0px;
  border-radius: 0 0 5px 5px !important;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
  background: transparent !important;
  transition: 0.3s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
  color: var(--btn-color) !important;
  transition: 0.5s;
}

@media (max-width: 767px) {
  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 {
    height: 80px !important;
    border-radius: 0px !important;
    padding: 10px 0px;
    border-bottom: 2px solid var(--btn-color);
  }

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

  nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    padding: 0 10px !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: 60px;
    z-index: 9999;
    position: relative;
  }

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

  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    height: 100% !important;
    text-align: left;
    transition: 0.3s;
    margin-top: 80px;
    padding-bottom: 100px;
    padding-top: 20px;
    background: #fff;
  }

  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    border-right: 2px solid var(--btn-color);
    z-index: 999;
  }

  .main-header .navbar-collapse ul.navbar-nav {
    overflow-y: auto;
    overflow-x: hidden;
  }

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

  .main-header li.nav-item a.nav-link {
    font-size: 12px !important;
    color: var(--btn-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(--btn-color) !important;
    font-size: 12px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 992px) {
  .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 {
    height: 80px !important;
    border-radius: 0px !important;
    padding: 10px 0px;
    border-bottom: 2px solid var(--btn-color);
  }

  .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: 110px;
    z-index: 9999;
    position: relative;
  }

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

  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-1000px);
    width: 50%;
    margin-top: 80px;
    height: 100% !important;
    padding-top: 20px;
    text-align: left;
    transition: 0.3s;
    padding-bottom: 100px;
  }

  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    border-right: 2px solid var(--btn-color);
  }

  .main-header .navbar-collapse ul.navbar-nav {
    overflow-y: auto;
    overflow-x: hidden;
  }

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

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

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

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

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
  background-image: url(/images/menubar.png);
}

.my-navbar button.navbar-toggler span.navbar-toggler-icon {
  background-image: url(/images/close.png);
  height: 40px;
  width: 40px;
}

/*header css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .main-header a.nav-link {
    font-size: 12px;
  }

  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: #fff !important;
    font-size: 12px;
  }
}

/*end header css*/
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*banner css*/
section.banner-section {
  position: relative;
  z-index: 1;
}

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

section.banner-section .bannermain {
  padding: 0px;
  width: 100%;
}

.banner-slider .owl-item .item {
  position: relative;
  margin: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner_txt {
  position: absolute;
  top: 0px;
  left: 10%;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.banner_txt .caption2 {
  max-width: 80%;
  position: relative;
  z-index: 3;
  top: 0%;
  text-align: left;
}

.banner_txt h2.text3 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  margin: 10px auto;
  line-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner_txt h5.text2 {
  color: var(--h-color);
  font-size: 110px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 50px;
  margin: 20px 0px;
}

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

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

.banner_txt .btn-bnnr a {
  padding: 10px 20px;
  color: #fff;
  background: var(--btn-color);
  margin: 10px 0px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.banner_txt .btn-bnnr a img {
  display: inline-block;
  width: auto;
  margin-left: 30px;
  height: 10px;
}

.banner_txt .btn-bnnr a:hover {
  transition: 0.5s;
  transform: scale(1.08);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background: var(--sec-color) !important;
}

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

.banner-slider .owl-nav .owl-next {
  font-size: 0;
  z-index: 1;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 280px;
  right: 3%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-color);
  opacity: 0.6;
  transition: 0.5s;
}

.banner-slider .owl-nav .owl-prev {
  font-size: 0;
  z-index: 1;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 280px;
  left: 3%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-color);
  opacity: 0.6;
  transition: 0.5s;
}

.banner-slider .owl-nav .owl-prev:before {
  content: '';
  font-size: 0;
  background-image: url(/images/btn-arrow.png);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  position: absolute;
  left: 0px;
  right: 5px;
  margin: auto;
}

.banner-slider .owl-nav .owl-next:before {
  content: '';
  font-size: 0;
  background-image: url(/images/btn-arrow.png);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  position: absolute;
  left: 5px;
  right: 0px;
  margin: auto;
}

.banner-slider .owl-nav .owl-prev:hover, .banner-slider .owl-nav .owl-next:hover {
  opacity: 1;
  transition: 0.5s;
}

.banner-slider .owl-dots {
  display: none !important;
  position: absolute;
  right: 0px;
  bottom: -30px;
  left: 0;
  justify-content: center;
}

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

.banner-slider .owl-dots .owl-dot {
  margin: 0px 4px;
  padding: 5px;
  display: inline-block;
  color: #000;
  background-color: #404040;
  width: 50px;
}

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

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

.banner-slider .owl-dots .owl-dot:first-child span:before {
  content: '01';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
  content: '02';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
  content: '03';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {

  section.banner-section {
    height: 220px !important;
    margin-top: 80px !important;
  }

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

  .banner_txt {
    top: 10px;
    max-width: 50%;
    margin: 0;
    left: 10px;
  }

  .banner_txt .caption2 {
    padding-left: 10px;
    max-width: 100%;
  }

  .banner_txt h2.text3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .banner_txt h5.text2 {
    font-size: 45px;
    letter-spacing: 6px;
    margin: 0;
  }

  .banner_txt p.text4 {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 10px;
  }

  .banner_txt .btn-bnnr a {
    margin: 0;
    font-size: 12px !important;
    padding: 7px 14px !important;
  }

  .banner_txt .btn-bnnr a img {
    margin-left: 15px;
  }
  
  .banner-slider .owl-dots {
    /* display: none !important; */
    right: 0;
  }

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

  .banner-slider .owl-dots .owl-dot {
    margin: 1px;
    padding: 2px;
    width: 20px;
  }

  .banner-slider .owl-dots .owl-dot span:before {
    font-size: 10px;
  }

  .banner-slider .owl-dots .owl-dot span {
    width: 12px;
  }
}

@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;
    top: 0;
  }

  .banner_txt .caption2 {
    padding: 0 !important;
  }

  .banner_txt h2.text3 {
    font-size: 45px;
    line-height: 50px;
    max-width: 100% !important;
  }

  .banner_txt h5.text2 {
    font-size: 70px;
    letter-spacing: 20px;
  }

  .banner_txt p.text4 {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
    max-width: 80%;
    margin: auto;
  }

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

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

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

@media (min-width: 992px) and (max-width: 1024px) {
  .banner_txt h2.text3 {
    font-size: 30px;
  }

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

  .banner_txt .btn-bnnr a {
    font-size: 18px;
  }
}
/*end banner css*/

/*about section*/
section.about-section {
  position: relative;
  padding: 50px 0px;
  z-index: 1;
}

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

section.about-section .container .row:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

section.about-section .about-image {
  padding: 10px 20px;
}

.about-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 10px;
}

.about-ccontent.section-heading p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.about-exp ul {
  padding: 0;
  margin: 0;
}

.about-exp ul li {
    width: 49%;
    display: inline-flex;
    align-items: center;
    margin: 20px 0px;
}

.about-exp ul li .about-exp-icon {
    width: 50px;
    position: relative;
    z-index: 1;
}

.about-exp ul li .about-exp-icon img.img-fluid {
    max-width: 70%;
}

.about-exp ul li .about-exp-title h5 {
    position: relative;
    font-size: 16px;
    margin: 0;
    color: var(--h-color);
    font-weight: 400;
}

.about-ccontent .about-link a {
    font-size: 18px;
    color: var(--btn-color);
    font-weight: 600;
    transition: 0.5s;
    margin: 20px 0px;
    position: relative;
    display: inline-block;
}

.about-ccontent .about-link a:hover {
    transition: 0.5s;
    color: var(--h-color);
}

.about-ccontent .about-link a img.img-fluid {
    margin-left: 10px;
    height: 12px;
    transition: 0.5s;
}

.about-ccontent .about-link a:hover img.img-fluid {
    transition: 0.5s;
    filter: brightness(0);
    margin-left: 15px;
}

@media (max-width: 585px) {
  section.about-section .row.align-items-center {
    flex-direction: row !important;
    align-items: unset !important;
  }

  section.about-section .container .row:before {
    width: 100%;
    height: 60%;
    top: -10px;
  }

  .about-ccontent.section-heading .defalt-heading h2 {
    font-size: 30px !important;
  }

  .about-ccontent.section-heading p {
    font-size: 12px !important;
    margin-bottom: 3px !important;
  }

  .about-exp ul li {
    margin: 10px 0px;
    width: 100%;
  }
  
  .about-exp ul li .about-exp-icon {
    width: 40px;
  }
  
  .about-exp ul li .about-exp-title h5 {
    font-size: 12px;
  }
  
  .about-ccontent .about-link a {
    margin: 10px 0px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  section.about-section {
    padding: 30px 0px;
  }

  section.about-section:before {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .about-ccontent.section-heading {
    padding-bottom: 20px;
  }

  .about-ccontent.section-heading p {
    font-size: 15px;
  }

  .about-ccontent.section-heading .defalt-heading {
    margin-bottom: 10px !important;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .about-ccontent.section-heading {
    /* padding-bottom: 100px; */
    padding: 20px 0px;
  }
  section.about-section .container .row:before {
    width: 43%;
  }

  section.about-section:before {
    height: 300px;
    width: 400px;
  }

  .about-ccontent.section-heading .defalt-heading h2 {
    font-size: 30px !important;
  }

  .about-ccontent.section-heading .defalt-heading {
    margin-bottom: 0px !important;
  }

  .about-ccontent.section-heading p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    -webkit-line-clamp: 7 !important;
    max-width: 100%;
  }
}

/*end about section*/


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

@media (max-width: 992px) {
  .bread_crumb a {
    font-size: 10px !important;
  }
}

/* end product page bread crum css*/

/*for inner page banner heading text*/
.bannermain.innerbanner.all-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 400px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

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

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

.banner-innercaption span {
  display: inline-block;
  font-weight: 400;
  color: var(--btn-color);
  font-size: 40px;
  line-height: normal;
}

.banner-innercaption .innerBanner-title {
  color: var(--h-color);
  font-size: 110px;
  font-weight: 400;
  line-height: 120px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 30px;
  margin: 10px 0px 0px;
}

.banner-innercaption p,
.banner-innercaption p a {
  font-size: 16px;
  color: var(--btn-color);
  margin: 0;
}

@media (max-width: 767px) {
  .bannermain.innerbanner.all-inner {
    margin-top: 80px;
    height: 140px;
  }

  .banner-innercaption {
    top: 0;
  }

  .banner-innercaption span {
    font-size: 30px;
    line-height: 30px;
  }

  .banner-innercaption .innerBanner-title {
    font-size: 45px;
    letter-spacing: 5px;
    line-height: 50px;
    margin: 0;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .bannermain.innerbanner.all-inner {
    height: 300px !important;
    margin-top: 80px !important;
  }

  .banner-innercaption {
    top: 0;
  }

  .banner-innercaption .innerBanner-title {
    font-size: 100px;
    letter-spacing: 20px;
  }
}

/*end for inner page banner heading text*/



/*about Video css*/
@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.aboutVideo {
  position: relative;
}
.aboutVideo .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 6
}
.aboutVideo .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1
}
.aboutVideo .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  animation-delay: .4s
}
.aboutVideo .play span {
  height: 100px;
  width: 100px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.aboutVideoRow {
    position: relative;
    z-index: 1;
    top: -70px;
    background: #fff;
    align-items: center;
}
.row.aboutVideoRow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/about-video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutVideo-heading-bg.section-heading {
    padding: 50px;
}
.aboutVideo-heading-bg.section-heading .sub-heading h3 {
    text-align: left;
    margin-bottom: 10px;
}
.aboutVideo-heading-bg.section-heading  .defalt-heading {
    text-align: left;
    margin-bottom: 20px;
}
.aboutVideo-heading-bg.section-heading .about-btn-proj {
    margin-top: 20px;
}
.aboutVideo-points ul {
  padding: 0;
  margin: 0;
}
.aboutVideo-points ul li {
    margin: 15px 0px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    list-style: none;
}
.aboutVideo-points ul li img.img-fluid {
    margin-right: 10px;
}

@media (max-width: 585px) {
    .row.aboutVideoRow {
        top: 0;
        flex-direction: column-reverse;
    }
    .row.aboutVideoRow:before {
        width: 0;
        height: 0;
        opacity: 0;
    }
    .aboutVideo {
        margin-top: 20px;
        height: 260px;
        background-image: url(/images/about-video-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .aboutVideo-heading-bg.section-heading {
        padding: 0;
    }
    .aboutVideo-points ul li {
        margin: 10px 0px;
        font-size: 12px;
    }
    .aboutVideo-points ul li img.img-fluid {
        height: 14px;
        margin-right: 6px;
    }
}

/*end about Video css*/



/*partner css*/
section.partner-section {
    position: relative;
    z-index: 1;
    padding: 20px 0px 80px;
}

.partner-logo {
    text-align: center;
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-item .partner-logo img {
  width: auto;
  max-width: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

@media (max-width: 585px) {
  section.partner-section {
    padding: 20px 0px;
  }
  
  .partner-logo {
    height: 110px;
  }
  
  .owl-carousel .owl-item .partner-logo img {
    max-width: 85%;
  }
}
/*end partner css*/


/*services css*/
@keyframes move-background {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%; 
    }
}

section.services-section {
    padding: 30px 0px 40px;
    position: relative;
    z-index: 1;
    background-image: url(/images/service_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    animation: move-background 10s linear infinite;
}

.services-wrapper {
    position: relative;
    z-index: 1;
    background: var(--h-color);
    text-align: center;
    padding: 50px;
    transition: 0.5s;
}

.services-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    background: var(--btn-color);
    transition: 0.5s;
}

.services-wrapper:hover:before {
    transition: 0.5s;
    height: 100%;
}

.services-wrapper .services-icon {
    height: 120px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.services-wrapper .services-icon img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    transition: 0.5s;
}

.services-wrapper:hover .services-icon img.img-fluid {
    transition: 0.5s;
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.services-wrapper .services-title h4 {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 700;
}

.services-wrapper .services-txt p {
    margin: 10px 0px 20px;
    color: #fff;
    font-size: 15px;
}

@media (max-width: 585px) {
  section.services-section {
    padding: 40px 0px;
    animation: move-background 50s linear infinite;
  }
  
  .services-wrapper {
      padding: 20px;
  }
  
  .services-wrapper .services-icon {
      height: 90px;
      max-width: 30%;
      margin: auto;
  }
  
  .services-wrapper .services-icon img.img-fluid {max-width: 90%;}
  
  .services-wrapper .services-title h4 {
      font-size: 18px;
      margin: 10px 0px;
  }
  
  .services-wrapper .services-txt p {
      font-size: 12px;
  }
}
/*end services css*/


/*products sec*/
.prodcuts-section {
    position: relative;
    z-index: 1;
    background: var(--bg-color);
    padding: 50px 0px;
}

.prodcuts-section .prodcuts-main {
  position: relative;
  transition: 0.5s;
}

.prodcuts-section .prodcuts-main .prodcuts-img {
  margin: auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #cccccc5c;
  transition: 0.5s;
  height: 300px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.prodcuts-section .prodcuts-main:hover .prodcuts-img {
    transition: 0.5s;
    border-color: var(--btn-color);
}

.prodcuts-section .prodcuts-main .prodcuts-img img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 90%;
}

.prodcuts-section .prodcuts-main .prodcuts-img .product-view-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: 0.5s;
    transform: translateY(70px);
}

.prodcuts-section .prodcuts-main:hover .prodcuts-img .product-view-btn {
    transition: 0.5s;
    transform: translateY(-10px);
}

.prodcuts-section .prodcuts-main .prodcuts-img .product-view-btn a {
    display: inline-block;
    background: var(--btn-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    transition: 0.5s;
}

.prodcuts-section .prodcuts-main .prodcuts-img .product-view-btn a:hover {
    transition: 0.5s;
    background: var(--h-color);
}

.prodcuts-section .prodcuts-main .prodcuts-content {
    margin: 10px 0px;
    position: relative;
    padding: 0px 10px;
    z-index: 1;
}

.prodcuts-section .prodcuts-main .prodcuts-content .prodcuts-title h3 {
    color: var(--h-color);
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prodcuts-section .prodcuts-main .prodcuts-content .prodcuts-description p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--btn-color);
}


@media(max-width:767px) {
  .prodcuts-section {
    padding-bottom: 20px;
  }
  
  .prodcuts-section .prodcuts-main .prodcuts-img {
      height: 140px;
      padding: 10px;
  }
  
  .prodcuts-section .prodcuts-main .prodcuts-img img.img-fluid {
      max-width: 80%;
      bottom: auto;
  }
  
  .prodcuts-section .prodcuts-main .prodcuts-img .product-view-btn {
      transform: translateY(-5px);
  }
  
  .prodcuts-section .prodcuts-main .prodcuts-img .product-view-btn a {
      font-size: 12px;
      padding: 6px 10px;
  }
  
  
  .prodcuts-section .prodcuts-main .prodcuts-content .prodcuts-title h3 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
  }
  
  .prodcuts-section .prodcuts-main .prodcuts-content .prodcuts-description p {
      font-size: 12px;
      margin-bottom: 0;
  }
}

@media(min-width:768px) and (max-width:992px) {}
/*popular product end*/


/*category section */
.category-section {
  padding: 50px 0px;
  position: relative;
  background: var(--bg-color);
  z-index: 1;
}

.carousel-category .owl-item img {
    width: auto !important;
}

.carousel-category .owl-item .single-category-wrapper .cat-image {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.carousel-category .owl-item .single-category-wrapper .cat-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: 0.5s;
}

.carousel-category .owl-item.center .single-category-wrapper:hover .cat-image img {
  transition: 0.5s;
  transform: scale(1.07);
}

.carousel-category .owl-item .single-category-wrapper {
    position: relative;
    z-index: 1;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content {
    position: relative;
    margin: auto;
    top: -50px;
    text-align: center;
    z-index: 1;
    padding: 30px 30px;
    max-width: 80%;
    background: var(--btn-color);
    transition: 0.5s;
    opacity: 0;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-category .owl-item.center .single-category-wrapper .category-all-content {
    opacity: 1;
    transition: 0.5s;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 80%;
    text-align: left;
    transition: 0.5s;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-title:hover {
    transition: 0.5s;
    text-decoration: underline;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-view {
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff4a;
    transition: 0.5s;
    text-align: right;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-view:hover {
    background: #fff;
    transition: 0.5s;
}

.carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-view img.img-fluid {
    transition: 0.5s;
    filter: brightness(0) invert(1);
}

.carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-view:hover img.img-fluid {
    transition: 0.5s;
    filter: unset !important;
}

.carousel-category .owl-nav {
    display: flex;
    justify-content: space-around;
}

.carousel-category .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    top: 40%;
    left: 20%;
    margin: auto;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0.7;
}

.carousel-category .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url(/images/btn-arrow-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 15px;
    transform: rotate(180deg);
}

.carousel-category .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    top: 40%;
    right: 20%;
    margin: auto;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0.7;
}

.carousel-category .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url(/images/btn-arrow-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 15px;
}

.carousel-category .owl-nav .owl-prev:hover, 
.carousel-category .owl-nav .owl-next:hover {
    transition: 0.5s;
    opacity: 1;
}

@media(max-width:767px) {
  .category-section {
    padding: 30px 0px;
  }
  
  .carousel-category .owl-item .single-category-wrapper .cat-image {
      height: 150px;
  }
  
  .carousel-category .owl-item .single-category-wrapper .category-all-content {
      padding: 6px 10px;
      top: -15px;
      max-width: 90%;
  }
  
  .carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-title {
      font-size: 13px;
  }
  
  .carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-view {
      width: 20px;
      height: 20px;
  }
  
  .carousel-category .owl-item .single-category-wrapper .category-all-content a.cat-view img.img-fluid {
      height: 10px;
  }
  
  .carousel-category .owl-nav .owl-prev {
      height: 20px;
      width: 20px;
      left: 10%;
  }
  
  .carousel-category .owl-nav .owl-next {
      right: 10%;
      width: 20px;
      height: 20px;
  }
  
  .carousel-category .owl-nav .owl-prev:before, .carousel-category .owl-nav .owl-next:before {
      height: 10px;
      width: 10px;
  }
}

@media(min-width:767px) and (max-width:992px) {}
/*end category section */


/*testimonial section css*/
.maintestimonials-new {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
}

.single-testimonials .inner-testimonial {
  margin: 20px;
  transition: 0.5s;
}

.single-testimonials .inner-testimonial .text-caption-p {
  background: #ffffff;
  padding: 60px 30px 20px;
  position: relative;
  z-index: 1;
  min-height: 270px;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.single-testimonials .inner-testimonial .text-caption-p:after {
  content: ',,';
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 60px;
  position: absolute;
  transform: rotateY(180deg);
  transition: 0.5s;
  color: var(--btn-color);
}

.single-testimonials .inner-testimonial:hover .text-caption-p {
  background: var(--sec-color) !important;
  transition: 0.5s;
}

.single-testimonials .inner-testimonial .text-caption-p p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  margin: 0;
}

.single-testimonials .inner-testimonial:hover .text-caption-p p {
  transition: 0.5s;
  color: #fff;
}

.single-testimonials .inner-testimonial .testi-user .testy {
  display: block;
  align-items: center;
  margin: 20px 0px;
}

.single-testimonials .inner-testimonial .testi-user .testy h4 {
  color: var(--btn-color);
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  display: block !important;
}

.single-testimonials .inner-testimonial .testi-user .testy span {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline;
}

.single-testimonials .inner-testimonial:hover .testi-user .testy span {
  transition: 0.5s;
  color: #fff;
}

@media (max-width: 767px) {
  .maintestimonials-new {
    padding: 30px 0px;
  }

  .single-testimonials .inner-testimonial {
    margin: 10px;
  }

  .single-testimonials .inner-testimonial .text-caption-p {
    min-height: 250px;
    padding: 30px;
  }

  .single-testimonials .inner-testimonial .text-caption-p:after {
    top: -45px;
    left: 10px;
  }

  .single-testimonials .inner-testimonial .text-caption-p p {
    font-size: 14px;
  }

  .single-testimonials .inner-testimonial .testi-user .testy {
    margin-bottom: 0px;
  }
}

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

/*end testimonial section css*/


/*counter section css*/
.counter-section {
    position: relative;
    padding: 50px 0px 80px;
    z-index: 1;
}

.counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150%;
    background: var(--btn-color);
    z-index: -1;
    opacity: 0.07;
}

.counter-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
}

.counter-wrapper .counter-icon {
    height: 120px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--btn-color);
}

.counter-wrapper .counter-icon:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: var(--btn-color);
    border-radius: 100%;
}

.counter-wrapper .counter-icon img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    height: 60%;
}

.counter-wrapper .counter {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    color: var(--h-color);
}

.counter-wrapper span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: var(--txt-color);
}
/*end counter section css*/


/*team crew section css*/
.ourTeam-section {
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}

.ourTeam-section .container {
    position: relative;
    z-index: 1;
}

.ourTeam-section .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 82%;
    background-image: url(/images/ourTeam_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-crew {
    text-align: center;
}

.team-crew .crew-img {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 1;
    overflow: hidden;
}

.team-crew .crew-img img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    transition: 0.5s;
}

.team-crew .crew-img:hover img.img-fluid {
  transition: 0.5s;
  transform: scale(1.07);
}

.team-crew .crew-info {
    margin: 20px 0px;
}

.team-crew .crew-info .crew-name h4 {
    color: var(--h-color);
    font-size: 20px;
    font-weight: 600;
}

.team-crew .crew-info .crew-position {
    font-size: 15px;
    color: var(--txt-color);
}
/*end team crew section css*/


/*blog section*/
section.blog-section {
  position: relative;
  padding: 60px 0px;
  z-index: 1;
}

.blog-section .main-blog-div {
  padding: 10px;
  margin-top: 20px;
  transition: 0.5s;
  border: 1px solid #ccc;
}

.blog-section .blog-img {
  height: 220px;
  position: relative;
  border: solid 1px #cccccc8a;
  overflow: hidden;
  border-radius: 0px;
}

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

.blog-content span.blog-date {
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
  color: var(--txt-color);
}

.blog-section .blog-url {
  padding: 10px 0px;
}

.blog-section .blog-url a {
  color: var(--h-color);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s;
  height: 46px;
}

.blog-section .main-blog-div:hover .blog-url a {
  color: var(--btn-color) !important;
}

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

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

.blog-section .blog-url-main .view-details a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: var(--h-color);
  transition: 0.5s;
}

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

.blog-section .blog-url-main .view-details a img.img-fluid {
  margin-left: 10px;
  width: 7px;
}

@media (max-width: 767px) {
  section.blog-section {
    padding: 30px 0px;
  }

  .blog-section .blog-img {
    height: 250px;
  }

  .blog-content span.blog-date {
    font-size: 13px;
  }

  .blog-section .blog-url {
    padding: 10px 0px;
  }

  .blog-section .blog-url a {
    font-size: 15px;
  }

  .blog-section .blog-txt p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .blog-section .blog-url-main .view-details a {
    font-size: 14px;
  }
}

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

  .blog-section .blog-img {
    height: 230px;
    border-radius: 20px;
  }

  .blog-section .blog-url a {
    font-size: 15px;
  }

  .blog-section .blog-txt p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* end blogs section css */




/*footer css*/
.footer-section {
  padding-top: 40px;
  background: #1C1D1F;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.footer-p p {
  color: var(--color2);
  font-size: 14px;
  line-height: normal;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-widgets2 {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    top: -100px;
    background: var(--btn-color);
}

.footer-contact-info .f-contact-link {
    display: flex;
    margin-bottom: 30px;
}

.footer-contact-info .f-contact-link .f-contact-icon {
    max-width: 20%;
    width: 100%;
}

.footer-contact-info .f-contact-link .f-contact-txt {
    max-width: 80%;
    width: 100%;
}

.footer-contact-info .f-contact-link .f-contact-icon img {
    transition: 0.5s;
    position: relative;
    top: 10px;
}

.footer-contact-info .f-contact-link:hover .f-contact-icon img {
    transition: 0.5s;
    filter: brightness(0);
}

.footer-contact-info .f-contact-link .f-contact-txt lable {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    margin-bottom: 5px;
    display: block;
}

.footer-contact-info .f-contact-link:hover .f-contact-txt lable {
    transition: 0.5s;
    color: #000;
}

.footer-contact-info .f-contact-link .f-contact-txt p {
    margin: 0;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 22px;
}

.footer-contact-info .f-contact-link:hover .f-contact-txt p {
    transition: 0.5s;
    color: #000;
}

.foot-social ul.main-social-list {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

.foot-social ul.main-social-list li {
  background: #ffffff1f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  transition: 0.5s;
}

.foot-social ul.main-social-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ffffff;
}

.foot-social ul.main-social-list li a:hover {
  background: var(--h-color) !important;
  transition: 0.5s;
  border-color: var(--h-color) !important;
}

.foot-social ul.main-social-list li a:hover img.img-fluid {
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.footer-widgets3 {
    padding-left: 20px;
}

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

.footer-heading h4 {
  color: var(--btn-color);
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.footer-category ul.footer-category-list {
    margin: 0;
}

.footer-category ul.footer-category-list li, .footer-category ul.footer-category-list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: 0.5s;
    list-style: disc;
}

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

.footer-menus ul.footer-menus-list {
  display: flex;
  justify-content: end;
  padding: 0;
  margin: 0;
}

.footer-menus ul.footer-menus-list li a {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.5s;
    margin-left: 10px;
    padding-left: 10px;
}

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

.footer-menus ul.footer-menus-list li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 75%;
    margin: auto;
    background: #ffffff8a;
}

.footer-menus ul.footer-menus-list li:first-child a:before {
    height: 0;
    width: 0;
    opacity: 0;
}

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

.footer-botm p.asdas {
  margin: 0px;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}

.footer-botm p.asdas a {
  color: #ffffff;
  position: relative;
}

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

@media (max-width: 585px) {}

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

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

/*end footer css*/