/* ========= [ * page-home_27 ]  =========*/ /* --------------- navbar style47 --------------- */
.navbar-container.style47 {
  position: relative;
  z-index: 100;
}
.navbar-container.style47 .top-navbar.style47 {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar-container.style47 .top-navbar.style47 .l-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
}
.navbar-container.style47 .top-navbar.style47 .l-side .link-item {
  padding: 10px 20px;
  border-left: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-right: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar-container.style47 .top-navbar.style47 .l-side .lang-dropdown {
  padding: 10px 20px;
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.1333333333);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar-container.style47 .top-navbar.style47 .social-links {
  display: inline-block;
  padding: 10px 20px;
  border-left: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-right: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.navbar-container.style47 .top-navbar.style47 .social-links a {
  margin: 0 8px;
  color: #000;
}
.navbar-container.style47 .navbar.style47 {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 98;
  padding: 20px 0;
}
.navbar-container.style47 .navbar.style47 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  margin: 0 20px;
}
.navbar-container.style47 .navbar.style47 .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.navbar-container.style47 .navbar.style47 .nav-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-container.style47 .navbar.style47 .nav-contact .icons {
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
  font-size: 16px;
}
.navbar-container.style47 .navbar.style47 .nav-contact .icons .icon {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.navbar-container.style47 .navbar.style47 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  right: 0;
  top: calc(100% + 15px);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  max-width: 320px;
}
.navbar-container.style47 .navbar.style47 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar-container.style47 .navbar.style47 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-container.style47 .navbar.style47 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.navbar-container.style47 .navbar.style47 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-container.style47 .navbar.style47 .nav-search-box .form-group button:hover {
  background-color: var(--color-blue12);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar-container.style47 {
    overflow: hidden;
  }
  .navbar-container.style47 .top-navbar .container {
    padding: 0;
  }
  .navbar-container.style47 .top-navbar .l-side {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .navbar-container.style47 .navbar .navbar-brand {
    width: calc(100% - 60px);
  }
}
.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%);
          transform: translateX(-100%);
  -webkit-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;
  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;
  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;
  transition: all 1s ease;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(1) {
  -webkit-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;
          transition-delay: 0.4s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(3) {
  -webkit-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;
          transition-delay: 0.6s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(5) {
  -webkit-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;
          transition-delay: 0.8s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(8) {
  -webkit-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);
          transform: rotate(45deg);
}
.side_menu.style-1.show {
  opacity: 1;
  -webkit-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;
  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-style47 --------------- */
.tc-header-style47 {
  padding-top: 80px;
  position: relative;
  background-image: url(../img/header_back.jpg);
  background-size: cover;
}
.tc-header-style47::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(transparent));
  background-image: linear-gradient(to bottom, #fff 55%, transparent);
}
.tc-header-style47 .container {
  position: relative;
  z-index: 10;
}
.tc-header-style47 .info {
  padding-top: 50px;
}
.tc-header-style47 .info h1 {
  font-size: 110px;
  font-weight: bold;
}
.tc-header-style47 .info h1 .line-text {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

@media screen and (max-width: 991px) {
  .tc-header-style47 .info {
    margin-bottom: 50px;
  }
  .tc-header-style47 .info h1 {
    font-size: 50px;
  }
}
/* --------------- tc-about-style47 --------------- */
.tc-about-style47 {
  position: relative;
  z-index: 20;
  padding-bottom: 120px;
}
.tc-about-style47 .info {
  padding: 170px 0 60px;
}
.tc-about-style47 .form {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-top: -60px;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.0588235294);
  border-top: 10px solid var(--color-blue12);
}
.tc-about-style47 .form .form-group {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  margin-top: 15px;
}
.tc-about-style47 .form .form-group .form-control {
  border: 0;
  background: transparent;
  padding: 0;
}
.tc-about-style47 .form .form-group .icon {
  color: var(--color-blue12);
}

@media screen and (max-width: 991px) {
  .tc-about-style47 .form {
    margin-top: 0;
    padding: 30px;
  }
}
/* --------------- tc-services-style47 --------------- */
.tc-services-style47 {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.tc-services-style47 .swiper-pagination {
  bottom: 0;
}
.tc-services-style47 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.tc-services-style47 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
.tc-services-style47 .service-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.tc-services-style47 .service-card:hover::after {
  opacity: 1;
}
.tc-services-style47 .service-card:hover::before {
  opacity: 0;
}
.tc-services-style47 .service-card:hover .info .btm-info .arrow {
  opacity: 1;
  margin-bottom: 0;
}
.tc-services-style47 .service-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 72, 255, 0.7411764706)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 72, 255, 0.7411764706), transparent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.tc-services-style47 .service-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8078431373)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8078431373), transparent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style47 .service-card .img {
  height: 425px;
}
.tc-services-style47 .service-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 50px;
  text-align: center;
}
.tc-services-style47 .service-card .info .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  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;
}
.tc-services-style47 .service-card .info .icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-services-style47 .service-card .info .btm-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style47 .service-card .info .btm-info .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  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: 30px auto -80px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- tc-projects-style47 --------------- */
.tc-projects-style47 {
  padding: 120px 0;
}
.tc-projects-style47 .project-card {
  margin-top: 50px;
  display: block;
}
.tc-projects-style47 .project-card:hover h6 {
  text-decoration: underline;
}
.tc-projects-style47 .project-card:hover .img .arrow {
  opacity: 1;
}
.tc-projects-style47 .project-card .img {
  position: relative;
  height: 265px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-projects-style47 .project-card .img .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  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;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- tc-contact-style47 --------------- */
.tc-contact-style47 {
  padding: 120px 0;
  background-color: var(--color-blue12);
  color: #fff;
  position: relative;
}
.tc-contact-style47 .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-contact-style47 .info {
  position: relative;
  z-index: 10;
  text-align: center;
}
.tc-contact-style47 .info .icon img {
  width: 80px;
  height: 80px;
}
.tc-contact-style47 .info h2 {
  font-size: 50px;
}
.tc-contact-style47 .info h2 a {
  color: transparent;
  text-decoration: underline;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.5;
}
.tc-contact-style47 .info h2 a:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-contact-style47 .info h2 {
    font-size: 25px;
  }
}
/* --------------- tc-faq-style47 --------------- */
.tc-faq-style47 {
  padding: 120px 0;
}
.tc-faq-style47 .imgs {
  position: relative;
  padding-left: 90px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-top: 150px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tc-faq-style47 .imgs .main-img {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tc-faq-style47 .imgs .sub-img-1 {
  position: absolute;
  top: 65px;
  left: 0;
  width: 230px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-faq-style47 .imgs .sub-img-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-faq-style47 .imgs .pattern-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
}
.tc-faq-style47 .imgs .shap {
  position: absolute;
  left: 15px;
  bottom: -20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: var(--color-blue12);
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.tc-faq-style47 .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 20px;
}
.tc-faq-style47 .accordion .accordion-item.active {
  border: 2px solid var(--color-blue12);
  border-radius: 10px;
}
.tc-faq-style47 .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  border: 0;
}
.tc-faq-style47 .accordion .accordion-item .accordion-button::after {
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f068";
}
.tc-faq-style47 .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
}
.tc-faq-style47 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f067";
}
.tc-faq-style47 .accordion .accordion-item .accordion-body {
  padding: 0;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .tc-faq-style47 .imgs {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  .tc-faq-style47 .imgs .main-img {
    height: 240px;
  }
  .tc-faq-style47 .imgs .sub-img-1 {
    top: 40px;
    width: 180px;
    height: 140px;
  }
  .tc-faq-style47 .imgs .sub-img-2 {
    width: 130px;
    height: 85px;
  }
}
/* --------------- tc-testimonials-style47 --------------- */
.tc-testimonials-style47 {
  padding: 120px 0;
  background-image: url(../img/testi_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tc-testimonials-style47 .testimonials-card {
  position: relative;
  z-index: 10;
  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);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.tc-testimonials-style47 .testimonials-card .img {
  height: 100%;
}
.tc-testimonials-style47 .testimonials-card .info {
  padding: 5vw;
}
.tc-testimonials-style47 .testimonials-card .info .stars {
  color: var(--color-blue12);
  font-size: 20px;
  margin-bottom: 30px;
}
.tc-testimonials-style47 .testimonials-card .info .stars i {
  margin: 0 2px;
}
.tc-testimonials-style47 .testimonials-card .info .text {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 500;
}
.tc-testimonials-style47 .testimonials-card .info .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-style47 .testimonials-card .info .numbers .num-item {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.tc-testimonials-style47 .testimonials-card .info .btm-info {
  position: relative;
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-testimonials-style47 .testimonials-card .info .btm-info::after {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 33%;
  height: 1px;
  background-color: var(--color-blue12);
}
.tc-testimonials-style47 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
  -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);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.tc-testimonials-style47 .logos .logo {
  max-height: 40px;
  opacity: 40%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 20%;
  text-align: center;
}
.tc-testimonials-style47 .logos .logo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style47 .logos .logo {
    width: calc(33% - 20px);
    margin: 10px;
  }
}
/* --------------- tc-blog-style47 --------------- */
.tc-blog-style47 {
  padding: 120px 0;
}
.tc-blog-style47 .blog-card {
  margin-top: 50px;
}
.tc-blog-style47 .blog-card .img {
  height: 250px;
  border-radius: 15px;
  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);
}
.tc-blog-style47 .blog-card .info {
  position: relative;
}
.tc-blog-style47 .blog-card .info .tag {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-blue12);
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 20px;
  border-radius: 30px;
}

/* --------------- tc-footer-style47 --------------- */
.tc-footer-style47 {
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.tc-footer-style47 .foot-text-slider47 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-footer-style47 .foot-text-slider47::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7333333333)), color-stop(transparent), to(rgba(0, 0, 0, 0.7333333333)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7333333333), transparent, rgba(0, 0, 0, 0.7333333333));
  z-index: 10;
  pointer-events: none;
}
.tc-footer-style47 .foot-text-slider47 .text-item {
  font-size: 200px;
  font-weight: 700;
  line-height: 0.7;
  white-space: nowrap;
}
.tc-footer-style47 .foot-text-slider47 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-footer-style47 .foot-content .logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.tc-footer-style47 .foot-content .logo-content .logo {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-footer-style47 .foot-content .logo-content .info-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.tc-footer-style47 .foot-content .logo-content .line {
  width: 100%;
  height: 1px;
  background-color: #222;
  margin: 0 50px;
}
.tc-footer-style47 .foot-content .links .links-group a {
  color: #cacaca;
  margin: 10px 0;
}
.tc-footer-style47 .foot-content .links .links-group a:hover {
  color: #fff;
}
.tc-footer-style47 .foot-content .map-content {
  position: relative;
  -webkit-padding-start: 150px;
          padding-inline-start: 150px;
}
.tc-footer-style47 .foot-content .map-content .chat-link {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
.tc-footer-style47 .foot-content .map-content .map {
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style47 .foot-text-slider47 .text-item {
    text-align: center;
    display: block;
    font-size: 40px;
  }
  .tc-footer-style47 .foot-content .logo-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-footer-style47 .foot-content .logo-content .line {
    display: none;
  }
  .tc-footer-style47 .foot-content .logo-content .info-text {
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
    white-space: break-spaces;
    margin-top: 30px;
  }
  .tc-footer-style47 .foot-content .map-content {
    padding: 0;
  }
  .tc-footer-style47 .foot-content .map-content .chat-link {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 30px;
  }
}
.home-style32 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #000;
}
.home-style32 .sub_font {
  font-family: "Playfair Display", serif;
}
.home-style32 h1, .home-style32 h2, .home-style32 h3, .home-style32 h4, .home-style32 h5, .home-style32 h6 {
  font-weight: bold;
}
.home-style32 .section-head-style47 {
  position: relative;
  z-index: 10;
}
.home-style32 .section-head-style47 .lg-title {
  font-size: 160px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .home-style32 .section-head-style47 .lg-title {
    font-size: 80px;
  }
  .home-style32 br {
    display: none;
  }
  .home-style32 .fsz-60 {
    font-size: 40px !important;
  }
  .home-style32 .fsz-50 {
    font-size: 25px !important;
  }
  .home-style32 .fsz-45 {
    font-size: 24px !important;
  }
  .home-style32 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style32 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style32 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style32 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style32 .fsz-18 {
    font-size: 15px !important;
  }
  .home-style32 .fsz-80 {
    font-size: 50px !important;
  }
  .home-style32 .mb-80 {
    margin-bottom: 40px !important;
  }
  .home-style32 .fsz-26 {
    font-size: 16px !important;
  }
  .home-style32 .butn {
    padding: 12px 15px !important;
  }
}