/* common style css */

@font-face {
  font-family: "Helvetica Neue light";
  src: url("fonts/NHaasGroteskDSPro-55Rg.otf");
}

@font-face {
  font-family: "Helvetica Neue semi bold";
  src: url("fonts/NHaasGroteskDSPro-65Md.woff"),
}

@font-face {
  font-family: "Helvetica Neue bold";
  src: url("fonts/NHaasGroteskDSPro-75Bd.otf");
}


.bg-color1 {

  background-color: var(--blue);
}

.bg-color2 {
  background-color: var(--yellow);
  color: #000;
}

.bg-color3 {

  background-color: var(--pink);
}

.bg-color4 {

  background-color: var(--purple);
}

.bg-color5 {
  background-color: var(--green);
  color: #000;
}

.bg-color6 {
  background-color: var(--navy-blue);
}

.color-color5,
.color-color3 {
  color: #000;
}

.alertMessage.form-response {
  margin-top: 5px;
  color: var(--pink);
}


/* Common css */
.dark-bg {
  background-color: #000 !important;
}

.container-fluid {
  width: 97%;
}

.pink-text {
  color: var(--pink);

  font-weight: 600;
}

section {
  padding: 90px 0;
}

.common-btn a {
  color: #ffffff;
  /* border: 1px solid #fff; */
  padding: 10px 32px;
  font-size: 20px;
  /* letter-spacing: .5px; */
  transition: .6s;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 99;
  border-radius: 50px;
}

.common-btn a:before,
.tc-navbar-st2 .navbar-nav .header-btn:before {
  content: '';
  position: absolute;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--blue);
}

.common-btn {
  display: flex;
  justify-content: center;
}
.big-title span{
  color: var(--pink);

}
.side-btn{
  background-color: var(--yellow);
  position: fixed;
  right: 0;
  top: 40%;
  color:#000;
  font-size: 18px;
  padding: 20px 3px ;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Helvetica Neue light";
  border-radius:0 10px  10px 0;
  font-weight: 600;
  z-index: 999;
}
.side-btn i{
  transform: rotate(90deg);
}
.side-btn span{
  margin-top: 5px;
}
/* .common-btn a:hover {
  background-color: var(--pink);
} */
.common-btn a:hover:before,
.tc-navbar-st2 .navbar-nav .header-btn:hover:before {
  height: 100%;
  opacity: 1;
  z-index: -1;

}

/* .common-btn a:hover{
  border-color: var(--yellow);
} */
.tc-navbar-st2 .navbar-nav .header-btn:before {
  border-radius: 50px;
}

.tc-navbar-st2 .navbar-nav .header-btn:hover:before {

  z-index: 1 !important;
}
.tc-navbar-st2 .collapse.show{
background-color: #000;
}


.border-text {
  font-size: 124px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 0;
  text-align: center;
  font-family: 'Helvetica Neue bold';
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: .10;
  width: 100%;
  top: 28px;
  z-index: -1;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}





/* Common css */

 .home-main-banner{
  background-position: center;
  background-size: cover;
  background-position: center;
} 
.main-banne-content{
  width: fit-content;
  margin: 0 auto;
  padding: 200px 0 105px 0;
  text-align: center;
}
.banner-title{
  color:#fff;  
  font-size: 60px;
  margin-bottom: 15px;
}
.banner-title span{
  color: var(--pink);
}
.main-banne-content h3{
  color: #fff;

  line-height: 35px;
  text-align: center;
  margin: 0 auto;
}
.main-banne-content .common-btn a{
  background-color: var(--pink);
  margin-top: 40px;

}

/* header */

.header-btn {
  background-color: var(--pink);
  margin-left: 20px;
  border-radius: 50px;
  position: relative;
}


.tc-navbar-st2 .navbar-nav .header-btn .nav-link:hover {
  color: #fff !important;
  z-index: 99 !important;
}

.navbar-toggler{
  border:none;
}
.navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus{
 box-shadow: none;
}
/* header */


/*about us */



.about-section h5 {
  margin-bottom: 20px;
}

.about-content {

  padding: 10px 0 10px 10px;
  color: #000;
  font-family: 'Helvetica Neue light';
}

.about-content ul {
  list-style: none;
  margin-top: 30px;

}

.about-content ul li {
  display: inline-flex;
  margin-right: 3%;
  font-size: 17px;
  margin-bottom: 20px;
  width: 45%;
 
}
.about-city .about-content ul li{
  width: 30%;
}

.about-content ul li span {
  display: block;
  background-color: var(--pink);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  padding: 1px;
  margin-right: 15px;
}

.about-content ul li span i {
  line-height: 0;
}

.about-content p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px;

}

.about-heading {
  height: 100%;
  border-right: 1px solid #9999;
  display: flex;
  justify-content: end;
  align-items: center;
}

.about-heading h1 {
  font-size: 60px;

  padding-right: 30px;
  color: #333;
  text-align: right;
  font-family: 'Helvetica Neue bold';
  font-weight: normal
}

.about-heading h1 span {
  color: var(--pink);
}


/*about us */

.tc-about-st2 {
  position: relative;
}

/*about us */


/* ----------Activities---------- */

.activity-menu-btn {
  text-align: left;
  display: block;
}

.tc-blog-st15 .activity-menu-btn.common-btn a {
  display: inline-block;
  padding: 8px 20px;
  width: fit-content;
  margin: 5px 6px;
  color: #000;
  border-radius: 50px;
  overflow: hidden;
  font-size: 16px;
  background-color: var(--yellow);
  letter-spacing:.5px;
}
.tc-blog-st15 .activity-menu-btn.common-btn a:hover{
  color: #fff;
}

.activiti-box {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;

  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;

}

