/* ========= [ * page-home_7 ]  =========*/
/* --------------- navbar style7 --------------- */


@font-face {
  font-family: Instrument Serif;
  src: url(../fonts/InstrumentSerif-Regular.ttf);
}

.tc-navbar-style7 {
  position: relative;
  padding: 30px 5vw 30px;
  border-bottom: 1px solid #d9d9d9;
}

.tc-navbar-style7 .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-navbar-style7 .logo-side .logo {
  height: 50px;
}

.hdr-links {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-right: 40px !important;
}

.tc-navbar-style7 .logo-side .links a {
  font-size: 16px;
  font-weight: 500;
}

.tc-navbar-style7 .logo-side .links a:hover {
  color: var(--color-green1);
}

.tc-navbar-style7 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-navbar-style7 .nav-side .social-links a {
  width: 45px;
  height: 45px;
  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-radius: 50%;
  border: 1px solid #9995;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

.tc-navbar-style7 .nav-side .social-links a:hover {
  color: var(--color-green1);
  border-color: var(--color-green1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-style7 {
    padding-top: 30px;
  }
}

/* --------------- header style7 --------------- */
.tc-header-style7 {
  position: relative;
  padding-top: 135px;
}

.tc-header-style7 h1 {
  font-size: 110px;
  line-height: 100px;
  letter-spacing: -0.03em;

  font-weight: 400;
}

.tc-header-style7 .head-features {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-header-style7 .head-features p {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
  -webkit-padding-end: 130px;
  padding-inline-end: 130px;
}

.tc-header-style7 .head-features p:last-of-type {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.tc-header-style7 .head-features p:last-of-type::after {
  display: none;
}

.tc-header-style7 .head-features p::after {
  position: absolute;
  content: "";
  right: 60px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #129428;
  border-radius: 50%;
}

.tc-header-style7 .img {
  height: 700px;
  margin-top: 100px;
  overflow: hidden;
}

.tc-header-style7 .img img {
  max-height: unset;
  -o-object-position: top;
  object-position: top;

}

.tc-header-style7 .img {
  margin-top: 0px !important;
}

.tc-header-style7 #img_360 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100%;
  height: 800px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .tc-header-style7 h1 {
    font-size: 55px !important;
    line-height: 66px;
  }

  .bc {
    background-position: right !important;
  }

  .tc-header-style7 .head-features {
    display: block;
  }

  .tc-header-style7 .head-features p {
    padding: 0;
  }

  .tc-header-style7 .head-features p::after {
    display: none;
  }

  .tc-header-style7 .img {
    height: 400px;
  }

  .tc-header-style7 #img_360 {
    height: 400px;
  }
}

/* --------------- about style7 --------------- */
.tc-about-style7 {
  position: relative;
  padding: 160px 0;
}

.tc-about-style7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}

.tc-about-style7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80px;
}

.tc-about-style7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.tc-about-style7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-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-about-style7 .numbers .number-card {
  position: relative;
  text-align: center;
}

.tc-about-style7 .numbers .number-card h2 {
  font-size: 60px;
  color: var(--color-green1);
  font-weight: 400;
  margin-bottom: 15px;
}

.tc-about-style7 .numbers .number-card small {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-about-style7 {
    overflow: hidden;
  }
}

/* --------------- services style7 --------------- */
.tc-services-style7 {
  position: relative;
}

.tc-services-style7 .content {
  position: relative;
  padding: 110px 0;
  border-top: 1px solid #ccc;
}

.tc-services-style7 .content .service-card {
  position: relative;
  margin-top: 50px;
  border: 1px solid #e7e7e7;
  display: block;
  border-radius: 10px;
  background-color: #fafafa;
}

.tc-services-style7 .content .service-card:hover {
  border: 1px solid #979797;
  transition: 0.7s ease-in-out;
}

/* .tc-services-style7 .content .service-card:hover {
  border-top: 5px solid var(--color-green1);
} */

.tc-services-style7 .content .service-card .top-info {
  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;
  margin-bottom: 15px;
}

