#caseStudyPage .page-title {
  margin-bottom: 35px;
}
.entry-content p {
  line-height: 2.2;
}
#caseStudyPage .page-title::before {
  background-color: #08244f;
  opacity: 1;
}
.pr-subheading {
  display: inline-block;
  background: #ffcc4a;
  font-size: 22px;
  color: #000;
  padding: 4px 12px;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 3px;
  font-weight: 400;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.page-title-wrapper h1 {
  font-size: 40px;
  color: #ffffff;
  margin-top: 30px;
  font-family: "Inter";
  text-align: left;
  font-weight: 500;
  margin-right: 20%;
  line-height: 60px;
  letter-spacing: 1.5px;
}
#caseStudyPage .service__item,
#singleCS .service__item {
  padding: 36px 16px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
  border-color: #e6e8ed61;
  position: relative;
  background-color: #fff;
  transition: all .3s ease;
}
#caseStudyPage .service__item:hover,
#singleCS .service__item:hover {
  box-shadow: 0 10px 60px rgba(0,0,0,.07);
}
#csSidebar .cats_tags_wrapper {
  position: sticky;
  top: 100px;
}
#caseStudyPage .news-detail__content h3,
#singleCS .news-detail__content h3 {
  font-size: 1.25rem;
}
#caseStudyPage .news-detail__content h2,
#singleCS .news-detail__content h2 {
  font-size: 1.5rem;
}
#caseStudyPage .service__item .image-box,
#singleCS .service__item .image-box {
  border-radius: 5px;
}
#caseStudyPage .service__item .image-box img,
#singleCS .service__item .image-box img {
  height: 300px;
  object-fit: cover;
}
#caseStudyPage .banner-content .article-content .categories a,
#singleCS .banner-content .article-content .categories a {
  color: #1a5cbf;
  transition: all .2s linear;
}
#caseStudyPage .banner-content .article-content .categories a:hover,
#singleCS .banner-content .article-content .categories a:hover {
  color: #0c4ba8;
  letter-spacing: 0.1px;
  font-weight: 700;
}
#caseStudyPage .banner-content .article-content .demi,
#singleCS .banner-content .article-content .demi {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 20px;
}
#caseStudyPage .banner-content .article-small,
#singleCS .banner-content .article-small {
  height: 85%;
}
#caseStudyPage .banner-content .button-link,
#singleCS .banner-content .button-link {
  color: #4d4d4d;
  font-weight: 600;
  transition: all .2s linear;
  font-size: 20px;
}
#caseStudyPage .banner-content .button-link i,
#singleCS .banner-content .button-link i {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-weight: 500;
  position: relative;
  top: 2px;
  left: 15px;
}
#caseStudyPage .banner-content .button-link:hover,
#singleCS .banner-content .button-link:hover {
  color: #1a5cbf;
  letter-spacing: 0.1px;
  font-weight: 700;
}
#caseStudyPage .service__item:nth-child(even),
#singleCS .service__item:nth-child(odd) {
  background-color: #f5f8ff;
}
#caseStudyPage .paginations {
  margin-bottom: 40px;
}
#csSidebar .form-search-small input {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}
#csSidebar .form-search-small button {
  border: none;
  background: none;
  color: #b0b0b0;
  outline: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