@media (max-width:1200px) {
  .activiti-box {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

@media (max-width:800px) {
  .activiti-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

@media (max-width:600px) {
  .activiti-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.activiti-box img {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

}

.activity-filter-box {
  background-color: #fcffbf;
  border-radius: 15px;
}

.home-activity-dropdown {
  display: none;
          position: relative;
        z-index: 999;
}
.activity-cat-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.home-activity-dropdown .activity-filter-menu {
  font-size: 22px;
  font-family: "Helvetica Neue semi bold";
  color: var(--pink);
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: block;

}

.home-activity-dropdown .activity-filter-menu .dropdown-down-arrow,
.home-activity-dropdown .activity-filter-menu .dropdown-up-arrow {
  position: absolute;
  right: -25px;
  top: 4px;
}





.home-activity-dropdown .activity-filter-box {
  padding: 15px 0px 15px 0px;
}

.activiti-content {
  position: relative;
}

.home-activity-dropdown .activity-filter-box .filter-btn {
  width: 100%;
  position: relative;
}

.activity-dropdown-content {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 20px 30px;
  left: 0;
  width: 100%;
  border-radius: 0 0 15px 15px;
  z-index: 10;
}

.activity-dropdown-content li {
  font-size: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #999;
  text-align: center;

}
.activity-dropdown-content li:hover{
  color:var(--pink);
}

.home-activity-dropdown .activity-dropdown-content li:last-child {
  border-bottom: 0;
}


.activiti-content .activiti-image-heading {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 30px;
  color: #fff;
}




.activity-main-img {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;

}

.fire-img {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .6);
  top: -11px;
  right: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.fire-img img {
  position: relative;
  top: -3px;
  left: -3px;
  width: 28px;
}

.fire-img.fire-img-style {
  top: -14px;
}

/* ----------Activities---------- */


/* --------------- services --------------- */

.service-content {
  color: white;
  font-size: 20px;
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.service-content .user-info .butn-1 {
  padding: 1px 23px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
}

.service-content .user-info:hover {
  color: #000;
}

.project-card:hover .info {
  opacity: .5;
}


.project-card:hover .service-slide-effect {
  width: 100%;
  left: 0;
}

.service-slide-effect {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgb(239 47 88 / 90%);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  z-index: 9999;
}




.tc-portfolio-st3 {
  position: relative;
  padding: 0 0 90px 0;
}

.tc-portfolio-st3 h3 {
  color: #fff;

}

.tc-portfolio-st3 .nav-pills .nav-item {
  position: relative;
}

.tc-portfolio-st3 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

.tc-portfolio-st3 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}

.tc-portfolio-st3 .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-st3 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}

.tc-portfolio-st3 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}

.tc-portfolio-st3 .project-card {
  position: relative;
  display: block;
  margin-top: 50px;
}

.tc-portfolio-st3 .project-card:hover .img::after {
  opacity: 0.5;
  background-color: rgba(0, 0, 0, .65);
}

.tc-portfolio-st3 .project-card:hover .info .cir-butn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tc-portfolio-st3 .project-card .img {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.tc-portfolio-st3 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-portfolio-st3 .project-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  text-align: center;
}

.tc-portfolio-st3 .project-card .info .info-card {
  position: relative;
  padding: 30px;
}

.tc-portfolio-st3 .project-card .info .info-card * {
  position: relative;
  z-index: 20;
}

.tc-portfolio-st3 .project-card .info .info-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.tc-portfolio-st3 .project-card .info .cir-butn {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.tc-portfolio-st3 .project-card .info .cir-butn .cont img {
  width: 35px;
  height: 35px;
}

.tc-portfolio-st3 .btns .cir-butn {
  width: 170px;
  height: 170px;
}

.tc-portfolio-st3 .btns .cir-butn .txt {
  font-size: 30px;
}

.tc-portfolio-st3 .btns .cir-butn .arrow {
  width: 40px;
  height: 40px;
}

.tc-portfolio-st3 .title h2 {
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0;
}

.tc-portfolio-st3 .title .text {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;

}

.tc-portfolio-st3 h3 {
  font-family: "Montserrat", sans-serif;
}

.swiper-wrapper { 
  position: relative;
}

.slider-button-prev,
.slider-button-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}




.portfolio-slider .card-item .text {
  display: none;
}


@media screen and (max-width: 991px) {
  .tc-portfolio-st3 .title h2 {
    font-size: 50px;
  }

  .tc-portfolio-st3 .nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding-right: 15px;
  }
}

/* --------------- services --------------- */






/* --------------- blog st1 --------------- */

/* --------------- blog st15 --------------- */





.tc-blog-st15 {
  background-image: url('../img/gallery/pattern1.svg');
  position:relative;

}

.tc-blog-st15 .common-btn a,
.tc-features-st3 .common-btn a {
  margin-top: 32px;
  background-color: var(--pink);
  border-radius: 50px;
  color: #fff;
}

.tc-blog-st15 .swiper-slide a {
  margin: 20px 0 0 0;
  width: 100%;
  position: relative; 
}

.tc-blog-st15 .post-card { 
  padding: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  position:relative;
}

.tc-blog-st15 .activity-slider {
  padding-top: 0px;
}

.tc-blog-st15 .activity-slider .swiper_wrap {
  position: relative;
  margin-top: 25px;
}

.activiti-inner-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.activiti-inner-btn span {
  display: block;
  width: fit-content;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 8px;
  margin: 0 2px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Helvetica Neue semi bold';
  color: #000;
}

.activiti-inner-btn a i {
  margin-right: 2px;
}

.tc-blog-st15 .slider-button-next,
.tc-blog-st15 .slider-button-prev {
  top: -48px;
  background-color: #000;
  color: #fff;
  display: none;
  z-index: 9;
}

.tc-blog-st15 .slider-button-next {
  right: 20px;

}

.tc-blog-st15 .slider-button-prev {
  right: 100px;
}

.tc-blog-st15 .info p {
  font-size: 14px;
}

.tc-contact-st1 .common-btn a {
  color: #fff;
  border-color: #fff;
}

.post-card .info {
  margin-top: 15px;
  color: #fff;
  text-align: center;

}

.bg-color2 .info,
.bg-color5 .info {
  color: #000;
}

.post-card .info h6 {
  margin-bottom: 5px;


}

.duretion-box {
  margin-top: 5px;
}

.duretion-box i {
  font-size: 11px;
}

.post-card .info p {
  margin-bottom: 0px;
  line-height: 20px;

}

.tc-blog-st15 .post-card a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: inherit;
  text-decoration: none;
}

.tc-blog-st15 .post-card .txt {
  transition: none;
}

.tc-blog-st15 .post-card:hover {
  color: #fff;
  -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}





.activity_section_1 {
  background-color: var(--green);
  position: relative;
}

.activity_section_2{
  position: relative;
  background-color: #fff;
}

.activity_section_3 {
  background-color: var(--blue);
  background-image: url('../img/gallery/shape-head.png?v=1.01');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.activity_section_3 .tc-innerHeader-st1 .big-title {
  color: #fff;
}

.activity_section_1 .tc-innerHeader-st1 .big-title {
  color: #000;
}

.tc-blog-st15 .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-st15 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}

.tc-blog-st15 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.tc-subscribe-st6 {
  position: relative;
}

.tc-subscribe-st6 .subscribe-card {
  position: relative;
  padding: 130px 5vw;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #9993;
}

.tc-subscribe-st6 .subscribe-card .row {
  position: relative;
  z-index: 20;
}

.tc-subscribe-st6 .subscribe-card .title {
  position: relative;
}

.tc-subscribe-st6 .subscribe-card .title h3 {
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.tc-subscribe-st6 .subscribe-card .form-group {
  position: relative;
}

.tc-subscribe-st6 .subscribe-card .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tc-subscribe-st6 .subscribe-card .form-control {
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #151515;
  font-size: 16px;
  background-color: transparent;
}

.tc-subscribe-st6 .subscribe-card .shapes {
  position: absolute;
  left: 25px;
  top: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}


.tc-innerHeader-st1 .title {
  position: relative;
  z-index:99;
}

.tc-innerHeader-st1 .big-title {
  color: #000;
}

.tc-innerHeader-st1 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.tc-innerHeader-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-innerHeader-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-innerHeader-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);
  }
}

.tc-innerHeader-st1 .header-shaps {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-innerHeader-st1 .nav-pills {
  margin-top: 50px;
}

.tc-innerHeader-st1 .nav-pills .nav-item {
  position: relative;
}

.tc-innerHeader-st1 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

.tc-innerHeader-st1 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}

.tc-innerHeader-st1 .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.tc-innerHeader-st1 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}

.tc-innerHeader-st1 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}


.tc-features-st3 .info h6 {
  font-size: 18px;
  color: #efefef;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue semi bold';

}