.tc-services-style7 .content .service-card .top-info .icon {
  width: 65px;
  height: 65px;
  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-radius: 50%;
  background-color: #F3F8E9;
  color: var(--color-green1);
  font-size: 18px;
}

.tc-services-style7 .content .service-card .text {

  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-top: 7px;
}

@media screen and (max-width: 991px) {
  .tc-services-style7 {
    padding: 0 !important;
  }

  .tc-services-style7 .content {
    padding: 80px 0;
  }
}

/* --------------- projects style7 --------------- */
.tc-projects-style7 {
  position: relative;
}

.tc-projects-style7 .swiper-button-next,
.tc-projects-style7 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}

.tc-projects-style7 .swiper-button-next::after,
.tc-projects-style7 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}

.tc-projects-style7 .swiper-button-next:hover,
.tc-projects-style7 .swiper-button-prev:hover {
  background-color: #fff;
}

.tc-projects-style7 .swiper-button-next:hover::after,
.tc-projects-style7 .swiper-button-prev:hover::after {
  color: #000;
}

.tc-projects-style7 .swiper-button-next {
  right: 4vw;
}

.tc-projects-style7 .swiper-button-prev {
  left: 4vw;
}

.tc-projects-style7 .project-card {
  display: block;
  position: relative;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid #616161;
  border-inline-end: 1px solid #616161;
}

.tc-projects-style7 .project-card:hover .info {
  background-color: #fff;
  color: #000;
}

.tc-projects-style7 .project-card .info {
  padding: 40px;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-projects-style7 .projects-content {
  position: relative;
  overflow: hidden;
}

.tc-projects-style7 .projects-content .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tc-projects-style7 .projects-content .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.tc-projects-style7 .projects-content .glry-img .tab-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-projects-style7 .project-card {
    height: 400px;
  }
}

/* --------------- proccess style7 --------------- */
.tc-proccess-style7 {
  position: relative;
  padding: 150px 0;
}

.tc-proccess-style7 .accordion-item {
  border: 0;
  border-radius: 0;
}

.tc-proccess-style7 .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
}

.tc-proccess-style7 .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}

.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-green1);
  border-color: var(--color-green1);
  border-radius: 0;
}

.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.tc-proccess-style7 .accordion-item .accordion-button .num {
  color: #999;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-weight: 300;
}

.tc-proccess-style7 .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}

.tc-proccess-style7 .img {
  height: 550px;
  margin-top: 50px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.tc-proccess-style7 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 0;
}

.tc-proccess-style7 .img img.current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}

.tc-proccess-style7 .curve {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}

@media screen and (max-width: 991px) {
  .tc-proccess-style7 {
    overflow: hidden;
  }

  .tc-proccess-style7 .img {
    width: 70vw;
    -webkit-margin-start: 15vw;
    margin-inline-start: 15vw;
    height: 350px;
  }
}

/* --------------- testimonials style7 --------------- */
.tc-testimonials-style7 {
  position: relative;
}

.tc-testimonials-style7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 60px;
}

.tc-testimonials-style7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
}

.tc-testimonials-style7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.tc-testimonials-style7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tc-testimonials-style7 .test-content {
  position: relative;
  padding-bottom: 150px;
  border-bottom: 1px solid #ccc;
}

.tc-testimonials-style7 .test-content .testi-slider {
  position: relative;
  overflow: hidden;
}

.tc-testimonials-style7 .test-content .swiper-button-prev,
.tc-testimonials-style7 .test-content .swiper-button-next {
  top: 30%;
}

.tc-testimonials-style7 .test-content .swiper-button-prev::after,
.tc-testimonials-style7 .test-content .swiper-button-next::after {
  font-size: 30px;
  color: var(--color-green1);
}

.tc-testimonials-style7 .testi-card {
  text-align: center;
}

.tc-testimonials-style7 .testi-card h4 {
  font-size: 60px;
  line-height: 72px;
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style7 {
    padding: 0 !important;
  }

  .tc-testimonials-style7 .testi-card h4 {
    font-size: 25px;
    line-height: 45px;
  }

  .tc-testimonials-style7 .test-content .swiper-button-next,
  .tc-testimonials-style7 .test-content .swiper-button-prev {
    top: auto;
    bottom: 70px;
  }

  .tc-testimonials-style7 .test-content .swiper-button-next {
    right: 35%;
  }

  .tc-testimonials-style7 .test-content .swiper-button-prev {
    left: 35%;
  }
}