#csSidebar.sidebar {
  padding-left: 60px;
}
#csSidebar.sidebar .categories_tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#csSidebar.sidebar .categories_tags a {
  display: inline-block;
  border-radius: 12px;
  padding: 4px 12px;
  border: 2px solid #4d4d4d54;
  cursor: pointer;
  margin: 5px;
  transition: all .3s ease-in-out;
  color: #4d4d4d;
  font-size: 14px;
}
#csSidebar.sidebar .categories_tags a.active {
  color: #195cbf;
  border-color: #195cbf;
}
#csSidebar.sidebar .categories_tags a.active::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
#csSidebar.sidebar .categories_tags a:hover {
  color: #195cbf;
  border-color: #195cbf;
}
#csSidebar.sidebar .categories,
#csSidebar.sidebar .tags {
  padding: 25px;
  border-radius: 20px;
  background-color: #fbfaf5;
  margin: 30px 0;
  box-shadow: 0 5px 5px rgb(0 0 0/10%);
}
#csSidebar.sidebar .tags {
  background-color: #f8f8f8;
}
#csSidebar.sidebar .title {
  background: #062350;
  box-shadow: 2px 2px 15px rgba(0,0,0,.0644668);
  display: inline-block;
  color: #fff;
  line-height: 19px;
  width: auto;
  padding: 8px 15px;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Avenir Next LT Pro Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  z-index: 1;
  left: -50px;
}
#csSidebar.sidebar .title::before {
  content: "";
  height: 0;
  width: 0;
  border: 13px solid #ededed00;
  display: inherit;
  position: absolute;
  border-right: 25px solid #062350;
  bottom: -13px;
  left: -13px;
  z-index: -1;
}
#csSidebar.sidebar .title i {
  margin-right: 10px;
}
#caseStudyPage .banner-content .article-content .article-languages,
#singleCS .banner-content .article-content .article-languages {
  position: relative;
  margin-top: 15px;
}
#caseStudyPage .banner-content .article-content .article-languages .item,
#singleCS .banner-content .article-content .article-languages .item {
  display: inline-block;
  width: 45px;
  text-align: center;
  margin: 0 5px 15px;
}
#caseStudyPage .banner-content .article-content .article-languages .item.react_native,
#singleCS .banner-content .article-content .article-languages .item.react_native {
  position: relative;
  top: 14px;
}
#caseStudyPage .banner-content .article-content .article-languages .item img,
#singleCS .banner-content .article-content .article-languages .item img {
  width: 27px;
}
#caseStudyPage .banner-content .article-content .article-languages .item .name,
#singleCS .banner-content .article-content .article-languages .item .name {
  font-size: 9px;
}
#singleCS .page-title:before {
  background-color: transparent;
}
#singleCS .page-title-wrapper h1 {
  color: #000;
  margin-right: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 60px;
}
#singleCS .wrapper-subheading {
  text-align: center;
}
#singleCS .pr-subheading {
  font-size: 14px;
  margin: 0 7px;
  transition: all .3s linear;
}
#singleCS .wrapper-subheading a:hover .pr-subheading {
  color: #195cbf;
  letter-spacing: 2.3px;
  font-weight: 500;
}
#singleCS .langs_platforms {
  display: inline-block;
  width: 100%;
}
#singleCS .langs_platforms .article-languages {
  position: relative;
  right: 15px;
  display: inline-block;
  float: left;
}
#singleCS .langs_platforms .article-platforms {
  position: relative;
  left: 15px;
  display: inline-block;
  float: right;
}
#singleCS .langs_platforms .article-languages .item,
#singleCS .langs_platforms .article-platforms .item {
  display: inline-block;
  width: 65px;
  text-align: center;
}
#singleCS .langs_platforms .article-languages .item img,
#singleCS .langs_platforms .article-platforms .item img {
  width: 35px;
}
#singleCS .langs_platforms .article-languages .item .name,
#singleCS .langs_platforms .article-platforms .item .name {
  font-size: 10px;
}
#singleCS .langs_platforms .article-platforms .item img.icon_android {
  width: 47px;
}
#singleCS .langs_platforms .article-platforms .item img.icon_ios,
#singleCS .langs_platforms .article-platforms .item img.icon_web {
  position: relative;
  bottom: 3px;
}
#singleCS .news-detail__social-list a {
  height: 48px;
  width: auto;
  padding: 7px 20px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #195cbf;
  color: #195cbf;
}
#singleCS .news-detail__social-list a:hover {
  background-color: #195cbf;
  color: #fff;
}
#singleCS .news-detail__tags a {
  padding: 7px 20px !important;
  font-size: 14px !important;
}
#singleCS .news-detail__tags a:hover {
  color: #195cbf;
  background-color: transparent;
  border: 1px solid #195cbf !important;
}
#singleCS .news-detail__social-list a i {
  margin-right: 5px;
}
#singleCS .title-default h2 {
  font-size: 60px;
  color: #202121;
  font-weight: 300;
  margin-bottom: 40px;
}
#singleCS .section-related-news-slider {
  overflow: unset;
}