.tc-features-st3 .feat-card p {
  font-size: 16px;
  color: #efefef;
  line-height:normal;
}
.tc-features-st3 .feat-card p span{
  margin-right: 7px;
  color: var(--yellow);
}
.feat-card{
	margin-bottom:30px;
}
.blog-title{
	color:#000;
}




/* team */

.hover-overlay {
  position: relative;
  overflow: hidden;
}

.hover-overlay img {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
  height: auto;
}

.hover-overlay .overlay {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  position: absolute;
  right: 0;
  left: 100%;
  bottom: 0;

  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 99;
  background-color: var(--blue);
  width: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-overlay .overlay p {
  font-size: 13px;
  width: 250px;
  text-align: left;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  margin-bottom:8px;

}

.hover-overlay .overlay p  span{
  font-family: "Helvetica Neue semi bold";
  font-size: 16px;
  display: initial;
}

.hover-overlay:hover .overlay {

  background-color: var(--blue);
  width: 100%;
  left: 0;

}

.team-detials {
  margin: 15px 0 0px 0;
  text-align: center;
}

.team-detials h4 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.team-detials p{
margin: 0;
} 

.team-box .hover-overlay span {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: left;
  line-height: 22px;
}


.team-slider {
  overflow: hidden;
}

.tc-team-st2 .slider-button-prev {
  left: 210px;
}

.tc-team-st2 .slider-button-next {
  right: 210px;
}

.tc-team-st2 .big-title {
  color: #000;
}




/*team*/

.info h6 {
  font-size: 24px;
  font-weight: 500;
}

.info p {
  font-size: 16px;
}


.one {
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}


.tc-clients-st1 .clinets-slider {
  position: relative;
  overflow: hidden;
  border: none !important;
}

.tc-clients-st1 .clinets-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}

.tc-clients-st1 .clinets-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tc-clients-st1 .clinets-slider .slider {
  position: relative;
  color: #fff;
  width: 140%;
  left: -30%;
}

.tc-clients-st1 .clinets-slider .slider:first-of-type {

  z-index: 10;
}

.tc-clients-st1 .clinets-slider .slider .item {
  position: relative;
  padding: 30px 0;
}

.tc-clients-st1 .clinets-slider .slider .item::after {
  position: absolute;
  content: "";
  left: -100px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.client-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* clients slider*/


.big-title {
  font-size: 70px;
  line-height: 1.1;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;

}





/* --------------- contact st1 --------------- */
.tc-contact-st1 {
  position: relative;
  background-color: var(--navy-blue);
  color: #fff;
  background-image: url('../img/gallery/pattern-2.svg');
  background-repeat: no-repeat;

}

.tc-contact-st1 h2 {
  font-size: 70px;
}

@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;
  }
}



/* --------------- contact st1 --------------- */



.gallery {
  background-color: var(--pink);
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}


.main-gallery {
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;

}

.main-gallery a img {
  width: 100% !important;
  height: auto !important;

}

.main-gallery a {
  position: relative;
  overflow: hidden;
}

.main-gallery-overley {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-img-text {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.main-gallery img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.main-gallery a:hover img,
.single-gallery a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main-gallery a:hover .main-gallery-overley,
.single-gallery a:hover .main-gallery-overley {
  opacity: 1;
  background-color: rgba(0, 0, 0, .4);
}




.main-gallery a {
  margin: 0px 2px 4px 2px;
}

@media (max-width: 1200px) {
  .main-gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 1000px) {
  .main-gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 800px) {
  .main-gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  .main-gallery {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}


/*  gallery  */






/* ------------------------------------------------new css ------------------------------------------------- */







/* --------------- features st3 --------------- */



.tc-features-st3 {
  position: relative;
  padding: 0 0;
}

.tc-features-st3 .big-title {
  color: #fff;
}

.tc-features-st3 .feat-card {
  position: relative;
  border-radius: 20px;
  color: #fff;
  text-align: center;


}
.tc-features-st3 .cards a{
	width:100%;
}

.tc-features-st3 .feat-card img {
  width: 100%;
  height: 280px;
  object-fit:cover;
  border-radius: 12px;
}

.tc-features-st3 .feat-card p {
  margin-bottom: 0;
}


/* --------------- features st3 --------------- */

.case-study-btn a {
  display: block;
}


.case-study-btn.common-btn {
  margin-top: 40px auto 0 auto;

}

/* common style css */


/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st2 --------------- */
.tc-navbar-st2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  padding: 13px 3vw;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  background-color: transparent;
  width: 100%;
}

.header-fixed {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navbar.sticky.header-fixed.small_header {
  padding: 8px 0;
  background-color: #000;
  transition: all .5s;
}

.navbar.sticky.header-fixed.small_header .logo {
  width: 50%;
 

}

/* .navbar.sticky.header-fixed.small_header {
  background-color: #000;
} */

.tc-navbar-st2 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 15px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
  letter-spacing: .5px;
}

.tc-navbar-st2 .navbar-nav .nav-link:hover,
.tc-navbar-st2 .navbar-nav .nav-link.active, .tc-navbar-st2 .navbar-nav .nav-item:hover > .nav-link, .tc-navbar-st2 .navbar-nav .nav-item:hover > span, .tc-navbar-st2 .navbar-nav .nav-item .nav-link-dropdown .nav-link:hover, .tc-navbar-st2 .navbar-nav .nav-link.active + span{
  color: var(--pink);
}
.tc-navbar-st2 .navbar-nav .nav-item {
  position: relative;
}

.tc-navbar-st2 .navbar-nav .nav-item .nav-link-dropdown {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  background-color: #fff;
  color: #000;
  min-width:250px;
  padding: 15px 5px;
  border-radius: 6px;
  z-index: 999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
} 
.tc-navbar-st2 .navbar-nav .nav-item  .dropdown-up-arrow, .tc-navbar-st2 .navbar-nav .nav-item .dropdown-down-arrow{
  position: absolute;
 right: 7px;
 top: 10px;
 color: #fff;
}
.tc-navbar-st2 .navbar-nav .nav-item  .dropdown-up-arrow{
  display: none;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link-dropdown .nav-link{
  padding: 5px 0;
  color: #000;
  font-family: "Helvetica Neue light";
    font-size: 14px;
    font-weight: 400;
}
.tc-navbar-st2 .navbar-nav .nav-item:hover > .nav-link-dropdown{
  display: block;
}
.tc-navbar-st2 .navbar-nav .nav-item:hover >   .dropdown-up-arrow{
  display: block;
}
.tc-navbar-st2 .navbar-nav .nav-item:hover >  .dropdown-down-arrow{
  display: none;
}
.tc-navbar-st2 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.tc-navbar-st2 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

.tc-navbar-st2 .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-st2 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}

.tc-navbar-st2 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
  margin-inline-start: 6vw;
}

.tc-navbar-st2 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}

.tc-navbar-st2 .navbar-nav .menu-item .nav-link:hover::before,
.tc-navbar-st2 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--blur);
}

.tc-navbar-st2 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-navbar-st2 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}




@media screen and (max-width: 991px) {
  .tc-navbar-st2 .logo-wrapper {
    width: 100%;
  }

  .tc-navbar-st2 .logo-wrapper .navbar-brand {
    width: calc(100% - 80px);
  }
}

/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
  min-height: 100vh;
  background-color: #151515;
  background-image: url(../img/header_bg.png);
  background-size: cover;
  color: #fff;
  padding: 200px 0 120px;
}

