/*------------------------------------------------------------------
[Table of contents] 
*button
*heading
*content box 
*service
*testimonials
*blog
*projects
*team
*infobox
*counter
*pricing
*timeline
*client
*carousel
*list
*Progress Bar Heading
*Tab Widget
*Vertical Cards Widget
*img before after
-------------------------------------------------------------------*/

/******************************************************* 
                   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);
	color: var(--tcr-white-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;
}
 
.button-style-1 .tcr-button a:hover {
	background-color: var(--tcr-secondary-color);
}

.button-style-1 .tcr-button a {
	color: var(--tcr-white-color);
    padding: 20px 35px 19px 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    letter-spacing: 1px;
    font-family: var(--tcr-ch-title-ff);
	border-radius: 100px;
}

.tcr-bg-color-primary .button-style-1.tcr-bg-color-secondary .tcr-button a:hover {
	background-color: var(--tcr-white-color);
	color: var(--tcr-secondary-color);
}

.border-btn .button-style-1 .tcr-button a {
	background-color: inherit;
	border: 2px solid var(--tcr-white-color);

}

/******************************************************* 
                 heading 
*******************************************************/

.custom-heading-style-1 .tcr-custom-heading-wrapper {
	margin-bottom: 24px;
}

.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle {
	margin-bottom: 14px;
	color: var(--tcr-primary-color);
	position: relative;
	padding-left: 10px;
	display: inline-block;
	text-transform: uppercase;
}

.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle::before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "[";
	color: var(--tcr-primary-color);
}

.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle::after {
	position: absolute;
	top: -1px;
	right: -12px;
	content: "]";
	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: 36px;
	line-height: 42px;
	margin-bottom: 10px;
}

/******************************************************* 
                 service  
*******************************************************/

/* service style 1 */
.services-style-1 .tcr-service-wrapper {
	margin-bottom: 30px; 
	position: relative;
	background: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 400px;
	border-radius: 15px;
}
.services-style-1 .tcr-service-wrapper::after{
	top: 50%;
    bottom: 50%;
    opacity: 1;
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 500mslinear;
    transition: all 500mslinear;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
}
.services-style-1 .tcr-service-wrapper:hover::after{
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 500mslinear;
    transition: all 500mslinear;
}
.services-style-1 .tcr-service-wrapper::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	opacity: 0.9;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	bottom: 0;
	left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(255, 0, 0, 0) 100%);
}

.services-style-1 .tcr-service-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	border-radius: 100px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.services-style-1 .tcr-service-pricing-time {
    display: flex;
    align-items: center;
    color: var(--tcr-white-color);
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
}
.services-style-1 .tcr-service-pricing-time .tcr-service-time i{
	position: relative;
	top: 1px;
}
.services-style-1 .tcr-service-pricing-time .tcr-service-pricing i{
margin-right: 0px;
}
.services-style-1 .tcr-service-time {
	margin-right: 25px;
}

.services-style-1 .tcr-service-pricing-time i {
	color: var(--tcr-primary-color);
	margin-right: 2px;
}

.services-style-1 .tcr-service-title {
	font-size: 26px;
    line-height: 35px;
	color: var(--tcr-white-color);
	display: inline-block; 
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.services-style-1 .tcr-service-title:hover{
	color: var(--tcr-primary-color);
}
.services-style-1 .tcr-service-content {
	display: grid;
	line-height: 24px;
	font-size: 16px;
	position: relative;
}

.services-style-1 .tcr-service-number {
	font-size: 22px;
	opacity: 0.4;
	position: absolute;
	top: 40px;
	right: 40px;
}
.services-style-1 .tcr-service-details {
    padding: 30px 30px 25px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: inherit;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: none;
}

.swiper-button-prev::before {
	position: absolute;
	top: 0;
	right: -15px;
	content: "\f12e";
	font-family: flaticon_mycollection !important;
	font-weight: 900; 
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 13px;
	background: var(--tcr-primary-color);
	text-align: center;
	color: var(--tcr-white-color);
	border-radius: 100px;
}

.swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "\f12f";
	font-family: flaticon_mycollection !important;
	font-weight: 900; 
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 13px;
	background: var(--tcr-primary-color);
	text-align: center;
	color: var(--tcr-white-color);
	border-radius: 100px;
}

.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;
	border-radius: 10px;
	opacity: 1;
	background-color: var(--tcr-body-color);

}

.tcr-bg-color-primary .swiper-pagination-bullet-active {
	background-color: var(--tcr-secondary-color) !important;
}

.tcr-bg-color-primary .swiper-pagination-bullet {
	background-color: var(--tcr-white-color);
}

/* services style 2 */
.services-style-2 .tcr-service-wrapper {
	position: relative;
	margin: 15px 0px;
}

.services-style-2 .tcr-service-wrapper:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg,
			rgb(0 0 0 / 0%) 38%,
			rgb(0 0 0 / 90%) 99%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 10px;
}

.services-style-2 .tcr-service-wrapper:hover:after {
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg,
			rgb(0 0 0 / 30%) 38%,
			rgb(0 0 0 / 90%) 99%);
}

.services-style-2 .tcr-service-image-container img {
	position: relative;
	width: 100%;
	border-radius: 8px;
}

.services-style-2 .tcr-service-button {
	position: absolute;
	top: 44px;
	right: 15px;
	font-size: 80px;
}

