/* ========= [ * page-home_7 ]  =========*/
/* --------------- navbar style7 --------------- */
.tc-navbar-style7 {
  /* position: relative; */
  padding: 60px 5vw 30px;
  /* border-top: 12px solid var(--color-red1); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  /* padding: 0; */
}

.tc-navbar-style7 .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-navbar-style7 .logo-side .logo {
  height: 50px;
}

.tc-navbar-style7 .logo-side .links {
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}

.tc-navbar-style7 a {
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--color-light1);
}

.tc-navbar-style7 .logo-side .links a:hover {
  color: var(--color-red1);
}

.tc-navbar-style7 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-navbar-style7 .nav-side .social-links a {
  width: 45px;
  height: 45px;
  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-radius: 50%;
  border: 1px solid #9995;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

.tc-navbar-style7 .nav-side .social-links a:hover {
  color: var(--color-red1);
  border-color: var(--color-red1);
}

@media screen and (min-width: 1200px) {
  .tc-navbar-style7 {
    padding-top: 30px;
  }

  .tc-navbar-style7 .logo-side .links {
    -webkit-margin-start: 80px;
    margin-inline-start: 80px;
  }
}

@media screen and (max-width: 991px) {
  .tc-navbar-style7 {
    padding-top: 30px;
  }
}

/* --------------- header style7 --------------- */
.tc-header-style7 {
  position: relative;
  padding-top: 120px;
}

.tc-header-style7 h1 {
  /* font-size: 150px; */
  font-size: calc(24px + (120 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-weight: 600;
}

.tc-header-style7 .head-features {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-header-style7 .head-features p {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  margin-top: 30px;
  -webkit-padding-end: 130px;
  padding-inline-end: 130px;
}

.tc-header-style7 .head-features p:last-of-type {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.tc-header-style7 .head-features p:last-of-type::after {
  display: none;
}

.tc-header-style7 .head-features p::after {
  position: absolute;
  content: "";
  right: 60px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
}

.tc-header-style7 .img {
  height: 800px;
  margin-top: 100px;
  overflow: hidden;
}

.tc-header-style7 .img img {
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
}

.tc-header-style7 #img_360 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100%;
  height: 800px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  /* .tc-header-style7 h1 {
    font-size: 60px;
    line-height: 90px;
  } */

  .tc-header-style7 .head-features {
    display: block;
  }

  .tc-header-style7 .head-features p {
    padding: 0;
  }

  .tc-header-style7 .head-features p::after {
    display: none;
  }

  .tc-header-style7 .img {
    height: 400px;
  }

  .tc-header-style7 #img_360 {
    height: 400px;
  }
}

/* --------------- header style1 --------------- */
.tc-header-style1 .header-slider {
  position: relative;
  overflow: hidden;
}

.tc-header-style1 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tc-header-style1 .header-slider .swiper-slide-active {
  position: relative;
  z-index: 20;
}

.tc-header-style1 .header-slider .slider-controls {
  position: absolute;
  right: 40px;
  bottom: 130px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}

.tc-header-style1 .header-slider .slider-controls .swiper-button-next,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
  font-size: 30px;
}

.tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  position: relative;
}

.tc-header-style1 .header-slider .swiper-pagination {
  position: absolute;
  left: 4vw;
  bottom: 120px;
  color: #fff;
  z-index: 30;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tc-header-style1 .header-slider .swiper-pagination>span {
  font-size: 30px;
  font-weight: 100;
  display: block;
  margin: 10px 0;
}

.tc-header-style1 .slider-card {
  position: relative;
}

.tc-header-style1 .slider-card .img {
  height: 650px;
  position: relative;
  min-height: 100vh;
}

.tc-header-style1 .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 30%;
  pointer-events: none;
}

.tc-header-style1 .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 20;
  color: #fff;
}

.tc-header-style1 .slider-card .info h1 {
  /* font-size: calc(12vw + 20px); */
  font-size: calc(32px + (72 - 32) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
  line-height: 1;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .tc-header-style1 .slider-card .img {
    height: 550px;
  }

  .tc-header-style1 .slider-card .info {
    bottom: 60px;
  }

  .tc-header-style1 .swiper-pagination {
    display: none;
  }

  .tc-header-style1 .header-slider .slider-controls {
    bottom: 165px;
    right: 0;
  }

  .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,
  .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {
    font-size: 20px;
  }
}



/* --------------- about style7 --------------- */
.tc-about-style7 {
  position: relative;
  padding: 160px 0;
}

.tc-about-style7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}

