/**
* Template Name: Green - v4.7.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@charset "UTF-8";@font-face{font-display:swap;font-family:'Century Gothic';src:url(../fonts/gothic.eot),local(CenturyGothic),url(../fonts/gothic.eot?#iefix) format("embeded-opentype"),url(../fonts/gothic.woff) format("woff"),url(../fonts/gothic.ttf) format("truetype")}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #000;-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;-webkit-box-shadow:inset 0 0 6px #000}
body {
  font-family: 'Century Gothic';
  color: #000000;
  font-size: 1rem;
}
/* h1,h2,h3,h4,h5{
  font-size: 1rem;
} */
a {
  color:#000000;
  text-decoration: none;
  /* letter-spacing: 2px; */
}
.text-black{
  color:#000000!important;
}
#navbar .nav-link{
  color: #000000;
  padding: unset;
}
#navbar .nav-link.active{
  color:#fdb122
}
#navbar .nav-link:hover{
  color: #fdb122;
}
/* .pll-0{
  padding-left:0!important
} */
#navbar ul li{
  /* width: 145px; */
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#navbar ul .flex-mobile li{
  width: unset;
  margin: 0;
}
a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.9;
}
nav#navbar {
  margin-right: 3px;
  padding-top: 5px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic';
}
.fs-7 {
  font-size: 0.9rem;
}
._2Sarw5vK {
    width: 36px;
    height: 36px;
}
.pt-0-5 {
  padding-top: 0.5rem;
}
.pb-0-5{
  padding-bottom: 0.5rem;
}
#categoryList li i.bi-chevron-right {
  font-size: 12px;
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cate__ {
  vertical-align: middle;
  /* width: 100%; */
  /* display: block; */
  /* text-align: left; */
  /* padding-left:5px; */
}
.pt-3-5{
  padding-top: 2rem;
}
a.category_cs {
  /* margin-top: 10px; */
  display: inline-block;
  /* margin-bottom: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
._2D8Xw8zb {
  height: auto;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  padding: 0 3px;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 0!important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #000;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.top-0{
  top:0;
}
.right-0{
  right:8px!important;
}
.start-0{
  left:8px!important;
}
.pb-9{
  padding-bottom: 9rem!important;
}
.fleft{
  float: left;
}
.fright{
  float: right;
  width: 100%;
}
.Yg{
  background-color:#1e8e3e!important
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fbfbfb;
  font-size: 15px;
  height: 40px;
  padding: 0;
}
#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #000;
}
#topbar .contact-info i {
  color: #000;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 1050;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  margin: 0;
  /* padding: 15px 0 0 0; */
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo a {
  color: #000;
}
#header .logo img {
  max-height: 100px;
  max-width: 100px;
  /* margin-top:-5px */
}

/* .scrolled-offset {
  margin-top: 70px;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: bold;
  text-align: center;
  z-index: 99999999999999;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.top-button-login,
.top-button-register {
  max-width: 130px;
  min-width: 130px;
}
.fs-18{
  font-size: 18px;
  letter-spacing: 2.7px;
}
.bg__cate {
  background: #fdfdfd;
  box-shadow: 0 5px 10px #dfdfdf;
  border-radius: 5px;
}
.mt-2-5{
  margin-top: 0.7rem!important;
}
.css_control {
  margin-right: 1.5rem;
}
.top-button-login {
  border: 1px solid #000000;
  padding: 10px 30px;
  border-radius: 10px;
  display: block;
  color: #fff!important;
  background: #000000;
  font-size: 1rem!important;
}
.top-button-register {
  border: 1px solid #000000;
  padding: 10px 30px;
  border-radius: 10px;
  display: block;
  color: #fff!important;
  background: #000000;
  font-size: 1rem!important;
}
.d-flex.align-items-center a strong {
    font-size: 18px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000000;
}
.navbar .getstarted, .navbar .getstarted:focus {
  color: #000;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #000;
  transition: 0.3s;
  font-size: 1rem;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #000;
  color: #fff;
  opacity: 0.9;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  /* left: 1rem; */
  top: calc(100% + 30px);
  margin: 0;
  /* padding: 10px 0; */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 205px;
  margin-left: 5px!important;
  margin-right: 5px!important;
}
.navbar .dropdown ul a {
  padding: 10px 10px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
#categoryList .hover-texts:hover{
  color:white
}
.avatar {
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
    overflow: hidden;
}
.avatar-md {
  height: 2.5rem;
  width: 2.5rem;
}
.avatar.avatar-md .rounded-circle{
  height: 2.5rem!important;
  width: 2.5rem!important;
  object-fit: cover;
}
.ml-0{
  margin-left:0!important;
}
.mr-0{
  margin-right:0!important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px;
  font-weight: bold;
  background: #000000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 3px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next, .swiper-button-prev{
  width:unset!important;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
  transition: all .2s;
}
.clients-slider:hover .swiper-button-next,.clients-slider:hover .swiper-button-prev{
  opacity: 0.3;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
  opacity: 1!important;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: rgb(0, 0, 0);
}
.flex-mobile {
  display: inherit;
  padding-left: 1rem;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.bg_promotion{
  /* background:#5e1414; */
  padding-left: 15px;
  padding-right: 15px;
}
.justify-content-space-between{
  justify-content: space-between;
}
._19Wo5x4L {
  /* position: relative; */
  min-height: 430px;
}
._3fQkzCuC ._2D8Xw8zb {
  cursor: auto;
  position: absolute;
  top: -44px;
  height: 44px;
  width: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
  color: #fff;
  background: #3d82f7;
  text-decoration: none;
}
._3fQkzCuC>ul {
  position: relative;
  padding: 6px 0;
  height: 420px;
/* padding-left:15px */
}
._3fQkzCuC>ul li {
  padding-left:10px
}
._3fQkzCuC>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  border-left-width: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: default;
}
._3fQkzCuC>ul>li ._2s1u0t4n {
  visibility: hidden;
  position: relative;
  left: 2px;
  width: 4px;
  height: 100%;
  margin-left: 10px;
  background: #fff;
  z-index: 11;
}
._3RteG5fd {
  display: none;
  position: absolute;
  top: 5px;
  left: calc(100% - -5px);
  width: auto;
  min-height: 432px;
  padding-left: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
}
/* ._3RteG5fd {
  display: none;
  position: absolute;
  top: 0px;
  left: calc(100% - -5px);
  width: auto;
  min-height: 432px;
  padding-left: 25px;
  border: 1px solid #eaeaea;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
} */
._3RteG5fd::before {
  content: '';
  position: absolute;
  left: -14px;
  width: 32px;
  height: 100%;
  z-index: 999999999999999999999999999999;
}
._3RteG5fd ._3QHf2Rd- {
  width: 230px;
  padding-right: 10px;
}
._3RteG5fd>div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
._3RteG5fd ._3QHf2Rd- ._2byuNzlx {
  padding: 15px 0;
  line-height: 16px;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
._3RteG5fd ._2g7QsKnw {
  cursor: pointer;
}
._3RteG5fd ._3QHf2Rd- ._3ABDMaVa {
  padding: 6px 0;
}
._3RteG5fd ._3QHf2Rd- ._3ABDMaVa li {
  /* padding: 6px 0; */
  line-height: 1rem;
  color: #fff;
  height: 42px;
  line-height: 42px;
}
._3RteG5fd ._3QHf2Rd- ._3ABDMaVa li:hover a{
  color:#fff
}
li._2g7QsKnw {
  padding-left: 0!important;
  transition: all .3s;
}
li._2g7QsKnw:hover{
  padding-left: 10px!important;
}
._3RteG5fd ._2g7QsKnw {
  cursor: pointer;
}
._3fQkzCuC>ul>li:hover {
  border-right: none;
  border-left: none;
  z-index: 11;
}
ul>li:hover ._3RteG5fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._2s1u0t4n {
  visibility: hidden;
  position: relative;
  left: 2px;
  width: 4px;
  height: 100%;
  margin-left: 10px;
  background: #fff;
  z-index: 11;
}
ol ol, ol ul, ul ol, ul ul {
  list-style: none;
}
.col-md-2-5{
  width: 20%;
}
.col-md-9-5{
  width: 80%;
  padding-right: 10px;
}
#news-slider1 .owl-prev,
#news-slider1 .owl-next{
  display: none;
} 
.height-auto {
  height: auto!important;
}
#categoryList li:hover a.hover-text{
  color: white;
}
a.hover-text {
  display: flex;
  align-items: center;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}
