
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

/*a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #ffcb01;
  text-decoration: none;
}*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
ul{
            list-style: none outside none;
            padding-left: 0;
            margin: 0;
        }
        .demo .item{
            margin-bottom: 60px;
        }
        .content-slider li{
            background-color: #ed3020;
            text-align: center;
            color: #FFF;
        }
        .content-slider h3 {
            margin: 0;
            padding: 70px 0;
        }
        .demo{
            width: 300px;
        }

.accordion-button:not(.collapsed) {
    color: #17154d;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none; 
}

.accordion-button::after {
  background-image: none;
}

.vacancywrapper .vacancy h2 {
    /*border-bottom: none; */
    border-bottom: 1px solid #e3e3e3; 
    padding: 5px 20px;
    color: #17154d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px; 
}

.cardflag_body2 {
    /* border: 1px solid #e3e3e3; */
    font-size: 18px;
    line-height: 28px;
    color: #42515a;
    /* padding: 21px 31px 31px; */
}

h3{
  font-size: 21px!important;
}

.bunn_title {
  margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}
#wubh_wrapper1 .accordion{
  width: 100%;
}
#wubh_wrapper1 .accordion::before {
  display: flex;
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
#wubh_wrapper1 .accordion:hover::before {
  display: flex;
  background: #f2f3f4;
  top: 0;
  border-radius: 0px;
}

#wubh_wrapper1 .icon-box {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
/*  width: 100%;*/
  height: auto;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border: #39515b 1px solid;
  border-radius: 8px;
  z-index: 1;
}




#wubh_wrapper1 .icon-box-active {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #39515b;
  color: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border: #39515b 1px solid;
  border-radius: 8px;
  z-index: 1;
}
#wubh_wrapper1 .icon-box::before {
  display: flex;
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
#wubh_wrapper1 .icon-box:hover::before {
  display: flex;
  background: #f2f3f4;
  top: 0;
  border-radius: 0px;
}
/*.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}*/

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffcb01;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #39515b;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39515b;
  height: 60px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info img {
  height: 40px;
  width: 43px;
  margin-bottom: -10px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .stores {
  margin-right: 30px;
}

#topbar .social-links a {
  color: #fff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}
#topbar .social-links a:hover {
  color: #ffcb01;
}
#topbar .download {
  margin-left: 20px;
}


#topbar .stores img {
  max-height: 30px;
}

#topbar .navbar li {
  vertical-align: middle;
}

#topbar .navbar li img {
  margin-top: auto;
  margin-bottom: auto;
}

#topbar .navbar a {
  font-size: 14px;
}

.topbar ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  align-items: center;
  z-index: 999;
}
.topbar li {
  position: relative;
  text-decoration: none;
}
.topbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.topbar a, .topbar a:focus {
  display: inline-block;
  align-items: center;
  justify-content: start;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.topbar a i, .topbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-right: 5px;
}
.topbar > ul > li > a:before {
  content: "";
  position: absolute;
/*  width: 100%;  */
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ffcb01;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.topbar a:hover:before, .topbar li:hover > a:before, .topbar .active:before {
  visibility: visible;
/*  width: 100%;   */
  text-decoration: none !important;
}
.topbar a:hover, .topbar .active, .topbar .active:focus, .topbar li:hover > a {
  color: #ffcb01;
  text-decoration: none !important;
}
.topbar .dropdown ul {
  display: block;
  position: relative;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 25px 10px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
/*.topbar .dropdown ul li {
  min-width: 200px;
}  */
.topbar .dropdown ul a {
  padding: 10px 10px;
  font-weight: 400;
}
.topbar .dropdown ul a img {
  margin-right: 0.5em;
  max-width: 25px;
}
.topbar .dropdown ul a i {
  font-size: 12px;
}
.topbar .dropdown ul a:hover, .topbar .dropdown ul .active:hover, .topbar .dropdown ul li:hover > a {
  color: #ffcb01;
  text-decoration: none !important;
}
.topbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.topbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.topbar .dropdown .dropdown:hover > ul {
  opacity: 0;
  top: 0;
  left: 100%;
  visibility: visible;
}
.logoimg {
      width:200px;
  }
@media (max-width: 1366px) {
  .topbar .dropdown .dropdown ul {
    left: -90%;
  }
  .topbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*@media (max-width: 240px) {
  .logoimg {
      width:125px;
  }
}*/

@media (max-width: 360px) {
  .logoimg {
      width:125px;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

/*  .topbar ul {
    display: none;
  }   */
}
.topbar-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;
}
.topbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.topbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 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: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  position: relative;
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  max-height: 60px;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.input-group-text {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: inline-block;
  align-items: center;
  justify-content: start;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-right: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ffcb01;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffcb01;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 25px 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;
  z-index: 1000;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 10px;
  font-weight: 400;
}
.navbar .dropdown ul a img {
  margin-right: 0.5em;
  max-width: 25px;
}
.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: #ffcb01;
}
.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;
}
.navbar-cat {
  padding: 0;
}

.navbar-cat ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar-cat li {
  position: relative;
}
.navbar-cat > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar-cat a, .navbar-cat a:focus {
  display: inline-block;
  align-items: center;
  justify-content: start;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar-cat a i, .navbar-cat a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-right: 5px;
}
/*.navbar-cat > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ffcb01;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */
.navbar-cat a:hover:before, .navbar-cat li:hover > a:before, .navbar-cat .active:before {
  visibility: visible;
  width: 100%;
}
.navbar-cat a:hover, .navbar-cat .active:focus, .navbar-cat li:hover > a {
  color: #ffcb01;
}
.navbar-cat .active a {
  border: solid 1px;
  border-radius: 5px;
  border-color: #222222;
}
.navbar-cat .active a:hover {
  border: solid 1px;
  border-radius: 5px;
  border-color: #222222;
  color: #222222;
}

#header .account ul {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin: auto;
}

