main{
  background: #f2f2f2 url(../image/allbg.png) bottom center no-repeat;
  background-attachment: fixed;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1050 {
    max-width: 1050px;
  }
}
.tv-header-menu > nav > ul > li > a {
  color: var(--tv-common-black);
}

.team-two {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}

.team-two--style2 {
  padding: 120px 0 120px;
}

.team-two--style2 .team-one__single {
  margin-bottom: 0;
}

.team-two .section-title {
  margin-bottom: 28px;
}

.team-two .section-title__title {
  text-transform: uppercase;
}

.team-two__bottom {
  position: relative;
  display: block;
  margin-right: -300px;
  padding-top: 50px;
  border-top: 1px solid var(--smartbiz-bdr-color);
}

.team-two__carousel {
  position: relative;
  display: block;
}

.team-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -133px;
  right: 300px;
  margin: 0;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
  height: 52px;
  width: 80px;
  line-height: 52px;
  border-radius: 0;
  color: var(--smartbiz-gray);
  background-color: transparent;
  border: 1px solid var(--smartbiz-bdr-color);
  font-size: 25px;
  margin: 0;
  transition: all 500ms ease;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 52px;
  width: 80px;
  line-height: 52px;
  border-radius: 0;
  color: var(--smartbiz-gray);
  background-color: transparent;
  border: 1px solid var(--smartbiz-bdr-color);
  font-size: 25px;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.team-two__carousel.owl-theme .owl-nav .owl-next span,
.team-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-two__carousel.owl-theme .owl-nav .owl-next:hover,
.team-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--tv-heading-primary);
  border: 1px solid var(--tv-heading-primary);
  color: var(--tv-common-white);
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 48px;
  margin-top: -6px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: var(--smartbiz-base);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-title__tagline::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -43px;
  width: 30px;
  height: 2px;
  background-color: var(--smartbiz-base);
  transform: translateY(-50%);
}

.section-title__title {
  color: var(--tv-common-black);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin: 14px 0 0;
  text-transform: capitalize;
}

.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 47px;
}

.section-title-two__icon {
  position: relative;
  display: block;
}

.section-title-two__icon img {
  width: auto;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
  margin-top: 10px;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--smartbiz-base);
  font-weight: 500;
  text-transform: uppercase;
}

.section-title-two__title {
  color: var(--smartbiz-black);
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 15px;
  color: var(--smartbiz-white);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 18px 31px 16px;
  background-color: var(--smartbiz-base);
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 30px;
  background: var(--smartbiz-black);
  content: "";
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}

.thm-btn:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.thm-btn:hover {
  color: var(--smartbiz-white);
}

.thm-btn span {
  position: relative;
  margin-left: 8px;
}

.thm-btn-2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none !important;
  font-weight: 400;
  font-size: 15px;
  color: var(--smartbiz-white);
  padding: 15px 45px 17px;
  border: 1px solid rgba(var(--smartbiz-white-rgb), 0.15);
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn-2:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--smartbiz-white);
  content: "";
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}

.thm-btn-2:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.thm-btn-2:hover {
  border: 1px solid var(--smartbiz-white);
  color: var(--smartbiz-base);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--tv-gray-1);
  padding: 46px 30px 21px;
}

.team-one__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.team-one__title a {
  color: var(--tv-common-black);
  transition: all 500ms ease;
}

.team-one__title a:hover {
  color: var(--tv-heading-primary);
}

.team-one__sub-title {
  margin-top: 5px;
}

.single-icon-box span:after {
  background: #fff;
}

.tv-language-bar {
  position: relative;
}

.tv-language-bar button span {
  position: relative;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 45px;
  color: var(--tv-text-body);
  background-color: var(--tv-gray-1);
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  line-height: 52px;
  border: 1px solid rgba(88, 91, 111, 0.2);
}

@media (max-width: 575px) {
  .tv-language-bar button span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .tv-language-bar button span svg {
    width: 18px;
  }
}
.langcanvas {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100px;
  background-color: var(--tv-gray-1);
  list-style: none;
  text-align: center;
  padding: 10px 0;
  z-index: 100;
}
.langcanvas.opened {
  display: block;
}
.langcanvas li a {
  display: block;
  line-height: 35px;
  color: var(--tv-text-body);
  transition: 0.3s;
}
.langcanvas li a:hover {
  color: var(--tv-heading-primary);
}

.tv-footer-widget-logo img {
  max-height: 80px;
}

.team-one__single .team-one__img-box .team-one__img {
  overflow: hidden;
}
.team-one__single .team-one__img-box .team-one__img img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.team-one__single .team-one__content {
  padding: 15px 10px;
}
.team-one__single .team-one__content .team-one__title {
  font-size: 22px;
  margin: 0;
}
.team-one__single:hover .team-one__img-box .team-one__img img {
  transform: scale(1.1);
}

.blog-one-content {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  border-radius: 0 0 100px;
}
.blog-one-content .blog-meta {
  color: #fff;
}
.blog-one-content h2 a {
  color: #fff;
}
.blog-one-content:hover {
  background: var(--tv-heading-primary);
  transition: all 0.3s ease-in-out;
}

.tv-footer-widget-menu ul li a:hover {
  color: #fff;
  font-weight: bold;
}

.tv-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tv-copyright-left p a {
  color: #fff;
}

.tv-footer-widget-menu ul li a {
  font-size: 16px;
}

.tv-breadcrumb-overlay {
  background-size: cover;
}

.team-two--style2{
  background: url(../image/team-bg.png) top center no-repeat;
}

.tv-about-area{
  background: url(../image/testimonial-two-bg-shape.jpg) top center no-repeat;
  background-attachment: fixed;
}

.tv-blog-area22{
  background: #0452963d url(../image/testi-bg-1-1.png) bottom center no-repeat;
  background-size: cover;
}

.page-culture__box h2{
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.page-culture__box h2::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  border: 10px solid #EFCCAB;
}

.page-culture__box h2.color2::after{border: 10px solid #238149;}
.page-culture__box h2.color3::after{border: 10px solid #9E96A6;}
.page-culture__box h2.color4::after{border: 10px solid #D1B193;}
.page-culture__box h2.color5::after{border: 10px solid #AC3440;}
.page-culture__box h2.color6::after{border: 10px solid #27456F;}
.page-culture__box h2.color7::after{border: 10px solid #3A687E;}

.page-culture__box h2 span{
  background: #fff;
  position: relative;
  z-index: 100;
  margin-left: 25px;
}

.page-culture__box p{
  font-size: 20px;
  color: #000;
  margin-top: 15px;
}

.swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 5px 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--tv-heading-primary);
  border-radius: 5px 0;
}

.single-project-item {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.single-project-item .single-project-content {
  transform: none;
  width: auto;
}
.single-project-item:hover {
  width: 100%;
}
.single-project-item:hover .single-project-content {
  width: 80%;
  color: #fff;
  background-color: var(--tv-heading-primary);
  transition: all 0.3s ease-in-out;
}
.single-project-item:hover .single-project-content h3 {
  color: #fff;
}
.single-project-item:hover .single-project-content h3 a {
  color: #fff;
}

.tv-contact-wrap .tv-contact-right-wrap .tv-btn-primary {
  background-color: #fff;
}/*# sourceMappingURL=index.css.map */