.category_cs{
  font-size: 16px;
}
h3.post-title {
  line-height: 23px;
}
.navbar-mobile .overlay_mobile{
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #000;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0px 10px;
  padding: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #000;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* Category */

#category {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.8);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #000;
}
#hero .btn-get-started {
  font-family: 'Century Gothic';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1rem 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #000;
}
#hero .btn-get-started:hover {
  background: #6ec083;
}
.bg-cate{
  background-color:#f4cccc;
  padding-left: 0;
  padding-right: 0;
}
.category__12{
  padding-left: 0;
}
.category__12 li{
  list-style: none;
  padding:10px 0
}
.text-bold{
  font-weight: bold;
}
.h-200{
  /* height: 135px;
  object-fit: cover; */
  height: 150px;
  object-fit: cover;
}
.card {
  box-shadow: 0 0px 4px #dfdfdf;
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
  border-bottom-right-radius: calc(0.7rem - 1px);
}
.card:hover,
.post-slide:hover{
  box-shadow: 0 0px 4px #cfcece;
}
h4.mt-3.text-bold.text-whites.fss-1 {
  height: 50px;
  line-height: 50px;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
  border-bottom-right-radius: calc(0.7rem - 1px);
}
.border-1{
  border:2px solid #000
}
img.css_width {
  width: 55%;
  margin: 0 auto;
  text-align: start;
  display: flex;
  filter: brightness(0.5);
  min-height: 115px;
  object-fit: contain;
}
img.css_widths {
  width: 55%;
  margin: 0 auto;
  text-align: start;
  display: flex;
  filter: brightness(0.5);
  /* min-height: 115px; */
  object-fit: contain;
}
.border-1 .join_s{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.rounded-circle{
  background-color: #ffffff;
  transition: all .3s;
  border: 2px solid #000000;
}
.rounded-circle:hover{
  background-color: #000000;
  transition: all .3s;
  border: 2px solid #000000;
}
.rounded-circle img{
  filter: invert(0);
}
/* .rounded-circle .join_s{
  color: #000000;
} */
.rounded-circle:hover img{
  filter: invert(1);
}
.rounded-circle:hover .join_s{
  color: rgb(255, 255, 255);
}
.text-refer {
  color: #000000;
  font-size: 18px;
  margin-bottom:3px
}
.footer_ul li a:hover,
.hover-a:hover{
  color: #000000;
}
.col-md-1-5 {
  width: 14.285714285714286%;
}
.form-control{
  font-size: 1rem;
}
/* .rounded-circle:hover .join_s{
  color:#000
} */
.post-slide{
  /* background: #fff; */
  margin: 20px 10px 20px;
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
  border-bottom-right-radius: calc(0.7rem - 1px);
  padding-top: 1px;
  box-shadow: 0px 0rem 14px #dfdfdfad;
}
.post-slide .post-img{
  position: relative;
  overflow: hidden;
  /* margin-left: -10px; */
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
  border-bottom-right-radius: calc(0.7rem - 1px);
  height: 250px;
  width: 100%;
}
.post-slide .post-img img{
  width: 100%;
  height: 100%;
  transform: scale(1,1);
  transition:transform 0.2s linear;
  object-fit: cover;
}
.post-slide:hover .post-img img{
  transform: scale(1.1,1.1);
}
.post-slide .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  opacity:0;
  /* background: linear-gradient(-45deg, rgb(168 0 0 / 23%) 0%, rgb(168 0 0 / 15%) 100%); */
  transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
  opacity:1;
  text-decoration:none;
}
.post-slide .over-layer i{
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  background: #000000;
  height: 50px;
  line-height: 50px;
}
a.icon_wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000000;
  opacity: 0;
  transition:all .5s;
}
.icon_wishlist.active{
  background: #000;
}
.post-slide:hover .icon_wishlist{
  opacity: 1;
  transition:all .5s;
  z-index: 9999;
  border-radius: 3px;
}
.icon_wishlist .heart-icons{
  background-image: url(../img/icon/wishlist-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.post-slide .post-content{
  background:#fff;
  padding: 2px 8px 30px;
  border-radius: 15px;
}
.post-slide .post-title a{
  font-size:22px;
  font-weight:bold;
  color:#000000;
  display: inline-block;
  text-transform:capitalize;
  transition: all 0.3s ease 0s;
  /* padding-top:10px */
}
h3.post-title {
  margin-bottom: 15px;
  margin-top: 15px;
}
#news-slider h3.post-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.post-slide .post-title a:hover{
  text-decoration: none;
  color:#000000;
}
.post-slide .post-description{
  line-height:24px;
  color:#000000;
}
.post-descriptions {
  color: #000000;
  font-weight: 500;
}
.post-slide .post-date{
  color:#a9a9a9;
  font-size: 1rem;
}
.post-slide .post-date i{
  font-size:20px;
  margin-right:8px;
  color: #CFDACE;
}
.post-slide .read-more{
  font-size: 1rem;
  background: #000000;
  color: #ffffff!important;
  box-shadow: 0px 10px 20px -10px #000000;
  text-transform: capitalize;
  width: 100%;
  padding: 10px;
  font-weight: 400;
  display: block;
  border-radius: 4px;
}
.post-slide .read-more:hover{
  background: #000000;
  text-decoration:none;
  color:#fff;
}
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
  top:50%;
  left:5px;
  /* padding: 0 18px 0 15px; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  box-shadow: 3px 1rem 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  transform: translateY(-50%);
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
  top:50%;
  right: 15px;
  /* padding: 0 15px 0 18px; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  box-shadow: -3px 1rem 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  transform: translateY(-50%);
}
.owl-controls .owl-buttons .owl-next:hover,
.owl-controls .owl-buttons .owl-prev:hover {
  background: #000000;
}
.owl-controls .owl-buttons .owl-prev:hover:after, 
.owl-controls .owl-buttons .owl-next:hover:after{
  color: white;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  font-family: 'bootstrap-icons';
  color: #333;
  font-size:30px;
}
.owl-controls .owl-buttons .owl-prev:after{
  content:"\f12f";
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f138";
}
#upcoming{
  padding-bottom: 0;
}
#clients{
  padding-top: 0;
}
li.filter-active a {
  font-weight: bold;
}
#categoryList li{
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  border-left-width: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: default;
}
#categoryList li i{
  font-size: 8px;
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
._979321 {
  width: 100%;
  background: #fff;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 6.875rem;
}
._30NcNc {
  position: relative;
  height: 100%;
  overflow-y: hidden;
}
.stardust-horizontal-scroll-view {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.PmvC47 {
  padding-bottom: 1.25rem;
  box-sizing: content-box;
  height: 100%;
  padding-top: 15px;
}
._2JG29s {
  width: 100%;
  height: 100%;
}
._3XHcdF {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding-bottom: 0.125rem;
}

._3_BHzg {
  width: 25%;
  padding: 0 0.0625rem;
  text-align: center;
  height: 6rem;
}
.home-page__order-wrapper {
  display: flex;
  flex-direction: column;
}
._2QR3N_ {
  position: relative;
}
.tm9Wdn {
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  margin-bottom: 0.25rem;
}
.xkEi5f {
  height: 12.25rem;
}

.tm9Wdn {
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  margin-bottom: 0.25rem;
}
.caJRFT {
  height: 5.6rem;
  width: 50%;
}

._39rE-9 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.625rem;
  font-size: 1rem;
  line-height: .875rem;
  color: #000;
  word-wrap: break-word;
  /* overflow: hidden; */
  white-space: normal;
}
/* a#most-popular-tab, a#trending-tab {
  background: #eee;
  padding: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
} */
a#most-popular-tab, a#trending-tab {
  color: #000000;
  font-size: 28px;
  line-height: 1.333;
  font-weight: bold;
  text-transform: capitalize;
}
.btn-yellow{
  background-color: #000000;
  border-color: #000000;
  color: white!important;
  padding: 5px 25px;
}
.pt-16 {
  padding-top: 7.5rem!important;
}
.rounded-end-md, .rounded-top-md {
  border-top-right-radius: 0.5rem!important;
}
.rounded-top-md {
  border-top-left-radius: 0.5rem!important;
}
.shadow-sm {
  box-shadow: 0 1px 3px #cfcece!important;
}
.rounded-bottom-md, .rounded-start-md {
  border-radius: 0.5rem!important;
}
.rounded-bottom-md, .rounded-end-md {
  border-radius: 0.5rem!important;
}
.mt-n5 {
  margin-top: -2rem!important;
}
.avatar-xl {
  height: 8rem;
  width: 8rem;
}
.css_pd{
  padding:0 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.br-213{
  border-radius: 0.5rem;
}
.rounded-circles{
  border-radius: 50%;
}
.btn-dangers{
  background-color: #000000;
  border-color: #000000;
  color: white!important;
}
.dataTables_filter .form-control{
  padding: 0.25rem 0.5rem;
}
.tag-hover:hover{
  color:#fff;
}
.nav_i {
  min-width: 20px;
  display: inline-block;
}
.popBtn .btn {
  width: 40px;
  height: 40px;
  line-height: 32px;
  margin: 10px;
  color: white;
}
.btn-face{
  background-color:#516eab;
}
.btn-linkedin{
  background-color:#0266a0
}
.btn-email{
  background-color:#000
}
img.product-images {
  min-width: 150px;
  max-width: 150px;
}
.d-flex-mobile{
  display: flex;
}
.shop_table .item-wrapper {
  display: inline-block;
  width: calc(100% - 25px);
  vertical-align: top;
}
.shop_table li{
  list-style: none;
}
.shop_table .item-wrapper .product-thumbnail {
  display: inline-block;
  max-width: 150px;
  margin-right: 10px;
  position: relative;
}
a.remove_from_wishlist.pt-2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
.shop_table img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.shop_table .item-wrapper .item-details {
  width: 100%;
  vertical-align: top;
}
td.value {
  text-align: center;
}
.shop_table .product-name {
  min-width: 80px;
}
.shop_table table{
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0;
}
.product-add-to-cart{
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
td.label,
.label_c {
  padding: 10px 0px;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
  line-height: 35px;
}
.breadcrumb{
  margin-bottom: 0;
}
.border-bottom.d-lg-flex.align-items-center.justify-content-between {
  padding-bottom: 10px;
  padding-top: 10px;
}
.mt-n3 {
  margin-top: -0.7rem;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#category {
  padding: 68px 0;
}
#category.login {
  padding: 75px 0;
}
/* section {
  padding: 75px 0;
} */
.section-bg {
  background-color: #f8fcf9;
}
.sections{
  padding:auto
}
#join .section-title,
#join h2.section-title,
#upcoming .section-title,
#upcoming h2.section-title{
  padding: 35px;
}
#clients h2.section-title,
#clients .section-title{
  padding: 35px;
  padding-top: 5px;
}
.mt-n1{
  margin-top: -1rem;
}
.section-title {
  text-align: center;
  /* padding-bottom: 30px; */
}
.section-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  font-size: 1rem;
  font-weight: 600;
}
#myModalPopUp .modal-dialog{
  top: 25%;
}
div#myModalPopUp .modal-content{
  background-color: unset!important
}
.css123mo p{
  font-size: 18px;
}
span.cssregteqweq2 {
  position: absolute;
  top: 0;
  right: 0px;
  color: white;
  cursor: pointer;
  z-index: 9;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000000;
  text-align: center;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}
