@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- header st4 --------------- */
.tc-header-st4 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.tc-header-st4 .side-nav-st4 {
  position: relative;
  background-color: #151515;
  padding: 60px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  height: 100%;
}
.tc-header-st4 .side-nav-st4 .navbar-brand {
  position: relative;
  margin-bottom: 50px;
}
.tc-header-st4 .side-nav-st4 .nav-list {
  position: relative;
  margin-bottom: 30px;
}
.tc-header-st4 .side-nav-st4 .nav-list .nav-link {
  position: relative;
  font-size: 14px;
  padding: 12px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #fff1;
}
.tc-header-st4 .side-nav-st4 .nav-list .nav-link:hover {
  background-color: #fff1;
  color: var(--cr-gold1);
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.tc-header-st4 .side-nav-st4 .nav-list li:last-of-type .nav-link {
  border: 0;
}
.tc-header-st4 .side-nav-st4 .contact-item {
  position: relative;
  margin-top: 25px;
}
.tc-header-st4 .side-nav-st4 .social-icons {
  position: relative;
  margin-top: 50px;
}
.tc-header-st4 .side-nav-st4 .social-icons a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff2;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-header-st4 .side-nav-st4 .social-icons a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-header-st4 .side-nav-st4 .toggle-nav {
  position: absolute;
  right: 30px;
  top: 30px;
}
.tc-header-st4 .header-content {
  position: relative;
  height: 100%;
  -webkit-padding-end: 4vw;
          padding-inline-end: 4vw;
  padding-bottom: 80px;
}
.tc-header-st4 .header-content h1 {
  position: relative;
  font-size: 72px;
  margin-top: -50px;
  z-index: 20;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
}
.tc-header-st4 .header-content .th-img {
  height: 85vh;
}
.tc-header-st4 .header-content .shap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -70%);
          transform: translate(-60%, -70%);
  width: 65%;
}
.tc-header-st4 .header-content .lg-title {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 190px;
  text-wrap: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #fff1;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  pointer-events: none;
  text-align: center;
}
.tc-header-st4 .marq-slider {
  position: relative;
  background-color: var(--cr-gold1);
  padding: 20px 0;
}
.tc-header-st4 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-header-st4 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-header-st4 .marq-slider .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.tc-header-st4 .marq-slider .item .star {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-header-st4 .toggle-nav {
  display: none;
}

.light-theme .side-nav-st4 {
  background-color: #f6f6f6;
}
.light-theme .side-nav-st4 .nav-list .nav-link {
  border-color: #9993;
}

@media screen and (max-width: 991px) {
  .tc-header-st4 {
    padding: 0 15px;
  }
  .tc-header-st4 .side-nav-st4 {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 20px;
  }
  .tc-header-st4 .side-nav-st4 .toggle-nav {
    display: inline-block;
  }
  .tc-header-st4 .side-nav-st4 .navbar-brand {
    margin-bottom: 0;
  }
  .tc-header-st4 .side-nav-st4 .toggle-content {
    padding-top: 30px;
  }
  .tc-header-st4 .header-content {
    padding: 0;
  }
  .tc-header-st4 .header-content .th-img {
    margin-top: 50px;
    height: 300px;
  }
  .tc-header-st4 .info {
    padding-top: 0 !important;
  }
  .tc-header-st4 .marq-slider {
    overflow: hidden;
  }
}
/* --------------- services st4 --------------- */
.tc-services-st4 {
  position: relative;
  padding: 120px 0;
}
.tc-services-st4 .cards .row .col-lg-6:nth-of-type(3) .service-card .row, .tc-services-st4 .cards .row .col-lg-6:nth-of-type(4) .service-card .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tc-services-st4 .service-card {
  position: relative;
  display: block;
  border: 1px solid #fff1;
  background-color: #111;
}
.tc-services-st4 .service-card .img {
  position: relative;
  height: 300px;
}
.tc-services-st4 .service-card .info-card {
  position: relative;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-services-st4 .service-card .info-card .icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-services-st4 .service-card .info-card .icon-wrapper .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st4 .service-card .info-card .icon-wrapper .arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st4 .service-card:hover .info-card .title {
  text-decoration: underline;
}
.tc-services-st4 .service-card:hover .info-card .icon-wrapper .icon {
  background-color: var(--cr-gold1);
}
.tc-services-st4 .service-card:hover .info-card .icon-wrapper .icon img {
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}
.tc-services-st4 .service-card:hover .info-card .icon-wrapper .arrow {
  color: var(--cr-gold1);
}

.light-theme .tc-services-st4 .service-card {
  background-color: #fff;
  border-color: #9993;
}
.light-theme .tc-services-st4 .service-card .info-card .icon-wrapper .icon {
  background-color: #9993;
}

@media screen and (max-width: 991px) {
  .tc-services-st4 .cards .row .col-lg-6:nth-of-type(3) .service-card .row, .tc-services-st4 .cards .row .col-lg-6:nth-of-type(4) .service-card .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* --------------- numbers st3 --------------- */
.tc-numbers-st4 {
  position: relative;
  padding-bottom: 120px;
}
.tc-numbers-st4 .num-card {
  position: relative;
  display: block;
  padding: 30px;
  text-align: center;
}
.tc-numbers-st4 .num-card::after {
  position: absolute;
  content: "";
  left: calc(50% - 90px);
  top: 0;
  width: 180px;
  height: 100%;
  background-image: radial-gradient(#fff1 20%, transparent 0), radial-gradient(#fff1 20%, transparent 0);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
}

.light-theme .tc-numbers-st4 .num-card::after {
  background-image: radial-gradient(#9993 20%, transparent 0), radial-gradient(#9993 20%, transparent 0);
}

@media screen and (max-width: 991px) {
  .tc-numbers-st4 .num-card {
    padding: 30px 10px;
    min-height: 180px;
    margin-bottom: 15px;
  }
}
/* --------------- about st4 --------------- */
.tc-about-st4 {
  position: relative;
}
.tc-about-st4 ul {
  position: relative;
  padding-top: 10px;
}
.tc-about-st4 ul li {
  position: relative;
  font-size: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #fff1;
}
.tc-about-st4 ul li:last-of-type {
  border: 0;
}

@media screen and (max-width: 991px) {
  .tc-about-st4 .th-575,
.tc-about-st4 .th-600 {
    height: 200px !important;
    margin: 10px 0;
  }
}
/* --------------- portfolio st4 --------------- */
.tc-portfolio-st4 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-portfolio-st4 .portfolio-card {
  position: relative;
  display: block;
  text-transform: capitalize;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-bottom: 1px;
  height: 100%;
}
.tc-portfolio-st4 .portfolio-card .img {
  position: relative;
  height: 550px;
}
.tc-portfolio-st4 .portfolio-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0009), to(transparent));
  background-image: linear-gradient(to top, #0009, transparent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st4 .portfolio-card .info {
  position: relative;
  padding-top: 20px;
}
.tc-portfolio-st4 .portfolio-card .info .tags .tag {
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  text-transform: capitalize;
  border: 1px solid #fff2;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #999;
  border-radius: 30px;
}
.tc-portfolio-st4 .portfolio-card:hover .img::after {
  opacity: 1;
}
.tc-portfolio-st4 .portfolio-card:hover .title {
  text-decoration: underline;
}
.tc-portfolio-st4 .portfolio-card:hover .more {
  color: var(--cr-gold1);
}
.tc-portfolio-st4 .float-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: var(--cr-gold1);
  text-transform: uppercase;
  font-size: 16px;
  z-index: 30;
  pointer-events: none;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st4 .portfolio-card .img {
    height: 300px;
  }
}
/* --------------- faq st4 --------------- */
.tc-faq-st4 {
  position: relative;
  padding: 120px 0;
  background-color: #151515;
  z-index: 20;
}
.tc-faq-st4 .accordion .accordion-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 0 !important;
  background-color: transparent;
  color: #fff;
  border: 0;
  background-color: #111;
}
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: 0;
  margin: 0;
  border: 1px solid #fff2;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
}

