@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- tc-innerheader-st6 --------------- */
.tc-innerheader-st6 {
  position: relative;
  padding: 120px 4vw 50px;
  text-align: center;
  background-color: #151515;
  z-index: 20;
}
.tc-innerheader-st6::after {
  position: absolute;
  content: "";
  right: 10%;
  top: 50px;
  width: 25px;
  height: 100px;
  background-color: var(--cr-gold1);
}
.tc-innerheader-st6 .title {
  position: relative;
  font-size: 90px;
  text-transform: capitalize;
}
.tc-innerheader-st6 .info-card {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  border: 1px solid #fff1;
  border-radius: 100px;
  padding: 10px 30px 10px 10px;
  text-align: start;
}
.tc-innerheader-st6 .links {
  position: relative;
  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;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 100px;
}
.tc-innerheader-st6 .links a:last-of-type {
  opacity: 0.5;
}
.tc-innerheader-st6.innerheader-bg {
  position: relative;
  padding-top: 180px;
  z-index: 20;
}
.tc-innerheader-st6.innerheader-bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.8)), to(rgba(16, 16, 16, 0.3)));
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0.3) 100%);
  opacity: 0.5;
  z-index: -1;
}
.tc-innerheader-st6.innerheader-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.tc-innerheader-st6.innerheader-bg .info-card {
  background: #10101077;
}

.light-theme .tc-innerheader-st6 {
  background-color: #f6f6f5;
}
.light-theme .tc-innerheader-st6 .info-card {
  border-color: #9993;
  background-color: #fff;
}
.light-theme .tc-innerheader-st6 .info-card h6 {
  color: #111;
}
.light-theme .tc-innerheader-st6 .info-card .text {
  color: #111;
}
.light-theme .tc-innerheader-st6 .links a {
  color: #111;
}
.light-theme .tc-innerheader-st6.innerheader-bg .h1, .light-theme .tc-innerheader-st6.innerheader-bg .h2, .light-theme .tc-innerheader-st6.innerheader-bg .h3, .light-theme .tc-innerheader-st6.innerheader-bg .h4, .light-theme .tc-innerheader-st6.innerheader-bg .h5, .light-theme .tc-innerheader-st6.innerheader-bg .h6, .light-theme .tc-innerheader-st6.innerheader-bg h1, .light-theme .tc-innerheader-st6.innerheader-bg h2, .light-theme .tc-innerheader-st6.innerheader-bg h3, .light-theme .tc-innerheader-st6.innerheader-bg h4, .light-theme .tc-innerheader-st6.innerheader-bg h5, .light-theme .tc-innerheader-st6.innerheader-bg h6, .light-theme .tc-innerheader-st6.innerheader-bg .sub-font {
  color: #fff;
}
.light-theme .tc-innerheader-st6.innerheader-bg .info-card h6 {
  color: #111;
}
.light-theme .tc-innerheader-st6.innerheader-bg .links a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-innerheader-st6 .title {
    font-size: 50px;
  }
  .tc-innerheader-st6 .fsz-20 {
    font-size: 14px !important;
  }
  .tc-innerheader-st6 .fsz-14 {
    font-size: 12px !important;
  }
  .tc-innerheader-st6 .cont {
    text-align: start;
  }
  .tc-innerheader-st6 .links {
    font-size: 14px;
  }
}
/* --------------- 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;
  }
}
/* --------------- services st3 --------------- */
.tc-services-st3 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-services-st3 .cards .item {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff2;
  padding-bottom: 30px;
  margin-top: 30px;
}
.tc-services-st3 .cards .item .num {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #fff2;
  border-radius: 30px;
  color: #999;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.tc-services-st3 .cards .item .arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff1;
  font-size: 20px;
}
.tc-services-st3 .cards .item .float-img {
  position: absolute;
  right: 20%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  width: 280px;
  height: 280px;
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-services-st3 .cards .item:hover {
  border-color: #fff;
}
.tc-services-st3 .cards .item:hover .arrow {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-services-st3 .cards .item:hover .float-img {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.tc-services-st3 .line {
  position: absolute;
  right: -10px;
  bottom: 20px;
  z-index: 15;
  max-width: 18vw;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-services-st3 .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 991px) {
  .tc-services-st3 .cards .item {
    padding: 15px 15px 30px;
  }
}
/* --------------- features st2 --------------- */
.tc-features-st2 {
  position: relative;
  padding: 120px 0;
  background-image: url(../img/feat_bg.jpg);
  background-size: cover;
  z-index: 20;
}
.tc-features-st2 .cards-box {
  position: relative;
  background-color: #111;
  padding: 50px;
}
.tc-features-st2 .cards-box::before {
  position: absolute;
  content: "";
  left: 50%;
  top: calc(40% - 30px);
  height: 60px;
  width: 1px;
  background-color: var(--cr-gold1);
}
.tc-features-st2 .cards-box::after {
  position: absolute;
  content: "";
  top: 40%;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background-color: var(--cr-gold1);
}
.tc-features-st2 .cards-box .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.tc-features-st2 .cards-box .item .icon {
  width: 40px;
  height: 40px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-top: 5px;
}
.tc-features-st2 .float-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 120px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .tc-features-st2 .float-img {
    display: none;
  }
}
/* --------------- skills st6 --------------- */
.tc-skills-st6 {
  position: relative;
  padding: 120px 0;
}
.tc-skills-st6 .info {
  position: relative;
}
.tc-skills-st6 .info .main-text {
  position: relative;
  font-size: 14px;
  color: #999;
  -webkit-padding-start: 100px;
          padding-inline-start: 100px;
}
.tc-skills-st6 .info .main-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 85px;
  height: 1px;
  background-color: var(--cr-gold1);
  opacity: 0.2;
}
.tc-skills-st6 .info .butn {
  top: -10px;
}
.tc-skills-st6 .progress-item {
  position: relative;
  margin-bottom: 40px;
}
.tc-skills-st6 .progress-item .progress {
  height: 5px;
  border-radius: 5px;
  background-color: #fff2;
  margin-top: 15px;
}
.tc-skills-st6 .progress-item .progress .progress-bar {
  background-color: var(--cr-gold1);
  border-radius: 5px;
}
.tc-skills-st6 .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;
}