.featured-services .icon-box {
  padding: 20px;
}
.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  color: #000;
  font-size: 42px;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}
.featured-services .icon-box:hover .title a {
  color: #000;
}
.featured-services .description {
  line-height: 24px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #000;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}
.why-us .row {
  overflow: hidden;
}
.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}
.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}
.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}
.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.footer_ul{
  padding-left: 0;
}
.footer_ul li{
  list-style: none;
  padding:7px 0
}
.footer_ul li a{
  color:#000000;
  display: block;
  width: 71%;
  letter-spacing: 1px;
  /* text-align: justify; */
}
.text-left{
  text-align: left!important;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.9;
  transition: 0.3s;
  cursor: pointer;
}
.clients .swiper-slide img:hover {
  opacity: 1;
}
.pagination{
  justify-content: center;
}
.clients .swiper-pagination {
  /* margin-top: 20px; */
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000000;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 1rem;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}
.fs-14{
  font-size: 1rem!important;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #000;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: 'Century Gothic';
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #000;
}
.col-md-9-5.bg_promotion {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* .portfolio .portfolio-item {
  margin-bottom: 30px;
} */
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #000;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
/* .cropper-container.cropper-bg {
  width: 100%!important;
} */
.w-100{
  width: 100%;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}
.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 1rem;
  font-style: italic;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #919191;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #000;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color: #000;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555555;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #000;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #000;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #000;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #6ec083;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
.cke_button__source{
  display:none!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 20px 0;
  border-top: 3px solid #000000;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: 'Century Gothic';
  padding: 0;
  margin: 0 0 15px 0;
}
.img_logo_cs {
  width: 60%;
}
#footer p {
  font-size: 1rem;
  padding: 0;
}
#footer p a{
  color:white
}
#footer p:hover{
  color: #bf0000!important;
}
#footer p:hover a{
  color: #bf0000!important;
}

#footer .social-links {
  margin: 0 0 15px 0;
  padding-top: 10px;
}
.col-md-4.text-left p {
    margin-bottom: 8px;
}
#footer .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #fff;
  color: #414042;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  line-height: 36px;
}
#footer .social-links a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
#voucher_modal .modal-dialog{
  max-width: 600px;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#voucher_modal .modal-header{
  border:none;
  justify-content: end!important;
}
#voucher_modal .modal-content{
  background-color: #000;
  border-radius: 0;
  color: white;
  background-clip: unset;
}
.w-55 {
  width: 55%;
  margin: 0 auto;
}
.text-right{
  text-align: right!important;
}
/* .container.pdl1 {
  padding: 50px 0;
} */
.subscri {
  padding-top: 20px;
  font-size: 1rem;
  color: #fba817;
  letter-spacing: 1px;
}
.btn-submit {
  background: #fba817;
  border: #fba817;
  border-radius: 0!important;
  padding: 8px 20px;
}
.border-radius-none{
  border-radius: unset!important;
}
/* .nav-lb-tab .nav-item {
  margin: 0 0.5rem;
} */

/* a#most-popular-tab.active,
a#trending-tab.active{
  background: #e9e7e7;
} */
.fss-1{
  font-size:19px!important
}
.fss-2{
  font-size:18px!important
}
.css_control .form-control{
  padding: .375rem .75rem;
  font-size:18px
}
.form-control:not(.default-input-group){
  padding: 0.75rem 1.25rem;
}
.login100-form-bgbtn,
.login100-form-btn.regs {
  width: 100%;
  height: 100%;
  /* background: #000000; */
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: .25rem;
}
.login100-form-bgbtn .login100-form-btn{
  border: 1px solid #000000;
  padding: 12px 28px;
  border-radius: 5px;
  display: block;
  color: #fff!important;
  background: #000000;
}
.login100-form-bgbtn .top-button-register{
  border-radius: 5px;
  background-color:#000000;
  border:1px solid #000000;
}
.login100-form-bgbtn .top-button-register:hover{
  background: #000000;
  border: 1px solid #000000;
  color: #fff!important;
}
.login100-form-btn.regs{
  background: #000000;
  border: 1px solid #000000;
  padding: 14px 28px!important;
}
.login100-form-btn{
  border: none;
  background: transparent;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 20%;
  height: 50px;
  margin: 0 auto;
}
.login100-form-btn:hover{
  background:#000000;
  border:1px solid #000000;
  color: #fff!important;
}
.flex-mobile .dropdown.mobiles a{
  display: flex;
}
h4.text-black.text-bold.pb-3 {
    font-size: 18px;
}
ul#categoryList li:hover {
  background: #000000;
  color: white;
}
.error_red{
  color:#d70e0e;
  padding-top: 0.6rem;
}
.select2-container .select2-selection--single{
  padding: 0.57rem 1.25rem;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #000000;
  font-family: 'Century Gothic';
  opacity: 0.8;
  padding-left: 0;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #ced4da;
  height: 50px;
}
.select2-results__option{
  padding:12px
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
}
#toast-container>div{
  opacity: 1!important;
}
.gohome{
  background-color: #000000;
  border-color: #000000;
  padding: 0.6rem 1rem!important;
  opacity: 1;
}
.gohome:hover{
  background-color: #000000;
  border-color: #000000;
  opacity: 0.9;
}

