/*Theme Name: Inventory Sales Cloud
Theme URI: Inventory Sales Cloud
Version: 1.0
Description: Inventory Sales Cloud
Author: Lakshmi.
Author URI: Inventory Sales Cloud
*/

@media (max-width: 992px) {
  .two-column__content-right iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .two-column__content-right iframe {
    width: 100%;
    height: 184px;
  }
}

.more_about_isc .swiper-wrapper {
  padding-bottom: 30px;
}
.more_about_isc .swiper-slide {
  margin: 0;
}

.more_about_isc .features-slider-inner {
  display: block;
}
.more_about_isc .swiper-slide__content {
  max-width: 100%;
  text-align: center;
  padding-top: 1rem;
}

.more_about_isc .swiper-slide__content h3 {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.more_about_isc .swiper-slide__content iframe {
  width: 65%;
  height: 441px;
}

.more_about_isc .swiper-slide__content .dots {
  margin: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -30px;
  top: unset;
}
@media (max-width: 992px) {
  .more_about_isc .swiper-slide__content h3 {
    width: 100%;
  }
  .more_about_isc .swiper-slide__content iframe {
    width: 100%;
  }
  .more_about_isc .swiper-slide__content .dots {
    transform: unset;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .more_about_isc .swiper-slide__content {
    text-align: center;
    margin-top: 0;
  }
  .more_about_isc .swiper-slide__content h3 {
    width: 100%;
  }
  .more_about_isc .swiper-slide__content iframe {
    width: 100%;
    height: 170px;
  }
}

/* Blog styles */

/* Blog listing */

.blog-card {
  width: 100%;
  height: auto;
  background-color: transparent;
  border: none;
}
@media (max-width: 47.9375rem) {
  .blog-card {
    flex-direction: row-reverse;
  }
}
.blog-card .blog-title a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.blog-card .card-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 47.9375rem) {
  .blog-card .card-image {
    width: 15.625rem;
  }
}
@media (max-width: 36rem) {
  .blog-card .card-image {
    width: 5rem;
    min-width: 5rem;
  }
}
.blog-card .card-image picture,
.post picture {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}
.blog-card .card-image picture img {
  width: 100%;
  height: 14.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.2s;
  transform: scale(1);
}
.more-component a > i {
    font-size: 12px;
}
@media (max-width: 88.75rem) {
  .blog-card .card-image picture img {
    height: 12.5rem;
  }
}
@media (max-width: 78.125rem) {
  .blog-card .card-image picture img {
    height: 10rem;
  }
}
@media (max-width: 61.9375rem) {
  .blog-card .card-image picture img {
    height: 12.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .blog-card .card-image picture img {
    height: 5.625rem;
  }
}
@media (max-width: 36rem) {
  .blog-card .card-image picture img {
    height: 2.9375rem;
  }
}
.blog-card .card-body {
  background: 0 0;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}
@media (max-width: 47.9375rem) {
  .blog-card .card-body {
    padding-top: 0;
    padding-right: 1rem;
  }
}
.blog-card .card-body .blog-title h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.blog-title a:hover h3 {
  color: #077bc3;
}
.blog-card .card-body .blog-description {
  margin-top: 0.75rem;
  line-height: 1.3125rem;
  width: 100%;
  max-height: 2.625rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .card-body .more-component {
  margin-top: 0.75rem;
}
.blog-card:hover .card-image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-title a {
  color: #004cb4;
}

.default-blogs .grid-wrap {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.default-blogs .grid-item .card {
  box-shadow: none;
  border-radius: 0;
  background: none;
}

.default-blogs .blog-wrap .grid-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.default-blogs .blog-wrap .grid-wrap .grid-item {
  padding-left: 15px;
  padding-right: 15px;
}

.default-blogs .blog-wrap .grid-item .blog-card {
  padding: 0;
  /* box-shadow: 8px 8px 0px 0px #077bc3; */
  border-radius: 8px !important;
  border: 1px solid #000 !important;
  overflow: hidden;
  background: #fff;
  display: block;
}

.default-blogs .blog-wrap .page-numbers {
  background-color: #fff !important;
  border: 0.0625rem solid #077bc3 !important;
  color: #077bc3 !important;
  padding: 15px 20px;
  line-height: 1;
}

.blog-wrap a.page-numbers:disabled {
  background: #fff;
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
  pointer-events: none;
}

.blog-wrap .page-numbers.current {
  background-color: #077bc3 !important;
  color: #fff !important;
}

.blog-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-wrap .page-numbers:not(:first-child) {
  margin-left: -1px;
}

.blog-wrap .card-image img {
  width: 100%;
  height: 14.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.2s;
  transform: scale(1);
}

.blog-wrap .card-body {
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 225px;
}

.three-column .grid-item {
  width: 33.3333333333%;
}

.default-blogs .grid-wrap .grid-item:nth-child(n + 4) {
  margin-top: 2rem;
}
@media (max-width: 1420px) {
  .default-blogs .grid-wrap .grid-item:nth-child(n + 4) {
    margin-top: 3.125rem;
  }
}
@media (max-width: 1250px) {
  .default-blogs .grid-wrap .grid-item:nth-child(n + 4) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .default-blogs .grid-wrap .grid-item:nth-child(n + 3) {
    margin-top: 1.875rem;
  }
  .grid-wrap .grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .default-blogs .grid-wrap .grid-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .grid-wrap .grid-item {
    width: 100%;
  }
}

/* Blog details */
.default-blogs p {
  margin-bottom: 1rem;
}
.default-blogs .two-column-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.default-blogs .two-column-flex-wrapper .column-wrap:first-child {
  width: 50% !important;
}

.default-blogs .blog-main-image {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}

.blog-main-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  max-width: 57.5rem;
}

.default-blogs .column-wrap {
  width: 50%;
}

.page-id-388 .default-page{height: calc(100vh + 158px)  !important; }
.features-slider-inner {
align-items:center !important;
}
.swiper-slide__content{
padding-top: 0px !important;
}
.features-slider-section {
padding-bottom:0px !important;
}