/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-blog {
  height: inherit;
  position: relative; }
  .cp-blog .img-wrap {
    height: 55%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-color: #9f9f9f; }
    .cp-blog .img-wrap .card-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .cp-blog .hashtag {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #3f4351;
    font-family: "Barlow-Medium"; }
  .cp-blog .blog-title {
    font-size: 2rem;
    color: #3f4351;
    font-family: "Barlow-Bold";
    padding-top: 1rem;
    height: 10rem; }
  .cp-blog .blog-name {
    font-size: 1.8rem;
    color: #3f4351;
    font-family: "Barlow-Regular"; }
  .cp-blog .blog-date {
    font-size: 1.8rem;
    color: #3f4351;
    font-family: "Barlow-Regular"; }
  .cp-blog .bottom-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 81%;
    padding-bottom: 2rem;
    position: absolute;
    padding-bottom: 2rem;
    bottom: 0; }
  .cp-blog .content-wrap {
    padding: 5.4% 6.6%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45%;
    right: 0; }

.cp-categoryBlog {
  border-bottom: solid 3px rgba(151, 151, 151, 0.2);
  padding-bottom: 1rem; }
  .cp-categoryBlog .categoryLink {
    display: inline-block;
    border-radius: 17px;
    border: 1px solid #d8d8d8;
    font-size: 1.4rem;
    font-family: "Barlow-Regular";
    text-align: center;
    padding: 0.5rem 1.5rem;
    color: #a4a7b1 !important;
    margin-bottom: 1rem;
    margin-right: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-categoryBlog .categoryLink {
        margin-right: 0rem;
        -webkit-appearance: none; }
        @supports (-webkit-touch-callout: none) {
          .cp-categoryBlog .categoryLink {
            margin-left: -1.8rem; }
            .cp-categoryBlog .categoryLink:nth-child(3n) {
              margin-left: 0rem; } } }
    @media only screen and (min-width: 768px) {
      .cp-categoryBlog .categoryLink:hover {
        color: #f8673b !important;
        border: 1px solid #f8673b; } }
    .cp-categoryBlog .categoryLink.active {
      color: #f8673b !important;
      border: 1px solid #f8673b; }
    .cp-categoryBlog .categoryLink .icon.icon-tick {
      font-size: 1rem;
      margin-right: 1rem; }

.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0 1.1rem 0 1.1rem;
  border-radius: 1.8rem;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.62);
  background-color: #000000;
  position: absolute;
  top: -10%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(7px);
  transition: all 0.2s linear;
  font-size: 1.3rem;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .social-icons {
      min-height: 2.2rem;
      padding: 0 1.1rem 0 1.1rem;
      top: -10%;
      transform: translateX(13px); } }
  .social-icons.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-80px); }
    @media only screen and (max-width: 768px) {
      .social-icons.active {
        transform: translateX(-78px); } }
  .social-icons .social-item {
    margin-right: 1.9rem; }
    @media only screen and (max-width: 768px) {
      .social-icons .social-item {
        margin-right: 1.8rem; }
        .social-icons .social-item:last-of-type {
          margin-right: 1rem !important; } }
    .social-icons .social-item:last-of-type {
      margin-right: 0rem; }
    .social-icons .social-item .icon {
      color: #ffffff !important; }
  .social-icons .share-icons {
    display: inline-block;
    padding: 0.7rem 0 0.8rem 0;
    color: #ffffff;
    font-size: 1.3rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .social-icons .share-icons {
        font-size: 1.6rem; } }
  .social-icons.is-active-mob {
    top: -6px;
    padding: 0 3rem 0 1.7rem;
    z-index: 4; }
    @media only screen and (max-width: 768px) {
      .social-icons.is-active-mob .social-item {
        margin-right: 1.2rem; }
        .social-icons.is-active-mob .social-item:last-of-type {
          margin-right: 1rem !important; } }

.shareBtn {
  width: 42px;
  height: 42px;
  background: #ef5323;
  position: absolute;
  top: -21px;
  right: 30px;
  border-radius: 50%;
  padding: 0.9rem 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  font-weight: bold; }

/*start*/
.lyt-blog .container {
  position: relative; }

.lyt-blog .cp-filter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding-bottom: 3.2rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .cp-filter {
      padding-bottom: 0;
      top: 0;
      bottom: auto; } }
  .lyt-blog .cp-filter .category-item {
    width: 100%; }
    .lyt-blog .cp-filter .category-item .icon {
      right: -20px; }

@media only screen and (max-width: 768px) {
  .lyt-blog .sel-cat .sel-cat-text-fix,
  .lyt-blog .sel-cat .sel-cat-text,
  .lyt-blog .sel-cat .icon-right {
    display: none; } }