.services-style-2 .tcr-service-wrapper a::before {
	display: inline-block;
	position: absolute;
	bottom: -60px;
	left: 0;
	content: "\f108";
	font-family: flaticon_mycollection !important;
	font-weight: 400;
	font-size: 20px;
	color: var(--tcr-white-color);
	transform: rotate(-35deg);
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 100%;
	background: rgb(255 255 255 / 30%);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.services-style-2 .tcr-service-wrapper a:hover::before {
	background-color: var(--tcr-primary-color);
}

.services-style-2 .tcr-service-content {
	position: absolute;
	bottom: 90px;
	left: 30px;
	z-index: 9;
	padding: 0px 22px 0px 0px;
}

.services-style-2 .tcr-service-subtitle {
	font-family: var(--tcr-ch-title-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 multi slide */
.services-layout-multi-slide {
	position: relative;
}
.services-layout-multi-slide .swiper-slide .tcr-service-image{
	position: relative;
}
.services-layout-multi-slide .swiper-slide .tcr-service-image::before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--tcr-secondary-color);
	opacity: 0.3;
	border-radius: 30px;
}
.services-layout-multi-slide .swiper-slide .tcr-service-image img{
	width: 100%;
	border-radius: 30px;
}
  .tcr-service-container{
    position: absolute;
    bottom: 140px;
	left: -60px; 
    background-color: var(--tcr-primary-color);
    z-index: 9;
padding: 0;
    width: 500px;
    border-radius: 15px;  
    clip-path: polygon(0 0, 100% 0, 100% 90.5%, 89% 100%, 0 100%); 
} 
.tcr-service-inner-slider-item .tcr-service-pricing-time{
    display: flex;
    align-items: center;
    color: var(--tcr-white-color);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
} 
.tcr-service-container .tcr-service-content-wrap{
	padding: 220px 20px 50px 60px;
}
.tcr-service-inner-slider-item .tcr-service-time {
    margin-right: 25px;
}
.tcr-service-inner-slider-item .tcr-service-title{
    color: var(--tcr-white-color);
    font-size: 26px;
    line-height: 36px;
    font-family: var(--tcr-ch-title-ff);
    margin-bottom: 15px;
} 
.services-layout-multi-slide .tcr-service-data ul {
	margin: 0;
	padding: 0;
}
 .services-layout-multi-slide .tcr-service-data ul li{
	color: var(--tcr-white-color);
	font-size: 17px;
	width: 50%;
    float: left;
	margin: 0px 0px 7px 0px;
	padding: 0;
}
.services-layout-multi-slide .tcr-service-data ul li i{
    margin-right: 9px;
    position: relative;
    top: 4px;
}
.services-layout-multi-slide .tcr-service-navigation-btns{
	position: absolute;
    top: 30px;
    right: 30px; 
	display: flex;
}
.services-layout-multi-slide .tcr-service-navigation {
    color: var(--tcr-white-color);
    border: 1px solid rgb(255 255 255 / 26%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	cursor: pointer;
	border-radius: 6px;
	margin-left: 5px;
}
.services-layout-multi-slide .tcr-service-pagination.swiper-pagination-horizontal{
    color: var(--tcr-white-color);
    position: absolute;
    top: 55px; 
    left: 30px;
    width: 60px;
    height: 30px;
	font-size: 18px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 500;
	letter-spacing: -2px;
}
 
/******************************************************* 
                 testimonials  
*******************************************************/
/* testimonials style 1 */
.testimonials-style-1 .tcr-testimonial-wrapper {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.testimonials-style-1 .tcr-testimonial-content {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
}

.testimonials-style-1 .tcr-testimonial-content p {
	color: var(--tcr-secondary-color);
	font-size: 24px;
	line-height: 32px;
	font-family: var(--tcr-ch-title-ff);
}

.testimonials-style-1 .testimonial-image {
    border-radius: 100%;
    width: 240px;
    z-index: 9;
    position: relative;
    margin-left: 110px;
    margin-right: 40px; 
}

.testimonials-style-1 .tcr-testimonial-inner {
	width: 65%;
}

.testimonials-style-1 .testimonial-image::after {
	position: absolute;
    content: "\f103";
    font-size: 34px;
    top: 73px;
    left: -30px;
    font-family: flaticon_mycollection !important;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    width: 70px;
    height: 70px;
    line-height: 73px;
    background: var(--tcr-primary-color);
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px var(--tcr-white-color);
}

.testimonials-style-1 .testimonial-image::before {
	position: absolute;
	content: "";
	top: 0px;
	left: -110px;
	border-radius: 50%;
	z-index: 9;
	width: 220px;
	height: 220px;
	line-height: 45px;
	border: 1px solid #dbdcdc;
}

.testimonials-style-1 .testimonial-image img {
	border-radius: 100%;
	width: 220px;
	z-index: 9;
	position: relative;
}

.testimonials-style-1 .testimonial-title {
	font-size: 26px;
	line-height: 34px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	margin-bottom: 2px; 
}

.testimonials-style-1 .tcr-testimonial-container {
	text-align: center;
} 
.testimonials-style-1 .testimonial-designation {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 4px;
	letter-spacing: 1px;
	color: var(--tcr-primary-color);
}

.testimonials-style-1 .owl-carousel .owl-dots {
	text-align: center;
}
.testimonials-style-1 .tcr-testimonial-rating{
	display: none;
}
.tcr-testimonial-rating span.checked {
	color: #ffca00;
	font-size: 15px;
}
 
/* testimonials style 2 */ 
.testimonials-style-2{
	background-color: var(--tcr-secondary-color);
	padding: 100px 80px 0px 80px;
	border-radius: 30px;
}
.testimonials-style-2 .tcr-testimonial-wrapper { 
	position: relative; 
}
 
.testimonials-style-2 .tcr-testimonial-content {
	font-size: 17px;
	line-height: 29px;
	font-style: italic;
	font-weight: 400;
}

.testimonials-style-2 .tcr-testimonial-content p {
	color: var(--tcr-white-color);
    font-size: 24px;
    line-height: 40px; 
	margin-bottom: 35px;
}

.testimonials-style-2 .tcr-testimonial-title-container {
	display: flex;
	align-items: center;
}

.testimonials-style-2 .testimonial-image img {
	width: 60px;
	border-radius: 100%;
	margin-right: 15px;
}

.testimonials-style-2 .testimonial-title {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    margin-bottom: 1px;
    color: var(--tcr-white-color);
}

.testimonials-style-2 .testimonial-designation {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-family: var(--tcr-ch-title-ff);
	color: var(--tcr-white-color);
}

.testimonials-style-2 .tcr-testimonials-wrapper {
	padding-bottom: 100px;
}
.testimonials-style-2 .swiper-arrow-button{
    position: absolute;
    bottom: 0;
    right: 110px;
    background: var(--tcr-white-color);
    height: 60px;
    width: 140px;
    border-radius: 30px 30px 0 0;
}
.testimonials-style-2 .swiper-arrow-button::before,
.testimonials-style-2 .swiper-arrow-button::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--tcr-white-color);

}
.testimonials-style-2 .swiper-arrow-button::before {
    left: 100%;
    border-bottom-left-radius: 20px;

}
.testimonials-style-2 .swiper-arrow-button::after {
    right: 100%;
    border-bottom-right-radius: 20px;
}
.testimonials-style-2 .swiper-button-next,
.testimonials-style-2 .swiper-button-prev{
	position: inherit !important;
}
.testimonials-style-2 .owl-carousel .owl-dots {
	text-align: center;
}

.testimonials-style-2 .swiper-button-next,
.testimonials-style-2 .swiper-button-prev {
    bottom: 0px;
    top: inherit;
    left: 90px ;
}

.testimonials-style-2 .swiper-button-prev::before,
.testimonials-style-2 .swiper-button-next::before {
	background-color: var(--tcr-tertiary-color);
	color: var(--tcr-secondary-color); 
}

.testimonials-style-2 .swiper-button-prev:hover:before,
.testimonials-style-2 .swiper-button-next:hover::before {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
} 
.testimonials-style-2 .swiper-button-prev{
	left: 25px ;
} 
.testimonials-style-2 .tcr-testimonial-rating{
	margin-bottom: 20px;
}
.testimonials-style-2 .tcr-testimonial-rating span.checked {
	color: #ffca00;
    font-size: 19px; 
}
/******************************************************* 
                 blog  
*******************************************************/
/* blog style 1  */
.blog-style-1 .tcr-post-slide {
	margin-bottom: 40px;
}
.blog-style-1 .tcr-post-slide img{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	width: 100%;

}
.blog-style-1 .tcr-post-slide:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.blog-style-1 .tcr-post-image-container {
	position: relative;
	margin-bottom: 22px;
	overflow: hidden;
	border-radius: 15px;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-meta-items {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-date {
	margin-right: 35px;
	position: relative;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-date::before {
    position: absolute;
    top: 7px;
    right: -19px;
    content: " ";
    font-size: 22px;
    font-weight: 500;
    width: 6px;
    height: 6px;
    background-color: var(--tcr-primary-color);
    border-radius: 5px;
}

.blog-style-1 .tcr-post-content-cover .tcr-post-date,
.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px; 
	font-family: var(--tcr-ch-title-ff);
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}

.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category a {
	color: var(--tcr-body-color);
}
.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category a:hover{
	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);
	font-weight: 500;
}

.blog-style-1 .post-title {
	font-size: 26px;
    line-height: 33px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-style-1 .tcr-post-date .tcr-date {
	font-size: 22px;
	line-height: 18px;
	display: inherit;
	font-weight: 600;
}

.blog-style-1 .tcr-post-date .tcr-month {
	font-size: 15px;
	line-height: 25px;
	display: block;
	font-weight: 500;
}

.blog-style-1 .tcr-post-button a {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--tcr-secondary-color);
    letter-spacing: 1px;
    position: relative;
	font-family: var(--tcr-ch-title-ff);
    font-weight: 500;
	letter-spacing: 1px;
}

.blog-style-1 .tcr-post-button a:hover {
	color: var(--tcr-primary-color);
}

.blog-style-1 .tcr-post-button ::before { 
    position: absolute;
    top: -3px;
    right: -25px; 
    content: "\f14d";
    font-family: flaticon_mycollection !important;
    font-weight: normal !important;
    font-size: 23px; 
}

/* blog style 2 */
.blog-style-2 .tcr-post-slide {
	min-height: 410px;
	position: relative;
	background-size: cover;
	margin-bottom: 50px;
	width: 100%; 
	border-radius: 20px 20px 0px 20px;
	overflow: hidden;
}

.blog-style-2 .tcr-post-wrapper {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 0px 75px 0px 40px;
	width: 100%;
}
 
.blog-style-2 .tcr-post-slide::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 0) 100%);
	border-radius: 15px 15px 0px 15px;
}