.light-theme .tc-faq-st4 .h1, .light-theme .tc-faq-st4 .h2, .light-theme .tc-faq-st4 .h3, .light-theme .tc-faq-st4 .h4, .light-theme .tc-faq-st4 .h5, .light-theme .tc-faq-st4 .h6, .light-theme .tc-faq-st4 h1, .light-theme .tc-faq-st4 h2, .light-theme .tc-faq-st4 h3, .light-theme .tc-faq-st4 h4, .light-theme .tc-faq-st4 h5, .light-theme .tc-faq-st4 h6, .light-theme .tc-faq-st4 .sub-font {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-faq-st4 .th-600 {
    height: 200px !important;
  }
}
/* --------------- team st4 --------------- */
.tc-team-st4 {
  position: relative;
  padding: 120px 0;
}
.tc-team-st4 .team-card {
  position: relative;
  margin-bottom: 30px;
}
.tc-team-st4 .team-card .img {
  position: relative;
}
.tc-team-st4 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000b8), to(transparent));
  background-image: linear-gradient(to top, #000000b8, transparent);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st4 .team-card .img .social-icons {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 20;
}
.tc-team-st4 .team-card .img .social-icons a {
  position: relative;
  margin-top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #111;
  font-size: 16px;
}
.tc-team-st4 .team-card .img .social-icons a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-team-st4 .team-card .img .social-icons a:not(:last-of-type) {
  margin-bottom: -50px;
  opacity: 0;
  visibility: hidden;
}
.tc-team-st4 .team-card .img .social-icons:hover a {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tc-team-st4 .team-card:hover .img::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-team-st4 .team-card {
    padding: 15px;
  }
  .tc-team-st4 .team-card .img .social-icons a {
    margin-bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* --------------- clients st4 --------------- */
.tc-clients-st4 {
  position: relative;
}
.tc-clients-st4 .cards .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff1;
  background-color: #111;
  margin-bottom: -1px;
  height: 300px;
}
.tc-clients-st4 .cards .item img {
  height: 65px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-clients-st4 .cards .item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.light-theme .tc-clients-st4 .cards .item {
  background-color: #fff;
  border-color: #9993;
}

@media screen and (max-width: 991px) {
  .tc-clients-st4 .cards .item {
    height: 180px;
  }
  .tc-clients-st4 .cards .item img {
    height: 50%;
    width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* --------------- features st4 --------------- */
.tc-features-st4 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-features-st4 .img {
  height: 100%;
  min-height: 350px;
}
.tc-features-st4 .lg-txt {
  position: relative;
  font-size: 280px;
  line-height: 0.7;
  color: transparent;
  -webkit-text-stroke: 1px #fff1;
  white-space: nowrap;
}
.tc-features-st4 .lg-txt span:nth-of-type(6) {
  color: #fff;
}
.tc-features-st4 .service-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.tc-features-st4 .service-card .icon {
  width: 80px;
  height: 70px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}

.light-theme .tc-features-st4 .lg-txt {
  -webkit-text-stroke: 1px #9993;
}

@media screen and (min-width: 991px) {
  .tc-features-st4 {
    -webkit-padding-end: calc((100vw - 1320px) / 2 );
            padding-inline-end: calc((100vw - 1320px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-features-st4 .lg-txt {
    font-size: 100px;
    line-height: 1.5;
    text-align: center;
  }
  .tc-features-st4 .service-cards {
    padding: 15px;
  }
  .tc-features-st4 .service-cards .service-card .icon {
    height: 60px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
    margin-top: 0;
  }
}
/* --------------- blog st4 --------------- */
.tc-blog-st4 {
  position: relative;
  padding-bottom: 120px;
}
.tc-blog-st4 .blog-slider {
  position: relative;
  overflow: hidden;
}
.tc-blog-st4 .blog-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.tc-blog-st4 .post-card {
  position: relative;
  display: block;
  text-transform: capitalize;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-bottom: 1px;
  background-color: #151515;
  height: 100%;
}
.tc-blog-st4 .post-card .img {
  position: relative;
  height: 250px;
}
.tc-blog-st4 .post-card .info {
  position: relative;
  padding: 20px 30px;
}
.tc-blog-st4 .post-card .info .tags .tag {
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  text-transform: capitalize;
  background-color: #fff1;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #999;
}
.tc-blog-st4 .post-card:hover .title {
  text-decoration: underline;
}
.tc-blog-st4 .post-card:hover .more {
  color: var(--cr-gold1);
}

.light-theme .tc-blog-st4 .post-card {
  background-color: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .tc-blog-st4 .post-card .info {
    padding: 30px 0;
  }
}
/* --------------- footer st4 --------------- */
.tc-footer-st4 {
  position: relative;
  padding-top: 120px;
  background-color: #151515;
  overflow: hidden;
}
.tc-footer-st4 .social-links {
  position: relative;
}
.tc-footer-st4 .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff2;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-footer-st4 .social-links a:hover {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
}
.tc-footer-st4 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #101010;
}
.tc-footer-st4 .newsletter-wrapper {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
  border-top: 1px solid #fff1;
}
.tc-footer-st4 .links {
  position: relative;
}
.tc-footer-st4 .links a {
  font-size: 16px;
  margin: 8px 0;
  color: #999;
  text-transform: capitalize;
}
.tc-footer-st4 .links a:hover {
  color: var(--cr-gold1);
}
.tc-footer-st4 .newsletter {
  position: relative;
}
.tc-footer-st4 .newsletter .form {
  position: relative;
  display: block;
}
.tc-footer-st4 .newsletter .form-group {
  position: relative;
}
.tc-footer-st4 .newsletter .form-group .form-control {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff2;
  text-transform: capitalize;
  padding: 15px 0;
}
.tc-footer-st4 .newsletter .form-group .form-control::-webkit-input-placeholder {
  color: #fff5;
}
.tc-footer-st4 .newsletter .form-group .form-control::-moz-placeholder {
  color: #fff5;
}
.tc-footer-st4 .newsletter .form-group .form-control:-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st4 .newsletter .form-group .form-control::-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st4 .newsletter .form-group .form-control::placeholder {
  color: #fff5;
}
.tc-footer-st4 .newsletter .form-group .butn {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.tc-footer-st4 .newsletter .form-check {
  position: relative;
  margin-top: 20px;
  color: #999;
}
.tc-footer-st4 .newsletter .form-check .form-check-input {
  background-color: #111;
  border-color: #fff3;
  border-radius: 0;
}

.light-theme .tc-footer-st4 .h1, .light-theme .tc-footer-st4 .h2, .light-theme .tc-footer-st4 .h3, .light-theme .tc-footer-st4 .h4, .light-theme .tc-footer-st4 .h5, .light-theme .tc-footer-st4 .h6, .light-theme .tc-footer-st4 h1, .light-theme .tc-footer-st4 h2, .light-theme .tc-footer-st4 h3, .light-theme .tc-footer-st4 h4, .light-theme .tc-footer-st4 h5, .light-theme .tc-footer-st4 h6, .light-theme .tc-footer-st4 .sub-font {
  color: #fff;
}
.light-theme .tc-footer-st4 .text-white {
  color: #fff !important;
}

.home-st4 {
  position: relative;
  z-index: 20;
}
.home-st4 .lines-st2 {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  gap: 27vw;
  z-index: -1;
}
.home-st4 .lines-st2 span {
  width: 18%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.05;
}
.home-st4 .clippy-img {
  -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
          clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
  opacity: 0;
  -webkit-transform: rotate(-7deg) scale(1.3);
          transform: rotate(-7deg) scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-st4 .clippy-img.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}

@media screen and (max-width: 991px) {
  .home-st4 .fsz-90 {
    font-size: 40px !important;
  }
}