/* ========= [ * page-home_15 ]  =========*/ /* --------------- navbar style19 --------------- */
.navbar.style34 {
  background-color: #f5f4f0;
  padding: 0;
}
.navbar.style34 .menu-icon {
  padding: 22px 20px;
  background-color: var(--color-green2);
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.navbar.style34 .navbar-brand {
  background-color: #fff;
  padding: 22px 50px;
}
.navbar.style34 .navbar-nav .nav-item .nav-link {
  margin: 0 20px;
  font-weight: 500;
  font-weight: bold;
}
.navbar.style34 .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

.side_menu.style-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f3f3f3;
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_menu.style-1 .content {
  width: 100%;
}
.side_menu.style-1 .content .logo {
  padding: 35px 5vw;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.side_menu.style-1 .content .logo img {
  max-width: 35%;
}
.side_menu.style-1 .content .side_foot {
  padding: 30px 5vw;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.side_menu.style-1 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.side_menu.style-1 .pages_links {
  padding: 15px 5vw;
  height: calc(100vh - 230px);
  overflow: auto;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar-corner {
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}
.side_menu.style-1 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.side_menu.style-1 .pages_links li a {
  color: #222;
  font-size: calc(10px + 0.8vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.side_menu.style-1 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_menu.style-1 .pages_links li a.active {
  color: #000;
}
.side_menu.style-1 .pages_links li a.active::after {
  width: 50px;
}
.side_menu.style-1 .pages_links ul li {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.side_menu.style-1 .side_menu_cls {
  position: absolute;
  top: 40px;
  right: 30px;
}
.side_menu.style-1 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side_menu.style-1.show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}
.side_menu.style-1.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.side_menu.style-1.dark_theme {
  background-color: #000;
  color: #fff;
}
.side_menu.style-1.dark_theme .pages_links li a {
  color: #999;
}
.side_menu.style-1.dark_theme .pages_links li a::after {
  background: #999;
}
.side_menu.style-1.dark_theme .pages_links li a:hover {
  color: #fff;
}
.side_menu.style-1.dark_theme .pages_links li a:hover::after {
  background: #999;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}
.side_menu.style-1.dark_theme::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.side_menu.style-1.dark_theme::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.2);
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .side_menu.style-1 {
    width: 100%;
  }
  .side_menu.style-1 .pages_links {
    height: calc(100vh - 273px);
  }
}
/* --------------- tc-header-style34 --------------- */
.tc-header-style34 {
  background-color: #f5f4f0;
  padding: 150px 0 120px;
}
.tc-header-style34 .top-info {
  position: relative;
}
.tc-header-style34 .top-info .info {
  position: relative;
  z-index: 10;
}
.tc-header-style34 .top-info .info h1 {
  font-size: 120px;
  margin-bottom: 50px;
}
.tc-header-style34 .top-info .float-img {
  position: absolute;
  left: 43%;
  top: -270px;
  -webkit-clip-path: polygon(7% 53%, 64% 0, 53% 41%, 80% 48%, 25% 100%, 36% 58%);
          clip-path: polygon(7% 53%, 64% 0, 53% 41%, 80% 48%, 25% 100%, 36% 58%);
}
.tc-header-style34 .top-info .shap {
  position: absolute;
  left: -270px;
  bottom: -500px;
  height: 800px;
  width: 600px;
  background-color: #eeede7;
  -webkit-clip-path: polygon(7% 53%, 64% 0, 53% 41%, 80% 48%, 25% 100%, 36% 58%);
          clip-path: polygon(7% 53%, 64% 0, 53% 41%, 80% 48%, 25% 100%, 36% 58%);
}
.tc-header-style34 .top-info .logo-icon {
  position: absolute;
  right: 15%;
  top: -50px;
  z-index: 3;
  width: 45px;
  -webkit-filter: drop-shadow(2px 3px 15px rgba(248, 189, 38, 0.8784313725));
          filter: drop-shadow(2px 3px 15px rgba(248, 189, 38, 0.8784313725));
}
.tc-header-style34 .head-services {
  margin-top: 200px;
  position: relative;
  z-index: 20;
}
.tc-header-style34 .head-services .services-card {
  position: relative;
  padding: 60px;
  background-color: #fff;
  height: 100%;
}
.tc-header-style34 .head-services .services-card .step-num {
  position: absolute;
  font-size: 200px;
  top: 30px;
  right: 40px;
  pointer-events: none;
  color: transparent;
  line-height: 1;
  font-weight: 600;
  color: #f8f8f8;
  overflow: hidden;
}
.tc-header-style34 .head-services .services-card .step-num::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background-image: -o-linear-gradient(left, #fff, transparent);
  background-image: linear-gradient(to right, #fff, transparent);
}
.tc-header-style34 .head-services .services-card .icon {
  position: relative;
  z-index: 10;
  height: 80px;
  margin-bottom: 50px;
}
.tc-header-style34 .head-services .services-card .cont {
  position: relative;
  z-index: 10;
}
.tc-header-style34 .head-services .services-card .cont .tag {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bebebe;
  margin-bottom: 10px;
}
.tc-header-style34 .head-services .services-card .cont h6 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.tc-header-style34 .head-services .services-card .cont p {
  font-size: 16px;
  color: #777;
}
.tc-header-style34 .head-services .services-card .cont a {
  position: relative;
  font-size: 16px;
  color: #d1d1d1;
  margin-top: 30px;
  text-transform: capitalize;
}
.tc-header-style34 .head-services .services-card .cont a:hover {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  color: var(--color-green2);
}
.tc-header-style34 .head-services .services-card .cont a:hover .hover-icon {
  opacity: 1;
}
.tc-header-style34 .head-services .services-card .cont a:hover i {
  opacity: 0;
}
.tc-header-style34 .head-services .services-card .cont a .hover-icon {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-header-style34 .head-services .row .col-lg-4 {
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.1333333333);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.tc-header-style34 .head-services .row .col-lg-4:nth-of-type(3), .tc-header-style34 .head-services .row .col-lg-4:nth-of-type(6) {
  -webkit-border-end: 0;
          border-inline-end: 0;
}
.tc-header-style34 .head-services .row .col-lg-4:nth-of-type(4), .tc-header-style34 .head-services .row .col-lg-4:nth-of-type(5), .tc-header-style34 .head-services .row .col-lg-4:nth-of-type(6) {
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .tc-header-style34 {
    padding-top: 100px;
  }
  .tc-header-style34 .top-info .float-img {
    display: none;
  }
  .tc-header-style34 .top-info .info h1 {
    font-size: 50px;
  }
  .tc-header-style34 .head-services {
    margin-top: 100px;
  }
  .tc-header-style34 .head-services .services-card {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333) !important;
  }
}
/* --------------- about style34 --------------- */
.tc-about-style34 {
  padding: 120px 0;
}
.tc-about-style34 .img {
  position: relative;
}
.tc-about-style34 .img .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50px, -50%);
      -ms-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
  z-index: 10;
  width: 180px;
}
.tc-about-style34 .info ul {
  margin-top: 30px;
}
.tc-about-style34 .info ul li {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-about-style34 .info ul li .icon {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* --------------- projects style34 --------------- */
.tc-projects-style34 {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.tc-projects-style34::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 510px;
  background-color: #222;
}
.tc-projects-style34 .project-card {
  position: relative;
}
.tc-projects-style34 .project-card .img {
  height: 450px;
}
.tc-projects-style34 .project-card .info-card {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  left: 40px;
  position: relative;
  z-index: 5;
  width: calc(100% - 80px);
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tc-projects-style34 .project-card .info-card h5 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-projects-style34 .project-card .info-card .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}
.tc-projects-style34 .project-card .info-card .numbers .item {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.tc-projects-style34 .tc-projects-slider34 {
  position: relative;
}
.tc-projects-style34 .tc-projects-slider34 .swiper-slide-active .project-card .info-card {
  opacity: 1;
  top: -100px;
}
.tc-projects-style34 .tc-projects-slider34 .arrows {
  text-align: center;
  position: relative;
  margin-top: -50px;
  z-index: 10;
}
.tc-projects-style34 .tc-projects-slider34 .arrows .swiper-next,
.tc-projects-style34 .tc-projects-slider34 .arrows .swiper-prev {
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  font-size: 20px;
  color: #222;
  line-height: 60px;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 10px;
}
.tc-projects-style34 .tc-projects-slider34 .arrows .swiper-next:hover,
.tc-projects-style34 .tc-projects-slider34 .arrows .swiper-prev:hover {
  background-color: var(--color-green2);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-projects-style34 .project-card .info-card {
    padding: 20px;
    left: 5px;
    width: calc(100% - 10px);
  }
  .tc-projects-style34 .project-card .info-card .numbers .item {
    width: calc(50% - 25px);
  }
}
/* --------------- tc-locations-style34 style19 --------------- */
.tc-locations-style34 {
  padding-bottom: 120px;
}
.tc-locations-style34 .map-img {
  position: relative;
  width: calc(100% + 60px);
  margin: 0 -30px;
}
.tc-locations-style34 .map-img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  opacity: 0.3;
}
.tc-locations-style34 .place-card {
  position: absolute;
  z-index: 5;
}
.tc-locations-style34 .place-card:hover .icon {
  border-color: #222;
}
.tc-locations-style34 .place-card:hover .loc-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.tc-locations-style34 .place-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-locations-style34 .place-card .loc-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  bottom: calc(100% + 15px);
  left: calc(50% - 100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-locations-style34 .place-card:nth-of-type(1) {
  right: 15%;
  top: 15%;
}
.tc-locations-style34 .place-card:nth-of-type(2) {
  right: 35%;
  bottom: 40%;
}
.tc-locations-style34 .place-card:nth-of-type(3) {
  right: 60%;
  top: 5%;
}
.tc-locations-style34 .place-card:nth-of-type(4) {
  right: 80%;
  top: 12%;
}
.tc-locations-style34 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-top: -30px;
}
.tc-locations-style34 .logos .logo {
  width: 20%;
  height: 100px;
  padding: 30px 50px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.1333333333);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.tc-locations-style34 .logos .logo:hover img {
  opacity: 1;
}
.tc-locations-style34 .logos .logo h6 {
  font-size: 16px;
  font-weight: bold;
}
.tc-locations-style34 .logos .logo img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 20%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-locations-style34 .logos .logo:nth-of-type(5), .tc-locations-style34 .logos .logo:nth-of-type(10) {
  -webkit-border-end: 0;
          border-inline-end: 0;
}
.tc-locations-style34 .logos .logo:nth-of-type(6), .tc-locations-style34 .logos .logo:nth-of-type(7), .tc-locations-style34 .logos .logo:nth-of-type(8), .tc-locations-style34 .logos .logo:nth-of-type(9), .tc-locations-style34 .logos .logo:nth-of-type(10) {
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .tc-locations-style34 {
    overflow: hidden;
  }
  .tc-locations-style34 .logos .logo {
    width: 50%;
  }
}
/* --------------- products style34 --------------- */
.tc-products-style34 {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  background-color: #f5f4f0;
}
.tc-products-style34 .product-card {
  text-align: center;
}
.tc-products-style34 .product-card:hover .img .button_su {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.tc-products-style34 .product-card .img {
  position: relative;
  padding-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
.tc-products-style34 .product-card .img::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
.tc-products-style34 .product-card .img .main-img {
  position: relative;
  z-index: 10;
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-products-style34 .product-card .img .price {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  width: 80px;
  height: 80px;
  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;
  text-align: center;
  background-color: var(--color-orange4);
  color: #fff;
  padding: 15px;
}
.tc-products-style34 .product-card .img .price h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.tc-products-style34 .product-card .img .price small {
  font-size: 14px;
}
.tc-products-style34 .product-card .img .button_su {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -20%) scale(0.9);
      -ms-transform: translate(-50%, -20%) scale(0.9);
          transform: translate(-50%, -20%) scale(0.9);
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-products-style34 .product-card .img .button_su:hover .butn {
  background-color: var(--color-orange4) !important;
}
.tc-products-style34 .product-card .info {
  margin-top: 50px;
}
.tc-products-style34 .product-card .info p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.tc-products-style34 .product-card .info h5 {
  font-size: 24px;
  font-weight: bold;
}
.tc-products-style34 .order-steps {
  position: relative;
  margin-top: 120px;
  padding-bottom: 60px;
}
.tc-products-style34 .order-steps::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(50% + 60px);
  background-color: #fff;
}
.tc-products-style34 .order-steps .steps {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.tc-products-style34 .order-steps .steps .step-card {
  position: relative;
  padding: 60px 30px;
  text-align: center;
  background-color: #fff;
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.2);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
  height: 400px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  width: 20%;
}
.tc-products-style34 .order-steps .steps .step-card:last-of-type {
  border: 0;
}
.tc-products-style34 .order-steps .steps .step-card:hover .info .text {
  height: 70px;
  opacity: 1;
  padding-top: 15px;
}
.tc-products-style34 .order-steps .steps .step-card::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 190px;
  width: 1px;
  height: calc(100% - 300px);
  background-color: var(--color-green2);
}
.tc-products-style34 .order-steps .steps .step-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 25px;
  background-color: #f5f4f0;
  margin: auto;
}
.tc-products-style34 .order-steps .steps .step-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 30px 60px;
  background-color: #fff;
  z-index: 10;
}
.tc-products-style34 .order-steps .steps .step-card .info h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.tc-products-style34 .order-steps .steps .step-card .info .text {
  font-size: 14px;
  color: #777;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-products-style34 .order-steps .steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-products-style34 .order-steps .steps .step-card {
    width: 50%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667) !important;
  }
  .tc-products-style34 .order-steps .steps .step-card:last-of-type {
    width: 100%;
  }
  .tc-products-style34 .order-steps .steps .step-card .info {
    padding: 30px;
  }
  .tc-products-style34 .order-steps .steps .step-card .info .text {
    height: 70px;
    opacity: 1;
    padding-top: 15px;
  }
}
/* --------------- blog style19 --------------- */
.tc-blog-style34 {
  padding: 60px 0 120px;
}
.tc-blog-style34 .main-blog .img {
  height: 380px;
  position: relative;
}
.tc-blog-style34 .main-blog .img .date {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50px;
  padding: 8px 30px;
  background-color: #fff;
  z-index: 5;
  font-weight: bold;
}
.tc-blog-style34 .sub-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-blog-style34 .sub-blog:first-of-type {
  padding-top: 0;
}
.tc-blog-style34 .sub-blog:last-of-type {
  padding-bottom: 0;
  border: 0;
}
.tc-blog-style34 .sub-blog .img {
  height: 120px;
  width: 160px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-blog-style34 .fsz-24 {
    font-size: 18px !important;
  }
  .tc-blog-style34 .sub-blog .img {
    height: 100px;
    width: 110px;
    max-width: 40%;
  }
  .tc-blog-style34 .sub-blog .fsz-20 {
    font-size: 14px !important;
  }
}
/* --------------- tc-footer-style34 --------------- */
.tc-footer-style34 {
  background-color: #222;
  color: #fff;
  padding-top: 120px;
}
.tc-footer-style34 .foot-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.tc-footer-style34 .foot-item ul li .icon {
  opacity: 0.3;
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}
.tc-footer-style34 .tc-footer-slider34 {
  padding-left: 50px;
  position: relative;
}
.tc-footer-style34 .tc-footer-slider34 .swiper-pagination {
  position: absolute;
  left: 0;
  top: 20px;
}
.tc-footer-style34 .tc-footer-slider34 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 25px;
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.2;
  margin-bottom: 10px;
}
.tc-footer-style34 .tc-footer-slider34 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
  opacity: 1;
}
.tc-footer-style34 .foot {
  padding-bottom: 50px;
  margin-top: 100px;
}
.tc-footer-style34 .foot p {
  color: #999;
}
.tc-footer-style34 .foot .foot-logo img {
  width: 100px;
}
.tc-footer-style34 .foot .foot-links a {
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  text-transform: capitalize;
}
.tc-footer-style34 .foot .foot-social a {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style34 .tc-footer-slider34 {
    padding-left: 30px;
  }
  .tc-footer-style34 .tc-footer-slider34 .foot-item {
    margin-bottom: 30px;
  }
  .tc-footer-style34 .foot {
    margin-top: 30px;
  }
  .tc-footer-style34 .foot .foot-links a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}
.home-style19 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--color-darkBlue4);
  color: #222222;
}
.home-style19 .butn.butn_outline {
  outline: 1px solid #fff;
  outline-offset: -5px;
}

@media screen and (max-width: 991px) {
  .home-style19 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style19 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style19 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style19 .lg-title {
    font-size: 60px !important;
  }
  .home-style19 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style19 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style19 .fsz-18 {
    font-size: 15px !important;
  }
}