/* ========= [ * page-home_27 ]  =========*/ /* --------------- navbar style46 --------------- */
.navs-container-style46 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  color: #fff;
}
.navs-container-style46 .navbar.style46 {
  padding: 15px 0;
}
.navs-container-style46 .navbar.style46 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  margin: 0 20px;
}
.navs-container-style46 .navbar.style46 .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navs-container-style46 .navbar.style46 .navbar-collapse {
    margin: 20px 0;
    padding: 20px;
    background-color: #000;
  }
  .navs-container-style46 .navbar.style46 .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 5px 0;
  }
}
/* --------------- tc-header-style46 --------------- */
.tc-header-style46 {
  position: relative;
  min-height: 100vh;
  background-image: url(../img/header.jpg);
  background-size: cover;
  padding: 380px 0 270px;
  color: #fff;
}
.tc-header-style46::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-header-style46 .info h1 {
  font-size: 100px;
  position: relative;
}
.tc-header-style46 .info h1::after {
  position: absolute;
  content: "";
  right: 0;
  top: 65px;
  width: 200px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-header-style46 {
    padding: 200px 0 120px;
  }
  .tc-header-style46 .info h1 {
    font-size: 50px;
  }
  .tc-header-style46 .info h1::after {
    display: none;
  }
}
/* --------------- tc-about-style46 --------------- */
.tc-about-style46 {
  padding: 120px 0;
  background-color: #f8faf2;
}
.tc-about-style46 .about-cards-slider46 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.tc-about-style46 .about-cards-slider46 .swiper-slide .card-item {
  margin-top: 30px;
}
.tc-about-style46 .about-cards-slider46 .swiper-slide-active .card-item {
  margin-top: 0;
  border-color: var(--color-green3);
}
.tc-about-style46 .about-cards-slider46 .swiper-paginaion {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.tc-about-style46 .about-cards-slider46 .swiper-paginaion .swiper-pagination-bullet-active {
  background: var(--color-green3);
}
.tc-about-style46 .card-item {
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 40px;
  border: 2px dashed transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-about-style46 .card-item h6 {
  font-size: 20px;
}
.tc-about-style46 .card-item .icon {
  height: 80px;
  margin: 25px 0;
}
.tc-about-style46 .card-item .text {
  font-size: 14px;
  color: #777;
}
.tc-about-style46 .card-item h2 {
  font-size: 100px;
  margin-top: 20px;
}
.tc-about-style46 .info ul {
  margin-top: 40px;
}
.tc-about-style46 .info ul li {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.tc-about-style46 .info ul li .icon {
  width: 30px;
  height: 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 30px;
  text-align: center;
  color: var(--color-green3);
  border: 1px solid var(--color-green3);
  border-radius: 50%;
  font-size: 14px;
}

/* --------------- tc-projects-style46 --------------- */
.tc-projects-style46 {
  padding: 120px 0;
}
.tc-projects-style46 .sm-title {
  font-size: 14px;
  color: var(--color-green3);
  padding-bottom: 30px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  font-weight: bold;
}
.tc-projects-style46 .project-card {
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  padding: 35px 0;
  display: block;
}
.tc-projects-style46 .project-card .content {
  position: relative;
  z-index: 10;
}
.tc-projects-style46 .project-card:hover .project-title h2 {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  color: #fff;
}
.tc-projects-style46 .project-card:hover .project-title h2 * {
  color: #fff;
}
.tc-projects-style46 .project-card:hover .project-title .icon {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.tc-projects-style46 .project-card:hover .project-title .year {
  opacity: 0;
}
.tc-projects-style46 .project-card:hover .tag {
  color: var(--color-green3);
}
.tc-projects-style46 .project-card:hover .img-back {
  opacity: 1;
}
.tc-projects-style46 .project-card:hover .img-back img {
  -o-object-position: bottom;
     object-position: bottom;
}
.tc-projects-style46 .project-card .img-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-style46 .project-card .img-back::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-projects-style46 .project-card .img-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 4s linear;
  transition: all 4s linear;
}
.tc-projects-style46 .project-card * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-style46 .project-card .project-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-projects-style46 .project-card .project-title h2 {
  -webkit-margin-start: -50px;
          margin-inline-start: -50px;
}
.tc-projects-style46 .project-card .project-title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  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;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  opacity: 0;
  -webkit-transform: rotate(0) scale(0.5);
          transform: rotate(0) scale(0.5);
}
.tc-projects-style46 .project-card .project-title .year {
  color: #d2d2d2;
  font-size: 14px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-projects-style46 .project-card .tag {
  color: #ababab;
  font-weight: bold;
}

/* --------------- tc-team-style46 --------------- */
.tc-team-style46 {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.tc-team-style46 .team-card {
  border-radius: 10px;
  padding: 10px;
  border: 1px dashed rgba(153, 153, 153, 0.2);
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  
}
.tc-team-style46 .team-card:hover {
  border-color: var(--color-green3);
}
.tc-team-style46 .team-card:hover .img .social-icons::before {
  width: 100%;
}
.tc-team-style46 .team-card:hover .img .social-icons::after {
  content: "\f068";
}
.tc-team-style46 .team-card:hover .img .social-icons a {
  opacity: 1;
}
.tc-team-style46 .team-card .img {
  position: relative;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-team-style46 .team-card .img .social-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 40px 12px 15px;
  border-radius: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.tc-team-style46 .team-card .img .social-icons::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: var(--color-green3);
  border-radius: 0 10px 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.tc-team-style46 .team-card .img .social-icons::after {
  position: absolute;
  content: "\f067";
  font-weight: 100;
  font-family: "Font Awesome 5 pro";
  right: 20px;
  top: 12px;
  color: #fff;
}
.tc-team-style46 .team-card .img .social-icons a {
  color: #fff;
  margin: 0 10px;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.tc-team-style46 .team-card .img .call-icons {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 10;
}
.tc-team-style46 .team-card .img .call-icons .icon {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #222;
  color: #fff;
  border-radius: 10px 0 0 10px;
  margin-bottom: 10px;
}
.tc-team-style46 .team-card .info {
  padding: 40px 20px;
  position: relative;
}
.tc-team-style46 .team-card .info .tag {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 8px 30px;
  border-radius: 10px;
  background-color: var(--color-green3);
  color: #fff;
}

/* --------------- tc-numbers-style46 --------------- */
.tc-numbers-style46 {
  position: relative;
}
.tc-numbers-style46::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #f7f7f7;
}
.tc-numbers-style46 .content {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.0588235294);
}
.tc-numbers-style46 .content .info {
  padding: 90px;
}
.tc-numbers-style46 .content .numbers-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.tc-numbers-style46 .content .numbers-box .num-card {
  position: relative;
  width: 50%;
  height: 50%;
  text-align: center;
  padding: 70px 50px;
  background-color: #F89734;
  color: #fff;
}
.tc-numbers-style46 .content .numbers-box .num-card:nth-of-type(2) {
  background-color: #e88521;
}
.tc-numbers-style46 .content .numbers-box .num-card:nth-of-type(3) {
  background-color: #e88521;
}
.tc-numbers-style46 .content .numbers-box .num-card:nth-of-type(4) {
  background-color: #e67a0e;
}

@media screen and (max-width: 991px) {
  .tc-numbers-style46 .content .info {
    padding: 30px;
  }
  .tc-numbers-style46 .content .info .icon-50 {
    width: 25px;
    height: 25px;
  }
  .tc-numbers-style46 .content .numbers-box .num-card {
    padding: 30px 15px;
  }
}
/* --------------- tc-testimonials-style46 --------------- */
.tc-testimonials-style46 {
  padding: 120px 0;
}
.tc-testimonials-style46 .testi-card {
  position: relative;
  padding: 20px 40px 40px;
  background-color: #fff;
  border: 2px dashed #e9e9e9;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}
.tc-testimonials-style46 .testi-card:hover {
  border-color: var(--color-green3);
}
.tc-testimonials-style46 .testi-card:hover .client-rating::after {
  width: calc(100% - 130px);
}
.tc-testimonials-style46 .testi-card .client-rating {
  position: relative;
  z-index: 10;
}
.tc-testimonials-style46 .testi-card .client-rating::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: calc(100% - 250px);
  height: 1px;
  background-color: var(--color-green3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-testimonials-style46 .testi-card .client-rating .img {
  position: relative;
  z-index: 10;
  margin-left: -80px;
}
.tc-testimonials-style46 .testi-card .float-num {
  font-size: 160px;
  color: #ffffff;
  font-weight: bold;
  line-height: 0.375;
  text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.0588235294);
  position: absolute;
  z-index: 20;
  right: 40px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.tc-testimonials-style46 .testi-card h5, .tc-testimonials-style46 .testi-card p {
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-slider46 {
    position: relative;
    overflow: hidden;
  }
  .tc-testimonials-slider46 .testi-card {
    margin: 0;
  }
  .tc-testimonials-slider46 .testi-card .float-num {
    display: none;
  }
  .tc-testimonials-slider46 .testi-card .client-rating::after {
    width: calc(100% - 150px);
  }
  .tc-testimonials-slider46 .testi-card .client-rating .img {
    margin: 0;
  }
}
/* --------------- tc-newsletter-style46 --------------- */
.tc-newsletter-style46 {
  position: relative;
}
.tc-newsletter-style46::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f8faf2;
}
.tc-newsletter-style46 .content {
  position: relative;
  z-index: 10;
  padding: 40px 50px;
  background-color: #ffffff;
  -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);
  border: 2px dashed var(--color-green3);
  border-radius: 10px;
}
.tc-newsletter-style46 .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-newsletter-style46 .content .title .icon {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-newsletter-style46 .content .title .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-newsletter-style46 .content .title h2 {
  font-size: 36px;
}
.tc-newsletter-style46 .content .form .form-group {
  position: relative;
  font-size: 14px;
}
.tc-newsletter-style46 .content .form .form-group .icon {
  position: absolute;
  right: 20px;
  top: 17px;
  z-index: 10;
}
.tc-newsletter-style46 .content .form .form-group .form-control {
  border: 1px dashed #e9e9e9;
  border-radius: 10px;
  min-height: 55px;
}

/* --------------- tc-blog-style46 --------------- */
.tc-blog-style46 {
  padding: 120px 0;
  background-color: #f8faf2;
}
.tc-blog-style46 .sub-post {
  margin-bottom: 40px;
  position: relative;
}
.tc-blog-style46 .sub-post .img {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-style46 .sub-post .info {
  padding-top: 30px;
}
.tc-blog-style46 .sub-post .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-green3);
  text-transform: uppercase;
  font-weight: bold;
}
.tc-blog-style46 .sub-post .info .date .line {
  width: 50px;
  height: 1px;
  background-color: var(--color-green3);
  margin: 0 20px;
}
.tc-blog-style46 .main-post {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.tc-blog-style46 .main-post::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 1;
}
.tc-blog-style46 .main-post .img {
  height: 600px;
  max-height: 100vw;
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-style46 .main-post .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 40px;
  color: #fff;
}
.tc-blog-style46 .main-post .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-blog-style46 .main-post .info .date .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: 0 20px;
}

/* --------------- tc-clients-style46 --------------- */
.tc-clients-style46 {
  position: relative;
}
.tc-clients-style46::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #f8faf2;
}
.tc-clients-style46 .logos {
  position: relative;
  z-index: 10;
  padding: 50px 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px dashed var(--color-green3);
  -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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-clients-style46 .logos .logo {
  width: 20%;
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.tc-clients-style46 .logos .logo img {
  max-height: 50px;
  max-width: 170px;
}
.tc-clients-style46 .logos .logo:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 991px) {
  .tc-clients-style46 .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tc-clients-style46 .logos .logo {
    width: 50%;
    padding: 20px 40px;
  }
  .tc-clients-style46 .logos .logo img {
    max-width: 100%;
  }
}
/* --------------- tc-instagram-style46 --------------- */
.tc-instagram-style46 {
  padding: 120px 0;
}
.tc-instagram-style46 .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}
.tc-instagram-style46 .content .img {
  position: relative;
  width: calc(20% - 20px);
  margin: 20px 10px 0;
  overflow: hidden;
  border-radius: 10px;
  height: 240px;
}
.tc-instagram-style46 .content .img:hover::after {
  opacity: 0.9;
}
.tc-instagram-style46 .content .img:hover .icon {
  opacity: 1;
}
.tc-instagram-style46 .content .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-green3);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tc-instagram-style46 .content .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 991px) {
  .tc-instagram-style46 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tc-instagram-style46 .content .img {
    width: calc(50% - 20px);
  }
}
/* --------------- tc-footer-style46 --------------- */
.tc-footer-style46 {
  position: relative;
  padding: 140px 0;
  background-color: #f8faf2;
}
.tc-footer-style46 .foot_icon1 {
  position: absolute;
  left: 100px;
  top: 80px;
  max-width: 10%;
}
.tc-footer-style46 .foot_icon2 {
  position: absolute;
  right: 8%;
  bottom: 150px;
  max-width: 10%;
}
.tc-footer-style46 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-footer-style46 .links ul li {
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
  color: #777;
}
.tc-footer-style46 .links ul li .icon {
  color: #111;
}
.tc-footer-style46 .links ul.links-row li {
  width: 50% !important;
}

@media screen and (max-width: 991px) {
  .tc-footer-style46 {
    padding: 100px 0;
  }
  .tc-footer-style46 .sub-title {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }
}
.home-style31 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #222;
}
.home-style31 h1, .home-style31 h2, .home-style31 h3, .home-style31 h4, .home-style31 h5, .home-style31 h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
}
.home-style31 .section-head-style46 .sub-title {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-green3);
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .home-style31 br {
    display: none;
  }
  .home-style31 .fsz-100 {
    font-size: 50px !important;
  }
  .home-style31 .fsz-60 {
    font-size: 40px !important;
  }
  .home-style31 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style31 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style31 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style31 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style31 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style31 .fsz-18 {
    font-size: 15px !important;
  }
  .home-style31 .fsz-80 {
    font-size: 50px !important;
  }
  .home-style31 .mb-80 {
    margin-bottom: 40px !important;
  }
  .home-style31 .fsz-26 {
    font-size: 16px !important;
  }
  .home-style31 .butn {
    padding: 12px 15px !important;
  }
}