.blog-style-2 .tcr-post-slide:hover::after {
	height: 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 .post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 0px;
    color: var(--tcr-white-color);
    margin-bottom: 38px;
}
 
.blog-style-2 .post-category a {
	color: var(--tcr-secondary-color);
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	background: var(--tcr-white-color);
	padding: 7px 10px 6px 10px;
	font-family: var(--tcr-ch-title-ff);
	position: absolute;
	top: 40px;
	left: 40px;
	border-radius: 5px;
}

.blog-style-2 .tcr-post-meta-items .tcr-post-date {
	margin-right: 35px;
	position: relative;
}

.blog-style-2 .tcr-post-button {
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.blog-style-2 .tcr-post-button::after,
.blog-style-2 .tcr-post-button::before {
    content: "";
    position: absolute;
    top: -32px;
    right: 1px;
    height: 32px;
    width: 32px;
    border-radius: 0 0 18px 0;
    background-color: transparent;
    box-shadow: 0 17px 0 0 var(--tcr-white-color);
}
.blog-style-2 .tcr-post-button::after {
    top: inherit;
    bottom: 1px;
    left: -32px;
    right: 0;
}
.blog-style-2 .tcr-post-button a {
    border-radius: 35px 0 0 0;
    padding: 17px 0 0 15px;
    background-color:var(--tcr-white-color); 
    display: block;
}

.blog-style-2 .tcr-post-button a i{
    display: block;
    background: var(--tcr-tertiary-color);
    width: 50px;
    height: 50px;
    font-size: 27px;
    line-height: 53px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	bottom: 1px;
    right: 1px;
    position: relative;
}
.blog-style-2 .tcr-post-button a:hover i{
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
} 

/******************************************************* 
                 projects  
*******************************************************/
/*layout list */
.projects-layout-list .tcr-projects-wrapper {
	display: flex;
	position: relative;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
	padding: 40px 0px;
}

.projects-layout-list .tcr-projects-wrapper:last-child {
	border-bottom: inherit;
}

.projects-layout-list .tcr-projects-title {
	font-size: 46px;
	line-height: 46px;
	font-weight: 600;
	color: var(--tcr-secondary-color);
	font-family: var(--tcr-ch-title-ff);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-projects-wrapper:hover .tcr-projects-title a {
	color: var(--tcr-primary-color);
}

.projects-layout-list img {
	border-radius: 100%;
	width: 300px;
}

.projects-layout-list .tcr-project-image-container {
	position: absolute;
	top: -110px;
	left: 35%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-project-button {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-projects-wrapper .tcr-project-button a {
	height: 80px;
	width: 80px;
	line-height: 80px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	background: var(--tcr-secondary-color);
	color: var(--tcr-white-color);
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.projects-layout-list .tcr-projects-wrapper:hover .tcr-project-button a {
	opacity: 1;
	bottom: 34px;
}

.projects-layout-list .tcr-project-category {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.cursorIcon.tcr-projects-img-cursor img {
	max-width: 250px;
	border-radius: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	right: 50%;
}

/* projects style 1 */
.projects-style-1 .swiper-slide {
	padding: 60px 0;
}

.projects-style-1 .tcr-projects-wrapper { 
    height: 375px;
    position: relative;
    background-size: 100% auto;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 30px;
	overflow: hidden;
}
.projects-style-1 .tcr-projects-wrapper::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 0) 100%);
}
.projects-style-1 .tcr-projects-content{ 
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0px 75px 30px 40px;
}
 
.projects-style-1 .tcr-projects-title a {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: var(--tcr-white-color);
    overflow: hidden;
    font-family: var(--tcr-ch-title-ff);
}
.projects-style-1 .tcr-projects-title a:hover{
	color: var(--tcr-primary-color);
}

.projects-style-1 .tcr-project-category {
    overflow: hidden;
	color: var(--tcr-white-color);
    text-transform: uppercase; 
    font-size: 14px;
    letter-spacing: 1px;
	margin-bottom: 5px;
}  
.projects-style-1 .tcr-project-button {
	position: absolute;
    bottom: -1px;
    right: -1px;
}
.projects-style-1 .tcr-project-button a {
    border-radius: 35px 0 0 0;
    padding: 15px 0 0 15px;
    background-color: var(--tcr-white-color); 
    display: block;
}
.projects-style-1 .tcr-project-button a i{
    display: block;
    background: var(--tcr-tertiary-color);
    width: 50px;
    height: 50px;
    font-size: 27px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	position: relative;
    left: -2px;
    bottom: 2px;
} 
.projects-style-1 .tcr-project-button:hover a i{
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
}
.projects-style-1 .tcr-project-button::after,
.projects-style-1 .tcr-project-button::before {
    content: "";
    position: absolute;
    top: -29px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 0 0 20px 0;
    background-color: transparent;
    border: 1px solid #eaeaea;
    border-top: 0;
    border-left: 0;
    box-shadow: 0 15px 0 0 var(--tcr-white-color);
}
.projects-style-1 .tcr-project-button::after {
    top: inherit;
    bottom: 0px;
    left: -29px;
    right: 0;
}
/* projects style 2 */
.projects-style-2.projects-layout-slider{
	cursor: col-resize;

}
.projects-style-2 .swiper-slide {
	padding: 70px 0;
}

.projects-style-2 .tcr-projects-wrapper {
	border-radius: 100%;
    width: 335px;
    height: 335px;
	position: relative;
	background-size: 100% auto;
	-webkit-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	margin: auto;
	transform: inherit;
}

.projects-style-2.projects-layout-grid .tcr-projects-wrapper {
	margin: 20px auto;
	width: 365px;
    height: 365px;
}

.projects-style-2 .swiper-slide-active .tcr-projects-wrapper {
	transform: scale(1.4);
}

.projects-style-2 .swiper-slide-active .tcr-projects-wrapper .tcr-projects-title {
	font-size: 18px;
	line-height: 30px;
}

.projects-style-2 .swiper-slide-active .tcr-projects-wrapper .tcr-project-category {
	font-size: 11px;
    line-height: 21px;
}

.projects-style-2 .swiper-slide-active .tcr-projects-wrapper .tcr-project-button a {
	width: 40px;
	height: 40px;
    line-height: 43px;
    font-size: 19px;
}

.projects-style-2 .tcr-projects-content {
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	text-align: center;
	width: 360px;
	padding: 30px;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.projects-style-2 .swiper-slide-active .tcr-projects-content {
	opacity: 1;
}

.projects-style-2 .tcr-projects-content::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 0px;
	height: 0px;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--tcr-white-color);
	-webkit-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
}

.projects-style-2 .swiper-slide-active .tcr-projects-content::before {
    width: 260px;
    height: 260px;
}

.projects-style-2 .tcr-projects-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--tcr-secondary-color);
	position: relative;
	font-family: var(--tcr-ch-title-ff);
	margin-top: 25px;
}

.projects-style-2 .tcr-project-category {
	text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 1px;
    color: var(--tcr-primary-color);
	margin-bottom: 15px;
}

.projects-style-2 .tcr-project-category {
	position: relative;
	z-index: 9;
}

