/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st1 --------------- */
.tc-navbar-st1 {
  position: relative;
  z-index: 99;
  padding: 20px 3vw;
}
.tc-navbar-st1 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 15px;
  color: #151515;
  text-transform: capitalize;
}
.tc-navbar-st1 .navbar-nav .nav-link:hover, .tc-navbar-st1 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st1 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}
.tc-navbar-st1 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}
.tc-navbar-st1 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
          margin-inline-start: 6vw;
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link:hover::before, .tc-navbar-st1 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
/* --------------- header st1 --------------- */
.tc-header-st1 {
  position: relative;
  padding: 75px 0 75px;
  position: relative;/*
    padding: 150px 0 75px;*/background: linear-gradient(#ffb182, #1f7a9e, #009ede, #0a7cab, #106588, #832c87);
}
.tc-header-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-header-st1 .info {
  padding-top: 50px;
}
.tc-header-st1 .info h6 {
  position: relative;
  font-size: 16px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.info .cr-666{color: #fff !important;}
.tc-header-st1 .info h6 .vec1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(70%, -90%);
          transform: translate(70%, -90%);
  height: 25px;
}
.tc-header-st1 .info h1 {
  position: relative;
  font-size: 110px;
  text-transform: uppercase;
  margin: 10px 0;
}
.tc-header-st1 .info h1 .vec2 {
  height: 130px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-header-st1 .info .numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.tc-header-st1 .info .numbers-wrapper .sm-img {
  position: relative;
  padding: 35px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st1 .info .numbers-wrapper .sm-img .main-img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid #151515;
  border-bottom: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid #151515;
  border-bottom: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(3) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(4) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid #151515;
  border-top: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st1 .info .numbers-wrapper .numbers .num-card {
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  white-space: nowrap;
}
.tc-header-st1 .img {
  position: relative;
}
.tc-header-st1 .img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  -webkit-mask-image: url(../img/hero_shap.png);
  mask-image: url(../img/hero_shap.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.tc-header-st1 .img .vec4 {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
  height: 65px;
  animation-direction: reverse;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.tc-header-st1 .img .vec5 {
  position: absolute;
  top: 30px;
  left: 30%;
  z-index: 2;
  height: 85px;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.tc-header-st1 .img .lg-txt {
  position: relative;
}
.tc-header-st1 .img .lg-txt .txt {
  font-size: 150px;
  opacity: 0.05;
  line-height: 0.5;
}
.tc-header-st1 .img .lg-txt .vec7 {
  height: 40px;
  position: absolute;
  top: 20px;
  left: 25%;
}
.tc-header-st1 .cir1 {
  position: absolute;
  top: 30px;
  left: calc((100vw - 1400px) / 2 );
  max-width: 30vw;
}
.tc-header-st1 .vec3 {
  position: absolute;
  top: 100px;
  left: 45%;
  height: 45px;
  animation-direction: reverse;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.tc-header-st1 .cir-1-4 {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 40vw;
}
.tc-header-st1 .cir-1-2 {
  position: absolute;
  bottom: -200px;
  left: 0;
  max-width: 40vw;
}

@media screen and (max-width: 991px) {
  .tc-header-st1 .info br {
    display: block;
  }
  .tc-header-st1 .info h1 {
    font-size: 40px;
  }
  .tc-header-st1 .info h1 .vec2 {
    height: 40px;
  }
  .tc-header-st1 .info .vec6 {
    display: none;
  }
  .tc-header-st1 .info .numbers-wrapper {
    display: block;
  }
  .tc-header-st1 .info .numbers-wrapper .sm-img {
    display: inline-block;
    margin-bottom: 50px;
  }
  .tc-header-st1 .me-4 {
    margin-right: 0.5rem !important;
  }
  .tc-header-st1 .img .lg-txt .txt {
    font-size: 70px;
    text-align: center;
    display: block;
  }
  .tc-header-st1 .img .lg-txt .vec7 {
    display: none;
  }
}
/* --------------- video st1 --------------- */
.tc-video-st1 {
  position: relative;
  padding: 75px 3vw;
}
.tc-video-st1 .video-card {
  position: relative;
}
.tc-video-st1 .video-card .img {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.tc-video-st1 .video-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-video-st1 .video-card .play-btn {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #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;
  color: #fff;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .tc-video-st1 .video-card .img {
    height: 350px;
  }
}
/* --------------- about st1 --------------- */
.tc-about-st1 {
  position: relative;
  padding: 75px 0 150px;
}
.tc-about-st1 .content {
  position: relative;
}
.tc-about-st1 .info h2 {
  position: relative;
}
.tc-about-st1 .info h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100px, -50%);
          transform: translate(-100px, -50%);
  width: 65px;
  height: 35px;
  background-image: url(../img/icons/union.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-about-st1 .info h2::after {
  position: absolute;
  content: "";
  right: 20%;
  bottom: 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-about-st1 .info .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.tc-about-st1 .info .rate .icon {
  height: 52px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st1 .info .rate h6 {
  font-weight: 400;
  font-size: 24px;
  margin: 3px 0;
}
.tc-about-st1 .info .text-cont {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #9994;
  -webkit-margin-start: 5.5vw;
          margin-inline-start: 5.5vw;
}
.tc-about-st1 .info .text-cont::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 50%;
  height: 1px;
  background-color: #111;
}
.tc-about-st1 .info .signatures {
  margin-top: 40px;
  height: 100px;
}
.tc-about-st1 .float-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.tc-about-st1 .numbers {
  position: relative;
  margin-top: 100px;
}
.tc-about-st1 .numbers .row .col-lg-3:nth-of-type(2) .number-card::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  right: 15px;
  bottom: 60px;
}
.tc-about-st1 .numbers .number-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #9993;
  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;
  padding: 60px;
  margin: 30px auto 0;
  overflow: hidden;
}
.tc-about-st1 .numbers .number-card p {
  font-size: 16px;
  color: #666;
}
.tc-about-st1 .numbers .number-card p span {
  color: #000;
}
.tc-about-st1 .numbers .number-card h3 {
  font-size: 62px;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .tc-about-st1 .float-imgs {
    display: none;
  }
}
/* --------------- services st1 --------------- */
.tc-services-st1 {
  position: relative;
  padding: 150px 0;
  background-color: #151515;
  color: #fff;
  overflow: hidden;
}
.tc-services-st1 .title p {
  position: relative;
  font-size: 16px;
  color: #ababab;
}
.tc-services-st1 .title p::after {
  position: absolute;
  content: "";
  right: 0;
  display: none;
  top: -25px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec8.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-services-st1 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.tc-services-st1 .service-card {
  position: relative;
  margin-top: 50px;
}
.tc-services-st1 .service-card .icon {
  height: 85px;
  margin-bottom: 30px;
}
.tc-services-st1 .service-card .card-title p {
  font-size: 16px;
  color: #ababab;
  margin-top: 5px;
}
.tc-services-st1 .service-card .num-line {
  position: relative;
  margin: 30px 0;
}
.tc-services-st1 .service-card .num-line::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff2;
  border-radius: 50%;
}
.tc-services-st1 .service-card .num-line::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff2;
}
.tc-services-st1 .service-card .num-line .num {
  position: relative;
  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;
  width: 30px;
  height: 30px;
  border: 1px solid #fff2;
  background-color: #151515;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  border-radius: 50%;
  font-size: 14px;
  color: #ababab;
  z-index: 10;
}
.tc-services-st1 .service-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  color: #ababab;
  font-size: 16px;
}
.tc-services-st1 .service-card ul li .ico {
  font-size: 14px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-services-st1 .half-cir {
  position: absolute;
  bottom: 150px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.tc-services-st1 .vec9 {
  position: absolute;
  bottom: 50%;
  left: 0;
  height: 25px;
}

/* --------------- portfolio st1 --------------- */
.tc-portfolio-st1 {
  position: relative;
  padding: 150px 0;
}
.tc-portfolio-st1 .title h2 {
  font-size: 200px;
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-portfolio-st1 .nav-pills .nav-item {
  position: relative;
}
.tc-portfolio-st1 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.tc-portfolio-st1 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}
.tc-portfolio-st1 .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  padding-right: 25px;
}
.tc-portfolio-st1 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}
.tc-portfolio-st1 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}
.tc-portfolio-st1 .project-card {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.tc-portfolio-st1 .project-card:hover .img::after {
  opacity: 0.6;
}
.tc-portfolio-st1 .project-card:hover .img .play-btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st1 .project-card:hover .title {
  text-decoration: underline;
}
.tc-portfolio-st1 .project-card .img {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.tc-portfolio-st1 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st1 .project-card .img .play-btn {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--cr-orange1);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st1 .project-card .img .play-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #151515;
  right: 0;
  bottom: 20%;
}
.tc-portfolio-st1 .project-card .img .play-btn span {
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-portfolio-st1 .project-card .img .play-btn span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
  height: 2px;
  width: 15px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st1 .title h2 {
    font-size: 50px;
  }
  .tc-portfolio-st1 .project-card .img {
    height: 350px;
  }
}
/* --------------- goals st1 --------------- */
.tc-goals-st1 {
  position: relative;
  padding-bottom: 150px;
}
.tc-goals-st1 .main-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
}
.tc-goals-st1 h2 {
      position: relative;
    font-size: 140px;
    color: #00000000;
    -webkit-text-stroke: 6px #5800880a;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
}
.tc-goals-st1 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-top: 70px;
}
.tc-goals-st1 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 18px;
  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;
}
.tc-goals-st1 .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%;
  color: #151515;
}
.tc-goals-st1 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-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);
  }
}