.tc-header-st2 .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-header-st2 h1 {
  position: relative;
  font-size: 128px;
  font-weight: bolder;
}

.tc-header-st2 h1 .shap {
  position: absolute;
  left: 0;
  top: -5%;
  height: 110%;
  max-height: unset;
}

.tc-header-st2 h1 .title-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-header-st2 h1 .img {
  width: 195px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
}

.tc-header-st2 h1 .users {
  position: relative;
  width: 200px;
  height: 85px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-header-st2 h1 .users .txt-circle {
  width: 85px;
  height: 85px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #151515;
  color: #fff;
  text-align: center;
  border: 1px solid #fff2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 300;
}

.tc-header-st2 .imgs {
  width: calc(100% + 80px);
}

.tc-header-st2 .imgs .img {
  height: 500px;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}

.tc-header-st2 .imgs .numbers {
  position: relative;
  padding: 20px;
  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;
  -webkit-border-start: 1px solid #fff2;
  border-inline-start: 1px solid #fff2;
  border-bottom: 1px solid #fff2;
}

.tc-header-st2 .imgs .numbers h5 {
  font-size: 32px;
}

.tc-header-st2 .imgs .numbers p {
  color: #777;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 h1 {
    font-size: 50px;
  }

  .tc-header-st2 h1 .img {
    height: 60px;
  }

  .tc-header-st2 .imgs {
    width: 100%;
    margin-top: 40px;
  }

  .tc-header-st2 .imgs .img {
    height: 250px;
  }

  .tc-header-st2 .imgs .numbers {
    display: block;
  }

  .tc-header-st2 .imgs .numbers .num_card {
    margin: 15px 0;
  }
}

/* --------------- about st2 --------------- */
.tc-about-st2 {
  background-image: url('../img/gallery/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tc-about-st2 .title {
  position: relative;
}

.tc-about-st2 h2,
.about-inner-box-heading h2 {
  color: #000;
  margin-bottom: 60px;
}

.about-inner-box-heading h2 {
  margin-top: 90px;
}

/* .tc-about-st2 p{
  text-align: center;
} */
.tc-about-st2 .title .float-txt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.75;
  font-size: 200px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}

.about-us-inner-text .common-btn {
  margin-top: 40px;
}

.about-us-inner-text {
  background-color: #fff;
  padding: 50px 70px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 6px 12px;
  text-align: center;
  position: relative;
  top: -90px;
}

.tc-about-st2 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}

.tc-about-st2 .img-box {
  position: relative;
}
.tc-about-st2 .img {
  position: relative;
  height: 600px;
  -webkit-mask-image: url(../img/about_mask.png);
  mask-image: url(../img/about_mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 10;
}

.tc-about-st2 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin-top: -35px;
  z-index: 20;
}

.tc-about-st2 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-about-st2 .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;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}


@-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-st2 .cards .item {
  position: relative;
  margin-top: 40px;
}

.tc-about-st2 .cards .item .icon {
  height: 50px;
  margin-bottom: 25px;
}

.tc-about-st2 .cards .item h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.tc-about-st2 .cards .item .progress {
  height: 4px;
  margin-top: 20px;
}

.tc-about-st2 .cards .item .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 50px;
  }

  .tc-about-st2 .title .float-txt {
    font-size: 100px;
    top: 30px;
  }

  .tc-about-st2 .rotate-box {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }

}

.about-inner-box {
  color: #fff;
  position: relative;
  padding: 0;

}

.about-inner-box .no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.about-inner-box .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.about-inner-box-img img {
  width: 100%;
  height: auto;
}

.about-inner-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 60px;
  width: 100%;
  height: 100%;
}

.about-inner-box-content h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

.about-inner-box.bg-color2,
.about-inner-box.bg-color5,
.about-content-box-btn.bg-color5,
.about-content-box-btn.bg-color2 {
  color: #000;
}

.about-content-box-btn {

  text-align: center;
  font-family: "Helvetica Neue semi bold";
  font-style: italic;
  font-size: 22px;
  padding: 30px 0;
  display: block;

  width: 240px;
  color: #000;
  border: none;
  box-shadow: rgba(255, 255, 255, .6) -1.05px 0.95px 0.2px 3px;
  border-radius: 15px;
  margin-top: 40px;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  animation-name: bounce-2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.experience-box .common-btn {
  position: initial;
  animation: none;
  bottom: auto;
  margin: 30px 0 0 0;
  min-width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes bounce-2 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-20px)
  }

  100% {
    transform: translateY(0)
  }
}

.about-inner-box:nth-child(odd) .about-content-box-btn {
  box-shadow: rgba(255, 255, 255, .6) 1.05px 0.95px 0.2px 3px;
}

.about-content-box-btn:hover {
  color: #fff;
  background-color: var(--pink);
}

.tc-about-st2 .big-title span {
  color: var(--pink);
}




/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 150px 0;
  background-color: var(--green);
}

.tc-services-st2 .vec1 {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.tc-services-st2 .title {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #9994;
}

.tc-services-st2 .title .text {
  position: relative;
  padding-top: 20px;
}

.tc-services-st2 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}

.tc-services-st2 .service-card {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #9994;
}

.tc-services-st2 .service-card:hover {
  border-color: #151515;
}

.tc-services-st2 .service-card:hover .img::after {
  opacity: 0.3;
}

.tc-services-st2 .service-card:hover .img .cir-butn {
  opacity: 1;
}

.tc-services-st2 .service-card .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #9994;
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
}

.tc-services-st2 .service-card .img {
  position: relative;
  height: 200px;
  margin-top: 50px;
}

.tc-services-st2 .service-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-services-st2 .service-card .img .cir-butn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 20;
}

.tc-portfolio-st3 .common-btn {
  margin-top: 50px;
}

/* --------------- process st2 --------------- */
.tc-process-st2 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}

.tc-process-st2 .title-side {
  position: relative;
}

.tc-process-st2 .title-side h2 {
  font-size: 50px;
}

.tc-process-st2 .title-side h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #151515;
}

.tc-process-st2 .title-side .cont {
  position: relative;
  margin-top: 50px;
}

.tc-process-st2 .title-side .cont .lg-txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 140px;
  -webkit-text-stroke: 1px #151515;
  opacity: 0.1;
  color: transparent;
  text-transform: uppercase;
  line-height: 1;
}

.tc-process-st2 .progress-side .shap-img {
  width: 40%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.tc-process-st2 .progress-side .progress {
  height: 4px;
}

.tc-process-st2 .progress-side .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-process-st2 .title-side h2 {
    font-size: 30px;
  }
}

/* --------------- video st2 --------------- */
.tc-video-st2 {
  position: relative;
  overflow: hidden;
}

.tc-video-st2 .content {
  position: relative;
}

.tc-video-st2 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transform: translate(-30%, -30%) rotate(45deg);
  transform: translate(-30%, -30%) rotate(45deg);
  border-top: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid var(--cr-orange1);
}

.tc-video-st2 .content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid #151515;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.tc-video-st2 .video-card {
  position: relative;
  height: 600px;
  overflow: hidden;
  z-index: 20;
}

