  /*------------------------------------------------------------------
[Table of contents] 
*button
*heading
*content box 
*service
*testimonials
*blog
*projects
*team
*infobox
*counter
*pricing
*timeline
*client
*carousel
*list
*Progress Bar Heading
*Tab Widget
-------------------------------------------------------------------*/


/******************************************************* 
                 button 
*******************************************************/
.button-style-1.tcr-bg-color-primary .tcr-button a {
      background-color: var(--tcr-primary-color);
} 
.button-style-1.tcr-bg-color-primary .tcr-button a:hover {
      background-color: var(--tcr-secondary-color);
} 
.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:hover {
     background-color: var(--tcr-primary-color);
}
.button-style-1.tcr-bg-color-tertiary .tcr-button a {
      background-color: var(--tcr-tertiary-color);
      color: var(--tcr-secondary-color);
} 
.button-style-1.tcr-bg-color-tertiary .tcr-button a:hover {
      background-color: var(--tcr-primary-color);
      color: var(--tcr-white-color);
}  
.button-style-1.tcr-bg-color-white .tcr-button a {
       color: var(--tcr-secondary-color);
       background-color: var(--tcr-white-color);
}
.button-style-1.tcr-bg-color-white .tcr-button a:hover {
       color: var(--tcr-white-color);
       background-color: var(--tcr-primary-color); 
}
.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-primary-color);
       background-color: inherit;
}  
.tcr-bg-color-secondary .button-style-1 .tcr-button a:hover {
  background-color: var(--tcr-white-color); 
  color: var(--tcr-secondary-color);
}

.button-style-1 .tcr-button a:hover {
  background-color: var(--tcr-secondary-color);
} 
.button-style-1 .tcr-button a  {
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  border-radius: 6px;
}
 .button-style-2 .tcr-button a { 
    font-family: var(--tcr-ch-title-ff);
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative; 
    padding-left: 35px;
    color: var(--tcr-secondary-color);
 }
 .button-style-2 .tcr-button a:hover{
  color: var(--tcr-primary-color);
 }
 .button-style-2 .tcr-button a::before {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    border-radius: 100%;
}
 


/******************************************************* 
                 heading 
*******************************************************/
.custom-heading-style-1 .tcr-custom-heading-wrapper {
  margin-bottom: 40px;
}
 
.tcr_custom_heading_wrapper .tcr-heading-subtitle-wrapper .heading-subtitle{
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 8%);
  background-color: var(--tcr-white-color);  
  margin-bottom: 15px !important;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle{
  margin: 0;
  color: var(--tcr-primary-color);
}
.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.heading-white-text .tcr-heading-subtitle-wrapper .heading-subtitle{
  color: var(--tcr-primary-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);
}


/******************************************************* 
                 content box 
*******************************************************/
.content-box-style-1 .box-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
}
 

/******************************************************* 
                 service  
*******************************************************/

/* service style 1 */ 
.services-style-1.services-layout-grid .tcr-service-wrapper { 
  margin-bottom: 30px;
}
.services-style-1 .tcr-service-wrapper {
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 60px 50px 60px 50px;
  background-color: var(--tcr-primary-color); 
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
} 
.services-style-1 .tcr-service-wrapper::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
 background-color: var(--tcr-secondary-color);
 opacity:0.8; 
}
   
.services-style-1 .tcr-service-wrapper::after{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
 background-color: var(--tcr-primary-color); 
 -webkit-transition: all .35s ease-in-out;
 transition: all .35s ease-in-out; 
}
.services-style-1 .tcr-service-wrapper:hover::after{
 opacity: 0;
 height: 0;
}
.services-style-1 .tcr-service-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: var(--tcr-white-color);
  display: inline-block; 
  text-transform: capitalize;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
} 
.services-style-1 .tcr-service-content {
  font-family: var(--tcr-body-ff);
  text-transform: capitalize;
  color: var(--tcr-white-color);
  position: relative; 
  z-index: 999;
 }
 .services-style-1 .tcr-service-icon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px; 
  background: rgba(225, 225, 225, 0.3);
  text-align: center;
  border-radius: 100%;
  margin-bottom: 30px;
 }
 .services-style-1 .tcr-service-list{
  margin-bottom: 80px; 
 }
 .services-style-1 .tcr-service-list ul{
  padding-left: 18px;
  margin: 0px;
 }
 .services-style-1 .tcr-service-list ul li{
  margin: 8px 0px;
  font-weight:400;
 }
 .services-style-1 .tcr-service-button-container a{
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 25px;
  color: var(--tcr-white-color);
 }
 .services-style-1 .tcr-service-button-container a::before {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--tcr-primary-color);
  background-color: var(--tcr-white-color);
  border-radius: 100%;
} 
 