.dropdown-menu{
  min-width: 11.4rem;
}
.css_lineheight {
  min-height: 45px;
  max-height: 45px;
}
.line_height_image {
  min-height: 55px;
  max-height: 55px;
}
.post-descriptions.p-0 {
  min-height: 90px;
}
.bg-pink{
  background-color: #000000;
  border-color: #000000;
}

.left-side-product-box img {
  width: 80%!important;
}

.left-side-product-box .sub-img img {
  margin-top: 5px;
  width: 83px;
  height: 100px;
}

.right-side-pro-detail span {
  font-size: 16px;
}

.right-side-pro-detail p {
  font-size: 24px;
}
.right-side-pro-detail .price-pro{
  color: #E45641 !important;
}

.right-side-pro-detail .price-pro {
  color: #000;
}

.right-side-pro-detail .tag-section {
  font-size: 1rem;
  color: #5D4C46;
  display: flex;
}

.pro-box-section .pro-box img {
  width: 100%;
  /* height: 200px; */
}
.product-gallery__images[data-v-3c8ef8f7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-gallery__image[data-v-3c8ef8f7] {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-gallery__image[data-v-3c8ef8f7] {
  min-height: 200px;
}
.m-image {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 64%;
}
.m-image img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: ease-in all .5s;
  -o-transition: ease-in all .5s;
  transition: ease-in all .5s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.product-gallery__images[data-v-3c8ef8f7] li{
  list-style: none;
  padding: 10px;
  padding-left: 0;
  padding-top: 0;
  /* height: 216px; */
}
.description p {
  font-size: 1rem;
  color: #000000;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(https://fancyapps.com/fancybox/source/fancybox_sprite.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url(https://fancyapps.com/fancybox/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.gallery-viewer {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
#gallery_pdp{
  width:100%!important;
  height:unset!important;
  display: flex!important;
}
#gallery_pdp .wrapper {
  display: flex;
}
#gallery_pdp .wrapper a{ 
  width:100%!important;
  margin-left: 5px!important;
  margin-right: 5px!important;
}
.zoomTint{
  background-color:rgb(255, 246, 246)!important
}
#gallery_pdp a{
  margin-left: 0;
  margin-right: 10px;
}
#gallery_pdp a img{
  width: 200px!important;
}
.portfolio_detail #portfolio-flters{
  text-align:left
}
.portfolio_detail #portfolio-flters li:hover,
.portfolio_detail #portfolio-flters li.filter-active{
  color: #000000;
  background: none;
}
.portfolio_detail #portfolio-flters li h3{
  font-size: 18px;
  font-weight: bold;
}
.portfolio_detail #portfolio-flters li{
  padding: 0px;
}
.portfolio_detail #portfolio-flters li{
  position: relative;
}
.portfolio_detail #portfolio-flters li.filter-active:before{
  content:'';
  position: absolute;;
  top: -18px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
}
.fs-18s{
  font-size: 18px!important;
}
.cart-icons,
.heart-icons{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.cart-icons{
  background-image: url('../img/icon/cart.svg');
}
.heart-icons{
  background-image: url('../img/icon/wishlist1.svg');
}
.msl-1{
  padding-left: 1.5rem;
}

.badges {
  position: absolute;
  top: -12px;
  right: -5px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  background: #000000;
  line-height: 18px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: white;
}
.css_icon_shop .icon_css_heart {
  padding-left: 15px;
}
.top-10{
  top: 10px;
}
.dropdown-menu {
  display:block;
  transition:all .4s;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  visibility:hidden;
  opacity:0;
  min-width: 100%;
  padding:0;
  margin: 20px 0 0;
  font-size:13px;
  border:1px solid #ecebe1;
  border-radius:0;
  -webkit-box-shadow:0 1px 6px rgba(0,0,0,.15);
  box-shadow:0 1px 6px rgba(0,0,0,.15);
  z-index: -1;
  -webkit-transform:translateZ(0);
  left: -41.5%;
}
.open>.dropdown-menu,
:hover>.dropdown-menu {
  opacity:1;
  visibility:visible;
  /* margin-top:22px; */
}

.open>.dropdown-menu:before,
.dropdown-menu:before {
  content:'';
  position:absolute;
  bottom:100%;
  left:0;
  right:0;
  display:block;
  width:100%;
  height:55px;
}
.cart-dropdown .dropdown-menu {
  width: 300px;
  margin-right: -92px;
  padding: 20px 20px 30px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 3px rgb(0 0 0 / 40%)!important;
  -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 40%)!important;
  border-radius: 2px;
}

.cart-dropdown .product .delete-btn:hover {
  background-position:-102px -1075px;
}

.cart-dropdown .product-image-container {
  float:left;
  width:90px;
  margin-right:15px;
}

.cart-dropdown .product-name {
  margin:-2px 0 8px;
  padding-right:30px;
}

.cart-dropdown .product-name,
.cart-dropdown .product-old-price,
.cart-dropdown .product-price {
  font-size:1rem;
}

.cart-dropdown .product-old-price {
  margin-right:10px;
}

.cart-dropdown .product-name,
.cart-dropdown .product-price-container {
  text-align:left;
}

.cart-dropdown .product:hover .product-image {
  opacity:1;
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  visibility:visible;
}

.cart-dropdown .product-content {
  margin-left:105px;
}

.cart-dropdown .cart-desc {
  color:#35393c;
  margin-bottom:21px;
  font-size: 1rem;
}

.cart-dropdown .action-btn-container,
.cart-dropdown .action-info-container {
  margin-top:5px;
}

.cart-dropdown .action-info-container li {
  text-transform:uppercase;
  color:#666;
  font-size:1rem;
  margin-bottom:6px;
}
.first-color {
  color: #000000;
}
.action-info-container{
  list-style: none;
}

.cart-dropdown .action-btn-container li {
  margin-bottom:8px;
}

.cart-dropdown .action-btn-container li:last-child {
  margin-bottom:0;
}