.tc-video-st2 .video-card .video {
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-video-st2 .video-card .play-btn {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  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;
}

/* --------------- numbers st2 --------------- */


.counter-section {
  background-color: var(--pink);
  position: relative;
  background-image: url('../img/gallery/vector1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 0;

}

.tc-numbers-st2 {
  position: relative;
}


.tc-numbers-st2 .numbers {
  position: relative;
}

.tc-numbers-st2 .numbers .number-card {
  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;
  margin: 0 auto;

}

.tc-numbers-st2 .numbers .number-card .cont {
  text-align: center;
  color: #fff;
}
.tc-numbers-st2 .numbers .number-card .cont img{
  width: 50px ;
  height: auto;
}
.tc-numbers-st2 .numbers .number-card p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.tc-numbers-st2 .numbers .number-card p span {
  color: #000;
  font-weight: 500;
}

.tc-numbers-st2 .numbers .number-card h3 {
  font-size: 45px;
  margin-top: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.tc-numbers-st2 .numbers .number-card h4 {
  margin-top: 25px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

/* --------------- portfolio st2 --------------- */
.tc-portfolio-st2 {
  position: relative;
  padding: 170px 0 90px;
  color: #fff;
  overflow: unset;
}

.tc-portfolio-st2::before {
  position: absolute;
  content: '';
  width: 700px;
  height: 600px;
  background-color: var(--pink);
  top: 10%;
  left: 0;
  z-index: -2;
}

.tc-portfolio-st2 .portfolio-slider h2 {
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 20px;
  font-size: 22px;
  position: relative;
}

.tc-portfolio-st2 .portfolio-slider h2::after {
  content: '';
  height: 250px;
  width: 3px;
  position: absolute;
  background-color: var(--navy-blue);
  bottom: -73px;
  left: -18px;
  transform: translate(10px, 10px);
}

.tc-portfolio-st2 .portfolio-slider .slider-button-next,
.tc-portfolio-st2 .portfolio-slider .slider-button-prev {
  background-color: #fff;
  top: auto;
  bottom: 15px;
  color: #000;
}

.tc-portfolio-st2 .portfolio-slider .slider-button-next {
  right: 19%;

}

.tc-portfolio-st2 .portfolio-slider .slider-button-prev {
  right: 25%;
}

.case-studies-slider {
  overflow: hidden;
  /*  height: 750px; */
}

.case-studies-block {
  position: relative;
}
.case-studies-block .slider-button-next, .case-studies-block .slider-button-prev {
  z-index: 99;
} 

.case-img {
  position: relative;
}
.case-img img {
 width:100%;
 height: 600px;
 object-fit: cover;
}

.case-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .6);
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 30px;

}

.case-content h3 {
  font-size: 40px;
  font-weight: 500;
}

.case-content a {
  display: block;
  border-radius: 100%;
  padding: 50px;
  width: 100px;
  height: 100px;
  border: 1px solid #ffffffab;
  margin-left: 20px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffffab;
}

.case-img .common-btn a:hover {
  border-color: var(--blue);
}

.tc-portfolio-st2 .vec1 {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.tc-portfolio-st2 .vec2 {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.tc-portfolio-st2 .title-slider {
  margin-bottom: 50px;
}

.tc-portfolio-st2 .title-slider h2 {
  font-size: calc(40px + 40px);
  color: #fff;
  opacity: 0.2;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.9;
}

.tc-portfolio-st2 .title-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}

.tc-portfolio-st2 .title-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tc-portfolio-st2 .portfolio-slider {
  position: relative;
  /*  height: 630px; */
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .info {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(20deg);
  transform: scale(0.8) rotate(20deg);
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .img {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(-20deg);
  transform: scale(0.8) rotate(-20deg);
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .info {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.tc-portfolio-st2 .portfolio-slider .img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.tc-portfolio-st2 .portfolio-slider .info {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;

  display: flex;
  justify-content: end;
}

.tc-portfolio-st2 .portfolio-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: auto;
  bottom: 30px;
  left: 60%;
}

.tc-portfolio-st2 .portfolio-slider .swiper-fraction {
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 120px;
  font-weight: 100;
}

/* --------------- team st2 --------------- */
.tc-team-st2 {
  position: relative;
}

.tc-team-st2 .team-card {
  position: relative;
  background: linear-gradient(190deg, rgba(150, 150, 150, 1) 0%, rgb(0, 0, 0, 1) 100%);
  -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);

  overflow: hidden;
}

.tc-team-st2 .team-card .img {
  position: relative;
  margin-top: -30px;
}

.tc-team-st2 .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-st2 .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-st2 .team-card .img .social-icons .link:hover {
  background-color: #000;
}

.tc-team-st2 .team-card .img .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}

.tc-team-st2 .team-card .img .social-icons .link.plus-link {
  z-index: 10;
}

.tc-team-st2 .team-card .info {
  padding: 30px 30px 20px;
}

.tc-team-st2 .team-card:hover .img .social-icons {
  margin-bottom: -50px;
}

.tc-team-st2 .team-card:hover .img .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}

.tc-team-st2 .team-card:hover .img .social-icons .link.plus-link {
  opacity: 0 !important;
}

.tc-team-st2 .cir-butn {
  width: 300px;
  height: 300px;
}

.tc-team-st2 .cir-butn .txt {
  font-size: 30px;
}

.tc-team-st2 .cir-butn .arrow {
  width: 40px;
  height: 40px;
}

/* --------------- pricing st2 --------------- */
.tc-pricing-st2 {
  position: relative;
  padding: 150px 0;
  background-color: var(--cr-orange1);
  color: #fff;
}

.tc-pricing-st2 .title {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff3;
}

.tc-pricing-st2 .title p {
  position: relative;
  font-size: 16px;
}

.tc-pricing-st2 .title p::after {
  position: absolute;
  content: "";
  right: 0;
  top: -25px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec8.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tc-pricing-st2 .price-card {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #fff3;
}

.tc-pricing-st2 .price-card:hover {
  border-color: #fff;
}

.tc-pricing-st2 .price-card:hover .card-title h6 {
  text-decoration: underline;
}

.tc-pricing-st2 .price-card .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
}

.tc-pricing-st2 .price-card .check-list li:last-of-type {
  margin: 0;
}

.tc-pricing-st2 .price-card .price {
  font-size: 32px;
}

.tc-pricing-st2 .price-card .price small {
  font-size: 14px;
  text-decoration: line-through;
}

.tc-pricing-st2 .price-card .more {
  font-size: 16px;
}

.tc-pricing-st2 .price-card .more .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

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

.tc-blog-st2 .title-wrapper {
  position: relative;
}

.tc-blog-st2 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}

.tc-blog-st2 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.tc-blog-st2 .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-st2 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}

.tc-blog-st2 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}


/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
  background-color: #000;
}
.tc-footer-st2 .main-footer {
  color: #fff;
  position: relative;
  padding: 70px 0 50px;
  background-image: url('../img/gallery/ftr-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tc-footer-st2 .subscribe-content {
  position: relative;

  background-color: #f6f6f6;
}

.tc-footer-st2 .subscribe-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.tc-footer-st2 .subscribe-content .form-group {
  position: relative;
}

.tc-footer-st2 .subscribe-content .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tc-footer-st2 .subscribe-content .form-control {
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #151515;
  font-size: 16px;
  background-color: transparent;
}

.tc-footer-st2 .subscribe-content .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
}

