* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

.srvc-category_wrapper {
  width: 100%;
}
.srvc-category_wrapper.padtb_100_100 {
  padding: 100px 0px;
}
.srvc-category_wrapper .srvc-tab-wrapp ul.service_nav {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  border: 1px solid #e4e4e4;
  border-left: 0px;
  margin-bottom: 50px;
}
.srvc-category_wrapper .srvc-tab-wrapp ul li {
  list-style: none;
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: "Alegreya", serif;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
  letter-spacing: 0px;
}
.srvc-category_wrapper .srvc-tab-wrapp ul li.service_nav_active a {
  background: #f6f6f6;
  transition-duration: 0.3s;
  border-left: 5px solid #5093e6;
}
.srvc-category_wrapper .srvc-tab-wrapp ul li a {
  font-size: 18px;
  color: #3f3f3f;
  text-decoration: none;
  background: #fff;
  transition-duration: 0.3s;
  border-left: 5px solid #e4e4e4;
  padding: 18px 20px 17px;
  display: block;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper {
  width: 100%;
  margin-bottom: 45px;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .cnt-title {
  font-size: 23px;
  position: relative;
  letter-spacing: 0px;
  color: #1d2e44;
  font-weight: 700;
  margin-bottom: 25px;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .cnt-title:after {
  width: 35px;
  position: absolute;
  height: 2px;
  background: #5093e6;
  content: "";
  bottom: 8px;
  margin-left: 14px;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget p {
  line-height: 22px;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget p.mbot8 {
  margin-bottom: 8px;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget p .fnt_14 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget .download_brochure_btn {
  width: 100%;
  float: left;
  background: #5db5ff;
  padding: 11px 10px 11px 20px;
  border: 2px solid #53acf6;
  display: block;
  position: relative;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget .download_brochure_btn:hover {
  color: #fff;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget .download_brochure_btn:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget .download_brochure_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.srvc-category_wrapper .srvc-tab-wrapp .cnt-info-wrapper .textwidget .download_brochure_btn a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: url(../../image/common_image/download_icon.png) no-repeat right center;
  padding-right: 54px;
}
.srvc-category_wrapper .category-item-wrapp .item-wrapp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 13px;
}
.srvc-category_wrapper .category-item-wrapp .item-wrapp .item {
  padding: 13px 16px;
  width: 266px;
  border: 2px dashed #e5e5e8;
  border-radius: 4px;
}
.srvc-category_wrapper .category-item-wrapp .item-wrapp .item .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.srvc-category_wrapper .category-item-wrapp .item-wrapp .item .p_gray_color {
  color: #aaa;
  line-height: 22px;
  margin-bottom: 12px;
}
.srvc-category_wrapper .category-item-wrapp .item-wrapp .item .p_gray_color.avi-stock {
  font-size: 14px;
  color: #549B43;
  font-weight: 600;
  margin-bottom: 4px;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card {
  min-height: 383px;
  margin-bottom: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card .img-wrapp {
  width: 100%;
  height: 175px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card .img-wrapp img {
  border-bottom: 1px solid #d9d9d9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card .card-body {
  padding: 10px;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card .card-body .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card .card-body .p_gray_color {
  color: #aaa;
  line-height: 22px;
  margin-bottom: 12px;
}
.srvc-category_wrapper .category-item-wrapp .category-Subitem-wrapp .card .card-body .p_gray_color.avi-stock {
  font-size: 14px;
  color: #549B43;
  font-weight: 600;
  margin-bottom: 4px;
}/*# sourceMappingURL=service_categoury.css.map */