.cart-dropdown .action-btn-container .btn {
  min-width: 130px;
  padding: 10px 10px;
}
.flatpickr-day.today:hover {
  background: #000000;
}
.flatpickr-day.today {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cart-dropdown .action-btn-container .btn-custom-5:active,
.cart-dropdown .action-btn-container .btn-custom-5:focus,
.cart-dropdown .action-btn-container .btn-custom-5:hover {
  background-color:#cbc6b5;
  border-color:#cbc6b5;
}
.product-image-container img {
  width: 100%;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.css_icon_shop,
.list-style-none{
  display: flex;
}
.list-style-none li{
  list-style: none;
}
.product-thumbnail{
  min-width: 60px;
  max-width: 150px;
  width: 150px;
}
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  background: #e8e8e800;
  border-radius: 10px;
  padding: 0.9rem 0.1rem;
  border: 1px solid #dad6d6;
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 15px;
  height: 15px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  text-decoration: none;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.sidepanels {
  width: 100%;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #28282885;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  visibility: hidden;
}
.css_pad{
  padding:30px
}
.css_pad  .closebtn{
  right: 0;
}
.product.clearfix.fleft {
  position: relative;
  width: 100%;
}
.css_ks {
  display: block;
  width: 100%;
  position: relative;
}
span.icon_show {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}
/* .form-control:disabled, .form-control[readonly]{
  background-color: #fff;
} */
.pb-10{
  padding-bottom: 18rem;
}
span.select2.select2-container.select2-container--default {
  width: 100%!important;
}
.rate {
  float: left;
  height: 46px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}

.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.clear{
  clear: both;
}
.flex-row {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 94.6%;
  margin: 0 auto;
}
.align-top {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  vertical-align: top !important;
}
.commentlist li .avatar, .comment-list li .avatar {
  border-radius: 100%;
}
.star-rating {
  text-align: left;
  font-size: 16px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  letter-spacing: 0;
  margin: 0;
  width: 5.4em;
  font-family: "fl-icons" !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.star-rating span {
  overflow: hidden;
  float: left;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  font-weight: normal !important;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating:before, .woocommerce-page .star-rating:before {
  color: #d26e4b;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 1.2rem;
}
.comment-text.flex-col.flex-grow {
  padding-left: 1rem;
}
.form-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.btn-facebook{
  background:#3b5998;
  border: 1px solid #3b5998;
  color: white;
  cursor: pointer;
  height: 48px;
  /* margin-bottom: 8px; */
  /* margin-right: 8px; */
  position: relative;
  text-align: center;
  transition: all .3s;
  top: 0;
  width: 48px;
}
.btn-facebook img,.btn-linkedin img {
  height: 48px;
  padding: 12px;
  width: 48px;
}
.btn-facebook:hover,
.btn-linkedin:hover,
.btn-email:hover{
  color:white
}
.btn-linkedin{
  background:#0e76a8 ;
  border: 1px solid #0e76a8 ;
  color: white;
  height: 48px;
  /* margin-bottom: 8px; */
  /* margin-right: 8px; */
  position: relative;
  text-align: center;
  transition: all .3s;
  top: 0;
  width: 48px;
}
.btn-email{
  color: white;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.btn-link{
  text-decoration: none;
  color: #000000!important
}
.btn-link:hover{
  color:#505050!important
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ml-7{
  margin-left: 0.7rem;
}
.border-form {
  border: 2px solid #e5e5e5;
  padding: 20px;
}
#ShareProductModal h4.fs-18s.text-center.text-bold {
  position: absolute;
  top: -42px;
  width: 90%;
}
.vertical-center{
  vertical-align: middle;
}
.post-descriptions p{
  font-weight: 500;
}
.mb-2-5{
  margin-bottom: 0.5rem!important;
}
.btn-white {
  background: white;
  color: #000000;
  border: 1px solid white;
}
.btn-white:hover{
  border: 1px solid white;
}
._2g19Nmsz {
    height: auto;
    display: flex;
}
._2g19Nmsz img {
  width: 100%;
  height: 100%;
}
.carousel-slides .slick-slide img {
  display: block;
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  top: 50%;
  width: 50px;
  height: 50px;
  background: #00000091;
  line-height: 0;
  opacity: 0;
  transition: all .5s;
  transform: translateY(-50%);
}
#demos:hover .carousel-control-next,
#demos:hover .carousel-control-prev{
  /* display: block;
   */
   opacity: 1;
}
.carousel-indicators [data-bs-target]{
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 9px;
}
.carousel-item,
.carousel-inner,
.image-height{
  height: 100%;
}
#myModalPopup .modal-dialog{
  display: flex;
  height:100%;
  align-items:center;
  margin-top: 0;
  max-width: 600px;
}
.w-35{
  width: 35%;
}
#myModalPopup .modal-dialog .modal-content{
  border-radius: 22px;
  padding:10px
}
.section-title h2 {
  text-transform: uppercase;
}
a#cke_26 {
  display: none;
}
.css_wis.active{
  background-color: #000000!important;
  color: #fff!important;
}
.css_wis.active.collapsed{
  background-color: transparent!important;
  color: #000000!important;
}
a.nav-link.css_wis::before {
  content: '\F286';
  position: absolute;
  top: 50%;
  right: 7px;
  font-family: 'bootstrap-icons';
  transform: translateY(-50%);
  transition: all .3s;
}
a.nav-link.css_wis.active::before {
  content: '\F286';
  position: absolute;
  top: 50%;
  right: 7px;
  font-family: 'bootstrap-icons';
  transform: translateY(-50%);
  transition: all .3s;
}
a.nav-link.css_wis.active.collapsed::before {
  content: '\F282';
  position: absolute;
  top: 50%;
  right: 7px;
  font-family: 'bootstrap-icons';
  transform: translateY(-50%);
  transition: all .3s;
}
#accordion .card{
  border-radius: 3px;
  margin-bottom: 1rem;
}
#accordion .card-header:first-child{
  border-radius: 0;
}
#accordion .card-header{
  padding:0
}
#accordion .card-header .btn{
  width: 100%;
  text-align: left;
}
#accordion a[aria-expanded="true"]::before{
  content: '\F286';
  right: 25px;
  position: absolute;
  font-family: 'bootstrap-icons';
}
#accordion a[aria-expanded="false"]::before{
  content: '\F282';
  right: 25px;
  position: absolute;
  font-family: 'bootstrap-icons';
}
.w-30{
  width: 30%;
}
.btn-whatapp{
  background:#25D366;
  border: 1px solid #25D366;
  color: white;
  height: 48px;
  /* margin-bottom: 8px; */
  /* margin-right: 8px; */
  position: relative;
  text-align: center;
  transition: all .3s;
  top: 0;
  width: 48px;
}
.btn-copy{
  background:#14682B;
  border: 1px solid #14682B;
  color: white;
  height: 48px;
  /* margin-bottom: 8px; */
  /* margin-right: 8px; */
  position: relative;
  text-align: center;
  transition: all .3s;
  top: 0;
  width: 48px;
}
.btn-telegram{
  background:#34a9e5;
  border: 1px solid #34a9e5;
  color: white;
  height: 48px;
  /* margin-bottom: 8px; */
  /* margin-right: 8px; */
  position: relative;
  text-align: center;
  transition: all .3s;
  top: 0;
  width: 48px;
}
.modal-confirm {		
	color: #636363;
	width: 400px;
	font-size: 1rem;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
  line-height: 75px;
	border-radius: 50%;
	z-index: 9;
	background: #000000;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #000000;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #000000;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.ring-1 {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 22px;
  border: 7px dashed #ffffff;
  border-radius: 100%;
}
.letter-holder {
  padding: 16px;
}

.letter {
  float: left;
  font-size: 1rem;
  color: #777;
}


/* =Animate the stuff
------------------------ */


.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}


.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}
.l-7 {
  animation-delay: 1.2s;
}
.l-8 {
  animation-delay: 1.32s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}