@media screen and (max-width: 1366px) {
  #csList {
    padding-left: 44px;
  }
}
@media screen and (max-width: 1024px) {
  #caseStudyPage .page-content,
  #singleCS .page-content {
    padding-top: 35px;
  }
  #csSidebar.sidebar {
    padding-left: 30px;
  }
  #csSidebar.sidebar .categories,
  #csSidebar.sidebar .tags {
    padding: 10px;
    margin: 15px 0;
  }
  #csSidebar.sidebar .title {
    margin-bottom: 5px;
    font-size: 16px;
    left: -20px;
  }
  #csSidebar.sidebar .title:before {
    border-right: 11px solid #062350;
  }
  #caseStudyPage .service__item, #singleCS .service__item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  #caseStudyPage .service__item .banner-content,
  #singleCS .service__item .banner-content {
    padding: 0 !important;
  }
  #caseStudyPage .service__item:nth-child(even) .banner-image,
  #singleCS .service__item:nth-child(odd) .banner-image {
    padding-left: 0 !important;
  }
  #caseStudyPage .service__item:nth-child(odd) .banner-image,
  #singleCS .service__item:nth-child(even) .banner-image {
    padding-right: 0 !important;
  }
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 250px;
  }
  #caseStudyPage .banner-content .article-content .categories a,
  #singleCS .banner-content .article-content .categories a {
    font-size: 12px;
  }
  #caseStudyPage .banner-content .article-content .demi,
  #singleCS .banner-content .article-content .demi {
    font-size: 24px;
  }
  #caseStudyPage .banner-content .article-content .article-languages .item img,
  #singleCS .banner-content .article-content .article-languages .item img {
    width: 25px;
  }
  #caseStudyPage .banner-content .article-content .article-languages,
  #singleCS .banner-content .article-content .article-languages {
    margin-top: 0;
    right: 7px;
  }
  #caseStudyPage .banner-content .article-content .article-languages .item .name,
  #singleCS .banner-content .article-content .article-languages .item .name {
    font-size: 8px;
    margin-top: 3px;
  }
  #caseStudyPage .banner-content .article-content .article-languages .item,
  #singleCS .banner-content .article-content .article-languages .item {
    width: 50px;
    margin-bottom: 5px;
  }
  #caseStudyPage .banner-content .button-link,
  #singleCS .banner-content .button-link {
    font-size: 16px;
  }
  #caseStudyPage .banner-content .button-link i,
  #singleCS .banner-content .button-link i {
    font-size: 18px;
    left: 10px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 90%;
  }
  #csSidebar.sidebar .categories_tags a {
    font-size: 10px;
  }
  #singleCS .section-related-news-slider {
    padding: 35px 0;
  }
  #singleCS .title-default h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 981px) {
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    margin-bottom: 0;
  }
  #csList {
    padding-left: 35px;
  }
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 225px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 89%;
  }
  #caseStudyPage .banner-content .article-small .article-content,
  #singleCS .banner-content .article-small .article-content {
    position: relative;
    top: -7px;
  }
}
@media screen and (max-width: 900px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 200px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 88%;
  }
  #caseStudyPage .pr-subheading {
    font-size: 16px;
  }
  #caseStudyPage .page-title-wrapper h1 {
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10%;
    line-height: 45px;
    letter-spacing: 2px;
  }
  #singleCS .langs_platforms .article-languages {
    right: 0;
  }
  #singleCS .langs_platforms .article-platforms {
    left: 0;
  }
}
@media screen and (max-width: 840px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 185px;
  }
  #caseStudyPage .page-title-wrapper {
    padding: 75px 0;
  }
}
@media screen and (max-width: 768px) {
  #singleCS .news-detail__tags a,
  #singleCS .news-detail__social-list a {
    min-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #csList {
    padding: 0 35px;
  }
  #csSidebar.sidebar {
    padding-left: 10px;
  }
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 225px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 91%;
  }
  #csSidebar.sidebar .categories_tags a {
    font-size: 12px;
  }
  #singleCS .news-detail__bottom {
    margin: 30px 0;
  }
  #singleCS .pr-subheading {
    font-size: 12px;
  }
  #singleCS .page-title-wrapper h1 {
    font-size: 45px;
  }
  #singleCS .page-title-wrapper {
    padding: 75px 0;
  }
}
@media screen and (max-width: 684px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 210px;
  }
  #caseStudyPage .page-title-wrapper h1 {
    font-size: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 180px;
  }
  #caseStudyPage .banner-content .article-content .demi,
  #singleCS .banner-content .article-content .demi {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #caseStudyPage .banner-content .article-content .categories a,
  #singleCS .banner-content .article-content .categories a {
    font-size: 10px;
  }
  #csList {
    padding: 0 25px;
  }
}
@media screen and (max-width: 515px) {
  #caseStudyPage .page-title-wrapper {
    padding: 50px 0;
  }
  #caseStudyPage .pr-subheading {
    font-size: 14px;
  }
  #caseStudyPage .page-title-wrapper h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #caseStudyPage .page-content,
  #singleCS .page-content {
    padding-top: 20px;
  }
  #caseStudyPage .banner-content .button-link,
  #singleCS .banner-content .button-link {
    font-size: 12px;
  }
  #caseStudyPage .banner-content .button-link i,
  #singleCS .banner-content .button-link i {
    font-size: 16px;
    left: 7px;
    top: 2.5px;
  }
  #singleCS .page-title-wrapper {
    padding: 50px 0;
  }
  #singleCS .pr-subheading {
    font-size: 10px;
  }
  #singleCS .page-title-wrapper h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 484px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 170px;
  }
  #caseStudyPage .banner-content .article-content .demi,
  #singleCS .banner-content .article-content .demi {
    font-size: 20px;
    line-height: 22px;
  }
  #caseStudyPage .service__item,
  #singleCS .service__item {
    padding: 15px 12px;
  }
  #caseStudyPage .banner-content .article-content .article-languages .item img,
  #singleCS .banner-content .article-content .article-languages .item img {
    width: 20px;
  }
  #caseStudyPage .banner-content .button-link i,
  #singleCS .banner-content .button-link i {
    top: 2.45px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 90%;
  }
}
@media screen and (max-width: 436px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 155px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 86%;
  }
  #caseStudyPage .banner-content .article-content .demi,
  #singleCS .banner-content .article-content .demi {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  #singleCS .langs_platforms .article-languages .item img,
  #singleCS .langs_platforms .article-platforms .item img {
    width: 25px;
  }
  #singleCS .langs_platforms .article-platforms .item img.icon_android {
    width: 37px;
  }
  #singleCS .langs_platforms .article-languages {
    top: 8px;
  }
  #singleCS .langs_platforms .article-languages .item .name,
  #singleCS .langs_platforms .article-platforms .item .name {
    font-size: 8px;
  }
  #singleCS .langs_platforms .article-languages .item,
  #singleCS .langs_platforms .article-platforms .item {
    width: 50px;
  }
  #singleCS .news-detail__tags {
    margin: 0 auto;
  }
  #singleCS .news-detail__social-list {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 384px) {
  #caseStudyPage .page-title-wrapper {
    padding: 35px 0;
  }
  #caseStudyPage .pr-subheading {
    font-size: 12px;
  }
  #caseStudyPage .page-title-wrapper h1 {
    font-size: 18px;
    line-height: 30px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 84%;
  }
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 150px;
  }
  #caseStudyPage .banner-content .article-content .article-languages .item .name,
  #singleCS .banner-content .article-content .article-languages .item .name {
    display: none;
  }
  #caseStudyPage .banner-content .article-content .article-languages .item,
  #singleCS .banner-content .article-content .article-languages .item {
    width: 35px;
    margin-bottom: 0;
  }
  #singleCS .title-default h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 340px) {
  #caseStudyPage .service__item .image-box img,
  #singleCS .service__item .image-box img {
    height: 120px;
  }
  #caseStudyPage .banner-content .article-content .categories a,
  #singleCS .banner-content .article-content .categories a {
    font-size: 8px;
  }
  #caseStudyPage .banner-content .article-content .demi,
  #singleCS .banner-content .article-content .demi {
    font-size: 14px;
  }
  #caseStudyPage .banner-content .article-small,
  #singleCS .banner-content .article-small {
    height: 81%;
  }
}