.projects-style-2 .tcr-project-button a {
	background: var(--tcr-tertiary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	transform: rotate(0deg);
	display: inline-block;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.projects-style-2 .tcr-project-button a:hover {
	transform: rotate(0deg);
	background-color: var(--tcr-primary-color);
}

.projects-style-2 .tcr-project-button a:hover {
	color: var(--tcr-white-color);
}

/* projects-style-1 grid */
.projects-style-2.projects-layout-grid .tcr-projects-content::before {
	width: 0px;
	height: 0px;
}

.projects-style-2.projects-layout-grid .tcr-projects-wrapper:hover .tcr-projects-content::before {
    width: 330px;
    height: 330px;

}

.projects-style-2.projects-layout-grid .tcr-projects-content {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.projects-style-2.projects-layout-grid .tcr-projects-wrapper:hover .tcr-projects-content {
	opacity: 1;
}

/******************************************************* 
                 team  
*******************************************************/
/* team style 1 */
.team-style-1 .tcr-teammember-wrapper {
	text-align: center;
	margin-bottom: 30px; 
	overflow: hidden;
	position: relative;
}

.team-style-1 .tcr-teammember-wrapper img {

	width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-style-1 .tcr-teammember-wrapper:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team-style-1 .tcr-teammember-image-container{
	overflow: hidden;
		margin-bottom: 25px;
		border-radius: 15px 15px 0px 15px;
		position: relative;
}
.team-style-1 .tcr-teammember-content-cover {
	position: relative;
}

.team-style-1 .tcr-teammember-social-inner {
    position: absolute;
    top: -185px;
    right: 0px;
    visibility: hidden;
    color: var(--tcr-white-color);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
} 
.team-style-1 .tcr-teammember-social-links {  
	position: absolute;
    bottom: 0px;
    right: 0px;
}
.team-style-1 .tcr-teammember-social-links::after,
.team-style-1 .tcr-teammember-social-links::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 0 0 20px 0;
    background-color: transparent;
    box-shadow: 0 15px 0 0 var(--tcr-white-color);
}
.team-style-1 .tcr-teammember-social-links::after {
    top: inherit;
    bottom: 0px;
    left: -29px;
    right: 0;
}
.team-style-1 .tcr-teammember-share span {
    display: block;
    background: var(--tcr-tertiary-color); 
    width: 50px;
    height: 50px;
	font-size: 18px;
    line-height: 50px !important;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	color: var(--tcr-secondary-color);
}
.team-style-1 .tcr-teammember-share span:hover{
background-color: var(--tcr-primary-color);
color: var(--tcr-white-color);
}
.team-style-1 .tcr-teammember-share{
    border-radius: 35px 0 0 0;
    padding: 15px 0 0 15px;
    background-color: var(--tcr-white-color);
    display: block;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover .tcr-teammember-social-inner {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	right: 0px;
}

.team-style-1 .tcr-teammember-title {
    font-size: 25px;
    line-height: 28px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color: var(--tcr-secondary-color);
    margin-bottom: 5px;
}

.team-style-1 .tcr-teammember-designation {
	font-size: 14px;
	line-height: 14px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tcr-primary-color);
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin: 0;
} 
 
.team-style-1 ul {  
	opacity: 0;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	padding: 0;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul{
	opacity: 1;
}
.team-style-1 ul li {
	border-radius: 100%;
	margin-right: 0px;
	margin-top: 0px; 
	transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    transform: translateX(120%);
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul li {
    opacity: 1;
    transform: translateX(-20%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul li:nth-child(1){
	transition-delay: 0s; 
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul li:nth-child(2){ 
	transition-delay: 0.15s;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul li:nth-child(3){ 
	transition-delay: 0.3s;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover ul li:nth-child(4){ 
	transition-delay: 0.45s;

}
.team-style-1 ul li a {
	font-size: 18px;
    font-weight: 500;
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 100px;
    margin-bottom: 5px;
}
.team-style-1 ul li a:hover{
	background-color: var(--tcr-secondary-color);
	color: var(--tcr-white-color);
}
 

.team-style-1 .swiper-wrapper {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}


/******************************************************* 
                 infobox  
*******************************************************/
/* infobox style 1 */
.infobox-style-1 .tcr-infobox-wrapper {
	margin-bottom: 30px;
	position: relative;
}

.infobox-style-1 .tcr-infobox-content {
	margin-bottom: 15px;
	align-items: center;
}

.infobox-style-1 .tcr-infobox-title {
	font-size: 26px;
    line-height: 31px;
    color: var(--tcr-secondary-color);
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
}

.infobox-style-1 img {
	width: 60px;
	text-align: right;
	border-radius: 100px;
}

.infobox-style-1 .tcr-infobox-icon {
	color: var(--tcr-primary-color);
    font-size: 35px;
    line-height: 35px;
    margin-right: 20px;
}
.infobox-style-1 .tcr-infobox-icon svg{
	width: 45px;
	fill: var(--tcr-primary-color);

}
.infobox-style-1 .tcr-infobox-icon i{
	font-size: 50px;
    line-height: 50px;
}
.infobox-style-1 .tcr-infobox-icon .icon-number {
	font-family: var(--tcr-ch-title-ff);
	font-size: 20px;
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	font-weight: 600;
	background-color: var(--tcr-tertiary-color);
	border-radius: 100px;
	color: var(--tcr-primary-color);
}

/* infobox-style-2 */
.infobox-style-2 {
    position: relative;
    padding: 23px 25px 12px 25px;
    box-shadow: rgb(149 157 165 / 11%) 0px 2px 23px;
    background: var(--tcr-white-color);
    border-radius: 10px;
    border: 1px solid #efefef;
}

.infobox-style-2 .tcr-infobox-icon {
    color: var(--tcr-primary-color);
    font-size: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.infobox-style-2 .tcr-infobox-icon img{
	max-width: 45px;
}

.infobox-style-2 svg {
    width: 45px;
	fill: var(--tcr-primary-color);
}
 .infobox-style-2 .tcr-infobox-detail{ 
	font-size: 16px;
    line-height: 21px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
}
.infobox-style-2-text{
    display: flex;
    align-items: center;
    margin-top: 7px;
    font-size: 15px;
}
.infobox-style-2-text h6{
	margin-bottom: 0;
	font-size: 18px;
	margin-right: 5px;

}

/* infobox style 3 */  
.infobox-style-3  .tcr-infobox-wrapper{
	display: flex;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
}
.infobox-style-3 .tcr-infobox-number {
	border-radius: 100%;
	position: absolute;
	font-size: 15px;
	font-weight: 600;
	top: -10px;
	left: -12px;
} 

.infobox-style-3 .tcr-infobox-icon-container {
	display: flex;
	position: relative; 
} 

.infobox-style-3 .tcr-infobox-icon {
    color: var(--tcr-primary-color);
    text-align: center;
    font-size: 35px;
    margin-right: 20px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: var(--tcr-tertiary-color);
    border-radius: 100px; 
}
.infobox-style-3 .tcr-infobox-icon svg{
    fill: var(--tcr-primary-color);
    width: 40px;
    position: relative;
    top: -4px;
}
.infobox-style-3 .tcr-infobox-icon img {
	border-radius: 100px;
}

.infobox-style-3 .tcr-infobox-title {
    font-size: 26px;
    line-height: 33px;
	color: var(--tcr-secondary-color);
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	margin-bottom: 6px;
}
.infobox-style-3 a .tcr-infobox-button{
	margin-top: 20px;
}
.infobox-style-3 a {
	text-transform: uppercase;
	font-size: 14px;
	color: var(--tcr-secondary-color);
	font-family: var(--tcr-ch-title-ff);
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}

.infobox-style-3 a:hover {
	color: var(--tcr-primary-color);
}

.infobox-style-3 a::before {
    position: absolute;
    top: -3px;
    right: -27px;
    content: "\f14d";
    font-family: flaticon_mycollection !important;
    font-weight: normal !important;
    font-size: 23px;
}

/* infobox style 4 */
.elementor-container .elementor-column.elementor-inner-column:last-child .infobox-style-4 .tcr-infobox-wrapper::before {
	content: none;
}

.infobox-style-4 .tcr-infobox-wrapper {
	text-align: center;
} 

.infobox-style-4 .tcr-infobox-wrapper::before {
	content: "\f155";
	position: absolute;
	color: var(--tcr-white-color);
	font-size: 30px;
	font-family: flaticon_mycollection !important;
	top: 50%;
	right: -50px;
	transform: translate(-50%, -50%);
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-number{
	color: var(--tcr-white-color);
    margin-bottom: 20px;
}
.infobox-style-4 .tcr-infobox-icon span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100px;
    background-color: rgb(255 255 255 / 20%);
    backdrop-filter: blur(7px);
	margin-bottom: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: var(--tcr-white-color);
}

.infobox-style-4:hover .tcr-infobox-icon span {
	background-color: rgb(255 255 255 / 30%);
}
.infobox-style-4 .tcr-infobox-icon span svg{
    fill: var(--tcr-white-color);
    width: 55px;
	position: relative;
	top: -7px;
}
.infobox-style-4 .tcr-infobox-icon span img{
	border-radius: 100px;
	position: relative;
    top: -7px;
}
.infobox-style-4 .tcr-infobox-title {
    font-size: 26px;
    line-height: 30px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color: var(--tcr-white-color);
    margin-bottom: 8px;
}

.infobox-style-4 .tcr-infobox-text{
    opacity: .9;
    color: var(--tcr-white-color);
    padding: 0px 12px; 
}
/* infobox-style-5 */
.infobox-style-5 .tcr-infobox-wrapper {
	margin-bottom: 50px;
	display: flex;
	position: relative;
	color: var(--tcr-white-color);
}

.infobox-style-5 .tcr-infobox-title {
	font-size: 26px;
	line-height: 30px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	color: var(--tcr-white-color);
	margin-bottom: 8px; 
}
 
.infobox-style-5 .tcr-infobox-number {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--tcr-white-color);
    background-color: var(--tcr-primary-color);
    border-radius: 100px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: var(--tcr-ch-title-ff);
    position: absolute;
    top: -11px;
    left: 0px;
    z-index: 99;
}
.infobox-style-5 .tcr-infobox-icon span svg{
    fill: var(--tcr-white-color);
    width: 30px;
    position: relative;
    top: -3px;

}
.infobox-style-5 .tcr-infobox-icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.25sease-in-out;
    transition: all 0.25sease-in-out;
    font-size: 30px;
    display: inline-block;
    position: relative;
    z-index: 9;
    color: var(--tcr-white-color);
    margin-right: 25px;
    background-color: rgb(255 255 255 / 20%);
    backdrop-filter: blur(7px);
}

.infobox-style-5 .tcr-infobox-wrapper::before {
    position: absolute;
    top: 68px;
    left: 30px;
    content: "";
    width: 1px;
    height: 71%;
    background-color: rgba(225, 225, 225, 0.185);
}

.Border-none .infobox-style-5 .tcr-infobox-wrapper:before{
	content: none;
} 
.infobox-style-5:hover .tcr-infobox-icon span {
	background-color: var(--tcr-primary-color);
}

.infobox-style-5 .tcr-infobox-icon img {
border-radius: 100px;
    margin-top: -7px;
}
.tcr-bg-color-secondary .infobox-style-5 .tcr-infobox-title{
	color: var(--tcr-white-color);
}
.tcr-bg-color-secondary .infobox-style-5 .tcr-infobox-text{
	color: var(--tcr-white-color);
}
.tcr-bg-color-secondary  .infobox-style-5 .tcr-infobox-icon span {
    background: rgba(225, 225, 225, 0.1);
}
/******************************************************* 
                 counter  
*******************************************************/
.counter-style-1 .tcr-counter-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.counter-style-1 .tcr-counter-icon img {
	width: 70px;
	border-radius: 100%;
}

.counter-style-1 .tcr-counter-number {
	font-size: 100px;
	line-height: 100px;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px var(--tcr-secondary-color);
}

.counter-style-1 .tcr-counter-number::before {
	content: "+";
	position: absolute;
	bottom: 0px;
	right: -65px;
	font-size: 100px;
	font-weight: 600;
	line-height: 100px;
	color: var(--tcr-primary-color);
	-webkit-text-stroke: 1px var(--tcr-primary-color);
}

.counter-style-1 .tcr-counter-title {
	margin-top: 10px;
	padding-top: 18px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #e3e3e3;
	color: var(--tcr-secondary-color);
	font-family: var(--tcr-ch-title-ff);
	width: 90%;
}

.tcr-bg-color-secondary-color .counter-style-1 .tcr-counter-title,
.tcr-bg-color-secondary-color .counter-style-1 .tcr-counter-number {
	color: var(--tcr-white-color);
}

/* counter-style-2 */
.counter-style-2 .tcr-counter-wrapper {
	background-color: var(--tcr-white-color);

	margin-bottom: 40px;
	padding: 47px 50px 45px 49px;
	border: 1px solid #e3e3e3;
}

.counter-style-2 .tcr-counter-number {
	margin-bottom: 70px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	position: relative;
	display: inline-block;
	color: var(--tcr-secondary-color);
}

.counter-style-2 .tcr-counter-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--tcr-secondary-color);
	margin-bottom: 30px;
	position: relative;
	font-family: var(--tcr-ch-title-ff);
}

.counter-style-2 .tcr-counter-title::before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0px;
	height: 1px;
	width: 50%;
	background: #e3e3e3;
}

.counter-style-2 .tcr-counter-title::after {
	position: absolute;
	content: "";
	bottom: -21px;
	left: 50%;
	height: 15px;
	width: 15px;
	background: #e3e3e3;
	border-radius: 100%;
}

.counter-style-2 .tcr-counter-number::before {
	content: "+";
	position: absolute;
	bottom: 0px;
	right: -26px;
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 2) {
	margin-top: 15px !important;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 3) {
	margin-top: 30px !important;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 4) {
	margin-top: 45px !important;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 5) {
	margin-top: 60px !important;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 6) {
	margin-top: 75px !important;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 7) {
	margin-top: 90px !important;
}

.tcr-stackingcards .pin-spacer:nth-of-type(8n + 8) {
	margin-top: 105px !important;
}

/******************************************************* 
              pricing  
*******************************************************/

.pricing-table-style-1 {
border-radius: 15px;
	position: relative;
	overflow: hidden;
	color: var(--tcr-secondary-color);
	border: 1px solid #e3e3e3;
	background-color: var(--tcr-white-color);
	margin-bottom: 30px; 
}

.pricing-table-style-1 .tcr-pricing-table-header {
	padding: 40px 40px 30px 40px;
}

.pricing-table-style-1 .tcr-pricing-table-header .tcr-table-ribbon {
    color: var(--tcr-white-color);
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    background-color: var(--tcr-primary-color);
    position: absolute;
    top: 18px;
    right: -28px;
    padding: 0px 25px 1px 26px;
    transform: rotate(45deg);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-table-style-1 .pricing-table-title-period { 
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px 4px 26px;
    position: relative;
    margin-bottom: 20px;
    font-family: var(--tcr-ch-title-ff);
    border-radius: 5px;
}

.pricing-table-style-1 .pricing-table-title-period::before {
	position: absolute;
	top: 6px;
	left: 8px;
	content: "\f017";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container {
	margin-left: auto;
}

.pricing-table-style-1 .pricing-table-prices {
	display: inline-flex;
	align-items: center;
}


.pricing-table-style-1 .tcr-pricing-table-title {
    color: var(--tcr-secondary-color);
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    font-family: var(--tcr-ch-title-ff); 
	text-transform: capitalize;
}

.pricing-table-style-1 .pricing-table-sale-price {
	font-size: 36px;
	line-height: 46px;
	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: 36px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-secondary-color);
}

.pricing-table-style-1 .pricing-table-prices .pricing-table-base-price span,
.pricing-table-style-1 .pricing-table-sale-price span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: -2px; 
	margin-right: 2px;

}

.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: 16px;
    line-height: 20px;
}
.tcr_pricing_table_wrapper.pricing-table-onsale .pricing-table-base-price span{
	font-size: 16px;
    line-height: 20px;
	position: relative;
    top: 0px;
}
.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul {
	text-align: left;
	margin-bottom: 0px;
	border-top: 1px solid #e3e3e3;
	padding-top: 34px;
	margin-top: 16px;
	padding-left: 27px;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li {
	list-style-type: none;
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 26px;
	color: var(--tcr-secondary-color);
	position: relative;
	font-weight: 500;
	text-transform: capitalize;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li:last-child {
	margin-bottom: 0;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li::before {
    position: absolute;
    top: 0;
    left: -24px;
    content: "\f102"; 
    font-family: flaticon_mycollection !important;
    font-weight: 300;
    color: var(--tcr-primary-color);
    font-size: 14px;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li.false {
	text-decoration: line-through;
	opacity: 0.5;
}

.pricing-table-style-1 .tcr-pricing-table-button {
    background-color: var(--tcr-tertiary-color);
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    z-index: 1;
    text-align: center;
	border-radius: 15px 15px 0 0;
}
.pricing-table-style-1 .tcr-pricing-table-button::before,
.pricing-table-style-1 .tcr-pricing-table-button::after{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--tcr-tertiary-color);
}
 
.pricing-table-style-1 .tcr-pricing-table-button::before{
    left: 100%;
    border-bottom-left-radius: 20px;
}
 
.pricing-table-style-1 .tcr-pricing-table-button::after{
    right: 100%;
    border-bottom-right-radius: 20px;

}
.pricing-table-style-1 .tcr-pricing-table-button a {
    position: relative;
    padding-right: 20px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 500;
}

.pricing-table-style-1 .tcr-pricing-table-button a::before {
    position: absolute;
    top: 3px;
    right: -7px;
    content: "\f14d";
    font-family: flaticon_mycollection !important;
    font-weight: normal !important;
    font-size: 23px;
}

/* pricing style 2 */
.pricing-table-style-2 {
    display: flex	;
    align-items: center;
    justify-content: space-between;
	padding: 30px 30px 50px 30px;
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.pricing-table-style-2 .tcr-pricing-table-header .tcr-table-ribbon {
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 30px 4px 30px;
    margin-bottom: 20px;
    font-family: var(--tcr-ch-title-ff);
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: -32px;
    transform: rotate(45deg);
    letter-spacing: 0.5px; 
} 
.pricing-table-style-2 .tcr-pricing-table-title {
    color: var(--tcr-secondary-color);
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    font-family: var(--tcr-ch-title-ff);
    text-transform: capitalize;
}
.pricing-table-style-2 .pricing-table-prices .pricing-table-base-price {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-secondary-color);
	display: flex;
		align-items: flex-start;
}
.pricing-table-style-2 .pricing-table-prices .pricing-table-base-price span{
    font-size: 20px;
    line-height: 36px;
    margin-right: 5px; 
}
.pricing-table-style-2 .tcr-pricing-table-feature-list-container ul li {
    list-style-type: none;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 26px;
    color: var(--tcr-secondary-color);
    position: relative; 
    text-transform: capitalize;
    width: 50%;
    float: left;
    padding-left: 25px;
	padding-right: 10px;
}
.pricing-table-style-2 .tcr-pricing-table-feature-list-container ul li::before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "\f102";
    font-family: flaticon_mycollection !important;
    font-weight: 300;
    color: var(--tcr-primary-color);
    font-size: 14px;
}
.pricing-table-style-2 .pricing-table-title-period{
    background-color: var(--tcr-primary-color);
    color: var(--tcr-white-color);
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px 4px 26px;
    position: relative;
    margin-bottom: 15px;
    font-family: var(--tcr-ch-title-ff);
    border-radius: 5px;
}
.pricing-table-style-2 .pricing-table-title-period::before {
    position: absolute;
    top: 6px;
    left: 8px;
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.pricing-table-style-2 .tcr-pricing-table-button {
    background-color: var(--tcr-tertiary-color);
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 90px;
    z-index: 1;
    text-align: center;
	border-radius: 15px 15px 0 0;
}
.pricing-table-style-2 .tcr-pricing-table-button::before,
 .pricing-table-style-2 .tcr-pricing-table-button::after {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--tcr-tertiary-color);
}
.pricing-table-style-2 .tcr-pricing-table-button::after {
	right: 100%;
    border-bottom-right-radius: 20px;
}
.pricing-table-style-2 .tcr-pricing-table-button::before {
	left: 100%;
    border-bottom-left-radius: 20px;
}

.pricing-table-style-2 .tcr-pricing-table-button a {
    position: relative;
    padding-right: 20px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 500;
}
.pricing-table-style-2 .tcr-pricing-table-button a::before {
    position: absolute;
    top: 3px;
    right: -7px;
    content: "\f14d";
    font-family: flaticon_mycollection !important;
    font-weight: normal !important;
    font-size: 23px;
}
.pricing-table-style-2 .tcr-pricing-table-feature-list-container ul {
	margin: auto;
    display: table;
} 

.pricing-table-style-2 .tcr-pricing-table-header{
	width: 32%; 
    padding-right: 30px;
	border-right: 1px solid #e3e3e3;
}
.pricing-table-style-2 .tcr-pricing-table-feature-list-container{
	width: 68%;
}
.pricing-table-style-1.tcr-plan-popular,
.pricing-table-style-2.tcr-plan-popular{
	background-color: var(--tcr-secondary-color);
}

.pricing-table-style-1.tcr-plan-popular.pricing-table-onsale .pricing-table-prices .pricing-table-sale-price,
.pricing-table-style-1.tcr-plan-popular .tcr-pricing-table-feature-list-container ul li,
.pricing-table-style-1.tcr-plan-popular .pricing-table-base-price,
.pricing-table-style-1.tcr-plan-popular .tcr-pricing-table-title,
.pricing-table-style-2.tcr-plan-popular.pricing-table-onsale .pricing-table-prices .pricing-table-sale-price,
.pricing-table-style-2.tcr-plan-popular .tcr-pricing-table-feature-list-container ul li,
.pricing-table-style-2.tcr-plan-popular .pricing-table-base-price,
.pricing-table-style-2.tcr-plan-popular .tcr-pricing-table-title{
	color: var(--tcr-white-color);
} 
.pricing-table-style-2.tcr-plan-popular .tcr-pricing-table-header { 
    border-right: 1px solid rgba(225, 225, 225, 20%);
}
.pricing-table-style-2.pricing-table-onsale .pricing-table-prices .pricing-table-base-price{
	font-size: 20px;
    line-height: 27px;
}
.pricing-table-style-2.pricing-table-onsale .pricing-table-base-price span {
    font-size: 16px;
    line-height: 29px;
}
.pricing-table-style-2.pricing-table-onsale .pricing-table-prices .pricing-table-sale-price{
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-secondary-color);
    display: flex;
    align-items: flex-end;

}
/******************************************************* 
                 timeline
*******************************************************/
.tcr-timeline-details {
	width: 50%;
	position: relative;
	text-align: center;
	padding: 50px 40px 37px 40px;
	box-shadow: -11px 0px 55px -8px rgba(0, 0, 0, 0.09);
	border: 1px solid var(--tcr-white-color);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border: 1px solid #e1e1e3;
	border-radius: 15px;
}

.tcr-timeline-item:hover .tcr-timeline-details {
	border-color: var(--tcr-primary-color);
}

.tcr-timeline-item:last-child {
	padding-bottom: 0px !important;
}

.tcr-timeline-details img {
	border-radius: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tcr-timeline-details:hover img{
	-webkit-transform: scale(1);
    transform: scale(1.1);
} 
.tcr-timeline-image-container {
	position: relative;
    width: 170px;
    height: 170px;
    display: inline-block;
}

.tcr-timeline-image-container:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1);
    right: 0;
    bottom: 0;
    top: -9px;
    border: solid 1px var(--tcr-primary-color);
    width: 169px;
    height: 168px;
    border-radius: 50%;
    z-index: 0;
    transition: all .3s;
} 
.elementor-widget-container .tcr_timeline_wrapper .tcr-timeline-item:nth-of-type(2n+2) .tcr-timeline-image-container:before {
	right: 50%;
	left: inherit;
	transform: translateX(50%) scale(1);
}

.tcr-timeline-title {
    font-size: 26px;
    font-weight: 600;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-secondary-color);
    margin: 30px 0px 14px 0px;
}

.tcr-timeline-item {
	display: flex;
	align-items: center;
	padding-bottom: 70px;
	position: relative;
}

.tcr_timeline_wrapper {
	position: relative;
}

.tcr_timeline_wrapper::before {
	top: 0;
	position: absolute;
	content: " ";
	width: 1px;
	height: 100%;
	border-right: 1px solid var(--tcr-primary-color);
	left: 50%;
	margin-left: -1px;
}

.tcr-timeline-year {
	margin-left: 177px;
	position: relative;
}

.tcr-timeline-year h4 {
	font-family: var(--tcr-ch-subtitle-ff);
}

.tcr-timeline-year::before {
	position: absolute;
	top: 24px;
	left: -90px;
	content: "";
	width: 80px;
	height: 1px;
	background-color: var(--tcr-primary-color);
}

.tcr-timeline-year::after {
    position: absolute;
    top: 15px;
    left: -124px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--tcr-primary-color);
    transform: rotate(45deg);
    border: 4px solid var(--tcr-white-color);
}

.elementor-widget-container .tcr_timeline_wrapper .tcr-timeline-item:nth-of-type(2n+2) {
	direction: rtl;
	margin-left: 127px;
}

.elementor-widget-container .tcr_timeline_wrapper .tcr-timeline-item:nth-of-type(2n+2) .tcr-timeline-year {
	margin-left: 0px;
	margin-right: 169px;
}

.elementor-widget-container .tcr_timeline_wrapper .tcr-timeline-item:nth-of-type(2n+2) .tcr-timeline-year::before {
	right: -90px;
	left: inherit;
}

.elementor-widget-container .tcr_timeline_wrapper .tcr-timeline-item:nth-of-type(2n+2) .tcr-timeline-year::after {
	left: inherit;
	right: -115px;
}

.elementor-widget-container .tcr_timeline_wrapper .tcr-timeline-item:nth-of-type(2n+1) {
	margin-right: 127px;
}

 
/******************************************************* 
              client
*******************************************************/
.client-layout-grid.client-style-1 .tcr-client-cover {
	margin-bottom: 30px;
}

.client-style-1 .tcr-client-cover .client-item {
	text-align: center;
	height: 58px;
	position: relative;
	overflow: hidden;
}

.client-style-1 .client-item img {
	width: 180px;
	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: -80px;
	filter: grayscale(100%);
}

.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;
	filter: inherit;
}

.client-style-1 .tcr-clients-grid-wrapper .client-item {
	overflow: hidden;
}

.client-style-1.column-2 .tcr-clients-grid-wrapper .client-item {
	width: 50%;
	float: left;
	margin: 20px 0;
}

.client-style-1.column-3 .tcr-clients-grid-wrapper .client-item {
	width: 33.33%;
	float: left;
	margin: 20px 0;
}

.client-style-1.column-4 .tcr-clients-grid-wrapper .client-item {
	width: 25%;
	float: left;
	margin: 20px 0;
}

.client-style-1.column-5 .tcr-clients-grid-wrapper .client-item {
	width: 20%;
	float: left;
	margin: 20px 0;
}

.client-style-1.column-6 .tcr-clients-grid-wrapper .client-item {
	width: 16.66%;
	float: left;
	margin: 20px 0;
}

/******************************************************* 
              carousel
*******************************************************/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	border-radius: 0px;
	background-color: var(--tcr-primary-color) !important;
	color: var(--tcr-white-color) !important;
	border: inherit;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	outline: inherit;
	border-radius: 100%;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--tcr-secondary-color) !important;
	color: var(--tcr-white-color) !important;
}