.load-7 .square {
  animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-8 .line {
  animation: loadingH 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-9 .spinner {
  animation: loadingI 2s linear infinite;
}
.load-9 .bubble-1,
.load-9 .bubble-2 {
  animation: bounce 2s ease-in-out infinite;
}
.load-9 .bubble-2 {
  animation-delay: -1s;
}

.load-10 .bar {
  animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
span.width_icon_cate {
  width: 30px;
  text-align: center;
}
span.width_icon_cate .icon_cate_menu{
  width: 30px;
  height: 30px;
  object-fit: cover;
}
form.search_form .form-group select, form.search_form .form-group input, form.search_form .form-group .btn{
  padding: 5px 10px !important;
  height: 50px;
}


@keyframes loadingA {
  0% {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

@keyframes loadingB {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingE {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(70px, 0) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingH {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
    padding: 4px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loadingJ {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}

#myModalPopUpLoading .modal-dialog.modal-confirm.text-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-top: 0;
}
@keyframes loadingA {
  0% {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

@keyframes loadingB {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingE {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(70px, 0) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingH {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
    padding: 4px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loadingJ {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}
a.btn.css_active {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  background: #d3d3d373;
}
/* h3.post-title{
  height: 55px;
} */
/* .right-side-pro-detail h3.post-title{
  height: 70px;
} */
.price h3.post-title{
  height: unset;
}
.input-group-text{
  background:white;
}
.bg-ccc{
  width: 100%;
  background-color: #eee;
  padding: 6rem;
}
.title_h3{
  font-size: 3rem;
  font-weight: bold;
  line-height: 5rem;
}
.btn-black{
  background-color: black;
  color: white;
  border-radius: 0;
  padding: 10px 30px 10px 30px;
}
.btn-black:hover{
  color: white;
}
.line_heia{
  line-height: 50px;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
  text-transform: capitalize;
}
.wwelcome {
  position: absolute!important;
  top: 0;
  width: 100%;
  background: #000000;
  padding: 10px;
  padding-left: 20px;
  color: white;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 3.5rem;
  color: #000;
}
.header_upload {
  width: auto;
  display: inline-block;
  padding: 14px 20px !important;
  /* min-width: 200px;
  max-width: 200px; */
  font-size: 15px;
  border: none !important;
  display: block;
  width: 100%;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  box-sizing: border-box;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  opacity: 1;
  color: #fff!important;
  background-color: #000000!important;
  cursor: pointer;
}
.header_upload:hover {
  background-color: #000000!important;
  border-color: #000000!important;
  -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
#UploadProfile .modal-header,
#UploadCompany .modal-header,
#model .modal-header,
#modelcompany .modal-header{
  background: #000000;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 17px;
}
.btn-light1{
  cursor: pointer !important;
  line-height: 34px !important;
  height: 34px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  transition: 0.2s;
  text-decoration: none !important;
  color: #666;
  background: #eee;
}
.ajax-upload-dragdrop {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
  border: 2px dashed #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1em;
}
.ajax-upload-dragdrop span.str {
  display: block;
  margin: 0 0 15px 0;
}
.ajax-upload-dragdrop .upload {
  cursor: pointer !important;
  line-height: 34px !important;
  height: 34px;
  display: inline-block;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  transition: 0.2s;
}
.ajax-upload-dragdrop .upload,
.btn-violet.crop{
  background: #000000;
}
.btn-violet.crop{
  color:#fff!important;
  line-height: 32px!important;
}
.btn-violet.crop:hover{
  background: #505050;
}
#ajax-upload-id{
  cursor: pointer;
}
#UploadProfile .modal-dialog,
#UploadCompany .modal-dialog,
#model .modal-dialog,
#modelcompany .modal-dialog{
  top: 50%;
  transform: translateY(-50%);
}
.mt-n6 {
  margin-top: -4rem;
}
.btn-violet{
  cursor: pointer !important;
  line-height: 34px !important;
  height: 34px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  transition: 0.2s;
  text-decoration: none !important;
  color: #666;
  background: #eee;
}
.width150p{
  width:105px
}
.form-control[readonly]{
  background-color: transparent;
}
.post-content a,
.post-content div{
  color:#000!important
}
.css_nileqwe a{
  color:white!important
}
.hidden{
  display: none!important;
}
a.icon_facebook {
  width: 45px!important;
  height: 45px!important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
  border-radius: 50%;
  color: white;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 45px;
  text-align: center;
}
.bg_facebook{
  background: #3b5998;
}
.bg_email{
  background: #dc4a38;
}
a.pl-1 {
  padding-left: 0.5rem;
}
a.icon_facebook i{ 
  color: white;
}
span.name_cate {
  padding-left: 1.5px;
}
span.width_icon_cates {
  width: 47px;
  vertical-align: middle;
  text-align: center;
}
a.icon_facebook.bg_facebook.mr-auto {
  margin-left: 0;
}
.col-md-2-51{
  float:left;
  width: 15%;
  flex: 0 0 auto;
}
.col-md-3-51{
  float:left;
  width: 80%;
  flex: 0 0 auto;
}
.col-md-7-51{
  float:left;
  flex: 0 0 auto;
  width: 13%;
}
.footer_ul li {
  list-style: none;
  padding: 7px 0;
  width: 100%;
}
/* .row.w-a {
  padding-left: 4rem;
} */
.css_lw1{
  width: 100px;
  margin:0 auto;
}
.mt-4-5{
  margin-top: 1.99rem;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0{
  padding-left: 0!important;
}
.input-group .form-control.phone-format {
  padding: 0 1.25rem;
}
.input-group-prepend .select2-container--default .select2-selection--single{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-share{
  font-size: 1rem;
  background: #000000;
  color: #ffffff;
  text-transform: capitalize;
  /* width: 100%; */
  font-weight: 400;
  /* display: block; */
  border-radius: 4px;
  border:1px solid #000000;
  opacity: 1;
}
.btn-share:hover{
  opacity: 0.9;
  color:#fff
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media(max-width:767px){
  .row.w-a .col-md-6.text-dark.text-center ,
  .row.w-a .col-md-6.text-dark.text-center.css_bils{
    width: 50%;
  }
  .css_lw1 {
    margin-left: 0rem;
  }
  ul.footer_ul.pt-1.text-right{
    text-align: left;
  }
  .col-md-6.text-dark.text-right.css_bils.pr-0 {
    margin-left: auto;
    width: 50%;
    text-align: left!important;
    padding-left: 15px;
  }
  .mw-100{
    width: 100%;
  }
  .traffic_cameras{
    padding: 0 !important;
  }
  .home_bike #new_bike .d-flex{
    justify-content: center;
  }
  .home_bike #new_bike .d-flex .lbl_filter_bike{
    margin-right: 0 !important;
  }
  
}

.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slide .slide__content--headings {
  text-align: center;
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all .5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1,1,1);
 }
  to {
    transform: scale3d(1.1,1.1,1.1);
 }
}
.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1,1.1,1.1);
 }
  to {
    transform: scale3d(1,1,1);
 }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}
.pr-5{
  padding-right: 5px;
}
.pl-5{
  padding-left: 5px;
}
.btn-profile {
  background-color: #000000;
  border:1px solid #000000;
  border-radius: 5px!important;
  color: #fff!important;
}
.btn-logout {
  background-color: #000000;
  border:1px solid #000000;
  border-radius: 5px!important;
  color: #fff!important;
}
header#header {
  padding-bottom: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-d-10{
  margin-left: -10px;
  margin-right: -10px;
}
.post-descriptions {
  padding-bottom: 15px;
}
.list-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pr-20{
  padding-right: 20px;
}
.dropdown-toggle::after{
  content: "\f282";
  border-left: none;
  border-right: none;
  border-top: none;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.display-flex{
  display: flex;
  flex-wrap: wrap;
}
.mega-content .list-group .item{
  white-space: unset;
}
.bg-daks {
  background-color: #fff;
}
#sidenav .navbar-nav{
  z-index: 2;
}
.min-height-fixed{
  min-height: calc(100vh - 193px);
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-2-51,
.col-md-3-51,
.col-md-7-51,
.col-md-2-5,
.col-sm{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.mx-d-2,
.row{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.carousel-slides .slick-prev{
  position: absolute;
  top: 42%;
  transform: translateY(-42%);
  z-index: 9999;
  left:0
}
.carousel-slides .slick-next{
  position: absolute;
  top: 42%;
  transform: translateY(-42%);
  z-index: 9999;
  right: 0;
}
.carousel-slides .slick-next:after,
.carousel-slides .slick-prev:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 42%;
  left: 42%;
  transform: translate(-42%,-42%);
}
.carousel-slides .slick-next:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-slides .slick-prev:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-slides .slick-next, .carousel-slides .slick-prev{
  font-size: 15px;
  font-weight: bold;
  background: #00000091;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 0px solid #00000091;
}
.carousel-slides .slick-next,
.carousel-slides .slick-prev{
  color: transparent;
  opacity: 0;
  transition: all .3s;
}
.carousel-slides:hover .slick-next,
.carousel-slides:hover .slick-prev{
  opacity: 1;
}
.wrap_adverts div {
  height: 330px;
}
.wrap-content-adverts {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 0 15px 0px 15px;
  box-shadow: 4px 3px 12px 0 rgb(73 73 73 / 30%);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.grid figure {
  position: relative;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  display: contents;
}
figure {
  margin: 0 0 1rem;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.wrap_adverts div {
  height: auto;
}
.col-lg-3.col-md-6.col-sm-12.col-12.text-dark {
  width: 26%;
}
.col-lg-3.col-md-6.col-sm-12.col-12.text-dark:last-child {
  width: 22%;
}
.positions{
  position: relative;
  top:-50px;
  transform: scale(1.3);
}
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: .6s;
  margin: 0 auto;
}
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #000000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgb(35 181 185 / 15%);
  background-color: #ffffff;
  animation: zoom 2000ms infinite ease;
  transition: .6s;
}
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
  transition: .6s;
}
.preloader .preloader-img img {
  max-width: 40px;
}
.hide{
  display: none!important;
}
@keyframes zoom {
  0% {
    transform: rotate(0deg);
    transition: .6s;
  }
  100% {
    transform: rotate(360deg);
    transition: .6s;
  }
}
.ml-2 {
  margin-left: 0.5rem;
}
#msgModal.modal,
#deleteEvent.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999999999;
  display: none;
  overflow: hidden;
  outline: 0;
}
#msgModal .modal-dialog ,
#deleteEvent .modal-dialog {
  margin: 1.75rem auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-40%)!important;
  width: 525px;
}
#msgModal .modal-confirm .modal-header {
  background: #000000;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 0px;
}
#deleteEvent .modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 0px;
}
#msgModal .modal-confirm .icon-box ,
#deleteEvent .modal-confirm .icon-box {
  color: #fff;
  display: inline-block;
  z-index: 9;
  text-align: center;
  position: initial;
  box-shadow:none;
  padding:unset;
  width: unset;
  height: unset;
  font-size: 20px;
  font-weight: 600;
}
#deleteEvent .modal-confirm .icon-box{
  background:#fff
}
#msgModal .modal-confirm .icon-box i {
  font-size: 25px;
  margin: 5px 0 0 5px;
}
#msgModal .modal-confirm .close,
#deleteEvent .modal-confirm .close {
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.8;
}
#deleteEvent .modal-confirm .close{
  color:#000
}
#msgModal .modal-confirm .modal-content,
#deleteEvent .modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
#msgModal .close,
#deleteEvent .close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 30px;
}
#msgModal .modal-content,
#deleteEvent .modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
#msgModal .modal-content .modal-body .alert,
#deleteEvent .modal-content .modal-body .alert{
  color: #696969;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: normal;
  padding-bottom: 0;
}
.bg_error .icon-box,
.bg_error{
  background-color: #a80000!important;
}
#msgModal .modal-confirm .icon-box .fa-exclamation-circle,
#deleteEvent .modal-confirm .icon-box .fa-exclamation-circle {
  font-size: 36px;
  padding: 0!important;
  display: initial;
  margin: 0;
}
#msgModal .modal-confirm .bg_error .icon-box{
  padding: 1px;
}
#deleteEvent .modal-confirm .icon-box{
  line-height: 45px;
}
.css_hr_custom{
  background-color: grey;
  height: 3px!important;
}
.is-divider {
    margin-top: 0.66em;
}
.is-divider {
  height: 3px;
  display: block;
  background-color: #000000;
  margin: 1em 0 1em;
  width: 100%;
  max-width: 40px;
}
.widget_product_categories>ul>li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ececec;
}
.widget_product_categories li {
  list-style: none;
  margin-bottom: 0.3em;
  text-align: left;
  margin: 0;
}
.product-categories li a {
  display: inline-block;
  padding: 6px 0;
  -ms-flex: 1;
  flex: 1;
}
.product-categories .count {
  opacity: .5;
  font-size: .7em;
  line-height: 3em;
}
.product-categories {
  width: 80%;
}
.post-slides {
  background: white;
  margin: 20px 12px;
  border-radius: 5px;
  box-shadow: 0 9px 15px -9px #bbcbd8;
  border: 1px solid #eaeaea;
}
#clients-slider .post-slides {
  border-radius: 50%;
}
#clients-slider .owl-carousel .owl-item img{
  border-radius: 50%;
}
.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
}
.post-slides .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.pd_10 {
  padding: 10px;
}
.img__fluid__set {
  transform: scale(1, 1) !important;
  transition: transform .2s linear !important;
  min-height: auto !important;
  max-height: auto !important;
  object-fit: initial!important;
  display: flex !important;
  text-align: center !important;
  margin: 0 auto !important;
  align-items: center;
  width: 200px;
  border-radius: 50%;
  height: 100%;
}
#clients-slider .owl-prev,
#news-slider .owl-prev, 
#news-slider .owl-next,
#clients-slider .owl-next
 {
  background: #00000091;
  z-index: 999999999999999999999;
  width: 40px;
  height: 40px;
}
#clients-slider .owl-next{
  right: 0;
}
#clients-slider .owl-prev{
  left: 0;
}
#news-slider .owl-prev{
  left:10px
}
#news-slider .owl-next {
  right: 10px;
}
#clients-slider .owl-prev, 
#news-slider .owl-prev,
#news-slider .owl-next,
#clients-slider .owl-next {
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  line-height: 63px;
}
#clients-slider .owl-prev:after,
#news-slider .owl-prev:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  content: '';
  z-index: 99999999999;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
