#carouselProducts img {
  width: 100px;
  margin-right: 15px;
}

#carouselProducts .item {
  float: left;
  border: 2px solid black;
  padding: 15px;
  /* margin-bottom: 15px; */
  margin-right: 15px;
}

.separetor {
  border-bottom: 3px solid #898989;
  overflow: hidden;
  padding: 3px 0px;
  width: 8%;
  margin: 0 auto;
  margin-bottom: 20px;
}


.single_steps a i {
  font-size: 45px;
  color: #00b6e4;
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transition: .6s;
}

.single_steps:hover a i {
  color: #fff;
  background: #00b6e4;
}

#steps {
  float: left;
  width: 100%;
  background: #00123c;
}

.single_steps h4 {
  margin: 30px auto 20px auto;
  font-weight: 300;
  color: #fff;
}

.single_steps ul li {
  padding-left: 60px;
  color: #fff;
  position: relative;
  text-align: left;
  list-style: none;
}

.single_steps ul li:before {
  content: '\f0a9';
  height: 20px;
  width: 20px;
  position: absolute;
  left: 43px;
  background-size: cover;
  font-family: fontawesome;
  margin-left: -30px;
}

#steps .head_title h2 {
  color: #fff;
  margin: 0px;
}

.single_steps a {
  border: 2px solid #fff;
  width: 115px;
  height: 115px;
  display: inline-block;
  text-align: center;
  padding: 6px;
  border-radius: 50%;
  transition: .6s;
}

/********multi item carousel******/
#multiitemslider .carousel-inner {
  padding: 1em;
}

#multiitemslider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

#multiitemslider .carousel-control-prev,
#multiitemslider .carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  #multiitemslider .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }

  #multiitemslider .carousel-inner {
    display: flex;
  }
}

#multiitemslider .card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#multiitemslider .card img {
  max-height: 100%;
}

@media (max-width: 767px) {
  #multiitemslider .card .img-wrapper {
    height: 17em;
  }
}

/*******end****/
#footer .footerinfo {
  background: #00b6e4;
  padding: 15px;
}

#footer {
  /* padding-top: 40px !important; */
  background: #00123c;
  border-top: 1px solid #00123c;
  color: #fff;
}

.footer-inner {
  padding: 60px 30px;
}

#footer .widget-title {
    text-transform: uppercase;
}

@media (min-width: 769px) {
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; /* Optional: remove the default spacing */
  }
}

#box {
  padding: 60px 0px;
}

#box .wp-block-image {
    float: right;
    padding: 20px;
}

.page-id-160 .wp-block-image img{
  width: 200px !important;
}

.page-id-177 .wp-block-image img{
  width: 300px !important;
}

@media (min-width: 769px) {
  .page-id-209 .wp-block-image{
    width: 49% !important;
    max-width: 600px !important;
  }
}

@media (max-width: 768px) {
  .page-id-209 .wp-block-image{
    width: 100% !important;
  }
}

.page-id-209 .wp-block-image img{
  width: 100% !important;
}

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 900px;
        /* display: flex; */
        flex-wrap: wrap;
        left: -130px;
    }

    .sub-menu{
      display:none;
    }
    .menu-item-has-children:hover .sub-menu{
      display:flex;
    }

    .sub-menu .menu-item{
      width: 299px;
      float: left;
    }
}