.owl-carousel .owl-nav .owl-prev {
	margin-right: 15px;
}

.owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-flex;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -70px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	margin-right: 0;
}

.owl-carousel .owl-nav button.owl-next {
	right: -70px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px 0 5px;
	outline: none !important;
	background: #ddd;
	border-radius: 100%;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--tcr-primary-color);
}

/* arrow top right */
.arrow-top-right .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	left: -70px;
	line-height: 10px;
	background-color: var(--tcr-primary-color) !important;
	color: var(--tcr-white-color) !important;
	border: 1px solid;
	border-color: var(--tcr-white-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev,
.arrow-top-right .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: -100px;
	left: inherit;
	line-height: 10px;
	background-color: transparent !important;
	color: var(--tcr-white-color) !important;
	border: 1px solid;
	border-color: var(--tcr-white-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev:hover,
.arrow-top-right .owl-carousel .owl-nav button.owl-next:hover {
	background-color: var(--tcr-secondary-color) !important;
	border: 1px solid;
	border-color: var(--tcr-secondary-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev {
	right: 50px;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.tcr-bg-color-primary .owl-carousel .owl-nav .owl-prev,
.tcr-bg-color-primary .owl-carousel .owl-nav .owl-next {
	background-color: var(--tcr-white-color) !important;
	color: var(--tcr-secondary-color) !important;
}

.tcr-bg-color-primary .owl-carousel .owl-nav .owl-prev:hover,
.tcr-bg-color-primary .owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--tcr-secondary-color) !important;
	color: var(--tcr-white-color) !important;
}

.tcr-right-expand.tcr-service-expand .owl-carousel .owl-nav button.owl-next {
	right: 30px;
}

/******************************************************* 
              list
*******************************************************/
.tcr-list-wrapper ul {
	padding: 0;
	margin: 0;
}

.tcr-list-wrapper ul li {
	list-style-type: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.tcr-list-wrapper .tcr-list-icon {
    margin-right: 11px;
    color: var(--tcr-primary-color);
    font-size: 19px; 
}

.tcr-list-wrapper p {
	margin-bottom: 0px;
	line-height: 25px;
}

.tcr-list-wrapper .tcr-list-info a {
	margin: 0;
	font-size: 17px;
	line-height: 25px;
	color: var(--tcr-secondary-color);
	cursor: pointer;
}

.tcr-list-wrapper .tcr-list-info a:hover {
	color: var(--tcr-secondary-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);
}

/*******************************************************
    Progress Bar Heading
*******************************************************/
.progress-bar-style-1 .tcr-progress-bar-wrapper {
	margin-bottom: 30px;
}

.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
	width: 100%;
	background-color: #ededed;
	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: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 20px;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-secondary-color);
}

.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 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.tcr-layout-horizontal .tcr-list-tab {
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    text-transform: capitalize;
}

.tcr-layout-horizontal .tcr-list-tab img {
	margin-bottom: 5px;
	filter: grayscale(90%);
	-webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tcr-layout-horizontal .tcr-list-tab:hover img,
.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link img{
	filter: grayscale( 0%);
}
.tcr-layout-horizontal .tcr-list-tab:hover,
.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link {
	color: var(--tcr-primary-color);
}

.tcr_tabs_wrapper.tcr-layout-horizontal .tcr-tab-content {
	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-layout-horizontal .tcr-tab-content-list {
	display: none;
	width: 100%;
}

.tcr-layout-horizontal .tcr-tab-content-list.tcr-active-tab {
	display: contents;
}

.tcr-layout-horizontal .tcr-list-tab a {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	padding: 20px 50px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: grid;
	background-color: #f1f1f1;
	margin: 0 20px 20px 0px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.tcr-list-tab a:hover .tcr-tab-icon {
	color: var(--tcr-white-color);
}

.tcr-layout-horizontal .tcr-list-tab.tcr-active-tab-link a {
	background-color: var(--tcr-primary-color);
}

.tcr-list-tab .tcr-tab-icon {
	font-size: 50px;
	line-height: 60px;
	color: var(--tcr-primary-color);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.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{
	position: relative;
	display: flex;
    align-items: center;
}
.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 { 
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    position: relative; 
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
	text-align: left;
} 
.tcr-layout-vertical .tcr-list-tab span{
	display: flex;
	align-items: center; 
	width: 300px;
}
.tcr-layout-vertical .tcr-list-tab img{
	margin-right: 20px; 
	filter: grayscale(90%);
	-webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	width: 100px;
}

.tcr-layout-vertical .tcr-list-tab:hover img,
.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link img{
	filter: grayscale( 0%);
}
.tcr-layout-vertical .tcr-list-tab:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: inherit;
} 
.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link {
	color: var(--tcr-primary-color);
} 
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list{
	display: grid; 
	margin-right: 50px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab:last-child a {
	margin: 0;
} 
 
/*******************************************************
   marquee
*******************************************************/
.marquee-style-1 {
	position: relative;
	background-color: var(--tcr-secondary-color); 
	padding: 15px 0px 14px 0px;
	z-index: 9;
} 
.marquee-style-1::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	content: "";
	z-index: 9;
	background: linear-gradient(to right,
			rgb(17 17 17) 0%,
			rgba(17, 17, 17, 0) 99%,
			rgba(17, 17, 17, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18171c', endColorstr='#0018171c', GradientType=1);
}

.marquee-style-1::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	content: "";
	z-index: 9;
	background: linear-gradient(to right,
			rgba(17, 17, 17, 0) 0%,
			rgba(17, 17, 17, 0) 1%,
			rgb(17 17 17) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0018171c', endColorstr='#18171c', GradientType=1);
}

.marquee-style-1 .tcr-marquee-cover {
	text-align: center;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item::before {
    position: absolute;
    top: 18px;
    right: -70px;
    content: "\f158";
    font-weight: 600;
    font-size: 21px;
    color: var(--tcr-primary-color);
    font-family: flaticon_mycollection !important;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item img {
	width: 100px;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item .marquee-title {
	font-size: 26px;
    line-height: 55px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color: var(--tcr-white-color);
    text-transform: capitalize;
}

.marquee-style-1 .swiper-slide {
	text-align: center;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 70px 0 60px;
}


.swiper-wrapper {
	transition-timing-function: linear !important;
}


@-webkit-keyframes line-slide {
	0% {
		background-position: -5% 0;
	}

	100% {
		background-position: 100% 0;
	}
}

@keyframes line-slide {
	0% {
		background-position: -5% 0;
	}

	100% {
		background-position: 100% 0;
	}
}


/* marquee-style-2 */
.marquee-style-2 .tcr-marquee-cover {
	text-align: center;
}

.marquee-style-2 .tcr-marquee-cover .marquee-item {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.marquee-style-2 .tcr-marquee-cover .marquee-item img {
	width: 100px;
}

.marquee-style-2 .tcr-marquee-cover .marquee-item .marquee-title {
	font-size: 150px;
	line-height: 160px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	color: rgba(225, 225, 225, 0.7);
	text-transform: capitalize;
}

.marquee-style-2 .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 70px;
}

/* style-2-about */
.style-2-about .marquee-style-2 .tcr-marquee-cover .marquee-item::before {
	position: absolute;
	top: 15px;
	left: -55px;
	content: "*";
	font-weight: 600;
	font-size: 75px;
	color: rgba(225, 225, 225, 0.4);
}

.style-2-about .marquee-style-2 .tcr-marquee-cover .marquee-item .marquee-title {
	font-size: 100px;
	line-height: 100px;
	font-family: var(--tcr-ch-title-ff);
	color: rgba(225, 225, 225, 0.4);
	text-transform: uppercase;
}

/*******************************************************
    Vertical Cards Widget
*******************************************************/
.tcr_vertical_cards_wrapper .tcr-card-content-container {
	width: 100%;
	box-sizing: border-box;
}

.tcr_vertical_cards_wrapper .tcr-stackingcards {
	color: var(--tcr-white-color);
	position: relative;

	.tcr-stackingcard {
		color: var(--tcr-secondary-color);
		height: 100%;
		width: 100%;
		transform-origin: top center;
		box-sizing: border-box;
	}
}

.tcr_vertical_cards_wrapper .end-element {
	width: 100%;
	height: 1px;
}

/*******************************************************
 contact_list 
*******************************************************/
.tcr_contact_list_wrapper .tcr-contact-list-head { 
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

.tcr_contact_list_wrapper .tcr-contact-list-head::before {
	position: absolute;
    content: "";
    background: var(--tcr-tertiary-color);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
}

.tcr_contact_list_wrapper .tcr-contact-list-title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: var(--tcr-secondary-color);
    font-family: var(--tcr-ch-title-ff);
    text-transform: uppercase;
}

.tcr_contact_list_wrapper ul {
	margin: 0;
	padding: 0px;
}

.tcr_contact_list_wrapper .tcr-contact-list-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 80px;
    line-height: 80px;
    color: var(--tcr-primary-color);
	opacity: 0.3;
} 
.tcr_contact_list_wrapper .tcr-contact-list-icon svg path {
	width: 200px;
}

.tcr_contact_list_wrapper li {
	list-style-type: none;
	display: flex;
	margin-bottom: 35px;
	align-items: center;
}

.tcr_contact_list_wrapper li:last-child {
	margin-bottom: 0px;
}

.tcr-contact-list-wrapper {
	position: relative;  
}
 

.tcr-contact-list-wrapper .tcr-list-item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
    display: block;
    border-radius: 100%;
	font-size: 25px; 
	margin-right: 20px;
	text-align: center;
}
.tcr-contact-list-wrapper .tcr-list-item-icon svg{
	border-radius: 100px;
	background-color: var(--tcr-primary-color);
}
.tcr-contact-list-wrapper .tcr-list-item-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--tcr-secondary-color);
    font-family: var(--tcr-ch-title-ff);
    text-transform: uppercase;
}
.tcr-contact-list-wrapper .tcr-list-item-content {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
}


 /*******************************************************
 			 	img before after 
 ********************************************************/
.twentytwenty-overlay:hover{
	background: inherit;
	display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after{
	background-color: var(--tcr-secondary-color);
	box-shadow: none;
	width: 2px;

   }
   .twentytwenty-handle{
    background-color: var(--tcr-white-color);
    border: 0px;
    height: 50px;
    width: 50px;
	margin-left: -25px;
    margin-top: -25px;
   }
   .twentytwenty-left-arrow{
	border-right: 6px solid var(--tcr-secondary-color); 
   }
   .twentytwenty-right-arrow {
    border-left: 6px solid var(--tcr-secondary-color); 
   }
   .twentytwenty-horizontal .twentytwenty-handle:before{
    margin-bottom: 26px;
   }
   .twentytwenty-horizontal .twentytwenty-handle:after{
	margin-top: 25px;
   }