/* --------------- blog style7 --------------- */
.tc-blog-style7 {
  position: relative;
  padding: 150px 0 0;
}

.tc-blog-style7 .row .col-lg-6:first-of-type {
  -webkit-border-end: 1px solid #ccc;
  border-inline-end: 1px solid #ccc;
}

.tc-blog-style7 .main-post .img {
  display: block;
  height: 380px;
}

.tc-blog-style7 .main-post .info {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tc-blog-style7 .main-post .info .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-blog-style7 .main-post .info .date .numb {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Instrument Serif', serif;
}

.tc-blog-style7 .main-post .info .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
}

.tc-blog-style7 .sub-posts {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}

.tc-blog-style7 .sub-posts .post-card {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.tc-blog-style7 .sub-posts .post-card:first-of-type {
  padding-top: 0;
}

.tc-blog-style7 .sub-posts .post-card .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-blog-style7 .sub-posts .post-card .date .numb {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Instrument Serif', serif;
}

.tc-blog-style7 .sub-posts .post-card .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
}

.tc-blog-style7 .sub-posts .more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}

.tc-blog-style7 .sub-posts .more-link:hover {
  color: var(--color-green1);
  border-color: var(--color-green1);
}

.tc-blog-style7 .slider-content {
  position: relative;
  padding: 250px 0 120px;
  cursor: none;
}

.tc-blog-style7 .slider-content * {
  cursor: none;
}

.tc-blog-style7 .slider-content h2 {
  font-size: 100px;
  color: transparent;
  padding: 0 70px;
  -webkit-text-stroke: 1px #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.tc-blog-style7 .slider-content h2:hover {
  color: #000;
}

.tc-blog-style7 .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 190px;
  height: 190px;
  background-color: var(--color-green1);
  border-radius: 50%;
  -webkit-transition: all linear, scale 0.5s ease;
  -o-transition: all linear, scale 0.5s ease;
  transition: all linear, scale 0.5s ease;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.tc-blog-style7 .float_box p {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 250px;
}

.tc-blog-style7 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all linear, opacity 0.5s ease;
  -o-transition: all linear, opacity 0.5s ease;
  transition: all linear, opacity 0.5s ease;
}

.tc-blog-style7 .tc-awards-slider1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.tc-blog-style7 .tc-awards-slider1 .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

@media screen and (max-width: 991px) {
  .tc-blog-style7 {
    overflow: hidden;
  }

  .tc-blog-style7 .main-post .img {
    height: 300px;
  }

  .tc-blog-style7 .main-post .info {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 30px 15px;
  }

  .tc-blog-style7 .main-post .info .date {
    margin-bottom: 20px;
  }

  .tc-blog-style7 .sub-posts .post-card {
    display: block;
    padding: 30px 15px;
  }

  .tc-blog-style7 .sub-posts .post-card .date {
    margin-bottom: 20px;
  }
}

/* --------------- footer style7 --------------- */
.tc-footer-style7 {
  position: relative;
  padding: 60px 0px 25px;
  background-color: #000000;
  color: #fff;
}

.ftr-cp p {
  padding-top: 25px;
  border-top: 1px solid #313030;
  color: #4d4d4d;
}

.tc-footer-style7 .links a {
  font-size: 14px;
  margin: 8px 0;
}

.tc-footer-style7 .links a:hover {
  text-decoration: underline;
}

.tc-footer-style7 .foot-subscribe .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #597E0A;
  margin-bottom: 20px;
}

.tc-footer-style7 .foot-subscribe .form-group .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}

.tc-footer-style7 .foot-subscribe .form-group .form-control {
  border: 0;
  background-color: transparent;
}

.tc-footer-style7 .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
  color: #BBD683;
}

.tc-footer-style7 .foot-subscribe .form-group .form-control:-ms-input-placeholder {
  color: #BBD683;
}