.tc-about-style7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80px;
}

.tc-about-style7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.tc-about-style7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tc-about-style7 .numbers .number-card {
  position: relative;
  margin-bottom: 75px;
}

.tc-about-style7 .numbers .number-card h2 {
  font-size: 60px;
  color: var(--color-red1);
  font-weight: 400;
  margin-bottom: 15px;
}

.tc-about-style7 .numbers .number-card small {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-about-style7 {
    overflow: hidden;
  }
}

/* --------------- services style7 --------------- */
.tc-services-style8 {
  background-color: #fff;
}

.tc-services-style8 .service-card {
  position: relative;
  padding: 30px 40px;
  background-color: #F1EEE9;
  display: block;
}

.tc-services-style8 .service-card:hover .top-info .title {
  color: #000;
  text-decoration: underline;
}

.tc-services-style8 .service-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-services-style8 .service-card .top-info .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}

.tc-services-style8 .service-card .top-info .icon {
  width: 60px;
  height: 60px;
  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-radius: 50%;
  background-color: #fff;
  font-size: 18px;
}

.tc-services-style8 .service-card .tags {
  margin-top: 50px;
}

.tc-services-style8 .service-card .tags .tag {
  font-size: 14px;
  margin: 5px;
  padding: 8px 24px;
  border-radius: 30px;
  font-weight: 400;
  border: 1px solid #ccc;
}

.tc-services-style8 .service-card .tags .tag:nth-of-type(1) {
  background-color: #000;
  color: #fff;
}

.tc-services-style8 .service-card .tags .tag.highlight {
  background-color: var(--color-red1);
  color: #fff;
}

.tc-services-style8 .service-card .tags .tag:nth-of-type(3) {
  background-color: #000;
  color: #fff;
}

.tc-services-style8 .service-card .tags .tag:nth-of-type(4) {
  border: 1px solid #ccc;
  color: #000;
}


@media screen and (max-width: 991px) {
  .tc-services-style8 .service-card {
    padding: 30px 15px;
  }

  .tc-services-style8 .service-card .top-info .title {
    font-size: 16px;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
  }

  .tc-services-style8 .service-card .top-info .icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tc-services-style8 .service-card .tags .tag {
    font-size: 13px;
    padding: 5px 10px !important;
  }
}

.tc-services-style8 {
  position: relative;
  padding: 110px 0;
}

/* 
.tc-services-style7 .content .service-card {
  position: relative;
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #ccc;
  display: block;
}

.tc-services-style7 .content .service-card:hover {
  border-top: 5px solid var(--color-red1);
}

.tc-services-style7 .content .service-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.tc-services-style7 .content .service-card .top-info .icon {
  width: 65px;
  height: 65px;
  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-radius: 50%;
  background-color: #F3F8E9;
  color: var(--color-red1);
  font-size: 18px;
}

.tc-services-style7 .content .service-card .text {
  min-height: 105px;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 991px) {
  .tc-services-style7 {
    padding: 0 !important;
  }

  .tc-services-style7 .content {
    padding: 80px 0;
  }
} */

/* --------------- projects style7 --------------- */
.tc-projects-style7 {
  position: relative;
}

.tc-projects-style7 .swiper-button-next,
.tc-projects-style7 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}

.tc-projects-style7 .swiper-button-next::after,
.tc-projects-style7 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}

.tc-projects-style7 .swiper-button-next:hover,
.tc-projects-style7 .swiper-button-prev:hover {
  background-color: #fff;
}

.tc-projects-style7 .swiper-button-next:hover::after,
.tc-projects-style7 .swiper-button-prev:hover::after {
  color: #000;
}

.tc-projects-style7 .swiper-button-next {
  right: 4vw;
}

.tc-projects-style7 .swiper-button-prev {
  left: 4vw;
}

.tc-projects-style7 .project-card {
  display: block;
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid #fff;
  border-inline-end: 1px solid #fff;
}