@media screen and (max-width: 991px) {
  .tc-goals-st1 h2 {
    font-size: 70px;
    margin-top: 30px;
  }
  .tc-goals-st1 .main-text {
    font-size: 30px;
  }
}
/* --------------- testimonials st1 --------------- */
.tc-testimonials-st1 {
  position: relative;
  background-image: url(../img/testi/testi_bg.png);
  background-size: cover;
  color: #fff;
}
.tc-testimonials-st1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.tc-testimonials-st1 .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st1 .user-img {
  position: relative;
  padding-top: 30px;
  height: 100%;
  width: 120%;
  margin-left: -10%;
}
.tc-testimonials-st1 .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.tc-testimonials-st1 .info {
  position: relative;
  padding: 150px 0;
}
.tc-testimonials-st1 .info .lg-txt {
  font-size: 130px;
  color: transparent;
  -webkit-text-stroke: 1px #fff1;
  text-transform: uppercase;
  line-height: 0.3;
  font-weight: bold;
}
.tc-testimonials-st1 .testi-card {
  position: relative;
  margin-top: 30px;
}
.tc-testimonials-st1 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st1 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st1 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonials-st1 .testi-card .main-txt {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff2;
}
.tc-testimonials-st1 .swiper-pagination {
  text-align: end;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st1 {
    overflow: hidden;
  }
  .tc-testimonials-st1 .user-img {
    display: none;
  }
}
/* --------------- team st1 --------------- */
.tc-team-st1 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st1 .team-card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.tc-team-st1 .team-card .img {
  position: relative;
  height: 300px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  margin-top: -30px;
}
.tc-team-st1 .team-card .img .social-icons {
  position: absolute;
  width: 50px;
  right: 30px;
  bottom: -25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st1 .team-card .img .social-icons .link {
  position: relative;
  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;
  margin-top: 1px;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-team-st1 .team-card .img .social-icons .link:hover {
  background-color: #000;
}
.tc-team-st1 .team-card .img .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.tc-team-st1 .team-card .img .social-icons .link.plus-link {
  z-index: 10;
}
.tc-team-st1 .team-card .info {
  padding: 40px 30px;
}
.tc-team-st1 .team-card:hover .img .social-icons {
  margin-bottom: -50px;
}
.tc-team-st1 .team-card:hover .img .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.tc-team-st1 .team-card:hover .img .social-icons .link.plus-link {
  opacity: 0 !important;
}

/* --------------- capabilities st1 --------------- */
.tc-capabilities-st1 {
  position: relative;
  padding: 150px 0;
}
.tc-capabilities-st1 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-capabilities-st1 .accordion .accordion-item {
  border-radius: 0 !important;
  border: 0;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button {
  border: 0;
  border-radius: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border-bottom: 1px solid #9994;
  color: #151515;
  padding: 20px 0;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button::after {
  display: none;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button .arrow {
  position: relative;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: 28px;
  opacity: 0.5;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button:not(.collapsed) .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-body {
  padding: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-body .img {
  height: 250px;
  margin: -90px 0;
}

@media screen and (max-width: 991px) {
  .tc-capabilities-st1 .accordion .accordion-item .accordion-body .img {
    margin: 20px 0 0;
  }
}
/* --------------- blog st1 --------------- */
.tc-blog-st1 {
  position: relative;
  padding-bottom: 150px;
}
.tc-blog-st1 .title-wrapper {
  position: relative;
}
.tc-blog-st1 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st1 .post-overlay {
  position: relative;
}
.tc-blog-st1 .post-overlay .img {
  position: relative;
}
.tc-blog-st1 .post-overlay .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-blog-st1 .post-overlay .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.tc-blog-st1 .post-overlay .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st1 .post-overlay .info .title {
  font-size: 32px;
  text-transform: capitalize;
  line-height: 1.5;
}
.tc-blog-st1 .post-card .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st1 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}
.tc-blog-st1 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

@media screen and (max-width: 991px) {
  .tc-blog-st1 .post-overlay .info {
    padding: 15px;
  }
  .tc-blog-st1 .post-overlay .info .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2;
  }
}
/* --------------- contact st1 --------------- */
.tc-contact-st1 {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6;
}
.tc-contact-st1 h2 {
  font-size: 82px;
  margin-bottom: 20px;
}
.tc-contact-st1 .services-links a {
  padding: 10px 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid #151515;
  margin-top: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media screen and (max-width: 991px) {
  .tc-contact-st1 h2 {
    font-size: 50px;
  }
  .tc-contact-st1 .services-links a {
    padding: 7px 15px;
    font-size: 13px;
  }
}
/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  background-color: #43055b;
  color: #fff;
}
.tc-footer-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st1 .main-footer {
  position: relative;
  padding: 140px 0;
}
.tc-footer-st1 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  font-weight: 300;
}
.tc-footer-st1 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-footer-st1 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-st1 .form-group {
  position: relative;
}
.tc-footer-st1 .form-group .form-control {
background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffffde;
    border-radius: 0;
    padding: 10px 0;
}
.tc-footer-st1 .form-group .form-control::-webkit-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::-moz-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control:-ms-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::-ms-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::placeholder {
  color: #777;
}
.tc-footer-st1 .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  background-color: transparent;
  border: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-footer-st1 .links-wrapper {
  position: relative;
  margin-top: 100px;
}
.tc-footer-st1 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st1 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st1 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st1 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
}
.tc-footer-st1 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st1 .main-footer .lg-txt {
    font-size: 70px;
  }
}
.home-st1 {
  color: #151515;
}

@media screen and (max-width: 991px) {

  .home-st1 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st1 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st1 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st1 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st1 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st1 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st1 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-st1 .butn-1 {
    padding: 7px 15px;
    font-size: 13px;
  }
}

.slider-header
{
  font-size: 70px !important;
    color: #fff !important;
    font-weight: 900;
}

.service-card .icon img
{
      background: #fff;
    padding: 10px;

  -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.34);
box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.34);
    border-radius: 10px;
}

