/* ========= [ * page-home_14 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style14 {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #000;
  color: #fff;
  padding: 100px 70px;
  -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 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .side_menu_style14.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .side_menu_style14 .cls {
    position: absolute;
    right: 5vw;
    top: 80px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 999; }
  .side_menu_style14 .side_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(20%) rotate(90deg);
    -ms-transform: translateY(20%) rotate(90deg);
    transform: translateY(20%) rotate(90deg);
    width: 20%;
    pointer-events: none; }
  .side_menu_style14 .side_shape2 {
    position: absolute;
    left: 20%;
    top: 0;
    -webkit-transform: translateY(-20%) rotate(-90deg);
    -ms-transform: translateY(-20%) rotate(-90deg);
    transform: translateY(-20%) rotate(-90deg);
    width: 20%;
    pointer-events: none; }
  .side_menu_style14 .content {
    position: relative;
    z-index: 999; }
    .side_menu_style14 .content .links_group {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: block; }
    .side_menu_style14 .content .main_links .main_link {
      font-size: 45px;
      font-weight: 400;
      margin: 10px 0;
      text-transform: uppercase;
      color: #fff; }
      .side_menu_style14 .content .main_links .main_link:hover {
        color: var(--color-brown1); }
    .side_menu_style14 .content .sub_links_menu {
      margin-bottom: 20px;
      position: relative;
      display: none; }
      .side_menu_style14 .content .sub_links_menu a {
        font-size: 18px;
        text-transform: uppercase;
        margin: 5px 0;
        position: relative; }
        .side_menu_style14 .content .sub_links_menu a::before {
          position: absolute;
          content: "";
          left: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #fff;
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .side_menu_style14 .content .sub_links_menu a:hover {
          padding-left: 20px; }
          .side_menu_style14 .content .sub_links_menu a:hover::before {
            left: 0;
            opacity: 1; }
  .side_menu_style14 .social_links a {
    font-size: 15px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff3; }
    .side_menu_style14 .social_links a:hover {
      background-color: var(--color-brown1);
      color: var(--color-darkBlue3); }

.side_menu14_overlay {
  position: fixed;
  z-index: 998;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-brown1);
  -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 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .side_menu14_overlay.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.side_menu14_overlay2 {
  position: fixed;
  z-index: 997;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-brown1);
  -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 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }
  .side_menu14_overlay2.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

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

/* --------------- navbar style17 --------------- */
.navbar.style17 {
  position: relative;
  z-index: 99; }
  .navbar.style17 .top-navbar {
    position: relative;
    z-index: 999;
    color: #000; }
    .navbar.style17 .top-navbar .dropdown-toggle {
      padding: 10px 15px;
      background-color: #fff4; }
  .navbar.style17 .main-nav {
    padding: 40px 0;
    background-color: var(--color-darkBlue3); }
    .navbar.style17 .main-nav .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      margin: 0;
      -webkit-margin-end: 60px;
      margin-inline-end: 60px;
      padding: 0; }
      .navbar.style17 .main-nav .navbar-nav .nav-item .nav-link:hover {
        text-decoration: underline; }
    .navbar.style17 .main-nav .r-side {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      .navbar.style17 .main-nav .r-side .call-info {
        -webkit-padding-end: 25px;
        padding-inline-end: 25px;
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
        -webkit-border-end: 1px solid #9993;
        border-inline-end: 1px solid #9993; }
  .navbar.style17 .nav-search-box {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px #fff1;
    box-shadow: 5px 5px 20px #fff1;
    right: 0;
    top: calc(100% + 15px);
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 20px #0001;
    box-shadow: 0 0 20px #0001;
    min-width: 300px;
    max-width: 350px; }
    .navbar.style17 .nav-search-box.show {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .navbar.style17 .nav-search-box .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar.style17 .nav-search-box .form-group input {
        width: 100%;
        background-color: transparent;
        border: 1px solid #9993;
        border-right: 0;
        border-radius: 8px 0 0 8px;
        min-height: 50px;
        color: #000;
        padding: 12px 15px; }
      .navbar.style17 .nav-search-box .form-group button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0 8px 8px 0;
        border: 1px solid #9993;
        background-color: #9993;
        padding: 10px;
        color: #000;
        margin-left: -2px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .navbar.style17 .nav-search-box .form-group button:hover {
          background-color: var(--color-darkBlue3);
          color: #fff; }

@media screen and (max-width: 991px) {
  .navbar.style17 .side_menu_btn {
    display: none; }
  .navbar.style17 .main-nav {
    padding: 20px 5vw; }
    .navbar.style17 .main-nav .navbar-brand {
      width: calc(100% - 60px); }
    .navbar.style17 .main-nav .r-side {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .navbar.style17 .main-nav .r-side .call-info {
        margin-left: 0;
        margin-right: auto; }
    .navbar.style17 .main-nav .navbar-nav .nav-item .nav-link {
      margin: 15px 0; } }

/* --------------- tc-header-style29 --------------- */
.tc-header-style29 {
  position: relative;
  padding-top: 100px;
  background-image: url(../img/header.jpg);
  background-size: cover 80%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 1600px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  color: #fff; }
  .tc-header-style29::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-darkBlue3)), color-stop(var(--color-darkBlue3)), to(transparent));
    background-image: -webkit-linear-gradient(top, var(--color-darkBlue3), var(--color-darkBlue3), transparent);
    background-image: -o-linear-gradient(top, var(--color-darkBlue3), var(--color-darkBlue3), transparent);
    background-image: linear-gradient(to bottom, var(--color-darkBlue3), var(--color-darkBlue3), transparent); }
  .tc-header-style29 .info .title {
    position: relative; }
    .tc-header-style29 .info .title h1 {
      font-size: 200px; }
      .tc-header-style29 .info .title h1 span {
        color: transparent;
        display: block;
        -webkit-text-stroke: 1px var(--color-brown1);
        position: relative; }
        .tc-header-style29 .info .title h1 span::after {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 80%;
          height: 8px;
          background-color: var(--color-brown1); }
    .tc-header-style29 .info .title .circle-text {
      position: absolute;
      height: 120px;
      top: 80px;
      right: 0; }
      .tc-header-style29 .info .title .circle-text .rotate-text {
        -webkit-animation: rotateText 15s linear infinite;
        animation: rotateText 15s linear infinite;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        bottom: 5px; }
      .tc-header-style29 .info .title .circle-text .rotate-circle svg {
        width: 150px;
        fill: #fff; }

@-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-header-style29 .info .title .circle-text .icon {
        position: relative;
        right: 48px;
        top: 16px;
        background: var(--color-brown2);
        border-radius: 50%;
        padding: 15px;
        -webkit-box-shadow: 0 0 20px #0002;
        box-shadow: 0 0 20px #0002; }

@media screen and (max-width: 991px) {
  .tc-header-style29 {
    height: 100vh; }
    .tc-header-style29::after {
      height: 100%; }
    .tc-header-style29 .info .title h1 {
      font-size: 50px;
      margin-top: 30px; }
      .tc-header-style29 .info .title h1 span::after {
        display: none; }
    .tc-header-style29 .info .title .circle-text {
      display: none; } }

/* --------------- tc-services-style29 --------------- */
.tc-services-style29 {
  padding: 120px 0;
  overflow: hidden; }
  .tc-services-style29 .service-card {
    position: relative; }
    .tc-services-style29 .service-card:hover .more-link {
      opacity: 1; }
      .tc-services-style29 .service-card:hover .more-link span {
        opacity: 1; }
    .tc-services-style29 .service-card .more-link {
      opacity: 0.4; }
      .tc-services-style29 .service-card .more-link span {
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

/* --------------- tc-about-style29 --------------- */
.tc-about-style29 {
  padding: 120px 0;
  overflow: hidden;
  background-color: #faf6f2;
  position: relative; }
  .tc-about-style29::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 360px;
    background-color: #fff; }
  .tc-about-style29 .info-text .progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #e9e5e1; }
    .tc-about-style29 .info-text .progress-bar span {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      height: 100%;
      width: 72%;
      background-color: var(--color-brown2); }
  .tc-about-style29 .about-list h6 {
    color: #d1ccc7;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 4;
    letter-spacing: 4px;
    margin-bottom: 30px;
    font-size: 14px; }
  .tc-about-style29 .about-list ul li {
    font-size: 18px;
    margin-top: 20px; }
  .tc-about-style29 .lg-img {
    width: 830px;
    max-width: calc(100vw - 30px); }

@media screen and (max-width: 991px) {
  .tc-about-style29 .about-list {
    margin-top: 50px; }
    .tc-about-style29 .about-list h6 {
      margin-bottom: 0; } }

/* --------------- tc-about-style29 --------------- */
.tc-partners-style29 {
  position: relative;
  padding-bottom: 120px; }
  .tc-partners-style29 .shap {
    position: absolute;
    left: 0;
    top: -50px; }
  .tc-partners-style29 .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #9993;
    border-top: 1px solid #9993;
    background-color: #fff;
    -webkit-box-shadow: 0px 60px 120px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 60px 120px 0px rgba(0, 0, 0, 0.06); }
    .tc-partners-style29 .logos .logo {
      width: 20%;
      height: 140px;
      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-right: 1px solid #9993;
      border-bottom: 1px solid #9993;
      opacity: 0.4; }
      .tc-partners-style29 .logos .logo img {
        height: 25%;
        -o-object-fit: contain;
        object-fit: contain; }
      .tc-partners-style29 .logos .logo:hover {
        opacity: 1; }

@media screen and (max-width: 991px) {
  .tc-partners-style29 .logos .logo {
    width: 50%;
    height: 85px;
    padding: 10px; } }

/* --------------- tc-about-style29 --------------- */
.tc-team-style29 {
  position: relative;
  background-color: var(--color-brown2);
  color: #fff; }
  .tc-team-style29 .info {
    padding: 120px 0;
    -webkit-padding-start: 5vw;
    padding-inline-start: 5vw;
    position: relative; }
    .tc-team-style29 .info .shap {
      position: absolute;
      right: 50px;
      top: 50px;
      opacity: 0.05;
      width: 30%; }
  .tc-team-style29 .team-cards {
    height: 100%; }
    .tc-team-style29 .team-cards .team-card {
      position: relative;
      display: block; }
      .tc-team-style29 .team-cards .team-card:hover .inf {
        opacity: 1; }
        .tc-team-style29 .team-cards .team-card:hover .inf h6,
        .tc-team-style29 .team-cards .team-card:hover .inf p {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
      .tc-team-style29 .team-cards .team-card .img {
        height: 350px; }
      .tc-team-style29 .team-cards .team-card .inf {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1e2733e5;
        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;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .tc-team-style29 .team-cards .team-card .inf h6 {
          font-size: 20px;
          font-weight: bold;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        .tc-team-style29 .team-cards .team-card .inf p {
          color: #e0c8b5;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .tc-team-style29 .cir-card {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px; }
  .tc-team-style29 .cir-card .percent {
    position: relative; }
  .tc-team-style29 .cir-card svg {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .tc-team-style29 .cir-card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #b79e88;
    stroke-width: 5;
    stroke-linecap: round; }
  .tc-team-style29 .cir-card svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 125);
    stroke: #fff;
    stroke-width: 8px; }
  .tc-team-style29 .cir-card .number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 991px) {
  .tc-team-style29 .info {
    text-align: center;
    padding: 50px 0; }
    .tc-team-style29 .info .mb-150 {
      margin-bottom: 50px !important; } }

/* --------------- tc-projects-style29 --------------- */
.tc-projects-style29 {
  padding: 120px 0;
  overflow: hidden;
  border-bottom: 1px solid #9993; }
  .tc-projects-style29 .project-card {
    display: block;
    position: relative;
    overflow: hidden; }
    .tc-projects-style29 .project-card:hover .info {
      opacity: 1;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    .tc-projects-style29 .project-card .img {
      height: 550px; }
    .tc-projects-style29 .project-card .info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #aa8b6fe8;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 40px;
      opacity: 0;
      -webkit-transform: scaleY(1.2);
      -ms-transform: scaleY(1.2);
      transform: scaleY(1.2);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .tc-projects-style29 .project-card .info h6 {
        position: absolute;
        top: 40px;
        left: 40px;
        width: calc(100% - 80px);
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff; }
      .tc-projects-style29 .project-card .info h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6; }

/* --------------- tc-charts-style29 --------------- */
.tc-charts-style29 {
  padding: 120px 0;
  overflow: hidden; }

/* --------------- tc-charts-style29 --------------- */
.tc-call-style29 {
  position: relative;
  padding: 65px 0;
  overflow: hidden;
  color: #fff;
  background-image: url(../img/call_back.jpg);
  background-size: cover; }
  .tc-call-style29::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/brush.png);
    background-size: cover; }

/* --------------- tc-contact-style29 --------------- */
.tc-contact-style29 {
  padding: 120px 0;
  background-color: #faf6f2;
  overflow: hidden; }
  .tc-contact-style29 .contact-card {
    position: relative;
    background-color: #fff;
    padding: 50px;
    overflow: hidden; }
    .tc-contact-style29 .contact-card .num {
      position: absolute;
      top: 0;
      right: -30px;
      font-size: 200px;
      color: #faf6f2;
      font-weight: bolder;
      line-height: 0.5; }

@media screen and (max-width: 991px) {
  .tc-contact-style29 .contact-card .num {
    top: 10px;
    right: -10px;
    font-size: 100px; } }

/* --------------- tc-testimonials-style29 --------------- */
.tc-testimonials-style29 {
  position: relative; }
  .tc-testimonials-style29::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #faf6f2; }
  .tc-testimonials-style29 .testimonial-card {
    position: relative;
    background-color: var(--color-brown2);
    color: #fff;
    padding: 60px;
    z-index: 10; }
    .tc-testimonials-style29 .testimonial-card .testi-icon {
      position: absolute;
      right: 50px;
      bottom: 50px;
      pointer-events: none;
      max-width: 20%; }
    .tc-testimonials-style29 .testimonial-card .client-card {
      position: relative;
      padding: 60px 50px;
      background-color: #fff2;
      text-align: center;
      z-index: 10; }
      .tc-testimonials-style29 .testimonial-card .client-card .card-info {
        padding-top: 30px;
        padding-bottom: 60px; }
        .tc-testimonials-style29 .testimonial-card .client-card .card-info p {
          color: #e3d4c6;
          margin-bottom: 10px; }
        .tc-testimonials-style29 .testimonial-card .client-card .card-info h6 {
          font-size: 20px;
          font-weight: bold; }
    .tc-testimonials-style29 .testimonial-card .info {
      position: relative;
      z-index: 10; }
  .tc-testimonials-style29 .bullets {
    position: relative;
    z-index: 20;
    top: 400px;
    padding: 0 60px; }
    .tc-testimonials-style29 .bullets .swiper-pagination {
      position: relative;
      text-align: center;
      top: 0;
      left: 0; }
      .tc-testimonials-style29 .bullets .swiper-pagination .swiper-pagination-bullet {
        width: 25px;
        height: 4px;
        background-color: #fff;
        border-radius: 8px; }
  .tc-testimonials-style29 .tc-testimonials-slider29 {
    position: relative;
    overflow: hidden; }

@media screen and (max-width: 991px) {
  .tc-testimonials-style29 .testimonial-card {
    padding: 20px; }
    .tc-testimonials-style29 .testimonial-card .info {
      margin-top: 30px; } }

/* --------------- tc-blog-style29 --------------- */
.tc-blog-style29 {
  padding: 120px 0; }
  .tc-blog-style29 .blog-card {
    position: relative; }
    .tc-blog-style29 .blog-card .img {
      position: relative;
      height: 240px; }
    .tc-blog-style29 .blog-card .more-btn {
      margin-top: 40px;
      padding-top: 20px;
      display: block;
      border-top: 1px solid #9993;
      font-weight: bold; }
      .tc-blog-style29 .blog-card .more-btn:hover {
        color: var(--color-brown2);
        border-color: #000; }

/* --------------- footer style17 --------------- */
.tc-footer-style21 {
  background-color: #faf6f2; }
  .tc-footer-style21 .content {
    padding: 120px 0; }
  .tc-footer-style21 .foot-items {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid var(--color-brown1); }
    .tc-footer-style21 .foot-items .item {
      text-align: center;
      margin-top: 40px; }
      .tc-footer-style21 .foot-items .item .icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px #0001;
        box-shadow: 0 0 20px #0001;
        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;
        margin: auto;
        font-size: 30px;
        color: var(--color-brown2); }
      .tc-footer-style21 .foot-items .item .info {
        padding-top: 30px; }
        .tc-footer-style21 .foot-items .item .info h6 {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 15px; }
        .tc-footer-style21 .foot-items .item .info a {
          font-size: 16px;
          color: 777px;
          display: block;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          margin: auto; }
          .tc-footer-style21 .foot-items .item .info a:hover {
            color: var(--color-brown2); }
  .tc-footer-style21 .foot {
    padding: 30px 0;
    background-color: #f3ebe4; }
    .tc-footer-style21 .foot .foot-social a {
      color: #c2b9b1;
      -webkit-margin-end: 15px;
      margin-inline-end: 15px; }
      .tc-footer-style21 .foot .foot-social a:hover {
        color: var(--color-brown2); }
      .tc-footer-style21 .foot .foot-social a:last-of-type {
        -webkit-margin-end: 0;
        margin-inline-end: 0; }

@media screen and (max-width: 991px) {
  .tc-footer-style21 .foot {
    text-align: center; } }

.home-style14 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--color-darkBlue3) !important; }

@media screen and (max-width: 991px) {
  .home-style14 .img,
  .home-style14 img {
    max-height: 100vw; }
  .home-style14 .fsz-50 {
    font-size: 30px !important; }
  .home-style14 .fsz-40 {
    font-size: 25px !important; }
  .home-style14 .mb-90 {
    margin-bottom: 40px !important; }
  .home-style14 .fsz-30 {
    font-size: 18px !important; } }