.tc-footer-st2 .container {
  position: relative;
  z-index: 20;
}



.tc-footer-st2 .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%);

}

.tc-footer-st2 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.tc-footer-st2 .main-footer .links-group h6 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: .5px;
}

.tc-footer-st2 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1520px) / 2);
  width: 50vw;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
}

.tc-footer-st2 .links-wrapper {
  position: relative;

}

.tc-footer-st2 .links-wrapper .links-group .links li a i {
  margin-right: 6px;
}

.tc-footer-st2 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}

.tc-footer-st2 .links-wrapper .contact-links a:hover {
  color: var(--blue);
}

.tc-footer-st2 .links-group .links a {
  font-size: 14px;
  color: #888888;
  margin-bottom: 16px;
  letter-spacing: .5px;
}

.tc-footer-st2 .links-group .links a:hover {
  color: var(--pink);
  opacity: 1;
}

.tc-footer-st2 .foot {
  position: relative;
  padding: 20px 0 ;
  background-color: rgb(15 15 15 / 70%);
}

.tc-footer-st2 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
}

.ftr .ftr-logo-content {
  padding: 20px 18px;
}

.ftr .ftr-logo-content p {

  font-size: 15px;
  opacity: .6;
}

.ftr .ftr-logo {
  text-align: center;
}

.ftr .ftr-logo img {
  max-width: 200px;
  width: 100%;
}





.tc-contact-st1 .common-btn a {
  background-color: var(--pink);
  border: none;
  color: #fff;
}

.ftr-social-logo {
  width: fit-content;
  margin: 0 auto;
  padding: 40px 0 0 0;
  display: flex;
  justify-content: space-around;
}
.ftr-social-logo a {
  margin: 0 15px 20px;
}
/* .links-group{
  padding: 0 20px; 
} */
/* .ftr{
  padding: 20px;
} */
.ftr-social-logo a {

  border-radius: 100%;
  text-align: center;
  font-size: 26px;
}

.ftr-social-logo a:hover {
  color: var(--pink);
}

.copyright-ftr {
  font-size: 14px;
  color: #888888;
  text-align: left;
}

.copyright-ftr span{
  color: var(--pink);
}

 .privacy-link {
  text-align: right;
}
.privacy-link a{
  color: #888888;
  font-size: 14px;
}
.privacy-link a:hover{
  color: var(--pink);
}



/* form css */



.raquote {
  background: rgb(0 0 0 / 80%);
  transition: all 0.3s ease-in;
}

.modalShow {
  padding-right: 17px;
  display: block;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-popup.contact-page__form-box {
  padding: 0;
}

.popup_form {
  padding: 30px;
  border-top: 8px solid var(--pink)
}
.menu-popup{
  border-top: 8px solid var(--pink)
}
.menu_popup_form{
  padding: 30px 15px 30px 30px;
}
.form-image {
  width: 100%;
  height: 100%;
}
.form-image img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-bottom-right-radius: 4px;
}
.mg-top-40 {
  margin-top: 40px;
}

.popclose {
  cursor: pointer;
  padding: 16px;
  background: var(--pink);
  color: #fff;
  display: inline-block;
  line-height: 13px;
/*   margin-top: 15px; */
  width: 48px;
  height: 48px;
  text-align: center;
  position: fixed;
  right: 10px;
  top: 10px;
}

.popclose:hover {
  color: #fff;
}

.contact-form {
  position: relative;
  display: block;
}

.form_title {
  margin-bottom: 30px
}


.help-block {
  color: #f00;
  margin-top: 5px;
  display: block;
  margin-left: 4px;
  font-size: 13px;
}

.contact-page__input-box {
  margin-bottom: 20px;
  position: relative;
}
.date-picker-icon {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 17px;
  color: #555;
  z-index: 0;
}

.contact-page__input-box select{
  color:rgba(96, 102, 108, 0.9);
  appearance: auto;
  }
  .contact-page-disc{
    margin-top: 15px;
  }
  .contact-page-disc a{
    color: var(--pink);
  }
  .contact-form label{ 
    margin-bottom: 5px;
  }

.input-select-option {
  position: relative;
}

.input-select-option select {
  width: 22px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}

.contact-page__form-box {
  position: relative;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 50px 50px;
}

.dark-btn {
  color: #fff
}