#clients-slider .owl-next:after,
#news-slider .owl-next:after{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  content: '';
  z-index: 99999999999;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.owl-prev span,
.owl-next span
{
  display: none;
}
.breadcrumb, .breadcrumb-item{
  display: inline!important;
}
.breadcrumb-item+.breadcrumb-item:before {
  float: unset!important;
}
.css_rowwp {
    line-height: 26px;
    text-align: left;
}
.css_ticket {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.css_ticket li{
  list-style: none;
  line-height: 30px;
}
.css_ticket label{
  position: relative;
  cursor: pointer;
}
.css_ticket label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -3px;
}
.css_ticket input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  
}
.html,
.htmls{
  display: none;
}
.section-titles{
  padding-left: 7px;
  padding-right: 7px;
}
#news-slider .post-slide .post-content{
  text-align: center;
}
span.comp_email{
  white-space: break-spaces;
  overflow-wrap: break-word;
}
.home-category-carousel .post-slides{
  border-radius: 100%;
}
.owl-theme .owl-nav{
  display: none;
}
.single_articles .title{
  font-size: 2rem;
}
.single_articles h2{
  font-size: 1.75rem;
}
.single_articles h3{
  font-size: 1.5rem;
}
.single_articles h4{
  font-size: 1.25rem;
}
.single_articles .date{
  margin: 20px 0;
}
.single_articles .thumbnail{
  width: 100%;
  text-align: center;
}
.single_articles .thumbnail img{
  width: 85%;
  height: 350px;
  object-fit: cover;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.prefix input {
  border-radius: 0px 4px 4px 0px;
  padding: 0.75rem 1.25rem;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border: 1px solid #ccc;
  margin: 0;
}
.prefix .input-group-addon {
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
}
.input-group:not(.default-input-group) {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mt-40{
  margin-top: 40px;
}
.iti.iti--allow-dropdown{
  width: 100%;
}
.mt-15{
  margin-top: 15px;
}
.m-auto{
  margin: auto;
}

.bike-item{
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding:15px 0;
  margin: 10px 0;
}
.bike-item .title h4{
  padding: 0 10px;
  align-items: center;
  display: flex;
}
.title .shortlist_empty_love {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}
.title .bi-heart.shortlist_empty_love:hover, .title .bi-heart-fill.shortlist_empty_love:hover  {
  cursor: pointer;
  color: #fdb122;
}

.bi-heart-fill.shortlist_empty_love {
  color: #fdb122;
}

.bike-item img{
  width: 100%;
  padding: 10px;
}
.bike-item .price{
  font-size: 25px;
  font-weight: 600;
}
.bike-item .more_info p {
  margin-bottom: 3px;
  font-size: 14px;
}
.bike-item .price .regular_price {
  color: #999999;
  text-decoration: line-through;
  font-size: 20px;
}
.bike-item .price .sale_price {
  color: #de1c04;
}
.bike-item .company_name{
  font-size: 16px;
}
.merchant_item{
  width: 20%;
  margin-bottom: 35px;
}
/* .merchant_item .merchant_logo{
  text-align: center;
} */
.merchant_item .merchant_logo .logo{
  width: 80%;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  box-shadow: 0 9px 15px -9px #bbcbd8;
}
.merchant_item .merchant_logo img{
  width: 100%;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  height: auto;
  aspect-ratio: 1;
}
.merchant_item .merchant_name{
  text-align: center;
  margin-top: 10px;
}
.merchant_item .merchant_name h3{
  font-size: 20px;
}
.rain_maps{
  position: relative;
  height:465px;
}

@media(max-width:1400px){
  .positions{
      transform: scale(1);
      top: -125px;
    }
  }
  
@media(max-width:767px){
  .css_custom ul li{
    max-width: 100%!important;
  }
  .home-category-carousel .item img{
    height: 150px !important;
  }
  .rain_maps{
    height:350px;
  }
}
@media (min-width: 768px){
  .pt-md-3 {
      padding-top: 1.5rem!important;
  }
}
@media(max-width:991px){
  .section-title, h2.section-title{
    padding: unset;
  }
  #clients,
  #news-slider {
    margin-top: 0!important;
  }
  .merchant_item{
    width: 50%;
  }
  .merchant_item .merchant_name h3 {
    font-size: 15px;
  }
}
@media(max-width:991px){
  #clients{
    padding-top: 20px!important;
  }
}
@media(max-width:900px){
  #news-slider .post-slide .post-content{
    text-align: center;
  }
}
@media(max-width:800px){
  #upcoming .section-titles.mt-3s.mb-2 {
    padding-top: 1rem;
  }
}
@media(max-width:600px){
  #upcoming .post-slide {
    margin: 20px 8px 20px;
  }
  #upcoming .section-titles.mt-3s.mb-2 {
    padding-top: 0rem;
  }
  .css_ticket{
    position: unset;
    padding-left: 5px;
    padding-right: 5px;
  }
  .css_ticket ul{
    display: flex;
    justify-content: space-between;
  }
  #calendarAdd .btn-save,
  .css_button button{
    padding: .25rem .5rem;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right
   {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.pd-0{
  padding: 0 !important;
}
.flex-row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.flex-row .left, .flex-row .right{
  width: 49%;
}
@media(max-width:599px){
  #upcoming .section-titles.mt-3s.mb-2 {
    margin-top: -3px!important;
  }
  #clients{
    padding-top: 10px!important;
  }
}
@media(max-width:550px){
  #msgModal .modal-dialog ,
  #deleteEvent .modal-dialog {
    width: 100%!important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_bike{
    padding: 0;
  }
  .lbl_filter_bike{
    padding: 12px !important;
    height: 50px;
    text-align: center;
  }
  .section-none{
    display: none;
  }
}
@media(max-width:400px){
  .form-control.padd_123 {
    display: none;
  }
}
@media(max-width:290px){
  .hover-rounded .rounded-circle {
    width: 100px!important;
    height: 100px!important;
  }
  img.css_width {
    width: 25%!important;
    min-height: 46px!important;
  }
  .css_lineheight{
    margin-top: -17px;
  }
  .border-1 .join_s{
    font-size: 12px;
  }
  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
  }
  .container-custom .top-button-login, .container-custom .top-button-register{
    padding: 8px 10px;
  }
}

