/* 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; }

.blogDetailImg {
  border-top: solid 3px rgba(151, 151, 151, 0.2);
  padding-top: 2.5rem; }
  .blogDetailImg img {
    border-radius: 10px; }

.blog-sec {
  padding: 0 !important; }

.smallDesc {
  font-size: 1.8rem;
  text-align: center;
  color: #8c8e97;
  line-height: 20px;
  padding: 1rem 0;
  font-family: "Barlow-Regular"; }
  @media only screen and (max-width: 768px) {
    .smallDesc {
      font-size: 1.2rem; } }

.blogDtailTitle {
  font-size: 4.2rem;
  color: #3f4351;
  font-family: "Barlow-Bold";
  padding-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .blogDtailTitle {
      font-size: 2.4rem; } }

.tag-date {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Barlow-Medium";
  color: #3f4351; }
  @media only screen and (max-width: 768px) {
    .tag-date {
      font-size: 1.6rem; } }
  .tag-date .tagName {
    font-family: "Barlow-Regular";
    display: inline-block;
    position: relative;
    margin-right: 0.5rem;
    padding-right: 1rem; }
    .tag-date .tagName:after {
      position: absolute;
      right: 0;
      top: 9px;
      background: #3f4351;
      width: 1px;
      height: 15px;
      content: ''; }
  .tag-date .date {
    font-family: "Barlow-Regular";
    display: inline-block; }

.blogDetailBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0 4.5rem; }
  @media only screen and (max-width: 768px) {
    .blogDetailBlock {
      padding: 2rem 0; } }

.videoSec .video-Hdtitle {
  font-size: 2.8rem;
  color: #3f4351;
  font-family: "Barlow-Bold";
  padding-bottom: 2.4rem; }
  @media only screen and (max-width: 768px) {
    .videoSec .video-Hdtitle {
      font-size: 1.6rem; } }

.videoSec .desc {
  font-size: 1.6rem;
  color: #3f4351;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .videoSec .desc {
      font-size: 1.4rem; } }

.videoSec .playbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0 auto; }

.cp-relatedBlog {
  margin-top: 10rem;
  box-shadow: 0 0 18px 10px rgba(163, 163, 163, 0.3);
  background: #f7f7f7;
  border-radius: 16px;
  position: relative;
  width: 100vw;
  margin-left: -10.3rem; }
  .cp-relatedBlog .sec-title {
    font-family: "Barlow-Regular"; }
  @media only screen and (min-width: 1366px) and (max-width: 1920px) {
    .cp-relatedBlog {
      margin-left: -13.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-relatedBlog {
      margin-left: -5.5rem; } }
  @media only screen and (max-width: 768px) {
    .cp-relatedBlog {
      margin-left: -2rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-relatedBlog .js-related-blogs .blog-list {
      display: -ms-flexbox !important;
      display: flex !important; } }

.blog-Desc {
  font-size: 1.6rem;
  color: #3f4351;
  line-height: 23px;
  padding-bottom: 3rem;
  font-family: "Barlow-Regular"; }
  .blog-Desc.blogVideo-desc {
    padding-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .blog-Desc {
      font-size: 1.4rem;
      padding-bottom: 1rem; } }

.blogImg-title {
  font-size: 5.2rem;
  color: #3f4351;
  font-family: "Barlow-Bold";
  line-height: 67px; }
  @media only screen and (max-width: 768px) {
    .blogImg-title {
      font-size: 3.2rem;
      line-height: normal; } }

.blogfeature-title {
  font-family: "Barlow-Bold";
  font-size: 2.8rem;
  color: #3f4351;
  line-height: 41px;
  padding-bottom: 2.4rem; }
  @media only screen and (max-width: 768px) {
    .blogfeature-title {
      font-size: 1.6rem;
      line-height: 20px; } }

.bulletStyle ul {
  list-style: none;
  margin-top: 0px; }
  .bulletStyle ul li {
    text-align: left;
    font-size: 1.6rem;
    color: #3f4351;
    font-family: "Barlow-Regular";
    position: relative;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
    line-height: 24px; }
    .bulletStyle ul li:before {
      background: #ff5000;
      width: 6px;
      height: 6px;
      border-radius: 2px;
      left: 4px;
      top: 8px;
      content: "";
      position: absolute; }

.imgBlock {
  padding: 3rem 0 4.5rem; }

.imgBlock, .textBlock {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .imgBlock, .textBlock {
      width: 100%;
      padding: 3rem 0rem 0rem 0rem; } }
  .imgBlock img, .textBlock img {
    border-radius: 10px; }
  .imgBlock .bigImgdesc, .textBlock .bigImgdesc {
    font-size: 1.8rem;
    text-align: center;
    color: #8c8e97;
    line-height: 20px;
    padding: 1rem 0; }
    @media only screen and (max-width: 768px) {
      .imgBlock .bigImgdesc, .textBlock .bigImgdesc {
        font-size: 1.2rem; } }

.videblock {
  padding: 6rem 0 0 0;
  position: relative; }
  .videblock iframe {
    width: -webkit-fill-available; }
  @media only screen and (max-width: 768px) {
    .videblock {
      padding: 0rem; }
      .videblock iframe {
        height: 50vw; } }

.playbtn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0 auto; }

.social-container-bd {
  position: fixed;
  width: max-content;
  margin: 0 0 0 auto;
  z-index: 9999;
  bottom: 10rem;
  right: 3rem; }
  @media only screen and (max-width: 768px) {
    .social-container-bd {
      bottom: 10rem;
      right: 2rem;
      z-index: 5;
      position: fixed; } }

.shareBtn-bd {
  width: 42px;
  height: 42px;
  background: #ef5323;
  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;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .shareBtn-bd {
      top: 38.6rem;
      right: 2.3rem;
      z-index: 2; } }

.social-icons-bd {
  min-height: 4rem !important;
  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: 2rem;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.62);
  background-color: #ffffff;
  position: absolute;
  top: 0.1rem !important;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(13px);
  transition: all 0.2s linear;
  font-size: 1.3rem;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .social-icons-bd {
      min-height: 4rem !important;
      padding: 0 1.1rem 0 1.1rem;
      transform: translateX(13px);
      z-index: -1;
      top: 0.1rem !important;
      right: 0; } }
  .social-icons-bd.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-10px);
    padding: 0rem 4rem 0rem 3rem;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .social-icons-bd.active {
        transform: translateX(-10px);
        padding: 0rem 4rem 0rem 3rem;
        z-index: -1; } }
  .social-icons-bd .social-item-bd {
    margin-right: 2.5rem; }
    @media only screen and (max-width: 768px) {
      .social-icons-bd .social-item-bd {
        margin-right: 2.5rem; }
        .social-icons-bd .social-item-bd:last-of-type {
          margin-right: 1rem !important; } }
    .social-icons-bd .social-item-bd:last-of-type {
      margin-right: 0rem; }
    .social-icons-bd .social-item-bd .icon {
      color: #000000 !important; }
  .social-icons-bd .share-icons-bd {
    display: inline-block;
    padding: 0.8rem 0 0.8rem 0;
    color: #000000;
    font-size: 1.8rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .social-icons-bd .share-icons-bd {
        font-size: 1.6rem; } }
  .social-icons-bd.is-active-mob {
    top: -6px;
    padding: 0 3rem 0 1.7rem;
    z-index: 4; }
    @media only screen and (max-width: 768px) {
      .social-icons-bd.is-active-mob .social-item {
        margin-right: 1.2rem; }
        .social-icons-bd.is-active-mob .social-item:last-of-type {
          margin-right: 1rem !important; } }

.cp-blog .blog-title {
  padding-bottom: 3rem; }

.blog-Desc {
  padding-bottom: 1rem !important; }

.typ-blog-v2.blog-detail .blog-sec a {
  color: var(--skin-primary-color-1) !important; }

/*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; } }