.light-btn {
  color: #000
}

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.form-control {
  color: rgb(0 0 0 / 60%);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 10px 20px;
  border-radius: 4px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.thm-btn {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 6px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 5px;
  background-color: var(--pink);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}

.thm-btn:hover {
  color: #fff;
}

/* form css */


/* about us page */


.main-banner {
  background-image: linear-gradient( rgba(7, 0, 72, 0.65), rgba(7, 0, 72, 0.65)), url('../img/about-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.experiences-banner-img{
  background-image: linear-gradient( rgba(7, 0, 72, 0.65), rgba(7, 0, 72, 0.65)), url('../img/experiences.jpg');
}
.about-banner-img{
  background-image: linear-gradient( rgba(7, 0, 72, 0.65), rgba(7, 0, 72, 0.65)), url('../img/about.jpg');
}

.main-banner h2 {
  font-size: 70px;
}

.main-banner h2 span {
  color: var(--pink);
}



/* about us page */


/* inner activity */

.innner-filter-box {
  width: 100%;
  padding: 40px 0;
  background-color: #fcffbf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  margin-bottom: 20px;
}

.inner-filter-heading {
  text-align: center;
}

.inner-filter-heading p {
  margin: 0;
  text-align: center;
}

.inner-dropdwon-btn {
  width: 100%;
  position: relative;
}

.dowpdownbtn-name {
  width: fit-content;
  text-align: center;
  color: var(--pink);
  font-size: 18px;
  margin: 0 auto;
  font-family: "Helvetica Neue semi bold";
  display: block;
  position: relative;
}

.dowpdownbtn-name .dropdown-down-arrow,
.dowpdownbtn-name .dropdown-up-arrow {
  position: absolute;
  right: -20px;
  top: 1px;
}

.dowpdownbtn-name .dropdown-up-arrow {
  display: none;
}

.inner-dropdown-content {
  display: none;
  padding: 15px 30px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 0 0 15px 15px;
  z-index: 9;
  box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px ;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

.inner-dropdown-content li {
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
}

.inner-dropdown-content li:hover a {
  color: var(--pink);
}

.inner-dropdown-content li a {
  color: #000;
  width: 100%;
  display: block;
}

.inner-dropdown-content li:last-child {
  border-bottom: 0;
}

.inner-dropdwon-btn:hover > .inner-dropdown-content {
  display: block;

}

.inner-dropdwon-btn:hover > .dowpdownbtn-name .dropdown-up-arrow {
  display: initial;
}

.inner-dropdwon-btn:hover > .dowpdownbtn-name .dropdown-down-arrow {
  display: none;
}
.inner-activity-card a{
  margin: 20px 0 0 0 ;
  width: 100%;
}





/* --------------- testimonials st3 --------------- */
.tc-testimonials-st3 {
  position: relative;
  padding-bottom: 90px;
  background-color: #fff;

}

.tc-testimonials-st3 .big-title {
  color: #000;
}

.tc-testimonials-st3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;

}

.tc-testimonials-st3 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.tc-testimonials-st3 .vec2 {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.tc-testimonials-st3 .testi-slider {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 45px;
  z-index: 20;
}

.testi-name {
  color: var(--pink);
  font-size: 17px;
}

.text-company-name {
  margin-bottom: 0;
  font-size: 15px;
}

.tc-testimonials-st3 .testi-card {
  position: relative;
  padding: 40px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  background-color: rgba(248, 220, 22, 0.08);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}


.tc-testimonials-st3 .testi-card .rate-wrapper .icon {
  height: 30px;

  position: relative;
  top: -10px;

}

.tc-testimonials-st3 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}

.tc-testimonials-st3 .testi-card .main-txt p {
  font-size: 15px;
  line-height: 28px;
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #9993;
}

.tc-testimonials-st3 .testi-card:hover {
  background-color: var(--blue);
}

.tc-testimonials-st3 .testi-card:hover .main-txt,
.tc-testimonials-st3 .testi-card:hover .text-company-name {
  color: #fff;
}







/* single-activity */



  .main-banner {
  height: 450px;
} 

.not-found-img{
  background-image: linear-gradient( rgba(7, 0, 72, 0.65), rgba(7, 0, 72, 0.65)), url('../img/gallery/bg4.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:400px;
}
.activty-banner-img{
  background-image: linear-gradient( rgba(7, 0, 72, 0.65), rgba(7, 0, 72, 0.65)), url('../img/gallery/main-bg3.jpg?v=1.01');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-banner-img{
  background-image:linear-gradient( rgba(7, 0, 72, 0.65), rgba(7, 0, 72, 0.65)), url('../img/gallery/Healthworks.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.common-banner .banner-call-btn {
  margin-top: 20px;
}

.common-banner .banner-call-btn a {
  background-color: var(--pink);
} 

.single-activity-section {
  background-image: url('../img/gallery/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /* max-height: 1360px; */
}

.single-activit-details {
  background-color: var(--navy-blue);
  border-radius: 40px;
  padding: 40px;
}
.single-activit-details.blog-content{
	  background-color: #FEFBF3;
	  
}
.single-activit-details h1 strong, .single-activit-details h2 strong, .single-activit-details h3 strong, .single-activit-details h4 strong, .single-activit-details h5 strong, .single-activit-details h6 strong{
	font-weight:normal;
}  
.single-activit-details.blog-content .single-discription{
	color:#000;
}

.single-activit-details.blog-content .single-discription p span{
	color:#000 !important;
}
.single-activit-details.blog-content .single-discription h3 span{
	color:#000 !important;
}

.single-activit-details .activiti-inner-btn {
  justify-content: start;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-top: 0;
}

.single-activit-details .activiti-inner-btn span {
  background-color: var(--pink);
  padding: 10px 20px;
  margin-right: 30px;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue light";
  color: #fff;
}

.single-teg-line {
  margin-top: 20px;
  color: #fff;
  font-size: 26px;
  font-family: "Helvetica Neue semi bold";
  line-height: 32px;
}

.single-discription {
  color: #fff;
}

.single-info h6 {
  color: #fff;
  margin-bottom: 0;
}

.tc-testimonials-st10 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.tc-testimonials-st10 .testi-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}

.tc-testimonials-st10 .user-img {
  position: relative;
  height: 100%;
}

.tc-testimonials-st10 .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.tc-testimonials-st10 .info {
  position: relative;
}

.single-teg-line.single-discription {
  font-size: 15px;
}

.tc-testimonials-st10 .info .lg-txt {
  font-size: 130px;
  color: transparent;
  -webkit-text-stroke: 1px #9992;
  text-transform: uppercase;
  line-height: 0.3;
  font-weight: bold;
}

.tc-testimonials-st10 .testi-card {
  position: relative;
  margin-top: 22px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.tc-testimonials-st10 .testi-card .rate-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.tc-testimonials-st10 .testi-card .rate-wrapper .icon {
  height: 30px;
}

.tc-testimonials-st10 .testi-card .rate-wrapper .icon img {
  margin: 0;
}

.tc-testimonials-st10 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}

.tc-testimonials-st10 .testi-card .main-txt {
  font-size: 32px;
  font-weight: 300;
  text-align: center;

}

.tc-testimonials-st10 .testi-card .main-txt p {
  font-size: 14px;
}

.tc-testimonials-st10 .swiper-pagination {
  text-align: end;
  text-align: center;
  color: #fff;
}

.tc-testimonials-st10 .testi-name {
  margin-bottom: 0;
  text-align: center;
}

.tc-testimonials-st10 .text-company-name {
  text-align: center;
  font-size: 14px;
}


.single-activit-details .clinets-slider {
  margin-top: 22px;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
}

.single-activit-details .tc-clients-st1 .swiper-slide img {
  height: 30px;
  margin: 40px 0;
}

.single-activit-details .tc-clients-st1 .client-heading {
  font-size: 24px;
  font-family: "Helvetica Neue light";
  justify-content: left;
}

.single-activit-details .tc-clients-st1,
.outcomes-section {
  margin-top: 30px;
}

.single-activit-details .tc-clients-st1 .client-heading h3,
.outcomes-heading h3 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}


.tc-testimonials-st10 .swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}

.tc-testimonials-st10 .swiper-horizontal .swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}

.tc-testimonials-st10 .swiper-horizontal .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}

.tc-testimonials-st10.swiper-horizontal .swiper-pagination.swiper-pagination-light .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}

.single-form {
  position: relative;
  display: flex;
  justify-content: center;
  height:100%;
}

.single-activity-form {
  position: absolute;
  top: -85px;
  width: 302px;

}
.posFix{
  position:fixed;
  top:90px;
}
.posAbs{
  position:absolute;
  bottom:-15px;
  top:auto;
}
.activity-form-content {
  padding: 15px;
  background-color: var(--navy-blue);
  border-radius: 15px;
  box-shadow: rgba(255, 255, 255, 0.24) 0px 0px 9px;
  font-size: 17px;
  margin: 0 auto;
  width: 302px;

}



.single-form-head {
  text-align: center;
  position: absolute;
  background-color: var(--yellow);
  color: #000;
  font-family: "Helvetica Neue semi bold";
  width: fit-content;
  padding: 7px 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -21px;
  border-radius: 10px;
  font-style: italic;
  font-size: 19px;

}

.single-form-head2 {
  text-align: center;
  color: #fff;
  margin: 20px 0;
}

.single-form-head2 p {
  font-size: 18px;
  margin: 0;
}
.headpoint-box{
  background-color: rgba(255, 255, 255, 0.060);
  border-radius: 10px;
  border: .6px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
.headpoint-heading {
  display: flex;
  justify-content: space-between;
}



.headpoint-box input {
  width: 80px;
  height: 40px;
  border-radius: 10px;
  outline: none;
  background-color: var(--navy-blue);
  border: .6px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0 12px;

}


.headpoint-box label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;

}

.form-input-box input {
  width: 100%;
  height: 40px;
}

.single-form-btn {
  margin-bottom: 15px;
}

.single-form-btn a {
  background-color: var(--pink);
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  padding: 15px 0;
  color: #fff;
}

.form-bttom-text p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}


.outcomes-section .activiti-inner-btn {
  border: none;
  margin-top: 22px;
}


.single-video-section {
  position: relative;
  margin: 40px 0 0 0;
}