.lyt-blog .sel-cat .icon-filter {
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 2rem;
  color: #f8673b; }

@media only screen and (max-width: 768px) {
  .lyt-blog .catdp-list {
    top: 4.5rem;
    left: auto;
    right: 0; } }

.lyt-blog .bs-sec .sec-title {
  padding-bottom: 2.2rem;
  border-bottom: solid 3px rgba(151, 151, 151, 0.2); }

.lyt-blog .blog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .lyt-blog .blog-list .blog-item {
    width: 32%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .blog-list .blog-item {
        width: 100%; } }

.lyt-blog .btn-sec {
  text-align: center;
  margin-top: 2rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .btn-sec {
      margin-top: 1rem; } }
  .lyt-blog .btn-sec .btn-outline {
    min-width: 33.5rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 1.6rem; }

.lyt-blog.typ-blog-v2 {
  background-color: #f7f7f7; }
  .lyt-blog.typ-blog-v2.blog-detail {
    background-color: #fff; }
    .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog {
      position: absolute;
      top: 21%;
      left: 9.4%;
      font-size: 5.02rem;
      line-height: 6rem;
      font-family: "BebasNeue-Regular";
      color: #3f4351; }
      @media only screen and (max-width: 1024px) {
        .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog {
          font-size: 4rem;
          line-height: 5.02rem;
          left: 4.4%;
          top: 16%; } }
      .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-1 {
        z-index: 2;
        position: relative; }
        .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-1:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          background: #ffffff;
          filter: blur(10px);
          height: 2.4rem;
          width: calc(100% + 6rem);
          bottom: 1rem; }
      .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-2 {
        margin-top: -3rem;
        z-index: 0;
        opacity: 0.6; }
        @media only screen and (max-width: 1024px) {
          .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-2 {
            margin-top: -2.4rem; } }
  .lyt-blog.typ-blog-v2 .blog-list {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .blog-list {
        width: min-content;
        margin: auto; }
        .lyt-blog.typ-blog-v2 .blog-list.related-blogs-list {
          -ms-flex-wrap: initial;
              flex-wrap: initial; }
          .lyt-blog.typ-blog-v2 .blog-list.related-blogs-list .blog-item {
            margin: 0 2rem 0 0;
            width: 30.5rem !important;
            height: 39.2rem; } }
    .lyt-blog.typ-blog-v2 .blog-list .blog-item {
      width: 37.6rem;
      height: 41.3rem;
      margin-right: 2rem;
      background-color: #ffffff;
      border-radius: 10px;
      overflow: hidden; }
      .lyt-blog.typ-blog-v2 .blog-list .blog-item:hover {
        box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.09); }
      @media only screen and (max-width: 768px) {
        .lyt-blog.typ-blog-v2 .blog-list .blog-item {
          margin: 0 5rem 0 2rem;
          width: 33.5rem !important;
          height: 41.2rem;
          margin: auto; } }
      .lyt-blog.typ-blog-v2 .blog-list .blog-item:nth-child(3n) {
        margin-right: 0rem; }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog {
    padding-top: 13rem; }
    .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog::before {
      top: 13rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog {
        padding-top: 10rem; }
        .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog::before {
          top: 12rem; } }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog .sec-title {
        margin-top: 2rem; } }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head {
    margin-top: 4.7rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head {
        padding-top: 3rem; } }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head::before {
    top: 0rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head::before {
        top: 9rem; } }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-title {
    border-bottom: 0; }
    .lyt-blog.typ-blog-v2 .bs-sec .sec-title.relatedBlogs-title {
      font-size: 6rem; }
      @media only screen and (max-width: 768px) {
        .lyt-blog.typ-blog-v2 .bs-sec .sec-title.relatedBlogs-title {
          font-size: 4rem; } }

/*end*/
.lyt-blog .bs-sec .sec-title {
  font-size: 5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .bs-sec .sec-title {
      margin-top: 6rem; } }

.lyt-blog.typ-blog-v2 .blog-list {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .lyt-blog.typ-blog-v2 .blog-list .blog-item {
    width: 36rem;
    margin-right: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .blog-list .blog-item {
        margin-right: 0rem; } }
    .lyt-blog.typ-blog-v2 .blog-list .blog-item:nth-child(3n) {
      margin-right: 0rem !important; }
  @media only screen and (max-width: 768px) {
    .lyt-blog.typ-blog-v2 .blog-list {
      display: block; } }

@media only screen and (max-width: 768px) {
  .lyt-blog.typ-blog-v2 .blog-list .blog-item {
    margin-bottom: 2rem;
    margin-left: 0rem; } }

@media only screen and (max-width: 320px) {
  .lyt-blog.typ-blog-v2 .blog-list .blog-item {
    width: 28rem !important; } }