#header .account ul li {
  display: inline-block;
  list-style-type: none;
  align-items: center;
  margin-left: 5px;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
  padding-top: 2em;
}

#header .account a, #header .account a:focus {
  padding: 0 2px;
  /*font-size: 11px;*/
  font-weight: 200;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

#header .account i {
  line-height: 2;
  justify-content: center;
}
#header .account p {
  font-size: 1em;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .navbar-cat ul {
    display: none;
  }
}
.navbar-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 ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 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: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
/* background: url("../img/hero-bg.jpg") top left;  */
  background: #f2f3f4;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
 /* background: rgba(255, 255, 255, 0.6); */
  background: #f2f3f4;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #106eea;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 22px;
  font-weight: 400;
}
#hero img {
  margin-left: auto;
  margin-right: auto;
}
#hero .sert img{
  max-height: 120px;
  margin-top: 1.5em; 
}
.btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #222222;
  background: #ffcb01;
}
#hero .btn-get-started:hover {
  background: #39515b;
  color: #fff;
}
.btn-container {
  white-space: pre-wrap;
  overflow:hidden;
}
#hero .btn-big {
  display: flex;
  width: auto;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 10px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #39515b;
  text-align: center;
  margin-bottom: 10px;
  white-space: pre-wrap;
}  

#hero .btn-big img {
  margin: auto auto 0.75em auto;
}

#hero .btn-big:hover::before {
  background: #222222;
  border-radius: 0px;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #106eea;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

#hero {
  width: 100%;
  height: auto;
  background: url("../img/shop_head.jpg") center no-repeat; 
  background: #f2f3f4;
  background-size: cover;
  position: relative;
}

#hero-cat img {
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f3f3;
}
.section-bg-dark {
  background-color: #39515b;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #106eea;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Hero Catalogue
--------------------------------------------------------------*/

#hero-cat .icon-box {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border: #39515b 1px solid;
  border-radius: 8px;
  z-index: 1;
}

.icon-box {
/*  width: 100%!important;*/
}

.hero-cat{
  display: flex;
  width: 100%;
  height: auto;
}
#hero-cat .icon-box-active {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #39515b;
  color: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border: #39515b 1px solid;
  border-radius: 8px;
  z-index: 1;
}
#hero-cat .icon-box::before {
  display: flex;
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
#hero-cat .icon-box:hover::before {
  display: flex;
  background: #f2f3f4;
  top: 0;
  border-radius: 0px;
}
#hero-cat .icon-active {
  display: flex;
  justify-content: center;

}
#hero-cat .icon {
  display: flex;
  justify-content: center;
}

#hero-cat .icon img {
  max-width: 80px;
  margin-right: 1.2em;
  margin-left: 1.2em;
}
#hero-cat .icon-active img {
  max-width: 80px;
  margin-right: 1.2em;
  margin-left: 1.2em;
}
#hero-cat .icon-active i {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#hero-cat .icon i {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #39515b;
  transition: all 0.3s ease-in-out;
}
#hero-cat .search {
  display: flex;
  background: #fff;
  border: #39515b 1px solid;
  border-radius: 8px;
}
#hero-cat input, textarea {
outline: none;
border: none;
}
#hero-cat .btn-primary {
  background: #39515b;
  color: #fff;
  border: #39515b 1px solid;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# cat-tizer