.tc-projects-style7 .project-card:hover .info {
  background-color: #fff;
  color: #000;
}

.tc-projects-style7 .project-card .info {
  padding: 40px;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-projects-style7 .projects-content {
  position: relative;
  overflow: hidden;
}

.tc-projects-style7 .projects-content .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tc-projects-style7 .projects-content .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.tc-projects-style7 .projects-content .glry-img .tab-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 991px) {
  .tc-projects-style7 .current .project-card .info {
    background-color: #fff;
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .tc-projects-style7 .project-card {
    height: 400px;
  }
}

/* --------------- proccess style7 --------------- */
.tc-proccess-style7 {
  position: relative;
  padding: 150px 0;
}

.tc-proccess-style7 .accordion-item {
  border: 0;
  border-radius: 0;
}

.tc-proccess-style7 .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
}

.tc-proccess-style7 .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}

.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-red1);
  border-color: var(--color-red1);
  border-radius: 0;
}

.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.tc-proccess-style7 .accordion-item .accordion-button .num {
  color: #999;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-weight: 300;
}

.tc-proccess-style7 .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}

.tc-proccess-style7 .img {
  height: 550px;
  margin-top: 50px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.tc-proccess-style7 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 0;
}

.tc-proccess-style7 .img img.current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}

.tc-proccess-style7 .curve {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}

@media screen and (max-width: 991px) {
  .tc-proccess-style7 {
    overflow: hidden;
  }

  .tc-proccess-style7 .img {
    width: 70vw;
    -webkit-margin-start: 15vw;
    margin-inline-start: 15vw;
    height: 350px;
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* --------------- partners style8 --------------- */
.tc-partners-style8 {
  position: relative;
  padding: 110px 0;
}

.tc-partners-style8 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tc-partners-style8 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 200px;
  border: 1px solid #ECECEC;
  width: 20%;
  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;
  padding: 20px;
  overflow: hidden;
}

.tc-partners-style8 .logos .logo-card:hover .float-inf {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.tc-partners-style8 .logos .logo-card:hover .plus-icon {
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}

.tc-partners-style8 .logos .logo-card .logo {
  max-width: 135px;
  max-height: 40px;
}

.tc-partners-style8 .logos .logo-card .num {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.tc-partners-style8 .logos .logo-card p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  color: #666;
  z-index: 10;
  font-size: 13px;
}

.tc-partners-style8 .logos .logo-card .plus-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #F1EEE9;
  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;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 30;
}

.tc-partners-style8 .logos .logo-card .float-inf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F1EEE9;
  padding: 30px 20px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-partners-style8 .logos .logo-card {
    width: 50%;
  }

  .tc-partners-style8 .logos .logo-card p {
    max-width: calc(100% - 70px);
  }
}


/* --------------- blog style7 --------------- */
.tc-blog-style7 {
  position: relative;
  padding: 150px 0 0;
}



/* .tc-blog-style7 .row .col-lg-6:first-of-type {
  -webkit-border-end: 1px solid #ccc;
  border-inline-end: 1px solid #ccc;
}

.tc-blog-style7 .main-post .img {
  display: block;
  height: 380px;
}

.tc-blog-style7 .main-post .info {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tc-blog-style7 .main-post .info .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-blog-style7 .main-post .info .date .numb {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Instrument Serif', serif;
}

.tc-blog-style7 .main-post .info .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
}

.tc-blog-style7 .sub-posts {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}

.tc-blog-style7 .sub-posts .post-card {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.tc-blog-style7 .sub-posts .post-card:first-of-type {
  padding-top: 0;
}

.tc-blog-style7 .sub-posts .post-card .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-blog-style7 .sub-posts .post-card .date .numb {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Instrument Serif', serif;
}

.tc-blog-style7 .sub-posts .post-card .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
}

.tc-blog-style7 .sub-posts .more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}

.tc-blog-style7 .sub-posts .more-link:hover {
  color: var(--color-red1);
  border-color: var(--color-red1);
}

.tc-blog-style7 .slider-content {
  position: relative;
  padding: 250px 0 120px;
  cursor: none;
}

.tc-blog-style7 .slider-content * {
  cursor: none;
}

.tc-blog-style7 .slider-content h2 {
  font-size: 100px;
  color: transparent;
  padding: 0 70px;
  -webkit-text-stroke: 1px #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.tc-blog-style7 .slider-content h2:hover {
  color: #000;
}

.tc-blog-style7 .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 190px;
  height: 190px;
  background-color: var(--color-red1);
  border-radius: 50%;
  -webkit-transition: all linear, scale 0.5s ease;
  -o-transition: all linear, scale 0.5s ease;
  transition: all linear, scale 0.5s ease;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.tc-blog-style7 .float_box p {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 250px;
}

.tc-blog-style7 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all linear, opacity 0.5s ease;
  -o-transition: all linear, opacity 0.5s ease;
  transition: all linear, opacity 0.5s ease;
} */