/* tamp */
.d-flex.css_nileqwe, span.position-absolute.top-1.right-0.desktop, .qr_css{
  display: none !important;
}
/* tamp */

.top-menu-right ul{
  list-style: none;
}
.top-menu-right .open>.dropdown-menu, :hover>.dropdown-menu{
  z-index: 1;
}
.single_articles .title{
  margin: 20px 0;
}
.single_articles .content{
  margin: 20px 0;
}
.btn_view_more{
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.btn_view_more a{
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}
.traffic-item{
  width: 50%;
}
.traffic_cameras{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.traffic_cameras img{
  width: 100%;
  padding: 3px;
}
.page_pagination {
  width: 100%;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.page-link{
  color: #000000 !important;
}
.page-link:focus{
  box-shadow: none !important;
}
.dp-f{
  display: flex;
  flex-wrap: wrap;
}
.w-100{
  width: 100%;
}
.p-10{
  padding: 0 10px;
}
.lbl_filter_bike.active{
  /* border: 1px solid #000000; */
    /* padding: 12px 30px; */
    border-radius: 3px;
    display: block;
    color: #fff!important;
    /* background: #000000; */
    margin-right: 1rem;
}
.lbl_filter_bike {
  /* border: 1px solid #000000; */
  /* padding: 12px 30px; */
  border-radius: 3px;
  display: block;
  color: #000000!important;
  background: transparent;
  margin-right: 1rem;
}
.lbl_filter_bike a {
  padding: 10px 30px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: 600;
}
.lbl_filter_bike a:hover {
  border: 1px solid #fdb122;
  background-color: #fdb122;
  color: #fff;
}
.news-bike-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.post-new{
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
  border-bottom-right-radius: calc(0.7rem - 1px);
  padding-top: 1px;
  box-shadow: 0px 0rem 14px #dfdfdfad;
  width: 23%;
  margin: 15px 0;
}
.post-new .post-title{
  text-align: center;
}
.post-new a.category_cs{
  text-align: center;
}
.post-new .price{
  text-align: center;
}
.post-new .post-descriptions{
  text-align: center;
}
.post-new .post-img{
  position: relative;
  overflow: hidden;
  /* margin-left: -10px; */
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
  border-bottom-right-radius: calc(0.7rem - 1px);
  height: 250px;
  width: 100%;
}
.post-new .post-img img{
  width: 100%;
  height: 100%;
  transform: scale(1,1);
  transition:transform 0.2s linear;
  object-fit: cover;
}
.post-new:hover .post-img img{
  transform: scale(1.1,1.1);
}

.no_data_found {
  width: 100%;
  text-align: center;
  font-style: italic;
}
.sgbike_ads{
  position: relative;
}
.sgbike_ads_countdown .bottom{
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  /* border: 1px solid black; */
  /* background: #d6d6d6; */
}
.sgbike_ads_countdown .bottom .item{
  background: white;
  padding: 10px 15px;
  color: #000;
  border: 1px solid black;
}
.sgbike_ads_countdown .bottom .item a{
  color: #000;
}
@media(max-width:767.9px){
  .top-menu-left{
    display: block!important;
    position: relative!important;
  }
  .start-0 {
    left: 0!important;
  }
  .top-menu-left .div-logo{
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
  }
  .traffic-item{
    width: 100%;
  }
  .lbl_filter_bike a{
    padding: 10px;
  }
  .sgbike_ads_countdown .bottom{
    align-items: end;
  }
  .sgbike_ads_countdown .bottom .item {
    background: white;
    padding: 4px 5px;
    color: #000;
    font-size: 11px;
  }
  .sgbike_ads_countdown .bottom .item.countdown{
    width: 60%;
    text-align: center;
  }

  .breadcrumb, .breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
  }
  /* .breadcrumb-item+.breadcrumb-item{padding-left: 0;} */

  .search-wrap.search_hide_mobile {
    display: none;
  }

  .filterBox {
    display: block!important;
  }
  .pd-mb-0{padding-left: 0!important;padding-right: 0!important;}
}
@media (min-width: 576px) and (max-width: 992px) {
  .top-menu-left{
    display: block!important;
    position: relative!important;
  }
  .start-0 {
    left: 0!important;
  }
  .top-menu-left .div-logo{
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
  }
  .mobile-menu .top-menu-left .div-logo {
    padding-bottom: 0.5rem;
  }
  header#header {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-menu-left .logo {
    margin-top: 0!important;
  }
  .top-menu-left .logo img {
    max-height: 60px!important;
    width: auto;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1499px){
  
}
@media (min-width: 993px) and (max-width: 1390px) {
  .top-menu-left a.logo.me-auto {
    position: relative!important;
  }
}
@media (max-width: 1199px){
  .top-menu-right .flex-mobile {
    display: inherit;
  }
}
@media (min-width: 993px) and (max-width: 1390px){
  #navbar {
    padding-left: 0.5rem;
    /* padding-right: 0.5rem; */
}
}
#example_wrapper{
  overflow-x: auto;
}
.btn-login, .btn-register {
  max-width: 160px;
}

@media screen and (max-width: 992px) {
  .desktop-menu.hide-on-mobile {
    display: none!important;
  }
  .min-height-fixed .container:not(.merchant-profile) .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 993px) {
  .mobile-menu.hide-on-laptop {
    display: none!important;
  }
}

i.mobile-nav-toggle-modal-left {
  font-size: 2rem;
  margin-left: 10px;
}

.mobile-menu .profile_option {
  background-color: rgb(255, 255, 255); 
  width: 150px; 
  font-size: 14px; 
  box-shadow: rgb(153, 153, 153) 1px 1px 10px 1px; 
  position: fixed; 
  top: 50px; 
  z-index: 22; 
  text-align: left; 
  right: 20px;
  display: none;
}

.profile_option a div {
  padding:14px 15px;border-bottom:1px solid #E7E7E7;
}

.mobile-nav-toggle_profile_option {
  color: #000;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-menu .profile_option.display {
  display: inline; 
}

.filterBox {
  border: 1px solid #F3F3F3;
  border-style: solid none solid none;
  -webkit-box-shadow: 0 5px 10px #D3D3D3 !important;
  -moz-box-shadow: 0 5px 10px #D3D3D3 !important;
  box-shadow: 0 5px 10px #D3D3D3 !important;
  display: none;
}
.fsortby {
  width: 50%;
  border-right: 1px solid #F3F3F3;
}
.fleft {
  float: left;
}
.filterISpace {
  color: #A9A9A9;
  width: 90%;
  padding: 5%;
}
.fTextColor {
  color: #333333;
}
.fsearchby {
  width: 50%;
}
.selected_sortby {
  opacity:0;position:absolute;left:0;top:0;height:19px;z-index:1;border:none;overflow:hidden;white-space:nowrap;width:100%;
}
.fs-12px{font-size: 12px;}
.w-90{width:90%};

.header_upload.disabled {
  pointer-events: none;
}

.w-fit {
  width: fit-content !important;
}

.banner-content-icon {
  /* max-height: 32px; vertical-align:text-top */
  max-height: 32px;
  vertical-align: baseline;
  padding-top: 8px;
}

.smaller-content {
  font-size: 0.6875em;
}

@media (max-width: 576px) {
  .banner-content-icon {
    max-height: 13px;
    vertical-align: baseline;
    padding-top: 0;
  }
}