/* --------------- team st3 --------------- */
.tc-team-st3 {
  position: relative;
  padding: 120px 0 90px;
}
.tc-team-st3 .team-card {
  position: relative;
  margin-bottom: 30px;
}
.tc-team-st3 .team-card .img {
  position: relative;
}
.tc-team-st3 .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-st3 .team-card .img .social-icons {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 20;
}
.tc-team-st3 .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-st3 .team-card .img .social-icons a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-team-st3 .team-card .img .social-icons a:not(:last-of-type) {
  margin-bottom: -50px;
  opacity: 0;
  visibility: hidden;
}
.tc-team-st3 .team-card .img .social-icons:hover a {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tc-team-st3 .team-card:hover .img::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-team-st3 .team-card {
    padding: 15px;
  }
  .tc-team-st3 .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);
}

@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;
  }
}
/* --------------- 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);
}

@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;
  }
}
/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding-bottom: 120px;
  z-index: 20;
}
.tc-about-st2 .numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.tc-about-st2 .numbers::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff1;
}
.tc-about-st2 .numbers .item {
  width: 35%;
}
.tc-about-st2 .lg-txt {
  position: relative;
  left: 0;
  bottom: 120px;
  font-size: 180px;
  line-height: 0.7;
  color: transparent;
  -webkit-text-stroke: 1px #fff1;
  white-space: nowrap;
}
.tc-about-st2 .lg-txt span:nth-of-type(7) {
  color: #fff4;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .lg-txt {
    display: none;
  }
}
/* --------------- video st3 --------------- */
.tc-video-st3 {
  position: relative;
}
.tc-video-st3 .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;
}

/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-testimonials-st2 .title-lg {
  font-size: calc(12vw + 30px);
  color: #fff;
  opacity: 0.07;
  text-transform: capitalize;
  line-height: 0.7;
  white-space: nowrap;
  margin-bottom: 80px;
}
.tc-testimonials-st2 .testimonials-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.tc-testimonials-st2 .testi-card {
  position: relative;
  padding: 40px;
  border: 1px solid #fff1;
  background-color: #111;
}
.tc-testimonials-st2 .testi-card .rate-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .numb {
  font-size: 50px;
  color: #fff;
  opacity: 0.3;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .stars {
  color: #fff2;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .stars .active {
  color: var(--cr-gold1);
}
.tc-testimonials-st2 .testi-card .btm-card {
  position: relative;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #fff2;
}

/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 120px 0;
  z-index: 20;
}
.tc-services-st2 .feat-card {
  position: relative;
  padding: 40px;
  border: 1px solid #fff1;
  background-color: #111;
  margin-top: 24px;
}
.tc-services-st2 .feat-card:hover {
  border-color: var(--cr-gold1);
}