--------------------------------------------------------------*/
#cat-tizer .section{
  background: #fff;
}
.cat-tizer .container {
  width: 100%;
  background: #fff;
  justify-content: center;
}
.cat-tizer .tizer-row {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.cat-tizer .tizer-col {
  background: #f3f3f3;
  width: 30%;
  height: auto;
  display: inline-block;
  margin: 0.75em;
}
.cat-tizer .icon-box {
  padding: 15px 7px 7px 7px;
  overflow: hidden;
  background: #f3f3f3;
  /*box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  justify-content: center;
}

.cat-tizer .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.cat-tizer .icon-box:hover{
  /*background: #39515b;*/
  /*color: #fff!important;*/
  box-shadow: 0 0 29px 0 #39515b;
  transition: all 0.3s ease-in-out;
}
#cat-tizer .icon-box img {
  display: block;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
}
#cat-tizer .icon-box h4 {
  font-size: 0.75em;
  color: #000000;
  text-align: center;
}

.header-icons-noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffdf00;
    color: #39515b;
    font-family: Montserrat-Medium;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: 5px;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  display: block;
  vertical-align: bottom;
  align-items: flex-end;
  padding: 30px 30px 10px 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #f2f3f4;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-bottom: 15px;
}
.featured-services .icon-box h4 {
  flex-shrink: 1;
  font-size: 1.25em;
}
.featured-services .icon img {
  max-width: 60%;
  max-height: 120px;
  margin-bottom: 15px;
  display: inline-block;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}
.featured-services .btn-icon {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #222222;
  background: #ffcb01;
}
.featured-services .btn-icon:hover {
  background: #39515b;
  color: #fff;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
/*.featured-services .title a {
  color: #111;  */
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Shop Header
--------------------------------------------------------------*/
#shop_header .menu {
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#shop_header .menu h4 {
  margin-left: 2.5em;
  white-space:nowrap;
}

#shop_header .center {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1em;
  align-self: center;
}
#shop_header h6 {
  font-size: 12px;
  font-weight: bold;
}
#shop_header .btns {
  display: flex;
  text-align: left;
  justify-content: start;
  padding-left: 0;
}
#shop_header .btns_h {
  max-width: 270px;
  text-align: left;
}
#shop_header .btn {
  padding-left: 0;
}
#shop_header ul {
  margin: 0 auto 8px 0;
}
/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/


#shop ul li {
  font-size: 12px;
}
.about img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
}
.content img {
  display: block;
  height: auto;
  max-width: 30%;
  margin-right: 6em;
  margin-bottom: 20px;
}

.about .content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content p:first-child {
  margin-top: 3em;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content p {
  font-size: 15px;
  color: #fff;
}
.l_w_title {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: auto;
  background: #39515b;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#shop .l_w_title h5 {
  align-items: center;
  margin: auto;
  font-size: 14px;
}
#shop .input-group {
  border: 1px solid #444444;
  border-radius: 6px;
}

#shop input {
  border: none;
}
#shop .btn-search {
  background-color: #fff;
  border: none;
  margin-left: -3px;
  padding-top: 7px;
}
#shop .left_sidebar_area .widgets_inner ul li {
  display: flex;
  justify-content: left;
  margin-bottom: 0.5em;
}
#shop .left_sidebar_area .widgets_inner ul li a {
  color: #000000;
}
#shop .left_sidebar_area .widgets_inner ul li:hover {
  color: #444444;
}
#shop .left_sidebar_area .widgets_inner ul li:hover a {
  color: #444444;
}
#shop .left_sidebar_area .widgets_inner ul {
  padding-left: 0.75em;
}
#shop .widgets_inner {
  padding-left: 0;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: bolder;
}
#shop .widgets_inner span {
  margin-left: 0.5em;
}
.price_value input {
  border: 0px;
  text-align: center;
  max-width: 30px;
}
.price_value span {
  margin: 5px 5px 0;
}
.price_rangs_aside .l_w_title h3 {
  line-height: 20px;
  margin-bottom: 0px;
}

.single_product_item img {
  width: ;
}
.single_product_item .single_product_text {
  padding: 32px 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#shop .single_product_item .single_product_text h6 {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.75em;
}
.single_product_item .single_product_text a {
  color: #ff3368;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.manufacturer {
  color: #39515b;
  font-size: 12px;
  font-weight: 700;
}
.components {
  color: #adb5bd;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.date {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}
.price {
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 0;
}
#shop .product_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#shop .product_price span {
  text-align: end;
}
.btn_y {
  display: flex;
  justify-content: center;
}
#shop .button {
  background-color: #ffc107;
  border: none;
  border-radius: 8px;
  color: 444444;
  padding: 0.5em 3em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 1em;
  cursor: pointer;
}