.single-video-section .video-element {
  position: absolute;
  right: -60px;
  bottom: -50px;
  opacity: .4;



}

.single-video iframe {
  background-color: var(--yellow);
  border-radius: 15px;
  padding: 5px;
  z-index: 999;
  position: relative;
  width: 100%;
  height: 400px;
}

.single-video {
  position: relative;
}

.single-gallery a {
  margin-bottom: 22px;
}

.single-gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.single-gallery a .single-gallery-img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}


.single-gallery {
  overflow: hidden;
  padding-right: 5px;
  height: 100%;
}

.single-gallery-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.single-img-gallery {
  margin-top: 40px;
  padding: 0 10px;
}

.single-img-gallery img {
  width: 100%;
  border-radius: 10px;
}

.single-img-gallery .single-inner-img {
  margin-bottom: 6px;
}

.single-clients-img {
  text-align: center;
}

.single-clients-img img {
  display: inline;
  padding: 0 8px;
  width: 100px;
  height: auto;

}

.single-clients-logo {
  text-align: center;
  margin-top: 30px;
}

.single-clients-logo p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.single-col {
  padding: 0 3px;
}

.activityTags{
  padding: 10px;
    color: #fff;
    font-family: 'Helvetica Neue light';
}
.activityTags ul {
  list-style: none;
  margin-top: 15px;
}
.activityTags ul li {
  display: inline-flex;
  margin-right: 3%;
  font-size: 17px;
  margin-bottom: 20px;
  width: 100%;
}
.activityTags ul li span {
  display: block;
  background-color: var(--pink);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  padding: 1px;
  margin-right: 15px;
}


/* single-activity */


.blogpost-content .post-title{
	font-size:42px;
	margin:50px 0 0 0;
	font-family: 'Helvetica Neue semi bold';
	font-weight:500;
}

.blogpost-content .banner-details img{
	margin-bottom:90px;
	height:500px;
	border-radius:30px;
}

.blogpost-content p.sub-info{
	margin:30px 0 20px  0;
}
.blogpost-content .sub-info i{
	margin-right:5px;
}
span.sub-info {
    background: var(--yellow);
    text-align: center;
    padding: 7px 14px;
    border-radius: 10px;
    color: #000;
    margin-right: 5px;
    font-size: 15px;
	margin-right:20px;
}

.related-posts .big-title{
	color:#000;
}
.related-posts .tc-features-st3 .feat-card  p, .related-posts .tc-features-st3 .feat-card h4{
	color:#000;
}
.related-posts .tc-features-st3 .feat-card  i{
	color:var(--pink);
}

/* marquee css */

 
 @-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-slider {
    background-color: var(--navy-blue);
	overflow:hidden;
}
.ticker-slider .ticker__item { 
	display: inline-block;
    font-family: "Helvetica Neue semi bold";
    font-size: 1.55rem;
    padding: 40px 0;
    color: #fff;
    letter-spacing: .5px;
    width: 100%;
}
.ticker-slider a {
    color: var(--pink);
    text-decoration: underline;
}
.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker:hover { 
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.ticker-wrap .ticker {
  display: inline-block;
  
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.mobile_ticker{
	display:none;
	text-align:center;
}
.alertMessage{
	font-size:15px;
}


/* location page */

.location-act-category .activity-menu-btn {
  text-align: center;
}

/* location page */


/* privacy policy*/

.privacy-box{
  margin: 40px 0;
}
 .privacy-box ul{
  margin-left: 30px;
}
.privacy-box ul li{
  margin-left: 30px;
  list-style: disc;
  line-height: 1.7;
  letter-spacing: .5px;
}
.privacy-box p, .privacy-box ul li{
  font-size: 15px;
}
.privacy-box a {
    color: var(--pink);
}
/* privacy policy*/


/* datepicker */
.ui-datepicker-buttonpane{
  display: none;
}
.ui-datepicker-month option, .ui-datepicker-year option{
  color: #2B323B;
  background-color: #fff;
}
.date {
  appearance: none;
}
.date:focus {
  outline: none;
  border-color: #5D9CF5;
}

.ui-datepicker, .ui-datepicker-div {
  width: 280px !important;
  padding: 5px !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (max-width: 580px) {
  .ui-datepicker {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}
.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  font-size: 14px;
  color: #000;
  margin: 0 5px;
 width:70px;
 
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background: #ffffff;
  color: #000;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -6px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  pointer-events: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}
.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #000;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 14px;
}
.ui-state-default:hover {
  background: var(--pink);
  text-decoration: none;
  color: #ffffff;
}

.ui-state-highlight {
  color: var(--pink);
}

.ui-state-active:not(.ui-state-highlight) {
  color: #fff;
background:var(--pink); 
}

.ui-datepicker-unselectable .ui-state-default {
  color:#a7a7a7;
  pointer-events: none;
}

/* datepicker */

.popupmodal .modal-xl{
  --bs-modal-width:970px;
}
.toolkit .modal-lg{
  --bs-modal-width:600px;
}


.contact-form .form-control:focus {
  background-color: #fff;
  border-color: #191919;
  outline: 0;
  box-shadow: none;
}
.Home_circles__CEYyP {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.Home_circles__CEYyP li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background-color: var(--yellow);
    -webkit-animation: Home_animate__a28lM 25s linear infinite;
    animation: Home_animate__a28lM 25s linear infinite;
    bottom: -150px;
}
@keyframes Home_animate__a28lM { 
0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
}
100% {
    transform: translateY(-1500px) rotate(2turn);
    opacity: 1;
    border-radius: 50%;
}
}

.Home_circles__CEYyP li:first-child {
    left: 45%;
    width: 30px;
    height: 30px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
     background-color: var(--pink);
}
.Home_circles__CEYyP li:nth-child(2) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
	background-color: var(--pink);
}

.Home_circles__CEYyP li:nth-child(3) {
    left: 40%;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
	background-color: var(--pink);
}

.Home_circles__CEYyP li:nth-child(4) {
    left: 75%;
    width: 50px;
    height: 50px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
	background-color: var(--green);
}
.Home_circles__CEYyP li:nth-child(5) {
    left: 55%;
    width: 35px;
    height: 35px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    background-color: var(--blue);
}

.Home_circles__CEYyP li:nth-child(6) {
    left: 80%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
     background-color: var(--green);
}

.Home_circles__CEYyP li:nth-child(7) {
    left: 20%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
	
}
.Home_circles__CEYyP li:nth-child(8) {
    left: 5%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    background-color: var(--blue);
}
.Home_circles__CEYyP li:nth-child(9) {
    left: 10%;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
}
.Home_circles__CEYyP li:nth-child(10) {
    left: 35%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
	 background-color: var(--green);
}
.Home_circles__CEYyP li:nth-child(11) {
    left: 85%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
	background-color: var(--green);
}
.Home_circles__CEYyP li:nth-child(12) {
    left: 30%;
    width: 50px;
    height:50px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
     background-color: var(--pink);
}
.Home_circles__CEYyP li:nth-child(13) {
    left: 15%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
	background-color: var(--blue);
}
.Home_circles__CEYyP li:nth-child(14) {
    left: 90%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    background-color: var(--green);
}
.Home_circles__CEYyP li:nth-child(15) {
    left: 95%;
    width: 30px;
    height: 30px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
	background-color: var(--pink);
}