/* --------------- portfolio --------------- */
.tc-portfolio-st11 {
  position: relative;
  padding: 120px 0 20px;
}
.tc-portfolio-st11 .portfolio-card {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 100px;
}
.tc-portfolio-st11 .portfolio-card .img {
  position: relative;
  height: 550px;
}
.tc-portfolio-st11 .portfolio-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0)), to(rgba(16, 16, 16, 0.6)));
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.6) 100%);
}
.tc-portfolio-st11 .portfolio-card .info-card {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  padding: 40px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st11 .portfolio-card .info-card .tag {
  font-size: 16px;
  padding: 5px 20px;
  background-color: #111;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tc-portfolio-st11 .portfolio-card .info-card .title {
  font-size: 50px;
}
.tc-portfolio-st11 .portfolio-card:hover .info-card {
  bottom: 0;
  opacity: 1;
}
.tc-portfolio-st11 .portfolio-card.sm-card .img {
  height: 400px;
}
.tc-portfolio-st11 .portfolio-card.sm-card .info-card {
  padding: 40px 20px;
}
.tc-portfolio-st11 .portfolio-card.sm-card .info-card .tag {
  font-size: 12px;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.tc-portfolio-st11 .portfolio-card.sm-card .info-card .title {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st11 .portfolio-card {
    margin-bottom: 20px;
  }
  .tc-portfolio-st11 .portfolio-card .img {
    height: 300px !important;
  }
  .tc-portfolio-st11 .portfolio-card .info-card {
    padding: 20px;
    opacity: 1;
    bottom: 0;
  }
  .tc-portfolio-st11 .portfolio-card .info-card .tag {
    font-size: 12px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .tc-portfolio-st11 .portfolio-card .info-card .title {
    font-size: 20px;
  }
}
/* --------------- portfolio st4 --------------- */
.tc-portfolio-st12 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-portfolio-st12 .portfolio-slider {
  position: relative;
  padding-bottom: 50px;
}
.tc-portfolio-st12 .portfolio-slider .swiper-pagination-st1 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  z-index: 20;
}
.tc-portfolio-st12 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet {
  background-color: var(--cr-gold1);
  width: 9px;
  height: 9px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-st12 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st12 .portfolio-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-portfolio-st12 .portfolio-card .img {
  position: relative;
  height: 550px;
}
.tc-portfolio-st12 .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-st12 .portfolio-card .info {
  position: relative;
  padding-top: 20px;
}
.tc-portfolio-st12 .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-st12 .portfolio-card:hover .img::after {
  opacity: 1;
}
.tc-portfolio-st12 .portfolio-card:hover .title {
  text-decoration: underline;
}
.tc-portfolio-st12 .portfolio-card:hover .more {
  color: var(--cr-gold1);
}
.tc-portfolio-st12 .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;
}
.tc-portfolio-st12 .numbers-pagination {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -2px;
  z-index: 30;
  color: #999;
}
.tc-portfolio-st12 .numbers-pagination span {
  opacity: 0.7;
}
.tc-portfolio-st12 .numbers-pagination .slide-cont {
  opacity: 1;
}
.tc-portfolio-st12 .swiper-progress {
  position: relative;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #fff2;
  margin-top: -10px;
}
.tc-portfolio-st12 .swiper-progress .swiper-progress-bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: var(--cr-gold1);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st12 .portfolio-card .img {
    height: 300px;
  }
}
/* --------------- portfolio st13 --------------- */
.tc-portfolio-st13 {
  position: relative;
  padding-bottom: 120px;
}
.tc-portfolio-st13 .portfolio-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.tc-portfolio-st13 .portfolio-slider .swiper-pagination-st1 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  z-index: 20;
}
.tc-portfolio-st13 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet {
  background-color: var(--cr-gold1);
  width: 9px;
  height: 9px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-st13 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st13 .portfolio-card {
  position: relative;
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st13 .portfolio-card .img {
  height: 350px;
}
.tc-portfolio-st13 .portfolio-card .num {
  font-size: 20px;
  font-weight: 400;
}
.tc-portfolio-st13 .portfolio-card .info {
  position: relative;
  padding-top: 30px;
}
.tc-portfolio-st13 .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-st13 .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;
}
.tc-portfolio-st13 .numbers-pagination {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -2px;
  z-index: 30;
  color: #999;
}
.tc-portfolio-st13 .numbers-pagination span {
  opacity: 0.7;
}
.tc-portfolio-st13 .numbers-pagination .slide-cont {
  opacity: 1;
}
.tc-portfolio-st13 .swiper-progress {
  position: relative;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #fff2;
  margin-top: -10px;
}
.tc-portfolio-st13 .swiper-progress .swiper-progress-bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: var(--cr-gold1);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

/* --------------- 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: "";
}

@media screen and (max-width: 991px) {
  .tc-faq-st4 .th-600 {
    height: 200px !important;
  }
}
/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-testimonials-st2 .testi-card {
  position: relative;
  padding: 40px;
  border: 1px solid #fff1;
  background-color: #111;
}
.tc-testimonials-st2 .testi-card .rate-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .numb {
  font-size: 50px;
  color: #fff;
  opacity: 0.3;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .stars {
  color: #fff2;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .stars .active {
  color: var(--cr-gold1);
}
.tc-testimonials-st2 .testi-card .btm-card {
  position: relative;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #fff2;
}

.post-card .img {
  position: relative;
  height: 270px;
}
.post-card .img .date {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #111;
  color: #fff;
  text-align: center;
  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;
  z-index: 2;
  font-size: 13px;
  font-weight: 300;
}
.post-card:hover .title {
  text-decoration: underline;
}
.post-card:hover .more {
  color: var(--cr-gold1);
}

/* --------------- brands st1 --------------- */
.tc-brands-st2 {
  position: relative;
  padding-bottom: 80px;
}
.tc-brands-st2 .sm-title {
  position: relative;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.tc-brands-st2 .sm-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #fff2;
}
.tc-brands-st2 .sm-title .txt {
  position: relative;
  background-color: #111;
  z-index: 10;
  padding: 0 40px;
}
.tc-brands-st2 .brands {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-brands-st2 .brands .brand {
  position: relative;
  height: 70px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-brands-st2 .brands .brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-brands-st2 .brands .brand:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 991px) {
  .tc-brands-st2 .brands {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-brands-st2 .brands .brand {
    height: 50px;
    margin: 10px;
  }
}
/* --------------- post details --------------- */
.tc-post-det-st18 {
  position: relative;
  padding: 120px 0;
}
.tc-post-det-st18 .tags {
  position: relative;
}
.tc-post-det-st18 .tags .tag {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #fff2;
  border-radius: 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  padding: 5px 15px;
  color: #999;
}
.tc-post-det-st18 .title-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff1;
}
.tc-post-det-st18 .title-wrapper .date {
  height: 100%;
  -webkit-border-end: 1px solid #fff1;
          border-inline-end: 1px solid #fff1;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-post-det-st18 .author-letter {
  position: relative;
  padding: 50px;
  border: 1px solid var(--cr-gold1);
  margin: 50px 0;
}
.tc-post-det-st18 .author-letter .title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-padding-end: 130px;
          padding-inline-end: 130px;
  font-size: 24px;
  margin-bottom: 20px;
}
.tc-post-det-st18 .author-letter .title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: var(--cr-gold1);
}
.tc-post-det-st18 .author-letter .qt {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 30px;
  height: 30px;
}
.tc-post-det-st18 .accordion-st18 .accordion-item {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  color: #fff;
  border: 0;
  background-color: #111;
  border-bottom: 1px solid #fff2;
}
.tc-post-det-st18 .accordion-st18 .accordion-item:last-of-type {
  border: 0;
}
.tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: 0;
  margin: 0;
  border: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 24px;
  padding: 25px 0;
}
.tc-post-det-st18 .accordion-st18 .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-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
}
.tc-post-det-st18 .accordion-st18 .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 25px;
}
.tc-post-det-st18 .author-card {
  position: relative;
  padding: 40px;
  background-color: var(--cr-gold1);
  margin-top: 60px;
}
.tc-post-det-st18 .author-card .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tc-post-det-st18 .author-card .social-links a {
  position: relative;
  width: 50px;
  height: 50px;
  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: #A77E4C;
}
.tc-post-det-st18 .comments .item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #fff1;
}
.tc-post-det-st18 .comments .item .avatar {
  width: 85px;
  height: 85px;
}
.tc-post-det-st18 .comments .item .btns a {
  position: relative;
  padding: 5px 15px;
  background-color: #fff1;
  border-radius: 6px;
  text-transform: capitalize;
  color: #999;
}
.tc-post-det-st18 .comments .item .btns a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-post-det-st18 .comments .item.reply-item {
  -webkit-margin-start: 4vw;
          margin-inline-start: 4vw;
}
.tc-post-det-st18 .comment-form {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #151515;
  margin-top: 120px;
}
.tc-post-det-st18 .comment-form .form-title {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  background-color: var(--cr-gold1);
  color: #fff;
  text-transform: uppercase;
  padding: 30px 40px;
}
.tc-post-det-st18 .comment-form .form-group {
  margin-bottom: 10px;
}
.tc-post-det-st18 .comment-form .form-control {
  background-color: #151515;
  border-radius: 0;
  border: 1px solid #fff1;
  min-height: 50px;
  color: #fff;
}
.tc-post-det-st18 .comment-form .form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.tc-post-det-st18 .comment-form .form-control::-moz-placeholder {
  color: #999;
  opacity: 0.6;
}
.tc-post-det-st18 .comment-form .form-control:-ms-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.tc-post-det-st18 .comment-form .form-control::-ms-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.tc-post-det-st18 .comment-form .form-control::placeholder {
  color: #999;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .tc-post-det-st18 {
    overflow: hidden;
  }
  .tc-post-det-st18 .author-letter .title::after {
    display: none;
  }
  .tc-post-det-st18 .author-letter {
    padding: 30px;
  }
  .tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
  .tc-post-det-st18 .author-card {
    padding: 30px;
  }
}
/* --------------- tc-contact-st20 --------------- */
.tc-contact-st20 {
  position: relative;
  padding: 120px 0;
}
.tc-contact-st20 .map {
  position: relative;
  height: 700px;
}
.tc-contact-st20 .map iframe {
  margin-bottom: -6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-contact-st20 .form-wrapper {
  position: relative;
  z-index: 20;
}
.tc-contact-st20 .form-wrapper .form {
  position: relative;
  display: block;
  padding-top: 120px;
}
.tc-contact-st20 .form-wrapper .contact-info {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #151515;
  margin-top: -90px;
}
.tc-contact-st20 .form-wrapper .contact-info .title {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  background-color: var(--cr-gold1);
  color: #fff;
  text-transform: uppercase;
  padding: 30px 40px;
}
.tc-contact-st20 .form-wrapper .contact-info .info-content {
  position: relative;
  padding: 10px 40px;
}
.tc-contact-st20 .form-wrapper .contact-info .info-content .item {
  padding: 40px 0;
  border-bottom: 1px solid #fff1;
}
.tc-contact-st20 .form-wrapper .social-icons {
  position: relative;
  margin-top: 10px;
  padding: 40px 0;
}
.tc-contact-st20 .form-wrapper .social-icons a {
  position: relative;
  width: 50px;
  height: 50px;
  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: #111;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-contact-st20 .form-wrapper .social-icons a:hover {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
}

/* --------------- widgets --------------- */
.widgets {
  position: relative;
}
.widgets .widget-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #151515;
}
.widgets .widget-card .widget-title {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  background-color: var(--cr-gold1);
  color: #fff;
  text-transform: uppercase;
  padding: 30px 40px;
}
.widgets .widget-card .widget-body {
  position: relative;
}
.widgets .widget-card .widget-body .flex-list {
  position: relative;
  padding: 10px 40px;
}
.widgets .widget-card .widget-body .flex-list li .lnk {
  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;
  padding: 20px 0;
  border-bottom: 1px solid #fff1;
  color: #999;
}
.widgets .widget-card .widget-body .flex-list li .lnk .arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widgets .widget-card .widget-body .flex-list li .lnk:hover {
  border-color: var(--cr-gold1);
  color: var(--cr-gold1);
}
.widgets .widget-card .widget-body .flex-list li:last-of-type .lnk {
  border: 0;
}
.widgets .widget-card .widget-body .flex-list.border-lnk li .lnk {
  border-bottom: 1px solid #fff1;
}
.widgets .widget-card .widget-body .form {
  position: relative;
  padding: 40px;
}
.widgets .widget-card .widget-body .form .form-group {
  margin-bottom: 10px;
}
.widgets .widget-card .widget-body .form .form-control {
  background-color: #151515;
  border-radius: 0;
  border: 1px solid #fff1;
  min-height: 50px;
  color: #fff;
}
.widgets .widget-card .widget-body .form .form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.widgets .widget-card .widget-body .form .form-control::-moz-placeholder {
  color: #999;
  opacity: 0.6;
}
.widgets .widget-card .widget-body .form .form-control:-ms-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.widgets .widget-card .widget-body .form .form-control::-ms-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.widgets .widget-card .widget-body .form .form-control::placeholder {
  color: #999;
  opacity: 0.6;
}
.widgets .social-links {
  position: relative;
  padding: 10px 40px 30px;
  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;
}
.widgets .social-links .social-icons {
  position: relative;
}
.widgets .social-links .social-icons a {
  position: relative;
  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 #fff1;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.widgets .social-links .social-icons a:hover {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
  color: #fff;
}
.widgets .social-links-st2 {
  position: relative;
  padding: 40px;
  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;
}
.widgets .social-links-st2 .social-icons {
  position: relative;
}
.widgets .social-links-st2 .social-icons a {
  position: relative;
  width: 50px;
  height: 50px;
  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: #111;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.widgets .social-links-st2 .social-icons a:hover {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
  color: #fff;
}
.widgets .search-form {
  position: relative;
  padding: 40px;
}
.widgets .search-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widgets .search-form .form-control {
  border: 0;
  border-radius: 0;
  background-color: #111;
  min-height: 60px;
  color: #fff;
}
.widgets .search-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.widgets .search-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.widgets .search-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.widgets .search-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.widgets .search-form .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.widgets .search-form .search-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: var(--cr-gold1);
  color: #fff;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.widgets .instagram-wrapper {
  position: relative;
  padding: 40px;
}
.widgets .instagram-wrapper .instagram-imgs .img {
  position: relative;
  display: block;
  height: 90px;
  margin-bottom: 24px;
}
.widgets .instagram-wrapper .instagram-imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- pagination --------------- */
.pagination {
  position: relative;
  padding-top: 30px;
}
.pagination .page-item .page-link {
  position: relative;
  width: 50px;
  height: 50px;
  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;
  margin: 0 5px;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff1;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
}