/* swiper */
.swiper-button-next,
  .swiper-button-prev{
  background-image: inherit;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
 } 
 .swiper-button-prev:after,
  .swiper-button-next:after{
  content: none;
} 
 
 .swiper-button-prev::before{
  position: absolute;
  top: 0;
  right: 41px;
  content:"\f109"; 
 font-family: flaticon_mycollection !important;
  font-weight: 900;
  background-color: var(--tcr-white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  font-size: 20px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
  -webkit-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
.swiper-button-next::before{
  position: absolute;
  top: 0;
  right: -60px;
  content: "\f108";
 font-family: flaticon_mycollection !important;
  font-weight: 900;
  background-color:var(--tcr-white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
    font-size: 20px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
  -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before{
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}
.tcr-swiper-slider:hover .swiper-button-next::before{
  right: 0;
}
.tcr-swiper-slider:hover .swiper-button-prev::before{
 right: -25px;
 }  
 .tcr-swiper-slider:hover .swiper-button-next,
.tcr-swiper-slider:hover .swiper-button-prev{ 
  opacity: 1;
 }   
.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-primary-color) !important;
}
.elementor-section.tcr-bg-color-secondary .swiper-pagination-bullet{
  background-color: var(--tcr-white-color);
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px; 
} 
.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-1 .swiper-button-prev:hover::before,
.services-style-1 .swiper-button-next:hover::before{
  background-color: var(--tcr-secondary-color);
  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 .50s ease-in-out;
  transition: all .50s 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 .25s ease-in-out;
  transition: all .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-style-3 */ 
.services-layout-list {
  text-align: center;
}
.services-layout-list .tcr-service-wrapper.active .tcr-service-title a{
  color: var(--tcr-primary-color);
}
.services-layout-list .tcr-service-wrapper .tcr-service-title {
  font-size: 60px;
  line-height: 70px;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-secondary-color);
  margin-bottom: 50px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
 
.services-layout-list {
  text-align: center;
  position: relative;
  padding-right: 360px;
}
.services-layout-list .tcr-service-wrapper .tcr-service-image-container {
  position: absolute;
  top: -60px;
  right: 0;
  border-radius: 100%;
  width: 330px;
  height: 330px;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  overflow: hidden;
}
.services-layout-list .tcr-service-wrapper.active .tcr-service-image-container  {
  opacity: 1;
} 
.services-layout-list .tcr-services-button{
  padding: 20px 35px;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 15px;
  border-radius: 100px;
  background:var(--tcr-quaternary-color);
  color: var(--tcr-white-color) !important;
}
.services-layout-list .tcr-services-button:hover{
  background-color: var(--tcr-secondary-color);
}



/******************************************************* 
                 testimonials  
*******************************************************/
/* testimonials style 1 */
.testimonials-style-1 {
  position: relative;
}

 .testimonials-style-1 .swiper-slide .tcr-testimonial-wrapper {
  margin:30px 0px 100px  0px; 
}
.testimonials-style-1 .tcr-testimonial-wrapper {
  position: relative;
  margin:30px 0px ;
} .testimonials-style-1 .tcr-testimonial-wrapper::before {
  position: absolute;
  content: "\f10b";
  font-size: 310px;
  top: 50%;
  left: 50%;
  font-family: flaticon_mycollection !important;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px var(--tcr-white-color);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.1;
} 
.testimonials-style-1 .tcr-testimonial-meta-container{
  display: flex;
  align-items: center;
}
.testimonials-style-1  .testimonial-image{
  margin-right: 25px;
}
.testimonials-style-1 img{
  border-radius: 100%;
  width: 130px !important;
}

.testimonials-style-1 .testimonial-image::before {
  position: absolute;
  content: "\f10b";
  font-size: 20px;
  top:-8px;
  left: 0px;
  font-family: flaticon_mycollection !important; 
  border-radius: 50%;
  color: var(--tcr-white-color);
  text-align: center;
  z-index: 9;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--tcr-primary-color);
}

.testimonials-style-1 .testimonial-title {
  font-size: 27px;
  line-height: 36px; 
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: var(--tcr-primary-color);
}

.testimonials-style-1 .testimonial-designation {
  color: var(--tcr-white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: var(--tcr-ch-subtitle-ff); 
}

.testimonials-style-1 .tcr-testimonial-content {
  margin-top: 30px;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
  color: var(--tcr-white-color);
  font-weight: 400;
} 
.testimonials-style-1 .tcr-testimonial-container {
  position: relative; 
} 
.testimonials-style-1 .owl-dots button {
  margin: 10px !important;
}
.testimonials-style-1 .tcr-testimonial-rating{
  margin-top: 25px;
}
.testimonials-style-1 .tcr-testimonial-rating span.checked {
  color: #ffb300;
} 
.testimonials-style-1 .swiper-pagination-horizontal{
  text-align: left;
}  

.testimonials-style-1 .swiper-button-prev,
.testimonials-style-1 .swiper-button-next {
  position: absolute;
  top:87%; 
   left:8px;
}
.testimonials-style-1 .swiper-button-next {
  margin-left: 80px;
}
.testimonials-style-1 .swiper-button-prev:hover::before,
.testimonials-style-1 .swiper-button-next:hover::before{
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}
.testimonials-style-1 .swiper-button-next, 
.testimonials-style-1 .swiper-button-prev{
  opacity: 1;
}
.testimonials-style-1 .tcr-swiper-slider:hover .swiper-button-prev::before,
.testimonials-style-1 .swiper-button-prev::before{
  right: -17px;
}
 .testimonials-style-1 .tcr-swiper-slider:hover .swiper-button-next::before,
.testimonials-style-1 .swiper-button-next::before{
  right: 0px;
}
/* testimonials owl-carousel */
.testimonials-style-1 .owl-carousel .owl-nav{
  position: relative;
  top: 20px;
} 
.testimonials-style-1 .owl-carousel .owl-nav button.owl-prev{
  left: 0px; 
}
.testimonials-style-1 .owl-carousel .owl-nav button.owl-next{
  left: 60px;
}
.testimonials-style-1 .owl-carousel .owl-nav button.owl-prev:hover,
.testimonials-style-1 .owl-carousel .owl-nav button.owl-next:hover{
  background-color: var(--tcr-white-color) !important;
  color: var(--tcr-secondary-color) !important;
}
 

/* testimonials style 2 */

.testimonials-style-2 .tcr-testimonial-wrapper{
  margin: 30px 0px 40px 0px;
}
.testimonials-style-2 .tcr-testimonial-content {
  text-align: center;
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
  padding: 30px;
  font-size: 17px;
  line-height: 29px;
  font-style: italic;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}
.testimonials-style-2 .tcr-testimonial-content:before {
  position: absolute;
  content: "";
  right: 50%;
  left: 50%;
  bottom: -24px;
  border-top: 16px solid var(--tcr-secondary-color);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonials-style-2 .tcr-testimonial-content p{
  margin-bottom: 0px;
} 
.testimonials-style-2 .testimonial-image img {
  border-radius: 100%;
  width: 70px;  
  margin-bottom: 10px;
  display: inline;
} 
.testimonials-style-2 .testimonial-title {
  font-size: 23px;
  line-height: 35px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  color: var(--tcr-primary-color);
  margin-bottom: 7px;
}

.testimonials-style-2 .tcr-testimonial-container {
text-align: center;
}

.testimonials-style-2 .testimonial-designation {
  text-transform: uppercase;
  color: var(--tcr-secondary-color);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}
.testimonials-style-2 .tcr-testimonial-rating{
  margin-bottom: 10px;
}
.testimonials-style-2 .tcr-testimonial-rating span.checked {
  color: #ffb300;
}

.testimonials-style-2 .owl-carousel .owl-dots {
  text-align: center;
}

/******************************************************* 
                 blog  
*******************************************************/

/* blog style 1  */ 
.blog-style-1 .tcr-post-slide {
  margin: 20px 0px; 
  border-radius: 10px;
}
.blog-style-1 .tcr-post-date{
 color: var(--tcr-white-color);
  width: 55px;
  height: 65px; 
  text-align: center; 
  background-color:var(--tcr-primary-color);
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-top: 15px;
  font-family: var(--tcr-ch-title-ff);
  border-radius: 6px;
} 
.blog-style-1  .tcr-post-image-container{
  position: relative;
}
.blog-style-1 img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
} 
.blog-style-1 .tcr-post-content-cover{
  padding: 30px;
  background-color: var(--tcr-white-color);
  border: 1px solid #f2f2f2;
  border-radius: 0px 0px 10px 10px;
} 
.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category{ 
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-weight: 600;
  background: var(--tcr-tertiary-color);
  padding: 5px 11px;
  font-family: var(--tcr-ch-title-ff);
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 6px;
}
.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category a{
  color: var(--tcr-primary-color);
}
.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category i{
  margin-right: 5px;
  color: var(--tcr-primary-color);
} 
.blog-style-1 .post-title {
  font-size: 22px;
  line-height: 30px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--tcr-secondary-color);
} 
.blog-style-1 .tcr-post-date .tcr-date{
  font-size: 22px;
  line-height: 18px;
  display: inherit;
  font-weight: 700;
} 
.blog-style-1 .tcr-post-date .tcr-month{
  font-size: 15px;
  line-height: 25px;
  display: block;
  font-weight: 500;
}  
.blog-style-1 .tcr-post-bottun{
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 25px;
  color: var(--tcr-secondary-color);
}
.blog-style-1 .tcr-post-bottun::before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  border-radius: 100%;
} 

/* blog style 2 */  
.blog-style-2.blog-layout-slider .tcr-post-slide{
  padding-top: 25px;
}
.blog-style-2 .tcr-post-slide {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 60px;
  margin: 30px 0px;
  width: 100%;
  padding-left: 170px;
  position: relative;
}
.blog-style-2.blog-layout-grid .row .col-xl-12.col-lg-12.col-md-12.col-sm-12:last-child .tcr-post-slide{
 border-bottom: none; 
}

.blog-style-2 .tcr-post-thumbnail-wrapper {
  height: 130px;
  width: 130px;
  position: absolute;
  left: 0;
}

.blog-style-2 .tcr-post-thumbnail-wrapper img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  margin: auto;
}