.button {
  background-color: #ffc107;
  border: none;
  border-radius: 8px;
  color: 444444;
  padding: 0.5em 3em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 1em;
  cursor: pointer;
}

#shop button:hover, button:focus {
    color: #fff;
    box-shadow: -1px 1px 2px #e9ecef;
    background-color: #39515b;
}

.button:hover, .button:focus {
    color: #fff;
    box-shadow: -1px 1px 2px #e9ecef;
    background-color: #39515b;
}

/*--------------------------------------------------------------
# Shop Footer
--------------------------------------------------------------*/
#shop_footer {
  width: 100%;
  background: #f2f3f4;
  background-size: cover;
}
.pageination .page-link {
  align-items: center;
  border: none;
  background: none;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  padding: 10px 8px;
}
.pageination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 2em;
}
.pageination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}

.pageination .page-item a:hover, .page-item a:active {
  padding: 5px 12px;
  font-size: 1rem;
  background-color: #ffc107;
  border-radius: 50%;
  border: none;
  color: #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#shop_footer .page-item.active .page-link {
  padding: 5px 12px;
  font-size: 1rem;
  background-color: #ffc107;
  border-radius: 50%;
  border: none;
  color: #000000;
  outline: none;
  border: none;

}
.pageination .page-item a:visited {
  outline: none;
  border: none;
}

.pageination i {
  font-size: 12px;
}
.more_pages {
  width: 15%;
  margin-top: 1em;
  justify-content: center;
  align-items: center;
}
.more_pages img {
  max-width: 30px;
  float: left;
}
.more_pages span {
  margin-left: 1em;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Item
--------------------------------------------------------------*/

#item .container {
  margin-top: 2em;
  margin-bottom: 2em;
}
#item h1 {
  color: #222222;
  font-size: 20px;
  margin-bottom: 2em;
}
#item h6 {
  color: #39515b;
  font-size: 14px;
}
#item ul.breadcrumb {
  padding: 10px 0;
  list-style: none;
}

/* Display list items side by side */
#item ul.breadcrumb li {
  display: inline;
  font-size: 10px;
  color: #39515b;
}

/* Add a slash symbol (/) before/behind each list item */
#item ul.breadcrumb li+li:before {
  padding: 8px;
  color: #222222;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
#item ul.breadcrumb li a {
  color: #222222;
  text-decoration: none;
}

/* Add a color on mouse-over */
#item ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}
.description {
  color: #222222;
  font-size: 14px;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.description span {
  font-weight: 700;
}
.characteristics {
  font-size: 12px;
  color: #222222;
  line-height: 1em;
}
.characteristics span{
  font-weight: 700;
}
.item_price {
  font-size: 14px;
  color: #39515b;
  font-weight: 700;
  margin-top: 2.5em;
}
.item_price span{
  font-size: 20px;
  color: #39515b;
  font-weight: 700;
}
.amount {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-top: 2.5em;
}
#item .button {
  background-color: #ffc107;
  border: none;
  border-radius: 8px;
  color: 444444;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 2em 0;
  cursor: pointer;
}

#item button:hover, button:focus {
    color: #fff;
    box-shadow: -1px 1px 2px #e9ecef;
    background-color: #39515b;
}

.items-tr {
    background: white;  
}
.items-tr img {
    max-height: 350px;  
}

.koltov-item {
  width: 50px;
  min-width: 40px;
  height: 30px;
  margin-top: 4px;
  margin-left: 10px;
  color: #000;
  border: 1px solid #444!important;
  border-radius: 7px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 50px 0;
  text-align: center;
}
.clients h3{
  text-align: left;
  padding: 20px 0;
  font-size: 1.5em;
}
.clients img {
  /*height: 15em;
  max-height: 40%;*/
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    /*max-width: 80%;*/
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}
.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .social {
  line-height: 1;
  padding: 3px 3px;
}
#footer .social img {
  transition: all 0.4s ease-in-out;

}
#footer .social img:hover {
  transform: scale(1.15);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer a.footerlink {
  text-decoration: none;
  color: #fff!important;
}
#footer a.footerlink:hover {
  text-decoration: none;
  color: #ffcb01!important;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffcb01;
}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .copyright p{
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

a.active{
  color: #ffcb01!important;
}

img {
    max-width: 100%;
}
.modal {
    z-index: 1051;
}
a.nav-link {
  color: #39515b;
}

.img-fluid1{
  height: 100%!important;
  width: 100%!important;
}

.hidden{
  display: none!important;
}