.tc-blog-style1 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F1EEE9), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #F1EEE9, transparent);
  background-image: -o-linear-gradient(bottom, #F1EEE9, transparent);
  background-image: linear-gradient(to top, #F1EEE9, transparent);
}

.tc-blog-style1 .swiper-button-next {
  color: #000;
  right: 3vw;
}

.tc-blog-style1 .swiper-button-next::after {
  font-size: 40px;
}

.tc-blog-style1 .swiper-button-prev {
  color: #000;
  left: 3vw;
}

.tc-blog-style1 .swiper-button-prev::after {
  font-size: 40px;
}

.tc-blog-style1 .blog-card {
  position: relative;
}

.tc-blog-style1 .blog-card .img {
  position: relative;
  height: 415px;
  border-radius: 20px;
  overflow: hidden;
}

.tc-blog-style1 .blog-card .info {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.tc-blog-style1 .blog-card .info .date {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-blog-style1 .blog-card .img {
    height: 350px;
  }

  .tc-blog-style1 .blog-card .info {
    display: block;
    width: 100%;
  }

  .tc-blog-style1 .blog-card .info .date {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* --------------- chat style1 --------------- */
.tc-chat-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #F1EEE9;
}

.tc-chat-style1 .c-line {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 60%;
  pointer-events: none;
  height: 450px;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.tc-chat-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.tc-chat-style1 .xl-text {
  font-size: calc(20px + (72 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
  position: relative;
  z-index: 10;
  line-height: 1;
  color: var(--color-red1);
  margin-bottom: 20px;
  word-break: break-all;
  white-space: normal;
}

.tc-awards-slider1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.tc-awards-slider1 .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

/* --------------- footer style2 --------------- */
.tc-footer-style2 {
  position: relative;
}

.tc-footer-style2 .shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.tc-footer-style2 .foot-main-content {
  position: relative;
  padding: 120px 0;
}

.tc-footer-style2 .foot-main-content .links-group ul li a {
  color: #666;
  margin: 5px 0;
}

.tc-footer-style2 .foot-main-content .links-group ul li a:hover {
  color: var(--color-red1);
}

.tc-footer-style2 .foot {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}

.tc-footer-style2 .foot .logo img {
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-footer-style2 .foot .social-links a {
  width: 35px;
  height: 35px;
  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 #ccc;
  margin: 0 5px;
  font-size: 12px;
}

.tc-footer-style2 .foot .social-links a:hover {
  background-color: var(--color-red1);
  border-color: var(--color-red1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-footer-style2 .logo {
    margin-bottom: 30px;
  }

  .tc-footer-style2 .social-links,
  .tc-footer-style2 .butn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {}

.home-style7 .sub-font {
  font-family: 'Instrument Serif', serif;
}

@media screen and (max-width: 991px) {
  .home-style7 br {
    display: none;
  }

  .home-style7 .fsz-50 {
    font-size: 30px !important;
  }

  .home-style7 .fsz-40 {
    font-size: 25px !important;
  }

  .home-style7 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-style7 .fsz-30 {
    font-size: 18px !important;
  }

  .home-style7 .mt-70 {
    margin-top: 40px !important;
  }

  .home-style7 .fsz-60 {
    font-size: 40px !important;
  }

  .home-style7 .mt-100 {
    margin-top: 50px !important;
  }

  .home-style7 section {
    padding: 80px 0;
  }
}