#servicestwo
{
  background: #fff;
}

#servicestwo h2, #servicestwo h6{color: #000;}
#servicestwo .icon img
{
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.34);
box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.34);
}

#servicestwo .swiper-horizontal .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet
{
  background-color: #0d6efd;
}

#servicestwo .swiper-horizontal .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet-active {
    outline: 1px solid #0d6efd;
}

#services
{background: linear-gradient(#ffb182, #1f7a9e, #009ede, #0a7cab, #106588, #832c87);
}

@media(max-width: 767px)
{

  .offset-2, .offset-4{margin-left: 0;}

  .tc-services-st1{text-align: center;}
  .slider .img{display: none;}
  .slider-header
{
  font-size: 40px !important;
}
}

.bg-grey
{
  background: #f9f9f982;
}

.logo img
{
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.34);
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.34);

}


@media screen and (max-width: 568px) {
    .tc-goals-st1 h2 {
        font-size: 60px !important;
        margin-top: 30px;
        position: absolute !important;
        
    }
    .logo-header
{
  width: 235px !important;
}
.loader-wrap .loader-wrap-heading .load-text {
    font-size: 12px !important;

    letter-spacing: 7px !important;
  }
}

.logo-header
{
  width: 275px;
}


.form-control
{
  color: #fff !important;
}



