/*------------------------------------------------------------------
[Table of contents] 
*button
*heading
*content box 
*service
*testimonials
*blog
*projects
*team
*infobox
*counter
*pricing
*timeline
*client
*carousel
*list
*Progress Bar Heading
*Tab Widget
*Vertical Cards Widget
*tcr style style 1
*card style 1
*Elementor image carousel
-------------------------------------------------------------------*/

/******************************************************* 
                   button 
*******************************************************/

/* primary btn  */
.button-style-1.tcr-bg-color-primary .tcr-button a {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.button-style-1.tcr-bg-color-primary .tcr-button a i {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.button-style-1.tcr-bg-color-primary .tcr-button a:hover {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.button-style-1.tcr-bg-color-primary .tcr-button a:hover i {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}

.tcr-bg-color-secondary .button-style-1.tcr-bg-color-primary .tcr-button a:hover {
  background-color: var(--tcr-white-color);
  color: var(--tcr-dark-color);
}
.tcr-bg-color-secondary .button-style-1.tcr-bg-color-primary .tcr-button a:hover i {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}

/* secondary btn  */
.button-style-1.tcr-bg-color-secondary .tcr-button a {
  background-color: var(--tcr-secondary-color);
}
.button-style-1.tcr-bg-color-secondary .tcr-button a i {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.button-style-1.tcr-bg-color-secondary .tcr-button a:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.button-style-1.tcr-bg-color-secondary .tcr-button a:hover i {
  background-color: var(--tcr-dark-color);
  color: var(--tcr-white-color);
}
.tcr-bg-color-primary .button-style-1.tcr-bg-color-secondary .tcr-button  a:hover {
  background-color: var(--tcr-white-color);
  color: var(--tcr-secondary-color);
}

/* tertiary btn  */
.button-style-1.tcr-bg-color-tertiary .tcr-button a {
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-dark-color);
}
.button-style-1.tcr-bg-color-tertiary .tcr-button a i {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.button-style-1.tcr-bg-color-tertiary .tcr-button a:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.tcr-bg-color-primary .button-style-1.tcr-bg-color-tertiary .tcr-button a:hover {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.tcr-bg-color-primary .button-style-1.tcr-bg-color-tertiary .tcr-button a:hover
  i {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}

/* white btn  */
.button-style-1.tcr-bg-color-white .tcr-button a {
  color: var(--tcr-dark-color);
  background-color: var(--tcr-white-color);
}
.button-style-1.tcr-bg-color-white .tcr-button a i {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.button-style-1.tcr-bg-color-white .tcr-button a:hover {
  color: var(--tcr-dark-color);
  background-color: var(--tcr-primary-color);
}
.tcr-bg-color-primary .button-style-1.tcr-bg-color-white .tcr-button a:hover {
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}
.tcr-bg-color-primary .button-style-1.tcr-bg-color-white .tcr-button a:hover i {
  background-color: var(--tcr-white-color);
  color: var(--tcr-dark-color);
}

/* transparent btn  */
.button-style-1.tcr-bg-color-transparent .tcr-button a {
  color: var(--tcr-secondary-color);
}
.button-style-1.tcr-bg-color-transparent .tcr-button a:hover {
  color: var(--tcr-secondary-color);
  background-color: inherit;
}
.tcr-bg-color-primary .button-style-1.tcr-bg-color-transparent .tcr-button a:hover {
  color: var(--tcr-dark-color);
}
.tcr-bg-color-secondary .button-style-1.tcr-bg-color-transparent .tcr-button a {
  color: var(--tcr-white-color);
}

/* Button style 1 */
.button-style-1.tcr-bg-color-transparent .tcr-button a i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background-color: inherit;
  margin-top: 5px;
  font-size: 17px;
  margin-left: 6px;
}

.button-style-1 .tcr-button a:hover {
  background-color: var(--tcr-secondary-color);
}

.button-style-1 .tcr-button a {
  color: var(--tcr-white-color);
  padding: 6px 6px 6px 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border-radius: 100px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}
.button-style-1 .tcr-button a i {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-left: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button-style-1 .tcr-button a svg{
    width: 40px;
    padding-left: 10px;

}
/******************************************************* 
                 heading 
*******************************************************/

.tcr_custom_heading_wrapper .tcr-heading-subtitle-wrapper .heading-subtitle {
  margin-bottom: 15px !important;
}

.custom-heading-style-1 .tcr-custom-heading-wrapper {
  margin-bottom: 30px;
}

.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle {
    margin: 0;
    color: var(--tcr-dark-color);
    text-transform: uppercase;
    padding: 10px 10px 10px 33px;
    position: relative;
    display: inline-block;
    background-color: var(--tcr-tertiary-color);
    border-radius: 8px;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle::before {
  position: absolute;
top: 11px;
    left: 10px;
  content: "\f102";
  font-family: flaticon_mycollection !important;
  font-size: 18px;
}
.custom-heading-style-1.heading-white-text .tcr-heading-subtitle-wrapper {
  background-color: var(--tcr-quaternary-color);
  color: var(--tcr-secondary-color);
}
 

.custom-heading-style-1 .tcr-custom-heading-wrapper .tcr-heading-content {
  margin-top: 25px;
}

.custom-heading-style-1 .tcr-custom-heading-wrapper .heading-subtitle.subtitle-text-lowercase {
  text-transform: lowercase;
}

.custom-heading-style-1 .tcr-custom-heading-wrapper .heading-subtitle.subtitle-text-uppercase {
  text-transform: uppercase;
}

.custom-heading-style-1
  .tcr-custom-heading-wrapper
  .heading-subtitle.subtitle-text-capitalize {
  text-transform: capitalize;
}

.custom-heading-style-1 .tcr-custom-heading-wrapper .heading-title {
  margin-bottom: 0;
}

.custom-heading-style-1
  .tcr-custom-heading-wrapper
  .heading-title.title-text-uppercase {
  text-transform: uppercase;
}

.custom-heading-style-1
  .tcr-custom-heading-wrapper
  .heading-title.title-text-lowercase {
  text-transform: lowercase;
}

.custom-heading-style-1
  .tcr-custom-heading-wrapper
  .heading-title.title-text-capitalize {
  text-transform: capitalize;
}

.custom-heading-style-1.heading-white-text .heading-title,
.custom-heading-style-1.heading-white-text .tcr-heading-content {
  color: var(--tcr-white-color);
}

.custom-heading-style-1.heading-alignment-right .tcr-custom-heading-wrapper {
  text-align: right;
}

.custom-heading-style-1.heading-alignment-center .tcr-custom-heading-wrapper {
  text-align: center;
}

.tcr-bg-color-secondary
  .custom-heading-style-1.heading-white-text
  .tcr-custom-heading-wrapper
  .heading-title {
  color: var(--tcr-white-color);
}

.custom-heading-style-1.heading-white-text
  .tcr-custom-heading-wrapper
  .tcr-heading-content {
  color: var(--tcr-white-color);
}

.custom-heading-style-1 .tcr-custom-heading-wrapper .heading-title img {
  width: 30px;
  margin: 0px 5px;
}
.custom-heading-style-1.heading-alignment-center {
  width: 60%;
  margin: auto;
}

/******************************************************* 
                 content box 
*******************************************************/
.content-box-style-1 .box-title {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 15px;
  color: var(--tcr-dark-color);
}
.content-box-style-1 {
  color: var(--tcr-body-color);
}

/******************************************************* 
                 service  
*******************************************************/
/* service style 1 */
.services-style-1 .tcr-service-wrapper {
  margin-bottom: 30px;
  padding: 40px 40px 30px 40px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.services-style-1 .tcr-service-wrapper::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: " ";
  background-image: url(https://themecrafter.com/recyo/wp-content/themes/recyo/assets/images/recycle-arrow.png);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.services-style-1 .tcr-service-image-container {
  margin-bottom: 35px;
  justify-content: space-between;
}
.services-style-1 .tcr-service-icon-container {
  font-size: 60px;
  line-height: 60px;
  color: var(--tcr-secondary-color);
  margin-bottom: 120px;
}
.services-style-1 .tcr-services-button {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--tcr-dark-color);
  letter-spacing: 0.6px;
}

.services-style-1 .tcr-services-button i {
  display: inline-block;
  top: 7px;
  left: -1px;
  position: relative;
  font-size: 25px;
}

.services-style-1 img {
  border-radius: 100%;
}

.services-style-1 .tcr-service-title {
  font-size: 29px;
  line-height: 30px;
  color: var(--tcr-dark-color);
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 17px;
}

.services-style-1 .tcr-service-content {
  display: grid;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.services-style-1 .tcr-service-number {
  font-size: 22px;
  opacity: 0.4;
  position: absolute;
  top: 40px;
  right: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: inherit;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: -25px;
  content: "\f11e";
  font-family: flaticon_mycollection !important;
  font-weight: 900;
    font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
  text-align: center;
}

.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f128";
  font-family: flaticon_mycollection !important;
  font-weight: 900;
    font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
  text-align: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination-horizontal {
  text-align: center;
}

.swiper-pagination-bullet-active {
  background-color: var(--tcr-secondary-color) !important;
}

.elementor-section.tcr-bg-color-secondary .swiper-pagination-bullet {
  background-color: var(--tcr-white-color);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  border-radius: 50px;
  background: #dae6e8;
  opacity: 1;
}

.tcr-bg-color-primary .swiper-pagination-bullet-active {
  background-color: var(--tcr-secondary-color) !important;
}

.tcr-bg-color-primary .swiper-pagination-bullet {
  background-color: var(--tcr-white-color);
}

/* services style 2 */
.services-style-2 .tcr-service-wrapper {
  position: relative;
  margin: 15px 0px;
}

.services-style-2 .tcr-service-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 38%,
    rgb(0 0 0 / 90%) 99%
  );
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.services-style-2 .tcr-service-wrapper:hover:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 30%) 38%,
    rgb(0 0 0 / 90%) 99%
  );
}

.services-style-2 .tcr-service-image-container img {
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.services-style-2 .tcr-service-button {
  position: absolute;
  top: 44px;
  right: 15px;
  font-size: 80px;
}

.services-style-2 .tcr-service-wrapper a::before {
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 0;
  content: "\f108";
  font-family: flaticon_mycollection !important;
  font-weight: 400;
  font-size: 20px;
  color: var(--tcr-white-color);
  transform: rotate(-35deg);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  background: rgb(255 255 255 / 30%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.services-style-2 .tcr-service-wrapper a:hover::before {
  background-color: var(--tcr-primary-color);
}

.services-style-2 .tcr-service-content {
  position: absolute;
  bottom: 90px;
  left: 30px;
  z-index: 9;
  padding: 0px 22px 0px 0px;
}

.services-style-2 .tcr-service-subtitle {
  font-family: var(--tcr-ch-subtitle-ff);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--tcr-primary-color);
  text-transform: uppercase;
}

.services-style-2 .tcr-service-title {
  font-family: var(--tcr-ch-title-ff);
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: var(--tcr-white-color);
  text-transform: capitalize;
}

/* services list */
.services-layout-list {
  padding: 10px 40px 10px 40px;
}
.services-layout-list .tcr-service-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-bottom: 1px solid #dee2e6;
  float: left;
  width: 100%;
}

.services-layout-list .tcr-service-wrapper .service-content,
.services-layout-list
  .tcr-service-wrapper
  .service-content
  .tcr-services-heading {
  display: flex;
  justify-content: space-between;
}
.services-layout-list .tcr-services-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 46px;
  height: 46px;
  line-height: 49px;
  text-align: center;
  display: block;
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
  border-radius: 100px;
  margin-top: 34px;
  font-size: 25px;
}
.services-layout-list .service-content:hover .tcr-services-button {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.services-layout-list .service-content:hover .tcr-service-title{
  color: var(--tcr-secondary-color);
}
.services-layout-list .tcr-service-title {
  font-size: 32px;
  line-height: 35px;
  width: 45%;
}
.services-layout-list .tcr-service-title span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-layout-list .tcr-services-heading .tcr-services-excerpt {
  width: 55%;
  padding-right: 20px;
}
.services-layout-list .tcr-services-heading .tcr-services-excerpt,
.services-layout-list:hover .tcr-services-heading .tcr-services-excerpt {
  color: var(--tcr-body-color);
}

.services-layout-list p {
  color: var(--tcr-white-color);
  margin: 0;
  width: 31%;
  font-weight: 300;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 100px;
  margin-bottom: 10px;
}

.services-layout-list .tcr-service-wrapper .service-content {
  width: 100%;
}
.services-layout-list
  .tcr-service-wrapper
  .service-content
  .tcr-services-heading {
  width: 90%;
  padding: 33px 30px 33px 40px;
}
.services-layout-list .tcr-service-wrapper .service-image img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.services-layout-list .tcr-service-wrapper::before {
  position: absolute;
  top: 34px;
  left: 0px;
  font-size: 20px;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-dark-color);
  font-weight: 500;
}
.services-layout-list .tcr-service-wrapper:nth-of-type(6n + 1)::before {
  content: "01";
}
.services-layout-list .tcr-service-wrapper:nth-of-type(6n + 2)::before {
  content: "02";
}
.services-layout-list .tcr-service-wrapper:nth-of-type(6n + 3)::before {
  content: "03";
}
.services-layout-list .tcr-service-wrapper:nth-of-type(6n + 4)::before {
  content: "04";
}
.services-layout-list .tcr-service-wrapper:nth-of-type(6n + 5)::before {
  content: "05";
}
.services-layout-list .tcr-service-wrapper:nth-of-type(6n + 6)::before {
  content: "06";
}
.services-layout-list .tcr-service-wrapper:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.services-layout-list .service-image {
  height: 400px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 45px;
}
.services-layout-list .service-taxonomies {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
}

.services-layout-list .service-taxonomies .service-categories {
  gap: 10px;
}
.services-layout-list .service-taxonomies .service-categories .service-category,
.services-layout-list .service-taxonomies .service-tags .service-tag {
  color: var(--tcr-white-color);
  backdrop-filter: blur(40px);
  background: rgb(29 48 51 / 18%);
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px 5px;
}

/******************************************************* 
                 testimonials  
*******************************************************/
/* testimonials style 1 */
.testimonials-style-1 {
  position: relative;
}

.testimonials-style-1 .tcr-testimonial-wrapper {
  background-color: var(--tcr-white-color);
  padding: 35px 40px 40px 40px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}

.testimonials-style-1 .tcr-testimonial-meta-container {
  display: flex;
  align-items: center;
}

.testimonials-style-1 img {
  border-radius: 100%;
  width: 60px !important;
}

.testimonials-style-1 .testimonial-image {
  position: relative;
  margin-right: 15px;
}

.testimonials-style-1 .testimonial-title {
  font-size: 26px;
  line-height: 34px;
  font-family: var(--tcr-ch-title-ff);
  margin-bottom: 8px;
}

.testimonials-style-1 .testimonial-designation {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  font-family: var(--tcr-ch-subtitle-ff);
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.testimonials-style-1 .tcr-testimonial-content {
  margin-top: 13px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--tcr-dark-color);
  font-size: 22px;
  line-height: 32px;
  font-style: normal;
  font-family: var(--tcr-ch-title-ff);
}

.testimonials-style-1 .tcr-testimonial-container {
  position: relative;
}

.testimonials-style-1 .owl-dots button {
  margin: 10px !important;
}

.tcr-testimonial-rating span.checked {
  color: #ffca00;
  font-size: 15px;
}

.testimonials-style-1 .tcr-testimonial-title-container {
  display: inline-flex;
  align-items: center;
}

.testimonials-style-1 .tcr-testimonial-title-inner {
  text-align: left;
}
.testimonials-style-1 .swiper-slide {
  border-radius: 20px;
}

/* testimonials style 2 */
.testimonials-style-2 .tcr-testimonial-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.testimonials-style-2 .tcr-testimonial-content {
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}

.testimonials-style-2 .tcr-testimonial-content p {
  color: var(--tcr-dark-color);
  font-size: 22px;
  line-height: 36px;
}

.testimonials-style-2 .testimonial-image {
  border-radius: 100%;
  z-index: 9;
  position: relative;
  margin-left: 110px;
  margin-right: 40px;
}

.testimonials-style-2 .tcr-testimonial-inner {
  width: 65%;
}

.testimonials-style-2 .testimonial-image::after {
  position: absolute;
  content: "\f105";
  font-size: 29px;
  top: 73px;
  left: -30px;
  font-family: flaticon_mycollection !important;
  border-radius: 50%;
  text-align: center;
  z-index: 9;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: var(--tcr-primary-color);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px var(--tcr-dark-color);
}

.testimonials-style-2 .testimonial-image::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -110px;
  border-radius: 50%;
  z-index: 9;
  width: 220px;
  height: 220px;
  line-height: 45px;
  border: 1px solid #dbdcdc;
}

.testimonials-style-2 .testimonial-image img {
  border-radius: 100%;
  max-width: 220px;
  z-index: 9;
  position: relative;
}

.testimonials-style-2 .testimonial-title {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.testimonials-style-2 .tcr-testimonial-container {
  text-align: center;
}
.testimonials-style-2 .testimonial-designation {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.testimonials-style-2 .owl-carousel .owl-dots {
  text-align: center;
}
.testimonials-style-2 .tcr-testimonial-rating {
  display: none;
}
.swiper-cards .swiper-slide-active .tcr-testimonial-wrapper {
  background-color: var(--tcr-white-color);
  opacity: 1;
}
.swiper-cards .tcr-testimonial-wrapper {
  opacity: 0.6;
}

/******************************************************* 
                 blog  
*******************************************************/

/* blog style 1  */
.blog-style-1 .tcr-post-slide {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.blog-style-1 .tcr-post-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.blog-style-1 .tcr-post-image-container .post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 15px 5px 15px;
  background-color: var(--tcr-primary-color);
  border-radius: 100px;
  color: var(--tcr-secondary-color);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-family: var(--tcr-ch-subtitle-ff);
  display: none;
}
.blog-style-1 .tcr-post-image-container .post-category a:hover {
  color: var(--tcr-secondary-color);
}

.blog-style-1 .tcr-post-slide .tcr-post-wrapper {
  width: 280px;
}
.blog-style-1 .tcr-post-content-cover {
  width: 60%;
  padding: 20px 0px 25px 35px;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-meta-items {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tcr-dark-color);
  letter-spacing: 0.6px;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-date {
  margin-left: 34px;
  position: relative;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-date::before {
  position: absolute;
  top: 11px;
  left: -21px;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--tcr-secondary-color);
  border-radius: 100px;
}

.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category a {
  color: var(--tcr-body-color);
}

.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category i {
  margin-right: 5px;
  color: var(--tcr-primary-color);
  font-weight: 500;
}

.blog-style-1 .post-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 56px;
}

.blog-style-1 .tcr-post-date .tcr-date {
  font-size: 22px;
  line-height: 18px;
  display: inherit;
  font-weight: 600;
}

.blog-style-1 .tcr-post-date .tcr-month {
  font-size: 15px;
  line-height: 25px;
  display: block;
  font-weight: 500;
}

.blog-style-1 .tcr-post-button {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--tcr-secondary-color);
  letter-spacing: 0.6px;
}

.blog-style-1 .tcr-post-button i {
  display: inline-block;
  top: 7px;
  left: -1px;
  position: relative;
  font-size: 25px;
}
.blog-style-1 img {
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}

/* blog style 2 */
.blog-style-2.blog-layout-grid .tcr-post-wrapper {
  margin-bottom: 60px;
}
.blog-style-2 .tcr-post-wrapper {
  margin-bottom: 40px;
}
.blog-style-2 .tcr-post-image-container {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.blog-style-2 .tcr-post-image-container img {
  width: 100%;
}
.blog-style-2 .tcr-meta-item.post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 15px 7px 15px;
  background-color: var(--tcr-primary-color);
  border-radius: 100px;
  color: var(--tcr-secondary-color);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-style-2 .tcr-post-content-cover .tcr-post-meta-items {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tcr-dark-color);
  letter-spacing: 0.6px;
}
.blog-style-2 .tcr-post-content-cover .tcr-post-date {
  margin-left: 34px;
  position: relative;
}
.blog-style-2 .tcr-post-content-cover .tcr-post-date::before {
  position: absolute;
  top: 10px;
  left: -20px;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--tcr-secondary-color);
  border-radius: 100px;
}
.blog-style-2 .post-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 26px;
}
.blog-style-2 .tcr-post-button {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--tcr-secondary-color);
  letter-spacing: 0.6px;
}
.blog-style-2 .tcr-post-button i {
  top: 7px;
  left: -1px;
  position: relative;
  font-size: 25px;
}
.blog-style-2 .tcr-post-image-container img,
.projects-style-2 .tcr-projects-wrapper img,
.blog-style-1 img {
  width: 100%;
  max-width: none;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  -webkit-transition: -webkit-transform 0.85s;
  transition: transform 0.85s;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.blog-style-2 .tcr-post-wrapper:hover .tcr-post-image-container img,
.projects-style-2 .tcr-projects-wrapper:hover img,
.blog-style-1 .tcr-post-slide:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/******************************************************* 
                 projects  
*******************************************************/
/*layout list */
.projects-layout-list .tcr-projects-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #dbdcdc;
  padding: 40px 0px;
}

.projects-layout-list .tcr-projects-wrapper:last-child {
  border-bottom: inherit;
}

.projects-layout-list .tcr-projects-title {
  font-size: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--tcr-dark-color);
  font-family: var(--tcr-ch-title-ff);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-projects-wrapper:hover .tcr-projects-title a {
  color: var(--tcr-secondary-color);
}

.projects-layout-list img {
  border-radius: 100%;
  width: 300px;
}

.projects-layout-list .tcr-project-image-container {
  position: absolute;
  top: -110px;
  left: 35%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-project-button {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-projects-wrapper .tcr-project-button a {
    position: absolute;
    right: 0px;
    bottom: 5px;
    background: var(--tcr-secondary-color);
    color: var(--tcr-white-color);
    text-align: center;
    border-radius: 100px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        text-transform: uppercase;
    letter-spacing: 0.7px;
}

.projects-layout-list .tcr-projects-wrapper:hover .tcr-project-button a {
  opacity: 1;
  bottom: 34px;
}

.projects-layout-list .tcr-project-category {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  margin-top: 15px;
}

.cursorIcon.tcr-projects-img-cursor img {
  max-width: 250px;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  right: 50%;
}

/* projects style 1 */
.projects-style-1 .swiper-slide {
  padding: 60px 0;
}

.projects-style-1 .tcr-projects-wrapper {
  border-radius: 100%;
  width: 375px;
  height: 375px;
  position: relative;
  background-size: 100% auto;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  margin: auto;
  transform: inherit;
}

.projects-style-1.projects-layout-grid .tcr-projects-wrapper {
  margin: 20px auto;
}

.projects-style-1 .swiper-slide-active .tcr-projects-wrapper {
  transform: scale(1.3);
}
 

.projects-style-1
  .swiper-slide-active
  .tcr-projects-wrapper
  .tcr-project-category {
  font-size: 12px;
  line-height: 12px;
}

.projects-style-1 .swiper-slide-active .tcr-projects-wrapper .tcr-project-button a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 20px;
}

.projects-style-1 .tcr-projects-content {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  width: 360px;
  padding: 30px 30px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects-style-1 .swiper-slide-active .tcr-projects-content {
  opacity: 1;
}

.projects-style-1 .tcr-projects-content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--tcr-white-color);
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

.projects-style-1 .swiper-slide-active .tcr-projects-content::before {
    width: 330px;
    height: 330px;

}

.projects-style-1 .tcr-projects-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize; 
  position: relative;
  font-family: var(--tcr-ch-title-ff);
  margin-top: 25px;
      margin-bottom: 10px;
      color: var(--tcr-dark-color);

}

.projects-style-1 .tcr-project-category {
  margin: 5px 0px 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
}

.projects-style-1 .tcr-project-category {
  position: relative;
  z-index: 9;
}

.projects-style-1 .tcr-project-button a {
  background: var(--tcr-tertiary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  transform: rotate(-5deg);
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects-style-1 .tcr-project-button a:hover { 
  background-color: var(--tcr-primary-color);
    color: var(--tcr-dark-color);
}
 

/* projects-style-1 grid */
.projects-style-1.projects-layout-grid .tcr-projects-content::before {
  width: 0px;
  height: 0px;
}

.projects-style-1.projects-layout-grid
  .tcr-projects-wrapper:hover
  .tcr-projects-content::before {
  width: 340px;
  height: 340px;
}

.projects-style-1.projects-layout-grid .tcr-projects-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.projects-style-1.projects-layout-grid
  .tcr-projects-wrapper:hover
  .tcr-projects-content {
  opacity: 1;
}

/* projects style 2 */
.projects-style-2 .tcr-projects-wrapper {
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.projects-style-2 .tcr-projects-wrapper img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.projects-style-2 .tcr-projects-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-color: var(--tcr-secondary-color);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.projects-style-2 .tcr-projects-wrapper:hover:before {
  opacity: 0.8;
}

.projects-style-2 .tcr-projects-content {
  transition: all 0.3s;
  max-width: unset;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  bottom: 0;
  left: 0; 
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  background-color: transparent;
  transform: none;
  z-index: 9;
}

.projects-style-2
  .tcr-projects-wrapper
  .tcr-projects-content
  .tcr-project-category
  span,
.projects-style-2
  .tcr-projects-wrapper
  .tcr-projects-content
  .tcr-projects-title-link {
  transform: translateY(100%);
  transition-delay: 150ms;
  transition: 300ms;
  transition-duration: 400ms;
  color: var(--tcr-white-color);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.projects-style-2
  .tcr-projects-wrapper:hover
  .tcr-projects-content
  .tcr-project-category
  span,
.projects-style-2
  .tcr-projects-wrapper:hover
  .tcr-projects-content
  .tcr-projects-title-link {
  transform: translateY(0);
  transition-duration: 500ms;
}

.projects-style-2 .tcr-projects-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tcr-white-color);
  overflow: hidden;
}

.projects-style-2 .tcr-projects-title:hover,
.projects-style-2 .tcr-projects-title a:hover {
  color: var(--tcr-primary-color) !important;
}

.projects-style-2 .tcr-project-category {
  color: var(--tcr-white-color);
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

/******************************************************* 
                 team  
*******************************************************/
/* team style 1 */
.team-style-1 .tcr-teammember-wrapper {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.team-style-1 .tcr-teammember-wrapper img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-style-1 .tcr-teammember-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-style-1 .tcr-teammember-image-container {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
}
.team-style-1 .tcr-teammember-content-cover {
  position: relative;
}

.team-style-1 .tcr-teammember-social-inner {
  position: absolute;
  top: -145px;
  right: 0px;
  visibility: hidden;
  color: var(--tcr-white-color);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.team-style-1 .tcr-teammember-social-links {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.team-style-1 .tcr-teammember-share span {
  display: block;
  background: var(--tcr-tertiary-color);
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 43px !important;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: var(--tcr-secondary-color);
  cursor: pointer;
}
.team-style-1 .tcr-teammember-share span:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.team-style-1
  .tcr-teammember-wrapper
  .tcr-teammember-social-links:hover
  .tcr-teammember-social-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  right: 0px;
}

.team-style-1 .tcr-teammember-title {
  font-size: 27px;
  line-height: 31px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  color: var(--tcr-secondary-color);
  margin-bottom: 10px;
}

.team-style-1 .tcr-teammember-designation {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--tcr-body-color);
  font-family: var(--tcr-ch-subtitle-ff);
}

.team-style-1 ul {
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  padding: 0;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul {
  opacity: 1;
}
.team-style-1 ul li {
  border-radius: 100%;
  margin-right: 0px;
  margin-top: 0px;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  transform: translateX(150%);
  list-style-type: none;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul li {
  opacity: 1;
  transform: translateX(-0%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.team-style-1
  .tcr-teammember-wrapper
  .tcr-teammember-social-links:hover
  ul
  li:nth-child(1) {
  transition-delay: 0s;
}
.team-style-1
  .tcr-teammember-wrapper
  .tcr-teammember-social-links:hover
  ul
  li:nth-child(2) {
  transition-delay: 0.15s;
}
.team-style-1
  .tcr-teammember-wrapper
  .tcr-teammember-social-links:hover
  ul
  li:nth-child(3) {
  transition-delay: 0.3s;
}
.team-style-1
  .tcr-teammember-wrapper
  .tcr-teammember-social-links:hover
  ul
  li:nth-child(4) {
  transition-delay: 0.45s;
}
.team-style-1 ul li a {
  font-size: 18px;
  font-weight: 500;
  background-color: var(--tcr-white-color);
  color: var(--tcr-dark-color);
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: block;
  border-radius: 100px;
  margin-bottom: 5px;
}
.team-style-1 ul li a:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}

.team-style-1 .swiper-wrapper {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

/******************************************************* 
                 infobox  
*******************************************************/
/* infobox style 1 */
.infobox-style-1 {
  text-align: center;
  padding: 30px 30px 35px 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.infobox-style-1 .tcr-infobox-wrapper {
  position: relative;
  z-index: 9;
}

.infobox-style-1 .tcr-infobox-number {
  border-radius: 100%;
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  top: -10px;
  left: -12px;
}

.infobox-style-1 .tcr-infobox-icon {
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  position: relative;
  border-radius: 100px;
  margin: auto;
}

.infobox-style-1 .tcr-infobox-icon svg {
  fill: var(--tcr-white-color);
  width: 30px;
  height: 30px;
  position: relative;
  top: -1px;
}
.infobox-style-1 .tcr-infobox-icon img {
    border-radius: 100px;
    position: relative;
    top: -3px;
}
.infobox-style-1 .tcr-infobox-title {
  font-size: 26px;
  line-height: 30px;
  color: var(--tcr-dark-color);
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
}
.infobox-style-1 .tcr-infobox-text {
  font-size: 16px;
  line-height: 25px;
}
.infobox-style-1::after,
.infobox-style-1::before {
  background-color: var(--tcr-white-color);
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.infobox-style-1:hover::after,
.infobox-style-1:hover::before {
  background-color: var(--tcr-secondary-color);
  border-radius: 20px;
}
.infobox-style-1::after {
  left: 0;
}
.infobox-style-1::before {
  right: 0;
}
.infobox-style-1:hover .tcr-infobox-icon svg{
  fill: var(--tcr-dark-color);
}
.infobox-style-1:hover .tcr-infobox-icon {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-secondary-color);
}
.infobox-style-1:hover,
.infobox-style-1:hover .tcr-infobox-title {
  color: var(--tcr-white-color);
}

/* infobox-style-2 */

.infobox-style-2 .tcr-infobox-title {
  font-size: 32px;
  line-height: 30px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  color: var(--tcr-dark-color);
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.infobox-style-2 .tcr-infobox-icon {
  background: var(--tcr-secondary-color);
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  font-size: 37px;
  display: inline-block;
  position: relative;
  color: var(--tcr-white-color);
  margin-right: 20px;
  position: absolute;
  left: 0;
}
.infobox-style-2 .tcr-infobox-icon svg{
    width: 40px;
    fill: var(--tcr-white-color);
    position: relative;
    top: -2px;

}
.infobox-style-2 .tcr-infobox-wrapper {
  margin-left: 106px;
}

/* infobox style 3 */
.infobox-style-3 .tcr-infobox-icon {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 25px;
  color: var(--tcr-secondary-color);
}
.infobox-style-3 .tcr-infobox-icon svg{
  width: 70px;
  fill: var(--tcr-secondary-color);
}
.infobox-style-3 .tcr-infobox-icon img{
      width: 100px;
      border-radius: 100px;
}
.infobox-style-3 .tcr-infobox-title {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 13px;
}
.infobox-style-3 .tcr-infobox-text {
  margin-bottom: 26px;
}
.infobox-style-3 ul {
  padding: 0px 0px 25px 0px;
  margin: 0px 0px 19px 0px;
  border-bottom: 1px solid #dee2e6;
}
.infobox-style-3 ul li::marker {
  content: none;
}
.infobox-style-3 ul li {
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-dark-color);
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
}
.infobox-style-3 ul li::before {
  content: "\f104";
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: flaticon_mycollection !important;
  font-size: 13px;
  color: var(--tcr-secondary-color);
}
.infobox-style-3 .tcr-infobox-button a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.infobox-style-3 .tcr-infobox-button a i {
  display: inline-block;
  top: 6px;
  left: -4px;
  position: relative;
  font-size: 23px;
}
/* infobox style 4 */
.infobox-style-4 {
  position: relative;
  display: inline-block;
}
.infobox-style-4 .tcr-infobox-title {
  font-size: 24px;
  line-height: 30px;
}
.infobox-style-4 .tcr-infobox-wrapper {
  display: flex;
  gap: 20px;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon {
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--tcr-tertiary-color);
  border-radius: 100px;
  color: var(--tcr-secondary-color);
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon svg{
 width: 17px;
}
/* infobox-style-5 */
.infobox-style-5 .tcr-infobox-wrapper {
  position: relative;
  display: flex;
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-content {
  margin-right: 20px;
}
.infobox-style-5 .tcr-infobox-title {
  font-size: 32px;
  line-height: 30px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  color: var(--tcr-dark-color);
  margin-bottom: 16px;
}

.infobox-style-5 .tcr-infobox-number {
  font-size: 14px;
  line-height: 24px;
  color: var(--tcr-body-color);
  margin-bottom: 50px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.infobox-style-5 .tcr-infobox-icon span {
  background: var(--tcr-secondary-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 30px;
  display: inline-block;
  position: relative;
  z-index: 9;
  color: var(--tcr-white-color);
}
.infobox-style-5 .tcr-infobox-icon span svg {
    width: 30px;
    fill: var(--tcr-white-color);
    position: relative;
    top: -1px;
}
.infobox-style-5 .tcr-infobox-icon img {
    border-radius: 100px;
    margin-top: -7px;
}
.infobox-style-5 .tcr-infobox-button a{
      text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: var(--tcr-dark-color);
    position: relative;
        margin-top: 20px;
    display: inline-block;
}

.infobox-style-5 .tcr-infobox-button a::before{
position: absolute;
    top: 1px;
    right: -25px;
    content: "\f161";
    font-size: 25px;
    font-family: flaticon_mycollection !important;
}
/* infobox-style-6  */

.infobox-style-6 .tcr-infobox-wrapper {
  padding: 20px 30px 27px 30px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  display: flex;
  gap: 30px;
}
.infobox-style-6 h3 {
  font-size: 30px;
  line-height: 38px;
}
.infobox-style-6 .tcr-infobox-icon {
  font-size: 60px;
  line-height: 80px;
  color: var(--tcr-secondary-color);
}
.infobox-style-6 .tcr-infobox-icon img{
      width: 90px;
    border-radius: 100px;
}
.infobox-style-6 .tcr-infobox-icon svg{
  width: 60px;
  fill: var(--tcr-secondary-color);
}
.infobox-style-6 .tcr-infobox-text {
  font-size: 16px;
  line-height: 26px;
}

/* infobox-style-7  */ 
.infobox-style-7 .tcr-infobox-wrapper {
  border: 1px solid #dee2e6;
  border-radius: 15px;
  padding: 30px;
  display: flex;
      -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.infobox-style-7 .tcr-infobox-title {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 5px;
}
.infobox-style-7 .tcr-infobox-icon {
  min-width: 60px; 
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
  margin-right: 20px;
  overflow: hidden;
        -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.infobox-style-7 .tcr-infobox-icon img{
  position: relative;
  top: -2px;
}
.infobox-style-7 .tcr-infobox-icon .icon-number {
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
}
.infobox-style-7 .tcr-infobox-icon svg{
    width: 34px; 
    position: relative;
    top: -1px;
            -webkit-transition: all 500ms ease;
    transition: all 500ms ease;

}
.infobox-style-7 .tcr-infobox-wrapper:hover .tcr-infobox-icon{
    background-color: var(--tcr-secondary-color);
    color: var(--tcr-white-color); 
  
} 
.infobox-style-7 .tcr-infobox-wrapper:hover .tcr-infobox-icon svg{
  fill: var(--tcr-white-color);
}
.infobox-style-7 .tcr-infobox-wrapper:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.infobox-style-7 .tcr-infobox-wrapper::before  {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
    background-color: var(--tcr-primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 15px;
}
.infobox-style-7 .tcr-infobox-wrapper:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.tcr-bg-color-tertiary .infobox-style-7 .tcr-infobox-wrapper {
  background-color: var(--tcr-white-color);
  border: 0px;
}
.tcr-bg-color-tertiary .infobox-style-7 .tcr-infobox-icon {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-secondary-color);
}

.infobox-style-8 a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--tcr-white-color);
  font-size: 20px;
  display: block;
}
.infobox-style-8 a:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.infobox-style-8 .popup-tcr{
      display: inline-block;
    padding: 40px;
    border-radius: 100px;
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infobox-style-8 a svg{
 width: 30px;
}
/******************************************************* 
                 counter  
*******************************************************/

.counter-style-1 .tcr-counter-wrapper {
  text-align: center;
}
.counter-style-1 .tcr-counter-icon i {
  font-size: 60px;
  line-height: 60px;
  margin-right: 22px;
  margin-top: 8px;
  display: inline-block;
  color: var(--tcr-white-color);
}

.counter-style-1 .tcr-counter-icon img {
  width: 70px;
  border-radius: 100%;
}

.counter-style-1 .tcr-counter-number {
  font-size: 60px;
  line-height: 54px;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
  position: relative;
  display: inline-block;
  color: var(--tcr-secondary-color);
  margin-bottom: 14px;
}

.counter-style-1 .tcr-counter-number::before {
  content: "+";
  position: absolute;
  bottom: 0px;
  right: -31px;
  font-size: 57px;
  font-weight: 600;
  line-height: 50px;
}

.counter-style-1 .tcr-counter-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--tcr-dark-color);
}

.tcr-bg-color-secondary-color .counter-style-1 .tcr-counter-title,
.tcr-bg-color-secondary-color .counter-style-1 .tcr-counter-number {
  color: var(--tcr-white-color);
}

/* counter-style-2 */
.counter-style-2 .tcr-counter-wrapper {
  display: flex;
  align-items: center;
  gap: 110px;
}
.counter-style-2 .tcr-counter-number {
  margin-bottom: 5px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
  position: relative;
  display: inline-block;
  color: var(--tcr-dark-color);
}
.counter-style-2 .tcr-counter-number::before {
  content: "%";
  position: absolute;
  bottom: 4px;
  right: -44px;
  font-size: 57px;
  font-weight: 500;
  line-height: 50px;
}
.counter-style-2 .tcr-counter-number::after {
  position: absolute;
  top: 8px;
  right: -74px;
  content: "\f11e";
  color: var(--tcr-dark-color);
  font-size: 11px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: var(--tcr-primary-color);
  border-radius: 100px;
  font-family: flaticon_mycollection !important;
  transform: rotate(89deg);
  text-align: center;
}
.counter-style-2 .tcr-counter-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/******************************************************* 
              pricing  
*******************************************************/
.pricing-table-style-1 {
  padding: 40px;
  position: relative;
  color: var(--tcr-secondary-color);
  border-radius: 20px;
  background-color: var(--tcr-tertiary-color);
  margin-bottom: 30px;
}

.pricing-table-style-1 .tcr-pricing-table-header {
  position: relative;
}

.pricing-table-style-1 .tcr-pricing-table-header .tcr-table-ribbon {
  background-color: #e5b720;
  color: var(--tcr-dark-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: -71px;
  right: 0;
  border-radius: 17px 17px 0px 0px;
  padding: 7px 25px 5px 25px;
  display: inline-block;
  letter-spacing: 0.7px;
}
.pricing-table-style-1 .tcr-pricing-table-header .tcr-table-ribbon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 19px solid #e5b720;
  position: absolute;
  bottom: 0;
  right: -3px;
}
.pricing-table-style-1 .tcr-pricing-table-header .tcr-table-ribbon::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 19px solid #e5b720;
  position: absolute;
  bottom: 0;
  left: -3px;
}
.pricing-table-style-1 .tcr-pricing-table-feature-list-container {
  margin-left: auto;
}

.pricing-table-style-1 .pricing-table-prices {
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
}

.pricing-table-style-1 .tcr-pricing-table-icon {
  font-size: 50px;
  margin-bottom: 40px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
  background: var(--tcr-tertiary-color);
  color: var(--tcr-primary-color);
}

.pricing-table-style-1 .tcr-pricing-table-icon span img {
  width: 110px;
  position: relative;
}
.pricing-table-style-1 .tcr-pricing-table-icon svg {
  fill: var(--tcr-primary-color);
  width: 40px;
  position: relative;
  top: 6px;
}
.pricing-table-style-1 .pricing-table-title-period {
  margin-top: 18px;
  margin-left: 3px;
  color: var(--tcr-dark-color);
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

.pricing-table-style-1 .tcr-pricing-table-title {
  color: var(--tcr-dark-color);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--tcr-ch-title-ff);
}

.pricing-table-style-1 .pricing-table-sale-price {
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  margin-left: 14px;
  color: var(--tcr-secondary-color);
}

.pricing-table-style-1 .pricing-table-prices .pricing-table-base-price {
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-dark-color);
}
.pricing-table-style-1 .pricing-table-sale-price span,
.pricing-table-style-1 .pricing-table-prices .pricing-table-base-price span {
  font-size: 26px;
  top: -4px;
  position: relative;
}
.pricing-table-onsale.tcr_pricing_table_wrapper .pricing-table-base-price {
  text-decoration: line-through;
}

.tcr_pricing_table_wrapper.pricing-table-onsale .pricing-table-base-price {
  font-size: 30px;
  line-height: 40px;
  opacity: 0.5;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul {
  margin-left: 28px;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
  margin-top: 35px;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: var(--tcr-dark-color);
  position: relative;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
}

.pricing-table-style-1
  .tcr-pricing-table-feature-list-container
  ul
  li:last-child {
  margin-bottom: 0;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li::before {
  position: absolute;
  top: 0;
  left: -24px;
  content: "\f104";
  font-family: flaticon_mycollection !important;
  font-weight: 300;
  color: var(--tcr-secondary-color);
  font-size: 14px;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li.false {
  text-decoration: line-through;
  opacity: 0.5;
}

.pricing-table-style-1 .tcr-pricing-table-button a {
  padding: 20px 50px 20px 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border-radius: 100px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
  width: 100%;
  position: relative;
  text-align: center;
}

.pricing-table-style-1 .tcr-pricing-table-button a:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}
.pricing-table-style-1 .tcr-pricing-table-button a:hover i {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.pricing-table-style-1 .tcr-pricing-table-button i {
  width: 46px;
  height: 46px;
  line-height: 46px !important;
  border-radius: 100px;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-left: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
  position: absolute;
  right: 5px;
  top: 5px;
      padding-left: 1px;
}
.pricing-table-style-1 .tcr-pricing-table-button a span {
  margin: auto;
}
/******************************************************* 
                 timeline
*******************************************************/
.tcr-timeline-details {
  width: 50%;
  position: relative;
  text-align: center;
  padding: 50px 40px 37px 40px;
  border: 1px solid var(--tcr-white-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #dee2e6;
  border-radius: 15px;
}

.tcr-timeline-item:hover .tcr-timeline-details {
  border-color: var(--tcr-dark-color);
}

.tcr-timeline-item:last-child {
  padding-bottom: 0px !important;
}

.tcr-timeline-details img {
  border-radius: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tcr-timeline-details:hover img {
  -webkit-transform: scale(1);
  transform: scale(1.1);
}
.tcr-timeline-image-container {
  position: relative;
  width: 170px;
  height: 170px;
  display: inline-block;
}

.tcr-timeline-image-container:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  right: 0;
  bottom: 0;
  top: -9px;
  border: solid 1px var(--tcr-secondary-color);
  width: 169px;
  height: 168px;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.3s;
}
.elementor-widget-container
  .tcr_timeline_wrapper
  .tcr-timeline-item:nth-of-type(2n + 2)
  .tcr-timeline-image-container:before {
  right: 50%;
  left: inherit;
  transform: translateX(50%) scale(1);
}

.tcr-timeline-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tcr-dark-color);
  margin: 30px 0px 14px 0px;
  font-family: var(--tcr-ch-title-ff);
}

.tcr-timeline-item {
  display: flex;
  align-items: center;
  padding-bottom: 70px;
  position: relative;
}

.tcr_timeline_wrapper {
  position: relative;
}

.tcr_timeline_wrapper::before {
  top: 0;
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  border-right: 1px solid var(--tcr-secondary-color);
  left: 50%;
  margin-left: -1px;
}

.tcr-timeline-year {
  margin-left: 177px;
  position: relative;
}

.tcr-timeline-year h4 {
  font-family: var(--tcr-ch-subtitle-ff);
}

.tcr-timeline-year::before {
  position: absolute;
  top: 24px;
  left: -90px;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--tcr-secondary-color);
}

.tcr-timeline-year::after {
  position: absolute;
  top: 15px;
  left: -124px;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--tcr-secondary-color);
  transform: rotate(45deg);
  border: 4px solid var(--tcr-white-color);
}

.elementor-widget-container
  .tcr_timeline_wrapper
  .tcr-timeline-item:nth-of-type(2n + 2) {
  direction: rtl;
  margin-left: 127px;
}

.elementor-widget-container
  .tcr_timeline_wrapper
  .tcr-timeline-item:nth-of-type(2n + 2)
  .tcr-timeline-year {
  margin-left: 0px;
  margin-right: 177px;
}

.elementor-widget-container
  .tcr_timeline_wrapper
  .tcr-timeline-item:nth-of-type(2n + 2)
  .tcr-timeline-year::before {
  right: -90px;
  left: inherit;
}

.elementor-widget-container
  .tcr_timeline_wrapper
  .tcr-timeline-item:nth-of-type(2n + 2)
  .tcr-timeline-year::after {
  left: inherit;
  right: -124px;
}

.elementor-widget-container
  .tcr_timeline_wrapper
  .tcr-timeline-item:nth-of-type(2n + 1) {
  margin-right: 127px;
}

/******************************************************* 
              client
*******************************************************/
.client-layout-grid.client-style-1 .tcr-client-cover {
  margin-bottom: 30px;
}

.client-style-1 .tcr-client-cover .client-item {
  text-align: center;
  height: 78px;
  position: relative;
}

.client-style-1 .client-item img {
  display: inline;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  position: absolute;
  left: 50%;
  margin-left: -95px;
  filter: grayscale(100%);
}

.client-style-1 .client-item .client-image {
  top: 0;
}

.client-style-1 .client-item:hover .client-image {
  top: -80px;
}

.client-style-1 .client-item .client-hover-image {
  top: 80px;
}

.client-style-1 .client-item:hover .client-hover-image {
  top: 0;
  filter: inherit;
}

.client-style-1 .tcr-clients-grid-wrapper .client-item {
  overflow: hidden;
}

.client-style-1.column-2 .tcr-clients-grid-wrapper .client-item {
  width: 50%;
  float: left;
  margin: 20px 0;
}

.client-style-1.column-3 .tcr-clients-grid-wrapper .client-item {
  width: 33.33%;
  float: left;
  margin: 20px 0;
}

.client-style-1.column-4 .tcr-clients-grid-wrapper .client-item {
  width: 25%;
  float: left;
  margin: 20px 0;
}

.client-style-1.column-5 .tcr-clients-grid-wrapper .client-item {
  width: 20%;
  float: left;
  margin: 20px 0;
}

.client-style-1.column-6 .tcr-clients-grid-wrapper .client-item {
  width: 16.66%;
  float: left;
  margin: 20px 0;
}

/******************************************************* 
              carousel
*******************************************************/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  border-radius: 0px;
  background-color: var(--tcr-primary-color) !important;
  color: var(--tcr-white-color) !important;
  border: inherit;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: inherit;
  border-radius: 100%;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--tcr-secondary-color) !important;
  color: var(--tcr-white-color) !important;
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-flex;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-right: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: -70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px 0 5px;
  outline: none !important;
  background: #ddd;
  border-radius: 100%;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--tcr-primary-color);
}

/* arrow top right */
.arrow-top-right .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -70px;
  line-height: 10px;
  background-color: var(--tcr-primary-color) !important;
  color: var(--tcr-white-color) !important;
  border: 1px solid;
  border-color: var(--tcr-white-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev,
.arrow-top-right .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -100px;
  left: inherit;
  line-height: 10px;
  background-color: transparent !important;
  color: var(--tcr-white-color) !important;
  border: 1px solid;
  border-color: var(--tcr-white-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev:hover,
.arrow-top-right .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--tcr-secondary-color) !important;
  border: 1px solid;
  border-color: var(--tcr-secondary-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev {
  right: 50px;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.tcr-bg-color-primary .owl-carousel .owl-nav .owl-prev,
.tcr-bg-color-primary .owl-carousel .owl-nav .owl-next {
  background-color: var(--tcr-white-color) !important;
  color: var(--tcr-secondary-color) !important;
}

.tcr-bg-color-primary .owl-carousel .owl-nav .owl-prev:hover,
.tcr-bg-color-primary .owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--tcr-secondary-color) !important;
  color: var(--tcr-white-color) !important;
}

.tcr-right-expand.tcr-service-expand .owl-carousel .owl-nav button.owl-next {
  right: 30px;
}

/******************************************************* 
              list
*******************************************************/
.tcr-list-wrapper ul {
  padding: 0;
  margin: 0;
}

.tcr-list-wrapper ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 8px;
}

.tcr-list-wrapper .tcr-list-icon {
  border-radius: 100%;
  margin-right: 11px;
  color: var(--tcr-secondary-color);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  position: relative;
  top: 2px;
}
.tcr-list-wrapper .tcr-list-icon svg {
  fill: var(--tcr-secondary-color);
  width: 20px;
}
.tcr-list-wrapper p {
  margin-bottom: 0px;
  line-height: 25px;
}

.tcr-list-wrapper .tcr-list-info a {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: var(--tcr-dark-color);
  font-weight: 500;
  cursor: pointer;
  font-family: var(--tcr-ch-title-ff);
}

.tcr-list-wrapper .tcr-list-info a:hover {
  color: var(--tcr-secondary-color);
}
.tcr-bg-color-dark .tcr-list-wrapper .tcr-list-info a,
.tcr-bg-color-primary .tcr-list-wrapper .tcr-list-info a {
  color: var(--tcr-white-color);
}
.tcr-bg-color-dark .tcr-list-wrapper .tcr-list-icon,
.tcr-bg-color-primary .tcr-list-wrapper .tcr-list-icon {
  color: var(--tcr-primary-color);
}

/*******************************************************
    Progress Bar Heading
*******************************************************/

.progress-bar-style-1 .tcr-progress-bar-wrapper {
  margin-bottom: 30px;
}

.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
  width: 100%;
  background-color: #ebebeb;
  border-radius: 100px;
}

.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
  position: relative;
  background-color: var(--tcr-secondary-color);
  border-radius: 100px;
}

.progress-bar-style-1 .tcr-progress-bar-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 20px;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-dark-color);
  text-transform: capitalize;
}

.progress-bar-style-1 .tcr-progress-bar-value {
  position: relative;
  font-size: 17px;
  line-height: 27px;
  float: right;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-secondary-color);
}

.tcr-bg-color-primary
  .progress-bar-style-1
  .tcr-progress-bar-wrapper
  .tcr-progress-bar-inner {
  background-color: var(--tcr-secondary-color);
}
.tcr-bg-color-primary
  .progress-bar-style-1
  .tcr-progress-bar-wrapper
  .tcr-progress-bar {
  background-color: var(--tcr-white-color);
}
/*******************************************************
    Tab Widget
*******************************************************/
/* horizontal */
.tcr-layout-horizontal .tcr-tab-list {
  display: flex;
  gap: 10px;
}

.tcr-layout-horizontal .tcr-list-tab {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    background-color: #e9e9e9;
    padding: 15px 10px 12px 10px;
    border-right: none;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
    justify-content: center;
    display: flex;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    font-size: 19px;
    position: relative;
} 
.tcr-layout-horizontal .tcr-list-tab:hover,
.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link {
      background-color: var(--tcr-secondary-color);
      color: var(--tcr-white-color);
}
.tcr-layout-horizontal .tcr-list-tab:hover .tcr-tab-icon,
.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link .tcr-tab-icon{
  color: var(--tcr-primary-color);
}
.tcr-layout-horizontal .tcr-list-tab:hover .tcr-tab-icon svg,
.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link .tcr-tab-icon svg{
  fill: var(--tcr-primary-color);
}
.tcr-layout-horizontal .tcr-list-tab .tcr-list-tab-anchor {
  display: flex;
  align-items: center;
}
.tcr_tabs_wrapper.tcr-layout-horizontal .tcr-tab-content {
  padding: 30px ;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  display: inline-block;
  background: var(--tcr-white-color);
  border: 1px solid #DEE2E6;
}
.tcr-layout-horizontal .tcr-list-tab a:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}
.tcr-layout-horizontal .tcr-tab-content-list {
  display: none;
  width: 100%;
}
.tcr-layout-horizontal .tcr-tab-content-list.tcr-active-tab {
  display: contents;
}
.tcr-layout-horizontal .tcr-list-tab a {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: grid;
  background-color: #f1f1f1;
  margin: 0 20px 20px 0px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.tcr-list-tab a:hover .tcr-tab-icon {
  color: var(--tcr-white-color);
}
.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link a {
  background-color: var(--tcr-primary-color);
}
.tcr-list-tab .tcr-tab-icon {
  font-size: 30px;
  line-height: 30px;
  color: var(--tcr-secondary-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
} 
.tcr-layout-horizontal .tcr-list-tab .tcr-tab-icon {
  margin-right: 10px;
}
.tcr-layout-horizontal .tcr-list-tab .tcr-tab-icon svg { 
  width: 26px;
} 
.tcr-list-tab:after.tcr-active-tab-link {
  opacity: 0.5;
}

.tcr-layout-horizontal
  .tcr-tab-content
  .tcr-tab-content-list:nth-of-type(2n + 1)
  img {
  padding-left: 100px;
}

.tcr-layout-horizontal
  .tcr-tab-content
  .tcr-tab-content-list:nth-of-type(2n + 2)
  img {
  padding-right: 100px;
}

/* Vertical Tab */
.tcr-layout-vertical .tcr-tab-content-list.tcr-active-tab {
  display: contents;
}

.tcr-layout-vertical .tcr-tab-content-list {
  display: none;
  width: 100%;
}

.tcr-layout-vertical .tcr-list-tab {
    background-color: #e9e9e9;
    padding: 15px 20px;
    border-right: none;
    border-radius: 20px 0px 0px 20px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
} 
.tcr-layout-vertical .tcr-list-tab:hover,
.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.tcr-layout-vertical .tcr-list-tab:hover .tcr-tab-icon svg,
.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link .tcr-tab-icon svg{
  fill: var(--tcr-primary-color);

}
.tcr-layout-vertical .tcr-list-tab:hover .tcr-tab-icon,
.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link .tcr-tab-icon{
 color: var(--tcr-primary-color);
}
.tcr-layout-vertical .tcr-list-tab .tcr-list-tab-anchor {
  display: flex;
  align-items: center;
      gap: 10px;

}
.tcr-layout-vertical .tcr-list-tab .tcr-tab-icon { 
  font-size: 20px;
  line-height: 35px;
}
.tcr-layout-vertical .tcr-list-tab .tcr-tab-icon svg {
  width: 20px;
}
.tcr_tabs_wrapper.tcr-layout-vertical { 
  display: flex; 
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list {
    border-radius: 10px 0px 0px 10px;
    gap: 10px;
    display: grid;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab:last-child a {
  margin: 0;
}

.tcr_tabs_wrapper.tcr-layout-vertical .wpcf7-form .contact-form {
  border-radius: 0px 30px 30px 30px;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--tcr-white-color);
  border: 1px solid #dbdcdc;
}

/*******************************************************
   marquee
*******************************************************/
.marquee-style-1 .swiper-wrapper{
  align-items: center;
}
.marquee-style-1 {
  position: relative;
  background-color: var(--tcr-secondary-color);
  border-radius: 20px;
  padding: 16px 30px 12px 30px;
  z-index: 9;
}

.marquee-style-1::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  z-index: 9;
  background: linear-gradient(
    to right,
    rgb(4 88 101) 0%,
    rgba(17, 17, 17, 0) 99%,
    rgba(17, 17, 17, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18171c', endColorstr='#0018171c', GradientType=1);
  border-radius: 100px;
}

.marquee-style-1::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  z-index: 9;
  background: linear-gradient(
    to right,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0) 1%,
    rgb(4 88 101) 98%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0018171c', endColorstr='#18171c', GradientType=1);
  border-radius: 100px;
}

.marquee-style-1 .tcr-marquee-cover {
  text-align: center;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item .marquee-title {
  font-size: 24px;
  line-height: 50px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: var(--tcr-white-color);
  text-transform: uppercase;
}

.marquee-style-1 .swiper-slide {
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 35px;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* marquee-style-2 */
.marquee-style-2 .swiper-wrapper{
  align-items: center;
}
.marquee-style-2 .tcr-marquee-cover {
  text-align: center;
}

.marquee-style-2 .tcr-marquee-cover .marquee-item {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.marquee-style-2 .tcr-marquee-cover .marquee-item img {
  width: 100px;
}

.marquee-style-2 .tcr-marquee-cover .marquee-item .marquee-title {
  font-size: 150px;
  line-height: 160px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: rgba(225, 225, 225, 0.7);
  text-transform: capitalize;
}

.marquee-style-2 .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 70px 0 90px;
}

/* style-2-about */
.style-2-about .marquee-style-2 .tcr-marquee-cover .marquee-item::before {
  position: absolute;
  top: 50%;
  left: -75px;
  content: "*";
  font-weight: 600;
  font-size: 75px;
  color: rgba(225, 225, 225, 0.4);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.style-2-about
  .marquee-style-2
  .tcr-marquee-cover
  .marquee-item
  .marquee-title {
  font-size: 100px;
  line-height: 100px;
  font-family: var(--tcr-ch-title-ff);
  color: rgba(225, 225, 225, 0.4);
  text-transform: uppercase;
}

/*******************************************************
    Vertical Cards Widget
*******************************************************/
.tcr_vertical_cards_wrapper .tcr-card-content-container {
  width: 100%;
  box-sizing: border-box;
}

.tcr_vertical_cards_wrapper .tcr-stackingcards {
  color: var(--tcr-white-color);
  position: relative;

  .tcr-stackingcard {
    color: var(--tcr-secondary-color);
    height: 100%;
    width: 100%;
    transform-origin: top center;
    box-sizing: border-box;
  }
}

.tcr_vertical_cards_wrapper .end-element {
  width: 100%;
  height: 1px;
}

/*******************************************************
 contact_list 
*******************************************************/
.tcr_contact_list_wrapper .tcr-contact-list-head {
  border-radius: 30px 30px 30px 0px;
  padding: 30px 40px;
  background-color: var(--tcr-white-color);
  position: relative;
}

.tcr_contact_list_wrapper .tcr-contact-list-head::before {
  position: absolute;
  content: "";
  background: var(--tcr-tertiary-color);
  width: calc(100% - 68px);
  height: 1px;
  left: 23px;
  bottom: 0px;
}

.tcr_contact_list_wrapper .tcr-contact-list-title {
  font-size: 27px;
  line-height: 38px;
  font-weight: 600;
  color: var(--tcr-secondary-color);
}

.tcr_contact_list_wrapper ul {
  margin: 0;
  padding: 0px;
}

.tcr_contact_list_wrapper .tcr-contact-list-icon {
  position: absolute;
  right: 30px;
  bottom: -19px;
  font-size: 100px;
  line-height: 100px;
  color: var(--tcr-primary-color);
  opacity: 0.3;
}
.tcr_contact_list_wrapper .tcr-contact-list-icon svg {
  width: 70px;
  fill: var(--tcr-primary-color);
}
.tcr_contact_list_wrapper li {
  list-style-type: none;
  display: flex;
  margin-bottom: 35px;
}

.tcr_contact_list_wrapper li:last-child {
  margin-bottom: 0px;
}

.tcr-contact-list-wrapper {
  position: relative;
  background: var(--tcr-white-color);
  padding: 50px 40px;
  border-bottom-left-radius: 30px;
}

.tcr-contact-list-wrapper .tcr-list-item-icon {
  font-size: 25px;
  color: var(--tcr-primary-color);
  margin-right: 15px;
  text-align: center;
}

.tcr-contact-list-wrapper .tcr-list-item-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  background-color: var(--tcr-tertiary-color);
  display: block;
  border-radius: 100%;
}

.tcr-contact-list-wrapper .tcr-list-item-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--tcr-secondary-color);
}

/*******************************************************
   hotspot
*******************************************************/

.tcr-image-hotspot .hotspot-dot {
  height: 8px;
  width: 8px;
  background: var(--tcr-secondary-color);
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 20px;
  cursor: pointer;
  margin: 20px;
  vertical-align: top;
  position: relative;
}

.tcr-image-hotspot .hotspot-dot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border: 5px solid var(--tcr-secondary-color);
  opacity: 0.5;

  width: 18px;
  height: 18px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tcr-image-hotspot img {
  width: 100%;
  opacity: 0.2;
}

.tcr-image-hotspot .hotspot-dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border: 9px solid var(--tcr-secondary-color);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.trigger-hover:hover .hotspot-dot::before {
  border: 20px solid var(--tcr-secondary-color);
  opacity: 1;
  width: 54px;
  height: 54px;
}
.trigger-hover:hover .hotspot-dot::after {
  opacity: 1;
  border-color: var(--tcr-white-color);
}
.tcr-image-hotspot .image-hotspot {
  position: absolute;
  display: inline-block;
}

.tcr-hotspot-contents-wrapper .hotspot-content-image img {
  width: 100%;
  margin-bottom: 15px;
}

.tcr-hotspot-contents-wrapper .hotspot-content {
  background-color: var(--tcr-white-color);
  width: 380px;
  border-radius: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  box-shadow: rgb(0 0 0 / 6%) 0px 10px 15px -3px,
    rgb(0 0 0 / 0%) 0px 4px 6px -2px;
}
.tcr-image-hotspot-wrapper .hotspot-content-image {
  width: 30%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  border-radius: 15px 0px 0px 15px;
}
.tcr-image-hotspot-wrapper .hotspot-content-inner {
  padding: 15px;
}
.tcr-image-hotspot-wrapper .trigger-hover:hover .hotspot-content {
  opacity: 1;
  visibility: visible;
}
.tcr-image-hotspot-wrapper .trigger-hover .hotspot-content .hotspot-title {
  font-size: 24px;
}
.tcr-hotspot-contents-wrapper .hotspot-content-text p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 5px;
}

.tcr-hotspot-contents-wrapper .hotspot-btn a {
  color: var(--tcr-secondary-color);
  font-weight: 500;
  position: relative;
  margin-left: 20px;
  font-size: 14px;
}

.tcr-hotspot-contents-wrapper .hotspot-btn a::before {
  position: absolute;
  top: -4px;
  left: -22px;
  content: "\f127";
  font-family: flaticon_mycollection !important;
  font-size: 16px;
  font-weight: bolder;
}

.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-right {
  position: absolute;
  top: -60px;
  right: -380px;
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-right::after {
  position: absolute;
  content: "";
  left: -13px;
  top: 83px;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 0px solid transparent;
  border-right: 13px solid var(--tcr-white-color);
  border-left: 0px solid transparent;
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-left {
  position: absolute;
  top: -60px;
  left: -384px;
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-left::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 80px;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 1px solid transparent;
  border-left: 15px solid var(--tcr-white-color);
  border-right: 0px solid transparent;
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-down {
  position: absolute;
  top: 48px;
  left: -110px;
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-down::after {
  position: absolute;
  content: "";
  right: 226px;
  top: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 15px solid var(--tcr-white-color);
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-up {
  position: absolute;
  bottom: 50px;
  left: -110px;
}
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-up::after {
  position: absolute;
  content: "";
  right: 229px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 0px solid transparent;
  border-top: 15px solid var(--tcr-white-color);
  z-index: 99;
}

/* tcr style style 1 */
.tcr-accordion-style-style-1 .tcr-accordion-list h3.accordion-head {
  font-size: 105px;
  line-height: 119px;
  width: 70%;
}
.tcr-accordion-style-style-1 .accordion-icon {
  font-size: 30px;
  line-height: 70px;
  position: absolute;
  top: 30px;
  right: 60px;
  font-weight: 100;
  color: var(--tcr-dark-color);
}
.tcr-accordion-style-style-1 .accordion-title-wrap.active .accordion-icon {
  right: 60px;
}
.tcr-accordion-style-style-1 .accordion-title-wrap {
  overflow: hidden;
  margin-bottom: -40px;
  padding: 35px 130px 0px 120px;
  cursor: pointer;
}
.tcr-accordion-style-style-1 .accordion-content {
  padding: 85px 130px 0px 130px;
}
.accordion-title-wrap.active .accordion-head {
  color: var(--tcr-dark-color);
  opacity: 1;
}
.accordion-title-wrap .accordion-head {
  opacity: 0.2;
}
.tcr-accordion-style-style-1 .tcr-accordion-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
  padding-bottom: 30px;
  margin-top: -30px;
  z-index: 9;
}
.tcr-accordion-style-style-1 .tcr-accordion-list-item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--tcr-primary-color);
  z-index: -9;
}
.tcr-accordion-style-style-1
  .tcr-accordion-list-item:nth-of-type(3n + 1)::before {
  background-color: #fbffee;
}
.tcr-accordion-style-style-1
  .tcr-accordion-list-item:nth-of-type(3n + 2)::before {
  background-color: #f0ffc2;
}
.tcr-accordion-style-style-1
  .tcr-accordion-list-item:nth-of-type(3n + 3)::before {
  background-color: var(--tcr-primary-color);
}
.tcr-accordion-style-style-1 .tcr-accordion-list-item:last-child {
  padding-bottom: 0;
}
.tcr-accordion-style-style-1 .accordion-img img {
  position: relative;
  z-index: 999;
}
/*******************************************************
   card style 1
*******************************************************/
.card-style-1 .tcr-card-image {
  margin-bottom: 11px;
  overflow: hidden;
  border-radius: 20px;
  z-index: 9;
  height: 230px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-style-1 .tcr-card-wrapper {
  height: 300px;
}

.card-style-1 .tcr-card-wrapper:hover .tcr-card-image {
  height: 280px;
}

.card-style-1 .tcr-card-wrapper .tcr-card-image img {
  border-radius: 20px;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card-style-1 .tcr-card-wrapper:hover .tcr-card-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-style-1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-dark-color);
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  z-index: 9;
}
.card-style-1 a:hover {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}
.card-style-1 h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}

/*******************************************************
   Elementor image carousel
*******************************************************/
.elementor-widget-image-carousel .swiper-pagination-bullets {
  bottom: -65px !important  ;
}