.blog-style-2 .tcr-post-content {
    padding-right: 160px;
}
.blog-style-2 .tcr-post-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.blog-style-2 .post-tag {
  margin-right: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

.blog-style-2 .post-tag:before {
  position: absolute;
  bottom: 9px;
  right: -19px;
  content: " ";
  width: 5px;
  height: 5px;
  background:var(--tcr-body-color);
}

.blog-style-2 .post-tag a {
  color: var(--tcr-secondary-color);
  font-weight: 500;
}

.blog-style-2 .post-date span {
  text-transform: uppercase;
}

.blog-style-2 .tcr-post-button {
  text-align: right;
  position: absolute;
  right: 0;
  min-width: 150px;
}

.blog-style-2 .tcr-post-button a {
  position: relative;
  margin-right: 44px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-style-2 .tcr-post-button a span {
  position: relative;
  z-index: 9;
}

.blog-style-2 .tcr-post-button a::after {
  position: absolute;
  top: -20px;
  right: -40px;
  font-weight: 400;
  content: "+";
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  font-size: 22px;
  transition: all .25s ease-in-out;
} 
.blog-style-2 .tcr-post-button a:hover::after {
  width: 80px;
  height: 80px;
  line-height: 80px;
  right: -50px;
  top: -30px;
}


/******************************************************* 
                 projects  
*******************************************************/
/* projects style 1 */
.projects-style-1 img {
  width: 100%;
  border-radius: 10px;
}

.projects-style-1 .tcr-project-thumbnail-wrapper {
  margin-bottom: 30px;
}

.projects-style-1.projects-layout-1-4-grid .tcr-project-thumbnail-wrapper {
  margin-bottom: 0;
}

.projects-style-1.projects-layout-1-4-grid a {
  margin: 10px;
  display: block;
}

.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-lg-6.col-md-12.col-sm-12,
.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12,
.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12 .row .col-lg-6.col-lg-6.col-md-12.col-sm-12 {
  padding: 0 !important;
}

.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12 .row {
  margin: 0 !important;
}

.cursorIcon.tcr-project-title-wrap .project-title {
  font-size: 20px;
  line-height: 22px;
  padding: 20px;
  background:var(--tcr-secondary-color);
  font-family:var(--tcr-ch-title-ff);
  font-weight: 500;
  color: var(--tcr-white-color);
  margin-bottom: 5px;
  text-transform: capitalize;
 border-radius:8px;
}

.cursorIcon.tcr-project-title-wrap .tcr-project-category {
  font-size: 12px;
  line-height:15px;
  letter-spacing:0.7px;
  padding: 10px 15px;
  background: var(--tcr-secondary-color);
  display: inline-block;
  font-family: var(--tcr-ch-subtitle-ff);
  color: var(--tcr-white-color);
  border-radius:5px;
}

.cursorIcon.tcr-project-title-wrap .tcr-project-content {
  min-width: 250px;
  text-align: left;
}

.cursorIcon.tcr-project-title-wrap .project-title a {
  color: var(--tcr-white-color);

}

/******************************************************* 
                 team  
*******************************************************/
  

  /* team style 1 */ 
 .team-style-1 .tcr-teammember-wrapper{
  margin: 30px 0px; 
  text-align: center;
  padding: 0 20px;
  position: relative;
 }
 .team-style-1 .tcr-teammember-wrapper img {
  border-radius: 100%;
  width: 100%;
  display: initial;
  position: relative;
  z-index: 9;
 }
 .team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container{
  position: relative;
  padding: 25px;
 }
 .team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  border-radius: 200px 200px 0 0;
  transition: all .7s ease;
  background:var(--tcr-tertiary-color);
 } 
 .team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  border-radius: 200px 200px 0 0;
  transition: all .4s ease;
  -webkit-clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
  clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
  background: linear-gradient(to left,var(--tcr-primary-color),var(--tcr-primary-color),var(--tcr-primary-color),var(--tcr-primary-color));
 }
 .team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-image-container::after{
  -webkit-clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
  clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%);
 }
 
 .team-style-1 .tcr-teammember-content-cover{
  position: relative;
 }
 .team-style-1 .tcr-teammember-share{
  width: 50px;
    height: 50px;
    top: -90px;
    right: 25px;
    line-height: 50px; 
    font-size: 18px;
    border-radius:100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    background: var(--tcr-white-color);
    box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 7%);
    z-index: 9;
    color: var(--tcr-primary-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
 } 
 
 .team-style-1 .tcr-teammember-social-inner {
  position: absolute;
  top: -85px;
  right: 30px;
  visibility: hidden;
  background: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  border-radius:100px 0px 0px 100px;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.team-style-1 .tcr-teammember-social-links{ 
  position: relative;
  z-index:9;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-social-inner  {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  right: 60px;
}
 .team-style-1 .tcr-teammember-title {
  font-size: 24px;
  line-height: 32px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: var(--tcr-secondary-color);
  margin: 10px 0px 5px 0px;
}
.team-style-1 .tcr-teammember-designation {
  font-size: 15px;
  line-height: 20px;
  font-family: var(--tcr-ch-subtitle-ff);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tcr-body-color);
}
.team-style-1 .tcr-teammember-social-inner ul {
  padding: 0;
  margin: 0;
  display: inline-flex; 
  padding:0px 20px 0px 16px;
}
.team-style-1 .tcr-teammember-social-inner ul li {
  list-style-type: none;
  margin: 0 8px;  
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
 background-color: var(--tcr-quinary-color);
  line-height: 43px;   
}  
.team-style-1 .tcr-teammember-social-inner ul li i{
  color: var(--tcr-white-color);
    -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; 
}
.team-style-1 .tcr-teammember-social-inner ul li:hover i{
  color: var(--tcr-secondary-color);
}




/******************************************************* 
                 infobox  
*******************************************************/
/* infobox style 1 */
.infobox-style-1 .tcr-infobox-wrapper {
  margin-bottom: 30px;  
  position: relative; 
}
.infobox-style-1 .tcr-infobox--content{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon { 
    margin-right: 15px;
    display: flex;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon i {
  font-size: 30px;
  line-height: 30px;
  color: var(--tcr-primary-color);
}

.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon img {
    width:40px;
    border-radius: 100%; 
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon svg{
  fill: var(--tcr-primary-color);
  width: 22px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: var(--tcr-primary-color);
}

.infobox-style-1 .icon-number {
  color: var(--tcr-primary-color);
  font-size: 50px;
  line-height: 60px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 400;
}

.infobox-style-1 .tcr-infobox-title {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 36px;
  color: var(--tcr-secondary-color);
  margin-bottom: 0px;
} 
.infobox-style-1 .tcr-infobox-button a {
  font-size: 15px;
  line-height: 15px;
  color: var(--tcr-secondary-color);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  z-index: 999;
}
.infobox-style-1 .tcr-infobox-button a::before{
  position: absolute;
  top: 3px;
  font-size: 18px;
  right: -15px;
  content: "+";
  font-weight:600;
}

.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-button:hover a {
  color: var(--tcr-primary-color);
}

.infobox-style-1 .tcr-infobox-text {
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
} 
 

/* infobox style 2 */

.infobox-style-2 .tcr-infobox-wrapper {
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.infobox-style-2  .tcr-infobox-number{
  background-color: var(--tcr-primary-color);
  color:var(--tcr-white-color); 
    border-radius: 100%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top:-12px;
   right: 0px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
}
.infobox-style-2 .tcr-infobox-icon{
  margin-right: 30px;
  text-align: center;
  font-size: 45px; 
  border-radius: 100%; 
  color: var(--tcr-secondary-color);
  border: 1px solid var(--tcr-primary-color);
  position: relative;
  display: inline-block;
  min-width: 90px;
  height: 90px;
  line-height: 90px; 
}
.infobox-style-2 .tcr-infobox-icon svg{
  width: 40px;
  position: relative;
  top: 6px;
}

.infobox-style-2 .tcr-infobox-icon img {
  width: 150px;
  border-radius: 100%;
  position: relative;
  top: -4px;
}
.infobox-style-2 .icon-number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-grid;
  font-size: 35px;
    font-weight: 600;
}

.infobox-style-2 .tcr-infobox-title {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: var(--tcr-secondary-color);
  margin-bottom: 10px;
} 
.infobox-style-2 .tcr-infobox-button{
  position: absolute;
    bottom: -40%;
    left: 120px;
}
.infobox-style-2 .tcr-infobox-button a { 
  margin-top: 20px; 
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 17px;
} 
.infobox-style-2 .tcr-infobox-button a:before {
  position: absolute;
  top: 0px;
  right: -16px;
  content: "+";
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.elementor-section .elementor-column .elementor-section .elementor-column:last-child .infobox-style-2 .tcr-infobox-wrapper {
  border: inherit;
} 
/* infobox style 3 */
 
.infobox-style-3 .tcr-infobox-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px; 
  border-radius: 100%;
  background-color: var(--tcr-primary-color);
  position: relative;
}
.infobox-style-3 .tcr-infobox-icon::before{
  position: absolute;
  top: 7px;
  right: -200px;
  content: "";
  background-image: url(https://themecrafter.com/doctent/wp-content/uploads/2023/03/how-it-works2.png);
  width: 160px;
  height: 55px;
  background-repeat: no-repeat;
}
 
.elementor-section .elementor-column .elementor-column:last-child   .infobox-style-3 .tcr-infobox-icon::before {
  display: none;
}
.infobox-style-3 .tcr-infobox-icon i {
    font-size: 45px;
    color: var(--tcr-white-color);
}
.infobox-style-3 .tcr-infobox-icon svg{
  width: 32px;
  position: relative;
  top: 15px;
  fill: var(--tcr-white-color);
} 
.infobox-style-3 .tcr-infobox-icon img {
  width: 100px;
  border-radius: 100%;
  position: relative;
  top: -1px;
}

.infobox-style-3 .tcr-infobox-icon .icon-number {
  font-size: 30px;
  font-weight: 500;
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
}

.infobox-style-3 .tcr-infobox-content {
  position: absolute;
  bottom: 79px;
  left: 50%;
  margin-left: -125px;
  opacity: 0;
  background-color: var(--tcr-white-color);
  box-shadow: 4px 4px 25px 0px rgb(0 0 0 / 10%);
  padding: 15px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 250px;
  z-index: 9;
  font-size: 13px;
  line-height: 20px;
} 
 
 
.infobox-style-3 .tcr-infobox-title {
  margin: 30px 0px 10px 0px; 
  font-family: var(--tcr-ch-title-ff);
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  color: var(--tcr-secondary-color);
}
  
/* infobox style 4 */

.infobox-style-4 .tcr-infobox-wrapper {
    margin-bottom: 15px;
   display: flex;
   align-items: center;
}

.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon {
    
    margin-right: 20px; 
}
  .infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon span, 
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon  { 
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon{
    border-radius: 100%;
    background-color: var(--tcr-primary-color);
    font-size: 24px;
    color: var(--tcr-white-color);
    text-align: center; 
    border-radius: 100%;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon svg{
  width: 25px;
  position: relative;
  top: 6px;
  fill: var(--tcr-white-color);
}
.infobox-style-4 .tcr-infobox-icon img {
  width: 60px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.infobox-style-4 .tcr-infobox-icon .icon-number {
  font-size: 30px;
  line-height: 60px;
  font-family: var(--tcr-ch-title-ff);
}

.infobox-style-4 .tcr-infobox-title {
    font-size: 21px;
    line-height: 33px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color:var(--tcr-secondary-color);
    margin-bottom: 0px; 
}

.infobox-style-4 .tcr-infobox-text {
  font-size: 15px;
  line-height: 15px;
  font-family: var(--tcr-ch-subtitle-ff);
  font-weight: 600;
  color: var(--tcr-body-ff); 
  margin-top: 5px;
}

 
/* infobox style 5 */
.infobox-style-5 .tcr-infobox-wrapper{
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #F2F2F2;
}

.infobox-style-5 .tcr-infobox-wrapper:hover{
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04);
}

.infobox-style-5 .tcr-infobox-wrapper::before{
  position: absolute;
  content: "";
  width: 0px;
  height:3px;
  background-color: var(--tcr-primary-color);
  bottom: 0;
  left: 0;
  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
  overflow: hidden;

}
.infobox-style-5 .tcr-infobox-wrapper:hover:before{
  width:100%; 
  border-radius: 0px 0px 30px 30px;
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon { 
  color: var(--tcr-primary-color); 
  border-radius: 100%;
  margin-right: 20px; 
  font-family: var(--tcr-ch-title-ff);
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 20px;
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon svg{
  width: 45px;
  fill: var(--tcr-primary-color);
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon span {
  width:80px;
  display: inline-block;
  text-align: center;
}

.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon img {
  border-radius: 100%;
  display: block;
} 
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-title {
  margin-bottom: 17px;
  line-height: 36px;
  font-size: 26px;
  color: var(--tcr-secondary-color);
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-text{
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 7px;
}

 
 
/* infobox style 6 */
.infobox-style-6 {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
}

.infobox-style-6 .tcr-infobox-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: var(--tcr-primary-color);
  border-radius: 100%;
  text-align: center;
  margin-left: -33px;
  margin-top: -33px;
  z-index: 9;
  background: var(--tcr-tertiary-color);
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.infobox-style-6 .tcr-infobox-text svg {
  width: 170px;
  height: 170px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}
.infobox-style-6 .tcr-infobox-icon svg{
  width: 31px;
  position: relative;
  top: 8px;

}
 

/* infobox style 7 */ 
.infobox-style-7 .tcr-infobox-wrapper {
text-align: center;
position: relative;
margin: 0px 20px;
}
.infobox-style-7 .tcr-infobox-title {
  font-size: 26px;
  line-height: 36px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: var(--tcr-secondary-color);
} 
.infobox-style-7 .tcr-infobox-icon{
  position: relative;
  width: 150px;
  height: 150px; 
  line-height: 150px;
  border: 1px solid #f2f2f2; 
  border-radius: 1000%; 
 display: inline-block; 
}
.infobox-style-7 .tcr-infobox-icon i{
  color: var(--tcr-secondary-color);
  font-size: 55px;
  font-weight: 600;
  line-height: 150px;
}
.infobox-style-7 .tcr-infobox-icon svg{
  width: 40px;
  position: relative;
  top: 16px;

}
.infobox-style-7 .tcr-infobox-icon img{
  border-radius: 100%;
}
.infobox-style-7 .tcr-infobox-icon .icon-number{
  font-size: 55px;
  line-height:150px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: var(--tcr-secondary-color);
}
.infobox-style-7 .tcr-infobox-number{
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0px;
  font-size: 18px;
  font-weight: 800;
} 
section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .infobox-style-7 .tcr-infobox-number {
  top: 3px;
}
section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .infobox-style-7 .tcr-infobox-wrapper {
  margin-top: 50px; 
}
section .elementor-container .elementor-column:nth-of-type(2n+1) .elementor-element .infobox-style-7 .tcr-infobox-wrapper::before{
  position: absolute;
  top: 55px;
  right: -105px;
  content: url(https://themecrafter.com/doctent/wp-content/uploads/2023/03/how-it-works1.png);
 }

section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .infobox-style-7 .tcr-infobox-wrapper::before{
  position: absolute;
  top: -3px;
  right: -109px;
  content: url(https://themecrafter.com/doctent/wp-content/uploads/2023/03/how-it-works2.png);
}
section .elementor-container .elementor-column:nth-of-type(2n+2):last-child .elementor-element .infobox-style-7 .tcr-infobox-wrapper::before{
  content: none;
}
 /* infobox style 7  */
 .infobox-style-8 .tcr-infobox-wrapper{
  display: flex;
  align-items: center;
 }
 .infobox-style-8 .tcr-infobox-icon{
  color: var(--tcr-primary-color);
  background-color: var(--tcr-white-color);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  position: relative;
      border-radius: 8px;
      overflow: hidden;
 }
 .infobox-style-8 .tcr-infobox-icon::before{
  position: absolute;
  top: -25px;
  left: -25px;
  content: "";
  border: 1px solid rgba(225, 225, 225, .1);
  width: 140px;
  height: 140px;
        border-radius: 8px;
 } 
 .infobox-style-8 .tcr-infobox-icon svg{
  width: 26px;
  position: relative;
  top: 6px;
 }
 .infobox-style-8 .tcr-infobox-icon img{
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  top: -2px;
 }
 .infobox-style-8 .tcr-infobox-title{
  font-size: 20px;
  line-height: 30px;
  color: var(--tcr-white-color);
  margin-left: 20px;
 }   
 i[class^="flaticon-"]:before,
  i[class*=" flaticon-"]:before{
  line-height: inherit !important;
 }
 
/******************************************************* 
                 counter  
*******************************************************/
/* counter style 1 */

.counter-style-1 .tcr-counter-wrapper{
  display: flex;
  align-items: 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 svg{
  width: 50px;
  fill: var(--tcr-white-color);
  margin-right: 22px;
  margin-top: 8px;
}
.counter-style-1 .tcr-counter-icon img{
  width: 70px;
  border-radius: 100%;
}

.tcr-bg-color-white .counter-style-1 .tcr-counter-icon i{
  color: var(--tcr-primary-color);
}
.tcr-bg-color-white .counter-style-1 .tcr-counter-title{
  color: var(--tcr-body-color);
}

.counter-style-1 .tcr-counter-number {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600; 
  font-family: var(--tcr-ch-title-ff);
  position: relative;
  display: inline-block; 
  color:var(--tcr-secondary-color);

}

.counter-style-1 .tcr-counter-number::before {
  content: "+";
  position: absolute;
  bottom: -2px;
  right: -31px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}
.counter-style-1 .tcr-counter-title {
  color: var(--tcr-white-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  margin-top:10px;
}
.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);
}


/******************************************************* 
                 pricing  
*******************************************************/
.pricing-table-style-1 { 
  padding:60px ;
  position: relative;
  overflow: hidden;
  color: var(--tcr-secondary-color);
  border:1px solid #f2f2f2;
  border-radius: 10px; 
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  display: flex;
  background-color: var(--tcr-white-color);
}
.pricing-table-style-1 .tcr-pricing-table-header{
  margin-right: 50px;
}
.pricing-table-style-1 .tcr-pricing-table-header .tcr-table-ribbon {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 40px;
  position: absolute;
  top: 16px;
  right: -40px;
  transform: scale(-1) rotate(223deg);
}
.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: 70px;
}
.pricing-table-style-1 .tcr-pricing-table-icon{
  font-size: 50px;
  line-height: 50px;
  position: relative;
  text-align: left;
}
.pricing-table-style-1 .tcr-pricing-table-icon svg{
  width: 40px;
}
.pricing-table-style-1 .tcr-pricing-table-icon::before{
  position: absolute;
  top: -15px;
  left:0px;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: var(--tcr-primary-color);
  opacity: 0.1;
}
.pricing-table-style-1 .tcr-pricing-table-icon span img{
  width: 110px;
  position: relative;
}
.pricing-table-style-1 .pricing-table-title-period {
  font-family: var(--tcr-ch-title-ff);
  font-size: 15px;
  margin-top: 30px;
  margin-left: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tcr-secondary-color);
}

.pricing-table-style-1 .tcr-pricing-table-title {
  color: var(--tcr-primary-color);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: var(--tcr-ch-subtitle-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: 55px;
  line-height: 60px;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-secondary-color);
}
.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: 50px;
}
.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li {
  list-style-type: none;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--tcr-secondary-color);
  position: relative;
  text-transform: uppercase;
}
.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li::before{
  position: absolute;
  top: 0;
  left: -30px;
  content: "\f106";
  font-family: flaticon_mycollection !important;
  font-weight: 300;
  color: var(--tcr-primary-color); 
}
.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{
  text-align: left;
}
.pricing-table-style-1 .tcr-pricing-table-button a {
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  padding: 20px 30px;
  border-radius: 8px;
  text-align: left;
  font-family: var(--tcr-ch-title-ff);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-table-style-1 .tcr-pricing-table-button a:hover {
  background-color: var(--tcr-secondary-color);
}
 
 
  
/******************************************************* 
                 timeline
*******************************************************/
.tcr-timeline-item {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative; 
}
.tcr-timeline-item:last-child{
  border: inherit;
} 
.tcr-timeline-item .tcr-timeline-year {
  font-size: 25px;
  line-height: 110px;
  font-weight: 900;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  width: 110px;
  text-align: center;
  height: 110px;
  border-radius: 100px;
}

.tcr-timeline-item .tcr-timeline-title {
  font-size: 28px;
  line-height:35px;
  font-family: var(--tcr-ch-title-ff);
  font-weight:600;
  margin:0 30px 0 45PX;
  color: var(--tcr-secondary-color);
  width: 20%;
}

.tcr-timeline-item .tcr-timeline-text {
  width: 50%;
  padding-right: 50px;
  padding-left: 20px;
}

.tcr-timeline-item .tcr-timeline-image-container {
  position: absolute;
  top: 80px;
  right: 0px;
  opacity: 0; 
  text-align: right;
  transform: translateY(40px) rotate(0deg) skewY(-20deg);
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.tcr-timeline-item .tcr-timeline-image-container img{
  border-radius:10px; 
}

.tcr-timeline-item:hover .tcr-timeline-image-container {
  top:30px;
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 1;
  transform: translateY(0) skewY(0) scaleZ(1) rotate(-25deg);
  visibility: visible;
} 

/******************************************************* 
              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: 55px;
  position: relative;
  overflow: hidden;
}

.client-style-1 .client-item img {
  width:143px;
  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: -50px;
}

.client-style-1 .client-item .client-image {
  top: 0;
}

.client-style-1 .client-item:hover .client-image {
  top: -70px;
}

.client-style-1 .client-item .client-hover-image {
  top: 70px;
}

.client-style-1 .client-item:hover .client-hover-image {
  top: 0;
}

.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 .25s ease-in-out;
  transition: all .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;
  align-items: center;
  margin-bottom:15px;
}

.tcr-list-wrapper .tcr-list-icon  {
  border-radius: 100%;
  margin-right: 15px;
  color: var(--tcr-primary-color);
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.tcr-list-wrapper .tcr-list-icon svg{
  width: 17px;
  fill: var(--tcr-primary-color);
}
.tcr-list-wrapper .tcr-list-info {
  margin: 0;
  font-size: 15px;
  font-weight:700;
  font-family: var(--tcr-ch-title-ff);
  line-height: 26px;
  text-transform: uppercase;
  color: var(--tcr-secondary-color);
}

.tcr-list-wrapper .tcr-list-info a {
  cursor: pointer;
}
.tcr-list-wrapper .tcr-list-info a:hover{
  color: var(--tcr-secondary-color);
}
.tcr-bg-color-secondary .tcr-list-wrapper .tcr-list-info a{
  color: var(--tcr-white-color);
}
.tcr-bg-color-primary .tcr-list-wrapper .tcr-list-info a{
  color: var(--tcr-white-color);
}
.tcr-bg-color-primary .tcr-list-wrapper .tcr-list-icon{
  color: var(--tcr-white-color);
}
.tcr-bg-color-primary .tcr-list-wrapper .tcr-list-icon svg{
  fill: var(--tcr-white-color);
}
/*******************************************************
    Progress Bar Heading
*******************************************************/
 
.progress-bar-style-1 .tcr-progress-bar-wrapper{
  margin-bottom: 25px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
  width: 100%; 
  background-color: #f6f6f6;
  border-radius: 100px;
}
 

.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
  position: relative;
  background-color:var(--tcr-primary-color);
  border-radius: 100px;
}

.progress-bar-style-1 .tcr-progress-bar-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 20px;
  font-family: var(--tcr-ch-title-ff);
  color:var(--tcr-secondary-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);
}


/*******************************************************
    Tab Widget
*******************************************************/
/* horizontal */
 
.tcr-layout-horizontal  .tcr-tab-list {
  text-align: center;
  width: 100%;
  padding: 0px 40px;
} 
.tcr-layout-horizontal .tcr-list-tab:last-child{
  margin-right: 0px;
}
.tcr-layout-horizontal .tcr-list-tab { 
  position: relative;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 20%;
  float: left;
}
 
 
.tcr_tabs_wrapper.tcr-layout-horizontal .tcr-tab-content { 
  padding: 100px 40px 60px 40px;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  border: 1px solid rgb(000 000 000 / 3%);
  background-color: var(--tcr-white-color);
  margin-top: -70px;
  width: 100%;
  display: inline-block;
}
 
.tcr-layout-horizontal .tcr-list-tab a:hover  {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
} 
.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon,
.tcr-list-tab.tcr-active-tab-link a {
 color: var(--tcr-white-color); 
}
.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon svg{
  fill: 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-tab-content .tcr-tab-content-list.tcr-active-tab p{
  margin: 0px;
}   
.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-list-tab a:hover .tcr-tab-icon svg{
  fill: 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: 50px;
  line-height: 60px;
  color: var(--tcr-primary-color);  
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
} 
.tcr-list-tab .tcr-tab-icon svg{
  width: 38px;
  fill: var(--tcr-primary-color); 
}
.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.tcr-active-tab-link a {
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
} 
.tcr_tabs_wrapper.tcr-layout-vertical {
  display: flex;
} 
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list {
  display: inline;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab a{
  min-width: 120px;
  border-radius: 20px 0px 0px 20px;
  background-color: #f1f1f1;
  text-align: center;
  font-family: var(--tcr-ch-title-ff);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px; 
  display: grid;
  text-transform: uppercase;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab:last-child a{
  margin: 0;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link a{ 
  background-color: var(--tcr-primary-color);
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content {
  padding: 0;
}
 
.tcr_tabs_wrapper.tcr-layout-vertical  .wpcf7-form .contact-form{
  border-radius: 0px 30px 30px 30px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab:hover a{
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab:hover a{
  color: var(--tcr-white-color);
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content {
    padding-left: 20px;
    padding: 35px 40px;
    border-radius:0 30px 30px 0px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgb(000 000 000 / 3%);
    background-color: var(--tcr-white-color);
}
 


/*******************************************************
   marquee
*******************************************************/
.marquee-style-1 .tcr-marquee-cover{
  text-align: center;
}
.marquee-style-1 .tcr-marquee-cover .marquee-item{
  display:inline-flex;
  align-items: center;
}
.marquee-style-1 .tcr-marquee-cover .marquee-item img{
  width:100px; 
}
.marquee-style-1 .tcr-marquee-cover .marquee-item .marquee-title{
  font-size: 60px;
  line-height: 70px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 700;
  color: var(--tcr-secondary-color);
}


.marquee-style-1 .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.marquee-style-1 .swiper-container:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: linear-gradient(90deg, black 50%, transparent 50%);
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  -webkit-animation: line-slide 60s forwards infinite linear;
          animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.marquee-style-1 .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.marquee-style-1 .swiper-wrapper { 
  transition-timing-function: linear !important;
  position: relative;
}
.marquee-style-1 .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: var(--tcr-white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
@-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;
  }
}