/* --------------- prev-next-wrapper --------------- */
.prev-next-wrapper {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #fff1;
  border-bottom: 1px solid #fff1;
  font-size: 20px;
  margin-top: 70px;
  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;
}
.prev-next-wrapper .link-item {
  position: relative;
}
.prev-next-wrapper .link-item .icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.prev-next-wrapper .link-item:hover .icon {
  background-color: var(--cr-gold1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .home-st1 .th-450,
.home-st1 .th-600 {
    height: 300px !important;
  }
}
.light-theme .pagination .page-item .page-link {
  background-color: #fff;
  color: #111;
  border: 1px solid #9993;
}
.light-theme .pagination .page-item .page-link:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.light-theme .tc-brands-st2 .sm-title::after {
  background-color: #9993;
}
.light-theme .tc-brands-st2 .sm-title .txt {
  background-color: #fff;
}
.light-theme .widgets .widget-card {
  background-color: #f6f6f6;
}
.light-theme .widgets .widget-card .social-links a,
.light-theme .widgets .widget-card .social-links-st2 a {
  background-color: #fff;
  color: #111;
}
.light-theme .widgets .widget-card .social-links a:hover,
.light-theme .widgets .widget-card .social-links-st2 a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.light-theme .widgets .widget-card .widget-body .flex-list li .lnk {
  border-color: #9993;
}
.light-theme .widgets .widget-card .search-form .form-control {
  background-color: #fff;
  color: #111;
}
.light-theme .widgets .widget-card .search-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.light-theme .widgets .widget-card .search-form .form-control::-moz-placeholder {
  color: #999;
}
.light-theme .widgets .widget-card .search-form .form-control:-ms-input-placeholder {
  color: #999;
}
.light-theme .widgets .widget-card .search-form .form-control::-ms-input-placeholder {
  color: #999;
}
.light-theme .widgets .widget-card .search-form .form-control::placeholder {
  color: #999;
}
.light-theme .tc-services-st3 .cards .item {
  border-color: #9993;
}
.light-theme .tc-services-st3 .cards .item .num {
  border-color: #9993;
}
.light-theme .tc-clients-st4 .cards .item {
  background-color: #fff;
  border-color: #9993;
}
.light-theme .tc-features-st2 .h1, .light-theme .tc-features-st2 .h2, .light-theme .tc-features-st2 .h3, .light-theme .tc-features-st2 .h4, .light-theme .tc-features-st2 .h5, .light-theme .tc-features-st2 .h6, .light-theme .tc-features-st2 h1, .light-theme .tc-features-st2 h2, .light-theme .tc-features-st2 h3, .light-theme .tc-features-st2 h4, .light-theme .tc-features-st2 h5, .light-theme .tc-features-st2 h6, .light-theme .tc-features-st2 .sub-font {
  color: #fff;
}
.light-theme .tc-post-det-st18 .tags .tag {
  border-color: #9993;
}
.light-theme .tc-post-det-st18 .title-wrapper .date {
  border-color: #9993;
}
.light-theme .tc-post-det-st18 .accordion-st18 .accordion-item {
  background-color: #fff;
  color: #111;
  border-color: #9993;
}
.light-theme .tc-post-det-st18 .accordion-st18 .accordion-item .accordion-header .accordion-button {
  color: #111;
}
.light-theme .prev-next-wrapper {
  border-color: #9993;
}
.light-theme .prev-next-wrapper .link-item .icon {
  border: 1px solid #9993;
}
.light-theme .tc-post-det-st18 .author-card * {
  color: #fff;
}
.light-theme .tc-post-det-st18 .comments .item .btns a {
  background-color: #9993;
}
.light-theme .tc-post-det-st18 .comments .item .btns a:hover {
  background-color: var(--cr-gold1);
}
.light-theme .tc-post-det-st18 .comments .item {
  border-color: #9993;
}
.light-theme .tc-post-det-st18 .comment-form {
  background-color: #f6f6f6;
}
.light-theme .tc-post-det-st18 .comment-form .form-control {
  background-color: #f6f6f6;
  border: 1px solid #9993;
  color: #111;
}
.light-theme .tc-contact-st20 .form-wrapper .contact-info {
  background-color: #f6f6f6;
}
.light-theme .tc-contact-st20 .form-wrapper .contact-info .info-content .item {
  border-color: #9993;
}
.light-theme .tc-contact-st20 .form-wrapper .social-icons a {
  background-color: #fff;
}
.light-theme .tc-contact-st20 .form-wrapper .social-icons a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control {
  background-color: #fff;
  border: 1px solid #9993;
  color: #111;
}
.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: #111;
}
.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::-moz-placeholder {
  color: #111;
}
.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control:-ms-input-placeholder {
  color: #111;
}
.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::-ms-input-placeholder {
  color: #111;
}
.light-theme .tc-contact-st20 .form-wrapper .form-group .form-control::placeholder {
  color: #111;
}
.light-theme .tc-faq-st4 {
  background-color: #fff;
}
.light-theme .tc-faq-st4 .accordion .accordion-item {
  background-color: #fff;
}
.light-theme .tc-faq-st4 .accordion .accordion-item .accordion-header .accordion-button {
  border-color: #9993;
  color: #111;
}
.light-theme .tc-portfolio-st11 .portfolio-card .info-card .title {
  color: #fff;
}
.light-theme .tc-portfolio-st12 .portfolio-card {
  background-color: #fff;
}
.light-theme .tc-portfolio-st12 .float-cursor {
  background-color: #f6f6f6;
}
.light-theme .tc-portfolio-st12 .swiper-progress {
  background-color: #9993;
}
.light-theme .hover-bg-gold1:hover {
  background: var(--cr-gold1) !important;
  border-color: var(--cr-gold1) !important;
  color: #fff !important;
}
.light-theme .tc-services-st4 .service-card {
  background-color: #fff;
  border-color: #9993;
}
.light-theme .tc-about-st2 .lg-txt {
  -webkit-text-stroke: 1px #9993;
}
.light-theme .tc-testimonials-st2 .title-lg {
  color: #111;
}
.light-theme .tc-testimonials-st2 .testi-card {
  background-color: #fff;
  border-color: #9993;
}
.light-theme .tc-testimonials-st2 .testi-card .rate-wrapper .numb {
  color: #111;
}
.light-theme .tc-testimonials-st2 .testi-card .btm-card {
  border-color: #9993;
}
.light-theme .tc-services-st2 .feat-card {
  background-color: #fff;
  border-color: #9993;
}