/******************************************************* 
                 heading 
*******************************************************/
.custom-heading-style-1 .tcr-custom-heading-wrapper{
    margin-bottom: 40px;
}
.custom-heading-style-1 .tcr-custom-heading-wrapper .heading-subtitle{
  font-family: var(--tcr-ch-subtitle-ff);
  font-size: 15px;
  margin-bottom: 10px;
}
.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{
  font-family: var(--tcr-ch-title-ff);
  font-size: 48px;
  line-height: 58px;
  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{
    color: var(--tcr-white-color);
}
.custom-heading-style-1.heading-alignment-right .heading-subtitle,
.custom-heading-style-1.heading-alignment-right .heading-title{
   text-align: right;
} 
.custom-heading-style-1.heading-alignment-center .heading-subtitle,
.custom-heading-style-1.heading-alignment-center .heading-title{
   text-align: center;
}
/******************************************************* 
                 content box 
*******************************************************/
.content-box-style-1 .box-title{
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
}
/******************************************************* 
                 infobox 
*******************************************************/
.tcr-infobox-wrapper{
    margin-bottom: 30px;
}
/* infobox style 1 */
.infobox-style-1 .tcr-infobox-wrapper{
    border-radius: 7px;
    background: var(--tcr-white-color);
    margin-bottom: 0;
    position: relative;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-wrapper-inner{
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid;
    border-color: var(--tcr-light-color);
}
 .infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-content .tcr-infobox-subtitle{
    color: var(--tcr-primary-color);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
 }
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-wrapper-inner .tcr-infobox-icon{
    position: absolute;
    right: 0;
    top: 0;
    background: var(--tcr-light-color);
    color: var(--tcr-primary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
   font-size:32px; 
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-wrapper-inner .tcr-infobox-icon img{
   border-radius: 5px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-wrapper-inner .tcr-infobox-icon .icon-number{
    font-size: 33px;
    font-weight: 600;
}
/* infobox style 2 */
.infobox-style-2 .tcr-infobox-wrapper{
    position: relative;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon{
    margin-right: 30px;
    border-radius: 100%;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 10%);
    position: relative;
    background-color: var(--tcr-white-color);
}
.infobox-style-2 .tcr-infobox-wrapper:before{
    position: absolute;
    top: 40px;
    left: 20px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.elementor-widget-wrap .elementor-element.info-last .infobox-style-2 .tcr-infobox-wrapper:before{
   content: none;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number{
    color: var(--tcr-tertiary-color);
   font-weight: 800; 
   width: 40px;
   display: block;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon span{
    width: 40px;
    display: inline-block;
    text-align: center;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon img{
    width: 20px;
    display: inherit;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon i{
    font-weight: 800;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: var(--tcr-tertiary-color);
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon img:after,
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon i:after,
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number:after{
    position:absolute;
    top: -4px;
    right: -2px;
    height: 15px;
    text-align: center;
    width: 15px;
    line-height: 15px;
    font-size: 8px;
    border-radius: 50px;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    background: var(--tcr-primary-color);
    color: var(--tcr-white-color);
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-title{
    margin-bottom: 10px;
    line-height: 35px;
}
/*infobox-style-3*/
.infobox-style-3 .tcr-infobox-wrapper .tcr-infobox-icon i{
  font-size: 40px;
  margin-right: 15px;
   color: var(--tcr-primary-color);
}
.infobox-style-3 .tcr-infobox-wrapper .tcr-infobox-icon img{
    margin-right: 15px;
}
.infobox-style-3 .tcr-infobox-wrapper .tcr-infobox-icon span{
    margin-right: 15px;
    color: var(--tcr-primary-color);
    font-size: 40px;
    font-weight: 500;
}
.infobox-style-3 .tcr-infobox-wrapper .tcr-infobox-content .tcr-infobox-title{
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 0;
}

/*infobox-style-3 with white text*/
.infobox3-white .infobox-style-3 .tcr-infobox-wrapper .tcr-infobox-icon i{
    font-size: 47px;
    margin-right: 15px;
    color: var(--tcr-white-color);
}
.infobox3-white .infobox-style-3 .tcr-infobox-wrapper .tcr-infobox-content .tcr-infobox-title{
    text-decoration: underline;
    font-size: 18px;
    color: var(--tcr-white-color);
}
/*infobox-style-4*/
.infobox-style-4 .tcr-infobox-wrapper{
    text-align: center;
    border: 1px solid var(--tcr-light-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
    border-radius: 8px;
    padding: 50px 30px 50px 30px;
    position: relative;
    border-bottom: none;
    background-color: var(--tcr-white-color);
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon i{
    font-size: 65px;
    color: var(--tcr-primary-color);
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon img{
    margin-bottom: 10px;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon span{
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: var(--tcr-primary-color);
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-title{
    font-size: 28px;
    line-height: 38px;
    margin:10px 0 8px 0;
}
.infobox-style-4 .tcr-infobox-text {
    margin-bottom: 30px;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-button a{
    padding: 10px 35px 10px 15px;
    background: var(--tcr-light-color);
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    font-weight: 600;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-button a:before {
    position: absolute;
    top: 7px;
    right: 15px;
    font-weight: 600;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-button a:hover{
    background: var(--tcr-tertiary-color);
    color: var(--tcr-white-color);
}
.infobox-style-4 .tcr-infobox-wrapper{
    position: relative;
}
.infobox-style-4 .tcr-infobox-wrapper:before {
    position: absolute;
    bottom: -15px;
    left: 5%;
    content: "";
    border-radius: 0 0 7px 7px;
    width: 90%;
    height: 15px;
    background: var(--tcr-light-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.infobox-style-4 .tcr-infobox-wrapper:after {
    position: absolute;
    bottom: -16px;
    left: 5%;
    content: "";
    border-radius: 0 0 7px 7px;
    width: 90%;
    height: 0;
    background: var(--tcr-primary-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.infobox-style-4 .tcr-infobox-wrapper:hover:after{
    height: 16px;
}
.infobox-style-4 .tcr-infobox-wrapper:hover:before {
    background: var(--tcr-primary-color);
}
/* infobox style 5 */
.infobox-style-5 .tcr-infobox-wrapper{
    align-items: center;
    margin-bottom: 0;
}
.infobox-style-5 .tcr-infobox-wrapper i{
    font-size: 35px;
    color: var(--tcr-white-color);
    margin-right: 20px;
}
.infobox-style-5 .tcr-infobox-wrapper .icon-number{
    font-size: 44px;
    color: var(--tcr-primary-color);
    margin-right: 20px;
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon img{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40px;
}
.infobox-style-5 .tcr-infobox-title{
    color: var(--tcr-z-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.infobox-style-5 .tcr-infobox-text{
    color: var(--tcr-white-color);
    font-size: 15px;
}
/* infobox style 6 */
.infobox-style-6 .tcr-infobox-wrapper{
    background: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 100%;
    padding-top: 36px;
}
.infobox-style-6 .tcr-infobox-title{
    font-family: var(--tcr-ch-subtitle-ff);
    font-weight: 400;
    color: var(--tcr-white-color);
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.infobox-style-6 .icon-number{
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-right: 55px;
    margin-bottom: 9px;
    display: inline-block;
}
.infobox-style-6 .icon-number::after{
    position: absolute;
    content: "MB";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.infobox-style-6 .tcr-infobox-text{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--tcr-ch-subtitle-ff);
}
.infobox-style-6 .tcr-infobox-icon img{
    width: 50px;
    border-radius: 100%;
}
.infobox-style-6 .tcr-infobox-icon i{
    font-size: 30px;
}
/******************************************************* 
                counter
*******************************************************/
/*counter-style-1*/
.counter-style-1 .tcr-counter-wrapper{
    padding: 20px;
    padding-left: 0;
}
.counter-style-1 .tcr-counter-wrapper .tcr-counter-icon{
    margin-right: 30px;
}
.counter-style-1 .tcr-counter-wrapper .tcr-counter-icon i{
    font-size: 60px;
    color: var(--tcr-primary-color);
    line-height: 60px;
}
.counter-style-1 .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number{
    font-size: 48px;
    color: var(--tcr-white-color);
    margin-bottom: 0;
    line-height: 48px;
}
.counter-style-1 .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number:after{
  position: relative;
  top: 0;
  left:2px;
  content: "k";
  font-size: 40px;
}
.counter-style-1 .tcr-counter-wrapper .tcr-counter-content .tcr-counter-title{
  font-size: 16px;
  font-weight: 500;
  color: var(--tcr-white-color);
} 
/*counter-style-2*/
.counter-style-2 .tcr-counter-wrapper{
   background: var(--tcr-primary-color);
   padding: 20px 27px;
  border-radius:5px;
   position: relative;
}
.counter-style-2 .tcr-counter-wrapper:before{
   position: absolute;
    content: "";
    left: 40px;
    bottom: -28px;
    width: 0;
    height: 0;
    border-top: 30px solid var(--tcr-primary-color);
    border-right: 55px solid transparent;
} 
.counter-style-2  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number:after{
  position: relative;
  top: 0;
  right:0;
  content: "+";
  font-size: 40px;
}
.counter-style-2  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number{
    color: var(--tcr-white-color);
    margin-bottom: 5px;
}
.counter-style-2  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-title{
    color: var(--tcr-white-color);
    font-weight: 500;
}
/*counter-style-3*/
.counter-style-3 .tcr-counter-wrapper .tcr-counter-content{
    display: flex;
    align-items: flex-end;
}
.counter-style-3  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number::before{
    position: relative;
    top: -20px;
    left: 0;
    content: "$";
    font-size: 18px;
    line-height: 18px;
}
.counter-style-3  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number::after{
    position: relative;
    bottom: 0;
    right: -10px;
    content: "/";
    font-size: 18px;
}
.counter-style-3  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-number{
    margin-bottom: 0px;
    font-size: 48px;
    line-height: inherit;
}
.counter-style-3  .tcr-counter-wrapper .tcr-counter-content .tcr-counter-title{
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
    padding-left: 25px;
}
.tcr-border-counter .counter-style-3 .tcr-counter-wrapper .tcr-counter-content{
    border: 1px solid blue;
    border-radius: 6px;
    display: inline-flex;
    padding: 20px 20px 15px 20px;
}

/******************************************************* 
                pricing
*******************************************************/
.tcr_pricing_table_wrapper{
      margin-bottom:30px ;
  }
/*pricing-table-style-1*/
.pricing-table-style-1 .tcr_pricing_table_wrapper{
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper:before{
    position: absolute;
    top: -58px;
    right: -28px;
    content: "";
    padding: 80px;
    border-radius: 100px;
    background: var(--tcr-white-color);
} 
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header{
    border-radius: 7px;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 0px 50px 25px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-prices{
    z-index: 9;
    position: absolute;
    right: 20px;
    top: 25px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-text,
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .tcr-pricing-table-title,
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-title-wrapper{
    color: var(--tcr-white-color);
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .tcr-pricing-table-title{
    width: 80%;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-base-price{
    font-size: 45px;
    margin-bottom: 10px;
    color: var(--tcr-tertiary-color);
    font-family: var(--tcr-ch-title-ff);
    font-weight: 800;
    position: relative;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-base-price span{
    font-size: 18px;
    position: relative;
    top: -19px;
    left: 0px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-title-period{
    color: var(--tcr-tertiary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-title-wrapper{
   margin-bottom: 3px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .pricing-table-subtitle-wrapper{
    text-transform: uppercase;
    font-weight: 500;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .pricing-text{
    margin: 33px 37px 9px 0px;
   color: var(--tcr-white-color);
} 
.pricing-table-style-1 .tcr_pricing_table_wrapper  .tcr-pricing-table-icon i{
   font-size: 33px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper  .tcr-pricing-table-icon i.fab{
    line-height: 60px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper  .tcr-pricing-table-icon i.fas{
    line-height: 60px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-icons{
   text-align: center;
    position: relative;
    top: -30px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-icon{
    background: var(--tcr-white-color);
    color: var(--tcr-tertiary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 10%);
   display: inline-block;
   margin: 0px 5px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-feature-list{
    padding: 0;
    margin-left:75px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-feature-list .feature-list{
  list-style-type: none;
  position: relative;
  font-weight: 600;
  color: var(--tcr-tertiary-color);
  line-height: 38px;
}
.pricing-table-style-1 .tcr-pricing-table-feature-list .feature-list:before{
  position: absolute;
  top: 0;
  left: -23px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 14px;
  color: var(--tcr-primary-color);
}
.pricing-table-style-1 .tcr-pricing-table-footer {
   padding:10px 0 50px 0;
}
.pricing-table-style-1 .tcr-pricing-table-footer .tcr-pricing-table-button{
 text-align: center;
}
.pricing-table-style-1 .tcr-pricing-table-footer .tcr-pricing-table-button a{
    border-radius: 4px;
    position: relative;
    padding: 15px 43px 15px 20px;
    background-color: var(--tcr-tertiary-color);
    color: var(--tcr-light-color);
    font-weight: 600;
}
.pricing-table-style-1 .tcr-pricing-table-footer .tcr-pricing-table-button a:before{
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 14px;
  font-weight: 600;
  color: var(--tcr-white-color);
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-content{
    background: var(--tcr-white-color);
    width: 85%;
    left: 8%;
    position: relative;
    border-radius:0 0 7px 7px;
    border: 1px solid #eee;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .tcr-pricing-table-header .tcr-table-ribbon{
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    color: var(--tcr-primary-color);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    font-family: var(--tcr-body-ff);
}
.pricing-table-style-1 .tcr_pricing_table_wrapper.pricing-table-onsale .tcr-pricing-table-header .pricing-table-base-price{
    text-decoration: line-through;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    top: -17px;
    left: -27px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper.pricing-table-onsale .tcr-pricing-table-header .pricing-table-base-price span{
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 0px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .pricing-table-sale-price{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: -20px;
    left: 10px;
}
.pricing-table-style-1 .tcr_pricing_table_wrapper .pricing-table-title-period{
    top: -18px;
    position: relative;
}
.pricetabel-bg-color .elementor-column:nth-of-type(3n+1) .pricing-table-style-1 .tcr-pricing-table-header {
    background-color: var(--tcr-secondary-color);
}
.pricetabel-bg-color .elementor-column:nth-of-type(3n+2) .pricing-table-style-1 .tcr-pricing-table-header {
    background-color: var(--tcr-primary-color);
}
.pricetabel-bg-color .elementor-column:nth-of-type(3n+3) .pricing-table-style-1 .tcr-pricing-table-header {
    background-color: var(--tcr-secondary-color);
}
.pricetabel-bg-color .elementor-column:nth-of-type(3n+1) .pricing-table-style-1 .tcr-pricing-table-button a:hover{ 
    background-color: var(--tcr-primary-color);
}
.pricetabel-bg-color .elementor-column:nth-of-type(3n+2) .pricing-table-style-1 .tcr-pricing-table-button a:hover{
    background-color: var(--tcr-secondary-color);
}
.pricetabel-bg-color .elementor-column:nth-of-type(3n+3) .pricing-table-style-1 .tcr-pricing-table-button a:hover{
    background-color: var(--tcr-primary-color);
}
/*pricing-table-style-2*/
.pricing-table-style-2 .tcr_pricing_table_wrapper {
    border: 1px solid var(--tcr-light-color);
    padding: 40px;
    border-radius:7px;
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
    overflow: hidden;
    background: var(--tcr-white-color);
}
.pricing-table-style-2 .tcr-pricing-table-icons .tcr-pricing-table-icon{
    background: var(--tcr-white-color);
    color: var(--tcr-tertiary-color);
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}
.pricing-table-style-2 .tcr-pricing-table-icons .tcr-pricing-table-icon i{
    font-size: 33px;
}
.pricing-table-style-2 .tcr-pricing-table-title{
    margin-left: 30px;
}
.pricing-table-style-2 .tcr-pricing-table-title .pricing-table-title-wrapper{
    margin-bottom:3px;
}
.pricing-table-style-2 .tcr-pricing-table-title .pricing-table-subtitle-wrapper{
    color: var(--tcr-primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.pricing-table-style-2 .pricing-table-price-wrapper .pricing-table-prices{
    display: flex;
    z-index: 9;
    color: var(--tcr-white-color);
    margin-left: 21px;
}
.pricing-table-style-2 .pricing-table-price-wrapper{
    position: relative;
    margin: 30px 0;
    padding: 23px 0;
}
.pricing-table-style-2 .pricing-table-price-wrapper:before{
    position: absolute;
    content: "";
    top: 0;
    left: -45px;
    height: 100%;
    width: 100%;
    background: var(--tcr-primary-color);
    border-radius: 0px 100px 100px 0px;
}
.pricing-table-style-2 .pricing-table-price-wrapper .pricing-table-title-period{
    font-size: 15px;
    font-weight: 600;
    color: var(--tcr-white-color);
    float: left;
    margin: 16px 0 0 5px;
    line-height: 15px;
}
.pricing-table-style-2 .pricing-table-price-wrapper .pricing-table-base-price{
   font-size: 40px;
    font-weight: 800;
    position: relative;
    font-family: var( --tcr-ch-title-ff);
}
.pricing-table-style-2 .pricing-table-price-wrapper .pricing-table-base-price span{
    font-size: 15px;
    position: relative;
    top: -16px;
    left: 0px;
}
.pricing-table-style-2 .tcr-pricing-table-feature-list .feature-list{
   list-style-type: none;
    position: relative;
    font-weight: 600;
    color: var(--tcr-tertiary-color);
    line-height: 38px;
} 
.pricing-table-style-2 .tcr-pricing-table-feature-list .feature-list:before {
    position: absolute;
    top: 0;
    left: -23px;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 14px;
    color: var(--tcr-primary-color);
}
.pricing-table-style-2 .tcr-pricing-table-footer .tcr-pricing-table-button{
    margin: 45px 0 13px 17px;
}
.pricing-table-style-2 .tcr-pricing-table-footer .tcr-pricing-table-button a{
    border-radius: 3px;
    padding:15px 43px 15px 20px;
    position: relative;
    background-color: var(--tcr-tertiary-color);
    color: var(--tcr-white-color);
}
.pricing-table-style-2 .tcr-pricing-table-footer .tcr-pricing-table-button a:before{
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 15px;
  content:"\f061";
  font-family: "Font Awesome 5 Free";
  font-weight:600;
  color: var(--tcr-white-color);
}
.pricing-table-style-2  .tcr-pricing-table-footer .tcr-pricing-table-button a:hover{
    background-color: var(--tcr-primary-color);
} 
.pricing-table-style-2 .pricing-table-onsale.tcr_pricing_table_wrapper .pricing-table-base-price{
    text-decoration: line-through;
    font-size: 18px;
    line-height: 18px;
}
.pricing-table-style-2.pricing-table-onsale .tcr_pricing_table_wrapper .pricing-table-base-price span{
    top: -3px;
}
.pricing-table-style-2 .tcr_pricing_table_wrapper .pricing-table-sale-price{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-family: var( --tcr-ch-title-ff);
}
.pricing-table-style-2 .tcr_pricing_table_wrapper .tcr-pricing-table-header .tcr-table-ribbon{
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    color: var(--tcr-white-color);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 0 0 0 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: var(--tcr-primary-color);
    font-family: var(--tcr-body-ff);
}

/******************************************************* 
               Owl Carousel Dots and Arrow
*******************************************************/
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
} 
.owl-carousel .owl-dots .owl-dot{
    background:var(--tcr-light-color);
    width: 10px;
    height: 10px;
    margin: 0 3px 0 3px;
    border-radius: 50px;
    outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active{
     background:var(--tcr-primary-color);
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    left: -60px;
    border-radius: 50px;
    color: var(--tcr-white-color);
    background: var(--tcr-primary-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
}   
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    right: -60px;
    border-radius: 50px;
    background: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
}
/*
/******************************************************* 
               testimonials
*******************************************************/
.tcr-testimonial-wrapper{
    margin-bottom: 30px;
} 
.testimonials-style-1 .tcr-testimonial-wrapper{
    position: relative;   
}
.testimonials-style-1 .tcr-testimonial-wrapper:before{
    position: absolute;
    bottom:-15px;
    left: 5%;
    content: "";
    border-radius: 0 0 7px 7px;
    width: 90%;
    height: 15px;
    background: var(--tcr-white-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.testimonials-style-1  .tcr-testimonial-wrapper:after {
    position: absolute;
    bottom: -15px;
    left:5%;
    content: "";
    border-radius: 0 0 7px 7px;
    width: 90%;
    height: 0;
    background: var(--tcr-primary-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-container{
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
    position: relative;
    background: var( --tcr-white-color);
    padding: 30px;
    border-radius: 7px;
}
.testimonials-style-1 .tcr-testimonial-wrapper:hover:after {
     height: 16px;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-content{
    position: relative;
} 
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-content img{
    width: 80px;
    border-radius: 50px;
    position: relative;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-content:before{
   position: absolute;
    top: -3px;
    left: 56px;
    background: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    z-index: 9;
    font-family: flaticon !important;
    content: "\f10c";
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    border: 4px solid;
    border-color: var(--tcr-white-color);
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonials-title{
   margin-left: 25px;
}
.testimonials-style-1 .tcr-testimonial-wrapper .testimonial-title{
    margin: 0;
    font-size: 20px;
    line-height: 31px;
}
.testimonials-style-1 .tcr-testimonial-wrapper .testimonial-designation{
  color: var(--tcr-primary-color);
  font-weight: 600;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-text{
    margin-top: 25px;
    position: relative;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-rating{
    position: relative;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-rating span{
    color: #ffb300;
}
/******************************************************* 
              client
*******************************************************/
 .client-style-1 .tcr-client-cover .client-item{
    text-align: center;
    height: 43px;
    position: relative;
 }
 .client-style-1 .client-item img{
    width: 112px;
    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:-56px ;
}
 .client-style-1 .client-item .client-image{
    top: 0;
}
 .client-style-1 .client-item:hover .client-image{
    top: -43px;
}
 .client-style-1 .client-item .client-hover-image{
    top: 43px;
}
 .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;
}

/******************************************************* 
              blog
*******************************************************/
.tcr-post-slide{
    margin-bottom: 30px;
} 
.blog-style-1 .tcr-post-slide{
    border: 1px solid var(--tcr-light-color);
    border-radius: 5px;
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
}
.blog-style-1 .tcr-post-thumbnail-wrapper{
    position: relative;
}
.blog-style-1 .tcr-post-thumbnail-wrapper .tcr-post-image-container img{
 border-radius: 5px 5px 0px 0px;
 width: 100%;
}
.blog-style-1 .tcr-post-thumbnail-wrapper .post-meta-item{
    position: absolute;
    bottom: 0;
    padding: 12px 16px;
    left: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: var(--tcr-white-color);
    background: var(--tcr-primary-color);
    border-radius: 5px 5px 0px 0px;
}
.blog-style-1 .tcr-post-slide .tcr-title-inner{
    padding: 20px 30px 30px 30px;
}
.blog-style-1 .tcr-post-slide .tcr-title-inner .tcr-post-meta{
    border-bottom: 1px solid var(--tcr-light-color);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.blog-style-1 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner .post-meta-item:last-child{
    margin-right: 0;
}
.blog-style-1 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner .post-meta-item i{
    color: var(--tcr-primary-color);
    margin-right: 7px;
    font-size: 17px;
}
.blog-style-1 .tcr-post-slide .tcr-post-meta-inner .post-meta-item {
    font-weight: 600;
    margin-right: 20px;
    font-size: 13px;
    color: var( --tcr-tertiary-color);
    text-transform: uppercase;
}
.blog-style-1 .tcr-post-slide .tcr-post-meta-inner .post-meta-item a:hover{
    color: var(--tcr-primary-color);
}
.blog-style-1 .tcr-post-slide .tcr-post-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.blog-style-1 .tcr-post-slide .tcr-post-title h3 a:hover{
    color: var(--tcr-primary-color);
}
.blog-style-1 .tcr-post-slide .tcr-post-title p{
    margin-bottom: 0;
}
/******************************************************* 
              services
*******************************************************/
.tcr-service-slide .tcr-service-wrapper{
    margin-bottom: 50px;
    background-color: var(--tcr-tertiary-color);
    border-radius: 8px;
}
.services-style-1  .tcr-service-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
} 
.services-style-1  .tcr-service-wrapper:before{
    position: absolute;
    bottom: -15px;
    left: 5%;
    content: "";
    border-radius: 0 0 7px 7px;
    width: 90%;
    height: 15px;
    background: var(--tcr-white-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services-style-1 .tcr-service-wrapper:after{
    position: absolute;
    bottom: -15px;
    left: 5%;
    content: "";
    border-radius: 0 0 7px 7px;
    width: 90%;
    height: 0;
    background: var(--tcr-white-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: var(--tcr-primary-color);
}
.services-style-1 .tcr-service-wrapper:hover:after{
    height: 15px;
}
.services-style-1 .tcr-service-wrapper .tcr-services-image-container{
    position: relative;
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
    border: 1px solid;
    border-radius: 7px;
    border-color: var(--tcr-light-color);
    border-bottom: none;
}
.services-style-1 .tcr-service-wrapper .tcr-services-image-container img{
     border-radius: 8px;
}
.services-style-1 .tcr-service-wrapper .tcr-services-image-container:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: var(--tcr-white-color);
   -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} 
.services-style-1 .tcr-service-wrapper:hover .tcr-services-image-container:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    background:rgba(22, 22, 22, 80%);
    border-radius: 7px;
} 
.services-style-1 .tcr-service-wrapper .tcr-services-content-cover{
    padding: 40px;
    width: 100%;
     background: var(--tcr-white-color);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 7px;
    z-index: 9;
    position: relative;
    border: 1px solid var(--tcr-light-color);
} 
.services-style-1 .tcr-service-wrapper .tcr-service-icon i{
    color: var(--tcr-primary-color);
    font-size: 40px;
}
.services-style-1 .tcr-service-wrapper .tcr-services-icons{
    position: relative;
}
.services-style-1 .tcr-service-wrapper .tcr-service-icon{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    background: var(--tcr-light-color);
}
.services-style-1 .tcr-service-wrapper .tcr-services-number {
    font-size: 38px;
    position: absolute;
    top: 28px;
    right: 0;
    opacity: 0.4;
} 
.services-style-1 .tcr-service-wrapper .tcr-services-subtitle {
    color: var(--tcr-primary-color);
    font-weight: 600;
    margin-bottom:2px;
}
.services-style-1 .tcr-service-wrapper .tcr-services-content {
    margin: 30px 0 40px 0;
}
.services-style-1 .tcr-service-wrapper .tcr-service-title {
    color:var(--tcr-tertiary-color) ;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} 
.services-style-1 .tcr-service-wrapper .tcr-services-table-button a{
    padding:10px 33px 10px 15px;
    background:var(--tcr-light-color);
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    font-weight: 600;
}
.services-style-1 .tcr-service-wrapper .tcr-services-table-button a:hover{
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
}
.services-style-1 .tcr-service-wrapper .tcr-services-table-button a:before{
  position: absolute;
    top: 7px;
    right: 13px;
    font-weight: 600;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
}
/*services-style-2*/  
.services-style-2 .tcr-service-wrapper .tcr-service-image-container{
     -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
} 
.services-style-2 .tcr-service-wrapper .tcr-service-image-container:before{
   position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--tcr-tertiary-color);
    border-radius: 7px;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services-style-2 .tcr-service-wrapper:hover .tcr-service-image-container:before{
    background: rgba(22, 22, 22, 80%);
   -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services-style-2 .tcr-service-wrapper .tcr-service-image-container img{
    position: relative;
    border-radius: 7px;
}
.services-style-2 .tcr-service-wrapper .tcr-service-content-inner{
   padding: 30px;
   z-index: 9;
   border: 1px solid var(--tcr-primary-color);
   border-radius: 7px;
   -webkit-transition: all 0.5s ease-out 0s;
   -moz-transition: all 0.5s ease-out 0s;
   -ms-transition: all 0.5s ease-out 0s;
   -o-transition: all 0.5s ease-out 0s;
   transition: all 0.5s ease-out 0s;
}
.services-style-2 .tcr-service-wrapper .tcr-service-content-inner:hover{
    border-color:var(--tcr-primary-color);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services-style-2 .tcr-service-wrapper .tcr-service-icon{
    margin-bottom: 16px;
}
.services-style-2 .tcr-service-wrapper .tcr-service-icon i{
   color: var(--tcr-primary-color);
   font-size: 55px;
   line-height: 55px;
}
.services-style-2 .tcr-service-wrapper .tcr-services-text p{
    font-size: 13px;
    color:var(--tcr-white-color);
    opacity: 0.8;
    margin-bottom: 15px;
}
.services-style-2 .tcr-service-wrapper .tcr-service-title a{
     color: var(--tcr-white-color);
}
.services-style-2 .tcr-service-wrapper .tcr-services-table-button a{
    font-weight: 500;
    position: relative;
    color: var(--tcr-white-color);
}
.services-style-2 .tcr-service-wrapper .tcr-services-table-button a:before {
    position: absolute;
    top: 0px;
    right: -22px;
    font-weight: 600;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
} 
.services-style-2 .tcr-service-wrapper .tcr-services-table-button a:hover {
    color: var(--tcr-primary-color);
}
/******************************************************* 
                 teammember
*******************************************************/
.tcr-teammember-wrapper{
 margin-bottom: 30px;
 position: relative;
 border: 1px solid  var(--tcr-light-color);
 border-radius: 7px;
 overflow: hidden;;
 box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
} 
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-image-container img {
    transform: scale(1.08);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container img {
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.team-style-1 .tcr-teammember-wrapper .teammember-title{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 9px;
}
.team-style-1 .tcr-teammember-wrapper:hover .teammember-title a{
    color: var(--tcr-white-color);
}
.team-style-1 .tcr-teammember-wrapper .teammember-title a{
     color: var(--tcr-tertiary-color);
     font-weight: 600;
}
.team-style-1 .tcr-teammember-wrapper .teammember-title a:hover{
    color: var(--tcr-tertiary-color);
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-designation{
    color: var(--tcr-white-color);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-designation{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
     font-weight: 700;
     color: var(--tcr-primary-color);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-content-cover{
    background-color: var(--tcr-white-color);
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 9;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-content-cover{
    bottom: 45px;
    background-color: var(--tcr-primary-color);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links{
    background-color:var(--tcr-primary-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:before{
  position:absolute;
  background-color: var(--tcr-tertiary-color);
  content: "";
  width: 100%;
  height: 100%;
  opacity: 10%;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links ul li{
    display: inline-block;
    margin: 0px 8px;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links ul li a{
    font-size: 16px;
    line-height: 45px;
    color: var(--tcr-white-color);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links ul li a:hover{
     color: var(--tcr-tertiary-color);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links .tcr-teammember-social-inner {
    position: relative;
}
/******************************************************* 
                 client
*******************************************************/
#scroll-to-top  a {
    background: var(--tcr-primary-color);
}
#scroll-to-top  a:hover{
    background: var(--tcr-tertiary-color);
}

/******************************************************* 
              elementor text editor
*******************************************************/
.elementor-text-editor .tcr-about-offer{
    background: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    height: 200px;
    width: 200px;
    border-radius: 100%;
    text-align: center;
    padding-top: 45px;
}
.elementor-text-editor .tcr-about-offer h6{
    color: var(--tcr-white-color);
    font-weight: 900;
    font-size: 44px;
    margin-top: 5px;
    margin-bottom: 10px
}
.elementor-text-editor .tcr-about-offer .tcr-offer-title{
    font-size: 18px;
}
.elementor-text-editor .tcr-about-prices{
    border: 2px solid;
    padding: 17px;
    color: var( --tcr-secondary-color);
    display: inline-flex;
    border-radius: 6px;
}
.elementor-text-editor .tcr-about-prices .pricing-table-base-price{
    font-size: 47px;
    font-family: var( --tcr-ch-title-ff);
    color: var(--tcr-tertiary-color);
    font-weight: 800;
    margin-left: 18px;
    position: relative;
}
.elementor-text-editor .tcr-about-prices .pricing-table-base-price span{
  font-size: 17px;
  font-weight: 600;
  color: var(--tcr-tertiary-color);
  position: absolute;
  top: -11px;
  left: -10px;
}
.elementor-text-editor .tcr-about-prices .pricing-table-title-period{
    font-size: 15px;
    font-weight: 600;
    color: var(--tcr-tertiary-color);
    float: left;
    margin: 16px 0 0 5px;
    line-height: 15px;
}
.elementor-text-editor .tcr-show-text{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--tcr-ch-subtitle-ff);
}
.elementor-text-editor .tcr-show-text span{
    font-size: 14px;
    font-weight: 600;
    color: var(--tcr-primary-color);
    font-family: var(--tcr-ch-title-ff);
    margin-left:30px;
    position: relative;
}
.elementor-text-editor .tcr-show-text span:before{
 position: absolute;
 background-image: url(http://localhost/netfee/wp-content/uploads/2022/03/Untitled-2.png);
 width: 128px;
 height: 53px;
 content: "";
 top: -19px;
 left: -24px;
}
/******************************************************* 
            shows
*******************************************************/
.shows-style-1 .tcr-show-wrapper-inner{
    margin-bottom: 30px;
}
.shows-style-1 .tcr-show-wrapper-inner .tcr-show-thumbnail-wrapper{
    position: relative;
}
.shows-style-1 .tcr-show-wrapper-inner .tcr-show-wrapper img{
    border-radius: 8px;
    width: 100%;
}
.shows-style-1 .tcr-show-wrapper-inner .tcr-show-tag{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    line-height: 12px;
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    text-align: center;
    border-radius: 4px;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.shows-style-1 .tcr-show-wrapper-inner .tcr-show-botton a{
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--tcr-primary-color);
    background: var(--tcr-white-color);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    line-height: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shows-style-1 .tcr-show-wrapper-inner:hover .tcr-show-botton a{
    opacity: 1;
    visibility: visible;
}
.shows-style-1 .tcr-show-wrapper-inner .tcr-show-wrapper .tcr-show-botton a:hover{
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
} 
.shows-style-1 .tcr-show-wrapper .tcr-show-inner .tcr-show-title .show-title-wrapper{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 900;
}
.shows-style-1 .tcr-show-wrapper .tcr-show-inner .tcr-show-title .show-category-wrapper{
    margin: 20px 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--tcr-primary-color);
}
.shows-style-1 .tcr-show-wrapper .tcr-show-inner .tcr-show-title .show-title-wrapper:hover a{
    color: var(--tcr-primary-color);
} 
/*******************************************************
    Progress Bar Heading
*******************************************************/
/*! Progress Bar 1 */
.progress-bar-style-1 .tcr-progress-bar-wrapper {
    margin-top: 25px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
    width: 100%;
    background-color: var(--tcr-light-color);
    border-radius: 100px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    position: relative;
    border-radius:3px;
    background-color: var(--tcr-primary-color);
}
.progress-bar-style-1 .tcr-progress-bar-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--tcr-tertiary-color);
    display: inline-block;
    line-height: 16px;
    font-family: var(--tcr-ch-title-ff);
}
.progress-bar-style-1 .tcr-progress-bar-value {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    float: right;
    color: var(--tcr-tertiary-color);
    font-weight: 600;
    font-family: var( --tcr-ch-title-ff);
}

/*******************************************************
    Tab Widget
*******************************************************/
.tcr-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid var(--tcr-white-color);
    z-index: 1;
}
.tcr-list-tab {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin-right: 4px;
}
.tcr-list-tab.tcr-active-tab-link a{
    border-bottom: 3px solid var(--tcr-tertiary-color);
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
}
.tcr-tab-content .tcr-tab-content-list {
    display: none;
}
.tcr-tab-content .tcr-tab-content-list.tcr-active-tab {  
    display: block;
}
.tcr-list-tab a {
    padding: 15px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.tcr-layout-vertical .tcr-list-tab a{
    padding: 10px 30px;
}
.tcr-list-tab a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0px 0px;
    color: var(--tcr-tertiary-color);
    border-bottom: 3px solid;
    border-color:var(--tcr-white-color);
    background: var(--tcr-light-color);
}
.tcr-list-tab.tcr-active-tab-link a{
    position: relative;
}
.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon {
    color:var(--tcr-white-color);
}
.tcr-list-tab .tcr-tab-icon {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    padding-right: 20px;
}
.tcr-list-tab:after.tcr-active-tab-link {
    opacity: 0.5;
}
.tcr-tab-content {
    padding: 20px 0px 0px;
}
/* Vertical Tab */
.tcr_tabs_wrapper.tcr-layout-vertical{
    display: flex;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list{
    display: inherit;
    margin-right: 30px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab{
    flex: inherit;
    min-width: 150px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content{
    padding: 0;
}
/*******************************************************
    List Heading
*******************************************************/
.tcr-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tcr-list-wrapper ul li {
    margin:12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.tcr-list-wrapper ul li i {
    margin-right: 16px;
    font-size: 19px;
    font-weight: 600;
    color: var(--tcr-primary-color);
}
.tcr-list-wrapper ul li p {
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
}

/*******************************************************
              timeline
*******************************************************/
.tcr_timeline_wrapper .tcr-timeline-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tcr_timeline_wrapper .tcr-timeline-image-container {
    margin-right: 40px;
    position: relative;
}
.tcr_timeline_wrapper .tcr-timeline-image-container img{
    width: 300px;
}
.tcr_timeline_wrapper .tcr-timeline-content .tcr-timeline-title{
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 16px;
}
.tcr_timeline_wrapper .tcr-timeline-image-container .tcr-timeline-year{
    position: absolute;
    top: 0;
    right: 0;
    background: var(--tcr-primary-color);
    padding: 31px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--tcr-white-color);
    border-radius: 0 0 0 50px;
}