/* --------------- team st5 --------------- */
.tc-team-st5 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st5 .team-card {
  position: relative;
  background-color: #fff;
  margin-top: 50px;
  padding: 40px;
  border: 1px solid #9993;
  border-radius: 30px;
}
.tc-team-st5 .team-card .img {
  position: relative;
  height: 300px;
  width: 300px;
  margin: 0 auto 30px;
}
.tc-team-st5 .team-card .img img {
  border-radius: 50%;
}
.tc-team-st5 .team-card .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-team-st5 .team-card .info .social-icons {
  position: absolute;
  width: 50px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st5 .team-card .info .social-icons .link {
  position: relative;
  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;
  margin-top: 1px;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-team-st5 .team-card .info .social-icons .link:hover {
  background-color: #000;
}
.tc-team-st5 .team-card .info .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.tc-team-st5 .team-card .info .social-icons .link.plus-link {
  z-index: 10;
}
.tc-team-st5 .team-card:hover .info .social-icons {
  margin-bottom: -50px;
}
.tc-team-st5 .team-card:hover .info .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.tc-team-st5 .team-card:hover .info .social-icons .link.plus-link {
  opacity: 0 !important;
}

@media screen and (max-width: 991px) {
  .tc-team-st5 .team-card .img {
    width: 60vw;
    height: 60vw;
  }
}

.bg-gradient
{
  background: linear-gradient(#ffb182, #1f7a9e, #009ede, #0a7cab, #106588, #832c87) !important;
}
.breadcrumb-title{font-size: 50px !important; font-weight: bold;}
.bg-gradient hr
{
      margin: 1rem 0;
    color: #ffffff;
    border: 1px;
    border-top: var(--bs-border-width) solid;
     opacity: 1;
  }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 50% !important;
        margin-right: auto;
        margin-left: auto;
        width: : 50%;
    }
  }

  .social-links a{font-size: 22px; padding:10px 10px 10px 0px;}

  .services-links ul {    list-style: circle;
    margin-left: 18px;}
      .services-links ul li {padding-bottom: 10px;}

      td p, th h5 {padding: 20px;}

      .features {    /* background: #fff; */
    padding: 10px;
    margin: 5px 0px;
    border-radius: 30px;}


    .business-central-block i{font-size: 24px; padding-bottom: 20px; color: #106588;}
    .business-central-block h6 {font-size: 14px; }

    .fa {font-family: 'FontAwesome' !important;}

.fa-linkedin{font-size: 24px; color: #1f469a;}
#vision .team-card
{
  
  -webkit-box-shadow: 1px -1px 15px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 1px -1px 15px 0px rgba(0,0,0,0.49);
box-shadow: 1px -1px 15px 0px rgba(0,0,0,0.49);

}

#vision .team-card i 
{
  background: linear-gradient(#ffb182, #1f7a9e, #009ede, #0a7cab, #106588, #832c87) !important;
    padding: 15px;
    margin-bottom: 15px;
    color: #fff;
}


.mule-left
{
      /* width: 200%; */
    /* height: 200%; */
    background: lightblue;
    top: 0;
    /* left: -75%; */
    /* transform-origin: 50% 50%; */
    transform: rotate(7.5deg);
    z-index: -1;
}

.mule-center
{
      /* width: 200%; */
    /* height: 200%; */
    background: lightblue;
    top: 0;
    /* left: -75%; */
    /* transform-origin: 50% 50%; */
    transform: rotate(8deg);
    z-index: -1;
}
.mule-right
{
      /* width: 200%; */
    /* height: 200%; */
    background: lightblue;
    top: 0;
    /* left: -75%; */
    /* transform-origin: 50% 50%; */
    transform: rotate(7.5deg);
    z-index: -1;
}


.services-ui{font-size: 15px;}
.services-ui li .fa{font-size: 13px;}

.power-apps .features {border:1px solid #000 !important;}

.features a {width: 100% !important; text-align: left !important;

padding: 10px 15px !important;
    font-size: 14px  !important; border: 2px solid #fff !important; margin: 0 !important;


    }

.features a:hover{background: #fff !important; color: #000 !important; }

.services-features .features{border: none !important; padding: 5px;}

#power-bi .features a{border: 2px solid #000 !important;}

#power-bi-blocks .team-card
{
  height: 250px;
}

#azure-devops ul
{
  list-style: circle;
  padding-left: 15px; 
}
#azure-devops ul li
{
  padding: 10px 0px;
}

.dropdown-item{color: #fff !important;}

.dropdown-menu .dropdown-item:hover, .dropdown-item b:hover, option, .modal-dialog input{color: #000 !important;}