body {
  font-family: "Roboto", sans-serif !important;
}

/* white you custom css code here. only css code will work */
.construction-single-info-list-item.web {
  display: none;
}

/* Style the navbar */
#topnav {
  background-color: #fff;
  z-index: 999;
}

.breadcrumb-area {
  padding: 200px 16px 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-area.nav-fixed {
  position: unset !important;
}

.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 0;
}

.contact-title span {
  display: none;
}

.imgthumb img {
  object-fit: cover;
  width: 600px;
  height: 600px;
}

.single-gallery-item img {
  object-fit: contain;
  width: 100%;
  height: 600px;
}

.blog-grid {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.blog-classic-item-01 {
  margin-bottom: 60px;
  background: #edf9ff;
  width: calc((100% - 40px) / 3);
}

.single-what-we-cover-item-02 .content {
  padding: 20px;
  height: 150px;
}

.single-what-we-cover-item-02 .content .title {
  font-size: 16px;
}

.single-what-we-cover-item-02:hover .content {
  border-radius: 0 0 20px 20px;
}

.header-slider-wrapper {
  padding-top: 165px;
}

.construction-single-what-we-cover-item {
  text-align: center !important;
  padding: 30px;
  height: 150px;
}

.construction-single-what-we-cover-item .content .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.single-fruit-product-item .content {
  height: 150px;
}

.about_us_widget.style-01 {
  margin-top: 45px;
  margin-right: 20px;
}

.blog-classic-item-01 .thumbnail img {
  object-fit: cover;
  height: 250px;
}

.blog-classic-item-01 .content {
  padding: 25px;
}

.blog-classic-item-01 .thumbnail {
  margin-bottom: 0;
}

.margin-bottom-60 {
  padding: 0;
}

.single-gallery-slider-item img {
  width: 100%;
  height: 500px;
  object-fit: fill;
}

.widget .widget-title {
  font-weight: 400 !important;
}

.widget.widget_nav_menu ul li a {
  font-weight: 400 !important;
}

.blog-details-item .thumb img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}

.single-case-studies-item .thumb img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  object-fit: cover;
}

.single-gallery-item img {
  height: 500px !important;
}

.single-fruit-product-item img {
  height: 200px !important;
  object-fit: cover;
}

.service-details-item img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.left-content-wrap .img-wrap img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.cleaning-about-area-wrap .right-content-wrap {
    margin-top: 10px;
    margin-left: 0;
}

.map-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}