.tc-footer-style7 .foot-subscribe .form-group .form-control::-ms-input-placeholder {
  color: #BBD683;
}

.tc-footer-style7 .foot-subscribe .form-group .form-control::placeholder {
  color: #BBD683;
}

.tc-footer-style7 .foot-subscribe .form-group button {
  border: 0;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.tc-footer-style7 .social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.tc-footer-style7 .social-content .social-links {
  margin-bottom: 30px;
}

.tc-footer-style7 .social-content .social-links a {
  width: 45px;
  height: 45px;
  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-radius: 50%;
  border: 1px solid #fff9;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.tc-footer-style7 .social-content .social-links a:hover {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .tc-footer-style7 {
    padding: 80px 0;
    overflow: hidden;
  }
}

.home-style7 .sub-font {
  font-family: 'Instrument Serif', serif;
}

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

  .home-style7 .fsz-50 {
    font-size: 30px !important;
  }

  .home-style7 .fsz-40 {
    font-size: 25px !important;
  }

  .home-style7 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-style7 .fsz-30 {
    font-size: 18px !important;
  }

  .home-style7 .mt-70 {
    margin-top: 40px !important;
  }

  .home-style7 .fsz-60 {
    font-size: 40px !important;
  }

  .home-style7 .mt-100 {
    margin-top: 50px !important;
  }

  .home-style7 section {
    padding: 80px 0;
  }
}

.spec {
  border-radius: 15px;
}

.footer-logo {
  padding-bottom: 25px;
}

.loc p {
  color: #919191 !important;
}

.loc h6 {
  padding-bottom: 10px;
}

.bd-r {
  border-right: 1px solid #313030;
}

.loc {
  min-height: 130px;
}

@media(max-width:991px) {
  .logo img {
    width: 220px;
  }

  .loc {
    min-height: auto !important;
  }
}


.enq {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.enq i {
  font-size: 23px;
  position: relative;
  top: 3px;

}

.bc {
  padding-bottom: 130px;
  background: #000;

}

.buy {

  margin-top: 15px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pdt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 15px;
}

.bg-fa {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.bg-fa:hover {
  border: 1px solid grey;
  transition: 0.8s ease-in-out;
}

.wht p {
  color: #fff;
}

.numb {
  font-size: 54px !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.bn {
  padding: 10px 30px;
  background: #12942800;
  margin-top: 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  border: 1px solid #b7b7b7;
  color: #000000;
}

.bn:hover {
  border: 1px solid #129428;
  color: #129428;
}

.spec {
  background-color: #fff;
}

.acc {
  font-weight: 500;
}

.reach p {
  line-height: 19px;
  padding-bottom: 10px;
  color: #d5d5d5;
}

.reach i {
  margin-right: 6px;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.numbers span {
  font-weight: 400;
  font-size: 40px;
}

.numbers {
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px dashed grey;
}

.ctr {
  justify-content: center;
  display: flex;
}

.pdg {
  padding: 15px;
  text-align: center;
}

.hpd {
  padding: 15px 15px 0px;
}

.bg-w {
  background: #fff !important;
}

.cnt-side {
  background: #f1f1f1;

  padding: 20px 40px;
  height: 100%;
  border-radius: 10px;
  padding-top: 50px;
  /* background-image: url(../img/cnt-b.jpg); */

}

.cnt-btn {
  background: transparent;
  border: 1px solid grey;

}

.cnt-btn:hover {
  background: grey;
  border: 1px solid grey;
  color: #fff;

}

.cnt-icn i {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #666;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnt-icn ul li a {
  display: flex;
  gap: 10px;
  line-height: 20px;
  align-items: baseline;

}

.cnt h4 {
  font-size: 18px;
  padding-bottom: 7px;
}

header.tc-header-style7,
.tc-header-style7 .container {
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}

@media (max-width: 500px) {
  .logo img {
    width: 140px !important;
  }
}

.calling {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 14px;
}

.ggs {
  color: #474747;
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 20px;
}

@media (max-width: 757px) {
  .fsz-60.fw-400.js-splittext-lines.text-center br {
    display: none;
  }

  .tc-header-style7 h1 br{
    display: none;
  }
}