/*------------------------------------------------------------------
[Table of contents] 
*button
*heading
*content box 
*service
*swiper  
*testimonials
*blog
*projects
*team
*infobox
*signature 
*counter
*pricing
*timeline
*client
*carousel
*list
*Progress Bar Heading
*Tab Widget
*marquee
*Hotspot
-------------------------------------------------------------------*/


/******************************************************* 
                 button 
*******************************************************/
.button-style-1.tcr-bg-color-primary .tcr-button a {
	background-color: var(--tcr-primary-color);
}

.button-style-1.tcr-bg-color-primary .tcr-button a:hover {
	background-color: var(--tcr-secondary-color);
}

.button-style-1.tcr-bg-color-secondary .tcr-button a {
	background-color: var(--tcr-secondary-color);
}

.button-style-1.tcr-bg-color-secondary .tcr-button a:hover {
	background-color: var(--tcr-primary-color);
}

.button-style-1.tcr-bg-color-tertiary .tcr-button a {
	background-color: var(--tcr-tertiary-color);
	color: var(--tcr-secondary-color);
}

.button-style-1.tcr-bg-color-tertiary .tcr-button a:hover {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
}

.button-style-1.tcr-bg-color-white .tcr-button a {
	color: var(--tcr-secondary-color);
	background-color: var(--tcr-white-color);
}

.button-style-1.tcr-bg-color-white .tcr-button a:hover {
	color: var(--tcr-white-color);
	background-color: var(--tcr-primary-color);
}

.button-style-1.tcr-bg-color-transparent .tcr-button a {
	color: var(--tcr-secondary-color);
}

.button-style-1.tcr-bg-color-transparent .tcr-button a:hover {
	color: var(--tcr-primary-color);
	background-color: inherit;
}

.button-style-1.tcr-bg-color-dark .tcr-button a {
	background-color: var(--tcr-dark-color);
}

.tcr-bg-color-secondary .button-style-1 .tcr-button a:hover {
	background-color: var(--tcr-white-color);
	color: var(--tcr-secondary-color);
}

.button-style-1 .tcr-button a:hover {
	background-color: var(--tcr-secondary-color);
}

.button-style-1 .tcr-button a {
	color: var(--tcr-white-color);
	font-family: var(--tcr-ch-title-ff);
	padding: 20px 25px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	border-radius: 0px;
}

.button-style-2 .tcr-button a {
	font-family: var(--tcr-ch-title-ff);
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	color: var(--tcr-secondary-color);
}

.button-style-2 .tcr-button a:hover {
	color: var(--tcr-primary-color);
}

.button-style-2 .tcr-button a::before {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	background: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	border-radius: 100%;
}


/******************************************************* 
                 heading 
*******************************************************/
.custom-heading-style-1 .tcr-custom-heading-wrapper {
    margin-bottom: 45px;
}

.tcr_custom_heading_wrapper .tcr-heading-subtitle-wrapper .heading-subtitle {
	display: inline-block;
	margin-bottom: 15px !important;
}

.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle {
	margin: 0;
	color: var(--tcr-primary-color);
}

.custom-heading-style-1.heading-white-text .tcr-heading-subtitle-wrapper {
	background-color: var(--tcr-quaternary-color);
	color: var(--tcr-secondary-color);
}

.custom-heading-style-1.heading-white-text .tcr-heading-subtitle-wrapper .heading-subtitle {
	color: var(--tcr-primary-color);
}

.custom-heading-style-1 .tcr-custom-heading-wrapper .tcr-heading-content {
	margin-top: 20px;
}

.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: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/******************************************************* 
                 service  
*******************************************************/

/* service style 1 */
.services-style-1 .tcr-service-wrapper {
	position: relative;
	border-radius: 0px;
	z-index: 9;
	text-align: center;
	margin-bottom: 50px;
}

.services-style-1 .tcr-service-inner {
    position: relative;
    padding: 270px 30px 32px 30px;
    margin-top: -209px;
    border: 1px solid #ececec;
    background-color: var(--tcr-white-color);
}

.services-style-1 .tcr-service-image {
	padding: 0px 20px;
}

.services-style-1 .tcr-service-wrapper img {
	clip-path: ellipse(100% 62% at 50% 38%);
	position: relative;
	z-index: 9; 
	width: 100%;
}

.services-style-1 .tcr-service-wrapper .tcr-service-image-container img {
	border-radius: 10px;
	width: 100%;
}

.services-style-1 .tcr-service-wrapper:hover .tcr-service-image-container {
	left: 0;
	top: -7px;
	position: absolute;
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.services-style-1 .tcr-service-title {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 700;
    color: var(--tcr-dark-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-1 .tcr-service-title:hover{
	color: var(--tcr-primary-color);
}
.services-style-1 .tcr-service-icon {
    font-size: 40px;
    color: var(--tcr-white-color);
    position: absolute;
    top: 165px;
    left: 50%;
    margin-left: -50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: var(--tcr-primary-color);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    border: 5px solid var(--tcr-white-color);
    z-index: 9;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.services-style-1 .tcr-service-wrapper:hover .tcr-service-icon {
	background-color: var(--tcr-secondary-color);
}

.services-style-1 .tcr-service-icon i {
	font-size: 40px;
	line-height: 0;
}


/* services style 2 */
.services-style-2 .tcr-service-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.services-style-2 .tcr-service-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    bottom: 0;
    right: 0;
    width: 100%;
    background: var(--tcr-dark-color);
    height: 100%;
    opacity: 0.2;
} 
.services-style-2 .tcr-service-wrapper:hover:after {
    opacity: 0.5;
} 
.services-style-2 .tcr-service-image-container img {
	position: relative;
	width: 100%; 
} 
.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: "\f10a";
	font-family: flaticon_mycollection !important;
	font-weight: 400;
	font-size: 18px;
	color: var(--tcr-white-color);
	transform: rotate(-35deg);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center; 
	background: rgb(255 255 255 / 30%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border-radius: 100%;
} 
.services-style-2 .tcr-service-wrapper a:hover::before {
	background-color: var(--tcr-primary-color);
} 
.services-style-2 .tcr-service-content {
	position: absolute; 
	bottom: 95px;
    left: 40px; 
	z-index: 9;
} 
.services-style-2 .tcr-service-subtitle {
	color: var(--tcr-primary-color);
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 5px;
} 
.services-style-2 .tcr-service-title {
	font-family: var(--tcr-ch-title-ff);
	font-size: 25PX;
	line-height: 35px;
	font-weight: 700;
	color: var(--tcr-white-color);
	text-transform: uppercase;
}

/* .services-style-3 */
.services-layout-list {
	text-align: left ;
	position: relative; 
}
.services-layout-list .tcr-service-wrapper{
	display: flex;
	justify-content: space-between;
}
.services-layout-list .tcr-service-tabs{
	margin-right: 60px;
	width:65%;
}  
.services-layout-list .tcr-service-wrapper.active .tcr-service-title a {
	color: var(--tcr-primary-color);
} 
.services-layout-list .tcr-service-wrapper .tcr-service-title {
    font-size: 70px;
    line-height: 80px;
    color: var(--tcr-dark-color);
    margin-bottom: 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: 900;
} 
.services-layout-list .tcr-service-wrapper .tcr-service-title a{ 
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #dbd7d7; 
}
.services-layout-list .tcr-service-wrapper .tcr-service-title:hover a,
.services-layout-list .tcr-service-wrapper .tcr-service-title.active a{
		  color: var(--tcr-dark-color); 
}  
.services-layout-list .tcr-service-tabs-content .tcr-service-short-content {
   display: none;
}
.services-layout-list .tcr-service-tabs-content .tcr-service-short-content.active{
	display: block;
} 
.services-layout-list .tcr-service-tabs-content{
	width: 35%;
}
.services-layout-list .tcr-service-tabs-content h4{ 
    text-transform: uppercase;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 800;
}
.services-layout-list .tcr-service-tabs-content p{
	margin-bottom: 45px;
}
.services-layout-list .tcr-service-tabs-content .tcr-service-short-content ul{
	padding: 0;
	margin: 15px 0px 40px 0px;

}
.services-layout-list .tcr-service-tabs-content .tcr-service-short-content ul li{
    list-style-type: none;
    position: relative;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--tcr-dark-color);
}
.services-layout-list .tcr-service-tabs-content .tcr-service-short-content ul li::before{
	font-family: flaticon_mycollection !important;
	content: "\f105";
	position: absolute;
	top: 0px;
	left: -30px;
	color: var(--tcr-primary-color);
}


/******************************************************* 
              swiper   
*******************************************************/
.swiper-button-next,
.swiper-button-prev {
	background-image: inherit;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
} 
.swiper-button-prev:after,
.swiper-button-next:after {
	content: none;
} 
.swiper-button-prev::before {
	position: absolute;
	top: 0;
	right: 41px;
    content: "\f10b";
	font-family: flaticon_mycollection !important;
	font-weight: 900;
	background-color: var(--tcr-white-color);
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 100px;
	font-size: 15px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
} 
.swiper-button-next::before {
	position: absolute;
	top: 0;
	right: -60px;
    content: "\f10a";
	font-family: flaticon_mycollection !important;
	font-weight: 900;
	background-color: var(--tcr-white-color);
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 100px;
	font-size: 15px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
} 
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
} 
.tcr-swiper-slider:hover .swiper-button-next::before {
	right: 0;
} 
.tcr-swiper-slider:hover .swiper-button-prev::before {
	right: -18px;
} 
.tcr-swiper-slider:hover .swiper-button-next,
.tcr-swiper-slider:hover .swiper-button-prev {
	opacity: 1;
} 
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
} 
.swiper-pagination-horizontal {
	text-align: center;
} 
.swiper-pagination-bullet-active {
	background-color: var(--tcr-primary-color) !important;
} 
.elementor-section.tcr-bg-color-secondary .swiper-pagination-bullet {
	background-color: var(--tcr-white-color);
} 
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
} 
.tcr-bg-color-primary .swiper-pagination-bullet-active {
	background-color: var(--tcr-secondary-color) !important;
} 
.tcr-bg-color-primary .swiper-pagination-bullet {
	background-color: var(--tcr-white-color);
} 


/******************************************************* 
                 testimonials  
*******************************************************/
/* testimonials style 1 */
.testimonials-style-1 {
	position: relative;
} 
.testimonials-style-1 .swiper-slide .tcr-testimonial-wrapper {
	margin: 30px 0px 120px 0px;
	position: relative;
} 
.testimonials-style-1 .tcr-testimonial-author {
	display: flex;
	align-items: center;
}

.testimonials-style-1 .tcr-testimonial-wrapper {
	position: relative;
	margin: 30px 0px;
}

.testimonials-style-1 .tcr-testimonial-wrapper::before {
	position: absolute;
    content: "\f115";
    bottom: -10px;
    right: 0;
    font-family: flaticon_mycollection !important;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.1;
    font-size: 160px;
}

.testimonials-style-1 .tcr-testimonial-image {
	margin-right: 25px;
}

.testimonials-style-1 img {
	border-radius: 100%;
	width: 110px !important;
}

.testimonials-style-1 .tcr-testimonial-image::before {
    position: absolute; 
    content: "\f114";
    font-size: 20px;
    top: -8px;
    font-family: flaticon_mycollection !important;
    left: 0px;
    border-radius: 50%;
    color: var(--tcr-white-color);
    text-align: center;
    z-index: 9;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--tcr-secondary-color)
}

.testimonials-style-1 .tcr-testimonial-title {
	font-size: 27px;
	line-height: 36px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 700;
	color: var(--tcr-white-color);
}

.testimonials-style-1 .tcr-testimonial-designation {
	color: var(--tcr-white-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	font-family: var(--tcr-ch-subtitle-ff);
}

.testimonials-style-1 .tcr-testimonial-content {
	margin-top: 30px;
	font-size: 22px;
	line-height: 35px;
	font-style: italic;
	color: var(--tcr-white-color);
	font-weight: 400;
}

.testimonials-style-1 .tcr-testimonial-container {
	position: relative;
}

.testimonials-style-1 .owl-dots button {
	margin: 10px !important;
}

.testimonials-style-1 .tcr-testimonial-rating {
	margin-top: 20px;
}

.testimonials-style-1 .tcr-testimonial-rating span.checked {
	color: #ffb300;
}

.testimonials-style-1 .swiper-pagination-horizontal {
	text-align: left;
}

.testimonials-style-1 .swiper-pagination-bullet {
	background-color: var(--tcr-white-color);
}

.testimonials-style-1 .swiper-button-prev,
.testimonials-style-1 .swiper-button-next {
	position: absolute;
	top: 93%;
	left: 8px;
}

.testimonials-style-1 .swiper-button-next {
	margin-left: 70px;
}

.testimonials-style-1 .swiper-button-prev:hover::before,
.testimonials-style-1 .swiper-button-next:hover::before {
	background-color: var(--tcr-secondary-color);
	color: var(--tcr-white-color);
}

.testimonials-style-1 .swiper-button-next,
.testimonials-style-1 .swiper-button-prev {
	opacity: 1;
}

.testimonials-style-1 .tcr-swiper-slider:hover .swiper-button-prev::before,
.testimonials-style-1 .swiper-button-prev::before {
	right: -17px;
}

.testimonials-style-1 .tcr-swiper-slider:hover .swiper-button-next::before,
.testimonials-style-1 .swiper-button-next::before {
	right: 0px;
}

/* testimonials owl-carousel */
.testimonials-style-1 .owl-carousel .owl-nav {
	position: relative;
	top: 20px;
}

.testimonials-style-1 .owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}

.testimonials-style-1 .owl-carousel .owl-nav button.owl-next {
	left: 60px;
}

.testimonials-style-1 .owl-carousel .owl-nav button.owl-prev:hover,
.testimonials-style-1 .owl-carousel .owl-nav button.owl-next:hover {
	background-color: var(--tcr-white-color) !important;
	color: var(--tcr-secondary-color) !important;
}


/* testimonials style 2 */

.testimonials-style-2 .tcr-testimonial-wrapper {
	margin: 30px 0px 40px 0px;
}

.testimonials-style-2 .tcr-testimonial-content {
    text-align: center;
    background-color: var(--tcr-white-color);
    color: var(--tcr-dark-color);
    padding: 30px;
    font-size: 17px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.testimonials-style-2 .tcr-testimonial-content:before {
	position: absolute;
	content: "";
	right: 50%;
	left: 50%;
	bottom: -24px;
	border-top: 16px solid var(--tcr-white-color);
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonials-style-2 .tcr-testimonial-content p {
	margin-bottom: 0px;
}

.testimonials-style-2 .testimonial-image img {
	border-radius: 100%;
	width: 70px;
	margin-bottom: 10px;
	display: inline;
} 
.testimonials-style-2 .testimonial-title {
    font-size: 22px;
    line-height: 32px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color: var(--tcr-dark-color);
    margin-bottom: 7px;
    text-transform: uppercase;
} 
.testimonials-style-2 .tcr-testimonial-container {
	text-align: center;
} 
.testimonials-style-2 .testimonial-designation {
	text-transform: uppercase;
	color: var(--tcr-primary-color);
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
}

.testimonials-style-2 .tcr-testimonial-rating {
	margin-bottom: 10px;
}

.testimonials-style-2 .tcr-testimonial-rating span.checked {
	color: #ffb300;
}

.testimonials-style-2 .owl-carousel .owl-dots {
	text-align: center;
}

/******************************************************* 
                 blog  
*******************************************************/

/* blog style 1  */
.blog-style-1 .tcr-post-slide {
	margin-bottom: 60px;
	position: relative;
}

.blog-style-1 .tcr-post-date {
	color: var(--tcr-white-color);
	width: 65px;
	height: 65px;
	text-align: center;
	background-color: var(--tcr-secondary-color);
	font-weight: 600;
	position: absolute;
	top: 15px;
	right: 15px;
	padding-top: 15px;
	font-family: var(--tcr-ch-title-ff);
	border-radius: 100%;
}

.blog-style-1 .tcr-post-image-container {
	position: relative;
}

.blog-style-1 img { 
	width: 100%;
}

.blog-style-1 .tcr-post-content-cover {
	padding: 30px;
	background-color: var(--tcr-white-color);
	border: 1px solid #dfdfdf;
	border-radius: 0px 0px 10px 10px;
}

.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 25px;
	font-weight: 600;
	background: var(--tcr-tertiary-color);
	padding: 5px 11px;
	font-family: var(--tcr-ch-title-ff);
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 6px;
}

.blog-style-1 .tcr-post-content-cover .tcr-meta-item.post-category a {
	color: var(--tcr-primary-color);
}

.blog-style-1 .tcr-post-meta {
	margin: 15px 0px;
}

.blog-style-1 .tcr-post-meta i {
    margin-right: 5px;
    font-size: 14px;
    color: var(--tcr-primary-color);
}

.blog-style-1 .tcr-post-meta a {
    color: var(--tcr-body-ff);
    text-transform: uppercase;
    font-size: 15px;
}

.blog-style-1 .tcr-post-meta div {
	margin-right: 20px;
}

.blog-style-1 .tcr-post-title {
	font-size: 22px;
    line-height: 32px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 700;
    margin-top: 19px;
    color: var(--tcr-dark-color);
    text-transform: uppercase;
}

.blog-style-1 .tcr-post-title a {
	color: var(--tcr-dark-color);
}

.blog-style-1 .tcr-post-date .tcr-date {
	font-size: 22px;
	line-height: 18px;
	display: inherit;
	font-weight: 700;
}

.blog-style-1 .tcr-post-date .tcr-month {
	font-size: 15px;
	line-height: 25px;
	display: block;
	font-weight: 500;
}

.blog-style-1 .tcr-post-bottun {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	font-size: 15px;
	line-height: 25px;
	color: var(--tcr-secondary-color);
}

.blog-style-1 .tcr-post-bottun::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	background: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	border-radius: 100%;
}

/* blog style 2 */
.blog-style-2 .tcr-post-slide {
	min-height: 390px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	padding: 30px;
	width: 100%;
}

.blog-style-2 .tcr-post-slide::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--tcr-white-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	top: 0;
	left: 0;
}

.blog-style-2 .tcr-post-slide:hover::after {
	height: 0;
}

.blog-style-2 .tcr-post-slide::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--tcr-dark-color);
	opacity: 0.7;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	top: 0;
	left: 0;
}

.blog-style-2 .tcr-post-date {
	position: absolute;
	top: 20px;
	right: 20px;
	color: var(--tcr-white-color);
	background-color: var(--tcr-secondary-color);
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: grid;
	line-height: 40px;
	text-align: center;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	z-index: 9;
	text-transform: uppercase;
}

.blog-style-2 .tcr-post-inner {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    padding: 30px;
	text-align: left;
}

.blog-style-2 .tcr-post-date .tcr-month {
	margin-top: -16px;
	font-size: 14px;
	line-height: 14px;
}

.blog-style-2 .tcr-post-meta a {
	color: var(--tcr-dark-color);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
}

.blog-style-2 .tcr-post-meta i {
	color: var(--tcr-primary-color);
	font-size: 13px;
	margin-right: 5px;
}

.blog-style-2 .tcr-post-title {
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
}

.blog-style-2 .tcr-post-title a {
	text-transform: uppercase;
}

.blog-style-2 .tcr-post-slide:hover .tcr-post-meta a,
.blog-style-2 .tcr-post-slide:hover .tcr-post-title a {
	color: var(--tcr-white-color);
}

.blog-style-2 .tcr-post-meta div {
	margin-right: 20px;
}


/******************************************************* 
                 projects  
*******************************************************/
/* projects style 1 */
.projects-style-1 img {
	width: 100%; 
}

.projects-style-1 .tcr-project-thumbnail-wrapper {
	margin-bottom: 30px;
}

.projects-style-1.projects-layout-1-4-grid .tcr-project-thumbnail-wrapper {
	margin-bottom: 0;
}

.projects-style-1.projects-layout-1-4-grid a {
	margin: 10px;
	display: block;
}

.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-lg-6.col-md-12.col-sm-12,
.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12,
.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12 .row .col-lg-6.col-lg-6.col-md-12.col-sm-12 {
	padding: 0 !important;
}

.projects-style-1.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12 .row {
	margin: 0 !important;
}

.cursorIcon.tcr-project-title-wrap .project-title {
	font-size: 20px;
	line-height: 22px;
	padding: 20px;
	background: var(--tcr-dark-color);
	font-family: var(--tcr-ch-title-ff);
	font-weight: 500;
	color: var(--tcr-white-color);
	margin-bottom: 5px;
	text-transform: uppercase; 
}

.cursorIcon.tcr-project-title-wrap .tcr-project-category {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.7px;
	padding: 10px 15px;
	background: var(--tcr-dark-color);
	display: inline-block;
	font-family: var(--tcr-ch-subtitle-ff);
	color: var(--tcr-white-color);
	 text-transform: uppercase; 
}

.cursorIcon.tcr-project-title-wrap .tcr-project-content {
	min-width: 250px;
	text-align: left;
}

.cursorIcon.tcr-project-title-wrap .project-title a {
	color: var(--tcr-white-color);

}

/******************************************************* 
                 team  
*******************************************************/ 
/* team style 1 */
.team-style-1 .tcr-teammember-wrapper { 
	text-align: center; 
	position: relative;
	margin-bottom: 30px;
}

.team-style-1 .tcr-teammember-wrapper img { 
	width: 100%;
	display: initial;
	position: relative;
	z-index: 9;
} 
.team-style-1 .tcr-teammember-content-cover {
	position: relative;
}

.team-style-1 .tcr-teammember-share {
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	line-height: 50px;
	font-size: 18px;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	position: absolute;
	background: var(--tcr-white-color);
	box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 7%);
	z-index: 9;
	color: var(--tcr-primary-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.team-style-1 .tcr-teammember-social-inner {
	position: absolute;
	top: 5px;
	right: 5px;
	visibility: hidden;
	background: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	border-radius: 100px 0px 0px 100px;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.team-style-1 .tcr-teammember-social-links {
	position: absolute;
    z-index: 9;
    top: -90px;
    right: 20px;
}

.team-style-1 .tcr-teammember-wrapper .tcr-teammember-social-links:hover .tcr-teammember-social-inner {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	right: 35px;
}

.team-style-1 .tcr-teammember-title {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0px 10px 0px;
}

.team-style-1 .tcr-teammember-designation {
    color: var(--tcr-primary-color);
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 700; 
    font-size: 16px;
    text-transform: uppercase;
}

.team-style-1 .tcr-teammember-social-inner ul {
	padding: 0;
	margin: 0;
	display: inline-flex;
	padding: 0px 20px 0px 16px;
}

.team-style-1 .tcr-teammember-social-inner ul li {
	list-style-type: none;
	margin: 0 8px;
	text-align: center;
	border-radius: 100%;
	margin-right: 10px;
	background-color: var(--tcr-quinary-color);
	line-height: 43px;
}

.team-style-1 .tcr-teammember-social-inner ul li i {
	color: var(--tcr-white-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.team-style-1 .tcr-teammember-social-inner ul li:hover i {
	color: var(--tcr-dark-color);
}

/* team-style-2 */
.team-style-2  .tcr-teammember-wrapper{
	margin-bottom: 30px; 
}
 
.team-style-2 img{
	width: 100%;
} 
.team-style-2 .teammember-title{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
	margin-top: 15px;
}
.team-style-2 .tcr-teammember-designation-container{
	margin-bottom: 20px;
}
.team-style-2 .tcr-teammember-designation{
    color: var(--tcr-primary-color);
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.team-style-2 ul{
	padding: 0;
	margin: 0;
	display: inline-flex;
}
.team-style-2 li{
	list-style-type: none;
    margin-right: 20px; 
    font-size: 15px;
}


/******************************************************* 
                 infobox  
*******************************************************/
/* infobox style 1 */
.infobox-style-1 .tcr-infobox-wrapper {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    background-color: var(--tcr-white-color);
    justify-content: space-between;
    align-items: end;
}

.infobox-style-1 .tcr-infobox--content {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
} 
.infobox-style-1 .tcr-infobox-inner {
    margin-right: 30px;
    width: 60%;
    padding: 50px 0px 50px 50px;
}
.infobox-style-1 .tcr-infobox-icon{
	width: 40%; 
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon i {
    font-size: 120px;
    line-height: 120px;
    color: var(--tcr-primary-color);
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -60px;
} 
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    fill: var(--tcr-primary-color);
    width: 110px;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -60px;
	

}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon img {
    width: 100%; 
} 
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number {
    font-size: 80px;
    line-height: 81px;
    font-weight: 600;
    color: var(--tcr-primary-color);
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -50px;
}

.infobox-style-1 .icon-number {
	color: var(--tcr-primary-color);
	font-size: 50px;
	line-height: 60px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 400;
}

.infobox-style-1 .tcr-infobox-title {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	color: var(--tcr-dark-color);
	margin-bottom: 15px;
}

.infobox-style-1 .tcr-infobox-button {
	margin-top: 50px;
}

.infobox-style-1 .tcr-infobox-button a {
	font-size: 16px;
	line-height: 16px;
	color: var(--tcr-dark-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	z-index: 999;
}

.infobox-style-1 .tcr-infobox-button a:hover {
	color: var(--tcr-primary-color);
}

.infobox-style-1 .tcr-infobox-button a::before {
	position: absolute;
	top: -1px;
	font-size: 18px;
	right: -35px;
	content: "+";
	font-weight: 400;
	color: var(--tcr-white-color);
	background: var(--tcr-secondary-color);
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}


/* infobox style 2 */ 
.infobox-style-2 .tcr-infobox-wrapper { 
	margin-bottom: 30px;
    background: var(--tcr-white-color);
	padding: 35px 35px 67px 35px;
    position: relative;
}

.infobox-style-2 .tcr-infobox-wrapper:before { 
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 0;
	height: 100%;
	background: var(--tcr-primary-color);
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.infobox-style-2:hover .tcr-infobox-wrapper:before { 
	width:100%;
}

.infobox-style-2 .tcr-infobox-icon {
	margin-right: 15px;
	font-size: 60px;
	line-height: 60px;
	color: var(--tcr-primary-color);
	margin-bottom: 25px;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.infobox-style-2 .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
	height: 60px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.infobox-style-2 .tcr-infobox-content{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.infobox-style-2:hover .tcr-infobox-icon svg{
	fill: var(--tcr-white-color);
}
.infobox-style-2:hover .tcr-infobox-title,
.infobox-style-2:hover .tcr-infobox-content,
.infobox-style-2:hover .tcr-infobox-icon {
	color: var(--tcr-white-color);
}

.infobox-style-2 .tcr-infobox-icon img {
	width: 100px;
	border-radius: 100%;
}

.infobox-style-2 .icon-number {
    line-height: 70px;
    display: inline-grid;
    font-size: 55px;
    font-weight: 600;
}

.infobox-style-2 .tcr-infobox-title {
	font-size: 24px;
	line-height: 34px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 700;
	color: var(--tcr-dark-color);
	margin-bottom: 7px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.infobox-style-2 .tcr-infobox-text {
	position: relative;
}

.infobox-style-2 .tcr-infobox-button a {
	position: relative;
	margin-top: 60px;
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
}  
.infobox-style-2 .tcr-infobox-button a:before {
    position: absolute;
    top: -10px;
    right: -50px;
    content: "+";
    font-weight: 400;
    font-size: 29px;
    background: var(--tcr-secondary-color);
    color: var(--tcr-white-color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.infobox-style-2:hover .tcr-infobox-button a:before {
  background: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}

.infobox-style-2 .tcr-infobox-button a:hover:before{
	background-color: var(--tcr-white-color);
	color: var(--tcr-secondary-color);
} 
.elementor-section .elementor-column .elementor-section .elementor-column:last-child .infobox-style-2 .tcr-infobox-wrapper {
	border: inherit;
}

/* infobox style 3 */ 
.infobox-style-3 .tcr-infobox-wrapper{
	margin-bottom: 30px;
}
.infobox-style-3 .tcr-infobox-icon {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 75px;
	display: inline-grid;
	border-radius: 100%;
	background-color: var(--tcr-primary-color);
	position: relative;
}
.infobox-style-3 .tcr-infobox-icon svg{
	fill: var(--tcr-white-color);
    height: 42px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.infobox-style-3 .tcr-infobox-icon::before {
	position: absolute;
	top: 7px;
	right: -200px;
	content: "";
	background-image: url(http://localhost/hydrogreen/wp-content/uploads/2023/03/how-it-works2.png);
	width: 160px;
	height: 55px;
	background-repeat: no-repeat;
}

.elementor-section .elementor-column .elementor-column:last-child .infobox-style-3 .tcr-infobox-icon::before {
	display: none;
}

.infobox-style-3 .tcr-infobox-icon i {
	font-size: 42px;
	line-height: 80px;
	color: var(--tcr-white-color);
}

.infobox-style-3 .tcr-infobox-icon img {
	width: 100px;
	border-radius: 100%;
}

.infobox-style-3 .tcr-infobox-icon .icon-number {
	font-size: 35px;
    font-weight: 500;
    color: var(--tcr-white-color);
    font-family: var(--tcr-ch-title-ff);
    line-height: 85px;
}

.infobox-style-3 .tcr-infobox-content {
	position: absolute;
	bottom: 79px;
	left: 50%;
	margin-left: -125px;
	opacity: 0;
	background-color: var(--tcr-white-color);
	box-shadow: 4px 4px 25px 0px rgb(0 0 0 / 10%);
	padding: 15px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 250px;
	z-index: 9;
	font-size: 13px;
	line-height: 20px;
}


.infobox-style-3 .tcr-infobox-title {
	margin: 30px 0px 10px 0px;
	font-family: var(--tcr-ch-title-ff);
	font-size: 25px;
	line-height: 35px;
	color: var(--tcr-dark-color); 
    text-transform: uppercase;
}

/* infobox style 4 */

.infobox-style-4 .tcr-infobox-wrapper {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon {
	font-size: 30px; 
	color: var(--tcr-white-color); 
	text-align: center;
	border-radius: 100%;
	margin-right: 20px;
}

.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon span,
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon i { 
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: var(--tcr-primary-color);
    border-radius: 100px;
}
.infobox-style-4 .tcr-infobox-wrapper .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
	height: 40px;
}

.infobox-style-4 .tcr-infobox-icon img {
	width: 60px;
	border-radius: 50%;
}

.infobox-style-4 .tcr-infobox-icon .icon-number {
	font-size: 28px;
    line-height: 65px !important;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
}

.infobox-style-4 .tcr-infobox-title {
	font-size: 21px;
	line-height: 33px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	color: var(--tcr-dark-color); 
    text-transform: uppercase;
	margin-bottom: 0px;
}

.infobox-style-4 .tcr-infobox-text {
	font-size: 15px;
	line-height: 15px;
	font-family: var(--tcr-ch-subtitle-ff);
	font-weight: 600;
	color: var(--tcr-body-ff); 
	margin-top: 5px;
}


/* infobox style 5 */
.infobox-style-5 .tcr-infobox-wrapper {
	display: flex;
	position: relative;
	align-items: center;
}

.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon {
	color: var(--tcr-primary-color);
	text-align: center;
	border-radius: 100%;
	margin-right: 20px;
	font-family: var(--tcr-ch-title-ff);
	font-size: 50px;
	line-height: 50px;
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
    height: 50px;
}
.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon span {
	width: 80px;
	display: inline-block;
	text-align: center;
}

.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-icon img {
	border-radius: 100%;
	display: block;
}


.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-title {
	margin-bottom: 0px;
	line-height: 34px;
	font-size: 24px;
	color: var(--tcr-dark-color); 
    text-transform: uppercase;
}

.infobox-style-5 .tcr-infobox-wrapper .tcr-infobox-text {
	font-size: 15px;
	line-height: 15px;
	font-family: var(--tcr-ch-subtitle-ff);
	font-weight: 600;
	color: var(--tcr-body-ff);
	margin-top: 5px;
}
 
/* infobox style 6 */
.infobox-style-6 {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
}

.infobox-style-6 .tcr-infobox-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	color: var(--tcr-primary-color);
	border-radius: 100%;
	text-align: center;
	margin-left: -33px;
	margin-top: -33px;
	z-index: 9;
	background: var(--tcr-tertiary-color);
	width: 90px;
	height: 90px;
	line-height: 90px;
}

.infobox-style-6 .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
	height: 30px ;
}
.infobox-style-6 .tcr-infobox-text svg {
	width: 170px;
	height: 170px;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}


/* infobox style 7 */ 
.infobox-style-7 .tcr-infobox-wrapper {
	text-align: center;
	position: relative;
	margin: 0px 20px;
}

.infobox-style-7 .tcr-infobox-title {
	font-size: 26px;
	line-height: 36px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	margin: 20px 0 10px 0;
	color: var(--tcr-dark-color); 
    text-transform: uppercase;
}

.infobox-style-7 .tcr-infobox-icon {
	position: relative;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border: 1px solid #dfdfdf;
	border-radius: 1000%;
	display: inline-block;
}

.infobox-style-7 .tcr-infobox-icon i {
	color: var(--tcr-primary-color);
	font-size: 55px;
	font-weight: 600;
}
.infobox-style-7 .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
	height: 53px;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.infobox-style-7 .tcr-infobox-icon img {
	border-radius: 100%;
}

.infobox-style-7 .tcr-infobox-icon .icon-number {
	font-size: 55px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600;
	color: var(--tcr-primary-color);
}

.infobox-style-7 .tcr-infobox-number {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	right: 0;
	bottom: 0px;
	font-size: 18px;
	font-weight: 800;
}
.infobox-style-7 .tcr-infobox-button a{
	position: relative;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}
section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .infobox-style-7 .tcr-infobox-number {
	top: 3px;
}

section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .infobox-style-7 .tcr-infobox-wrapper {
	margin-top: 50px;
}

section .elementor-container .elementor-column:nth-of-type(2n+1) .elementor-element .infobox-style-7 .tcr-infobox-wrapper::before {
	position: absolute;
	top: 55px;
	right: -105px;
	content: url(http://localhost/hydrogreen/wp-content/uploads/2023/03/how-it-works1.png);
}

section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .infobox-style-7 .tcr-infobox-wrapper::before {
	position: absolute;
	top: -3px;
	right: -109px;
	content: url(http://localhost/hydrogreen/wp-content/uploads/2023/03/how-it-works2.png);
}

section .elementor-container .elementor-column:nth-of-type(2n+2):last-child .elementor-element .infobox-style-7 .tcr-infobox-wrapper::before {
	content: none;
}

/* infobox style 8  */
.infobox-style-8 {
	text-align: center;
}

.infobox-style-8 .tcr-infobox-wrapper {
	display: inline-flex;
	align-items: center;
}

.infobox-style-8 .tcr-infobox-icon {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 25px;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-8 .tcr-infobox-icon:hover{
	background-color: var(--tcr-secondary-color); 
}
.infobox-style-8 .tcr-infobox-icon svg{
	fill: var(--tcr-white-color);
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.infobox-style-8 .tcr-infobox-title {
	font-size: 20px;
	line-height: 30px;
	color: var(--tcr-white-color);
	margin-left: 20px;
	text-transform: uppercase;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
	line-height: inherit !important;
}

/* infobox style 9  */
.infobox-style-9 .tcr-infobox-wrapper{
	margin-bottom: 30px;
}
.infobox-style-9 .tcr-infobox-icon i {
    color: var(--tcr-primary-color);
    font-size: 55px;
    font-weight: 600;
}
.infobox-style-9 .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
	height: 60px; 
}
.infobox-style-9 .tcr-infobox-icon .icon-number {
    font-size: 55px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color: var(--tcr-primary-color);
}
.infobox-style-9 .tcr-infobox-icon img {
    width: 70px;
}
.infobox-style-9 .tcr-infobox-title {
    font-size: 26px;
    line-height: 36px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    margin: 20px 0 10px 0;
    color: var(--tcr-dark-color);
    text-transform: uppercase;
}
.infobox-style-9 .tcr-infobox-button a {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}

/* infobox style 10  */
.infobox-style-10 .tcr-infobox-wrapper{
	margin-bottom: 30px;
	text-align: center;
}
.infobox-style-10 .tcr-infobox-icon  .tcr-infobox-number{
	font-size: 15px;
    line-height: 15px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600; 
    color: var(--tcr-dark-color); 
}
.infobox-style-10 .tcr-infobox-icon i {
    color: var(--tcr-primary-color);
    font-size: 55px;
	line-height: 55px;
    font-weight: 600;
}
.infobox-style-10 .tcr-infobox-icon svg{
	fill: var(--tcr-primary-color);
	height: 55px;
}
.infobox-style-10 .tcr-infobox-icon .icon-number {
    font-size: 55px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    color: var(--tcr-primary-color);
}
.infobox-style-10 .tcr-infobox-icon img {
	width: 70px;
}
.infobox-style-10 .tcr-infobox-title {
    font-size: 26px;
    line-height: 36px;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    margin: 20px 0 10px 0;
    color: var(--tcr-dark-color);
    text-transform: uppercase;
}
.infobox-style-10 .tcr-infobox-button a {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}



/* infobox style 11  */

.infobox-style-11 .tcr-infobox-wrapper{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.infobox-style-11 .tcr-infobox-icon{ 
    font-size: 60px;
    line-height: 6px;
    margin-right: 20px;
    color: var(--tcr-primary-color);
} 
.infobox-style-11 .tcr-infobox-icon svg{
	height: 60px;
	fill: var(--tcr-primary-color);
}
.infobox-style-11 .tcr-infobox-icon img{
	width: 70px;
}
.infobox-style-11 .tcr-infobox-title{
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
} 


/******************************************************* 
                 signature  
*******************************************************/ 
.signature-style-1 .tcr-signature-wrapper{
	display: flex;
	position: relative;
	align-items: center;
}
.signature-style-1 .tcr-signature-thumbnail img{
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    padding: 5px;
    border: 1px solid var(--tcr-secondary-color);
}
.signature-style-1 .tcr-signature-title{
	font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}
.signature-style-1 .tcr-signature-image{
    position: absolute;
    top: 0px;
    left: 120px;
    opacity: 0.1;
}
.signature-style-1 .tcr-signature-designation{
    color: var(--tcr-primary-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/******************************************************* 
                 counter  
*******************************************************/
/* counter style 1 */ 
.counter-style-1 .tcr-counter-wrapper {
	display: flex;
	align-items: center;
}

.counter-style-1 .tcr-counter-icon i {
    font-size: 45px;
    line-height: 30px;
    margin-right: 15px;
    margin-top: 0px;
    display: inline-block;
    color: var(--tcr-primary-color);
}
.counter-style-1 .tcr-counter-icon svg{
	height: 40px;
	fill: var(--tcr-primary-color);
	margin-right: 15px;
}
.counter-style-1 .tcr-counter-icon img {
	width: 70px;
	border-radius: 100%;
}

.counter-style-1 .tcr-counter-number {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	font-family: var(--tcr-ch-title-ff);
	position: relative;
	display: inline-block;
	color: var(--tcr-dark-color);
}

.counter-style-1 .tcr-counter-number::before {
	content: "+";
	position: absolute;
	bottom: -6px;
	right: -27px;
	font-size: 43px;
	font-weight: 600;
	line-height: 50px;
}

.counter-style-1 .tcr-counter-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
}
.tcr-bg-color-primary .counter-style-1 .tcr-counter-icon i,
.tcr-bg-color-primary .counter-style-1 .tcr-counter-title,
.tcr-bg-color-primary .counter-style-1 .tcr-counter-number,
.tcr-bg-color-secondary-color .counter-style-1 .tcr-counter-title,
.tcr-bg-color-secondary-color .counter-style-1 .tcr-counter-number {
	color: var(--tcr-white-color);
}


/******************************************************* 
                 pricing  
*******************************************************/
.pricing-table-style-1 {
	padding: 40px 40px 55px 40px;
	position: relative;
	overflow: hidden;  
	background-color: var(--tcr-white-color); 
	border: 1px solid #eaeaea; 
} 
.pricing-table-style-1.tcr-plan-popular{
	border: 1px solid var(--tcr-primary-color);
}
.pricing-table-style-1 .tcr-pricing-table-header .tcr-table-ribbon {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 40px;
	position: absolute;
	top: 16px;
	right: -40px;
	transform: scale(-1) rotate(223deg);
} 
.pricing-table-style-1 .pricing-table-prices {
	display: inline-flex; 
}

.pricing-table-style-1 .tcr-pricing-table-icon {
    font-size: 40px;
    position: relative;
    background:var(--tcr-tertiary-color);
	color: var(--tcr-primary-color);
    margin: 30px 0px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
} 
.pricing-table-style-1 .tcr-pricing-table-icon svg{
	height: 40px;
	fill: var(--tcr-primary-color);
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.pricing-table-style-1 .tcr-pricing-table-icon span img {
	width: 110px;
	position: relative;
}

.pricing-table-style-1 .pricing-table-title-period {
	font-family: var(--tcr-ch-title-ff);
	font-size: 15px;
	margin-top: 40px;
	margin-left: 3px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tcr-dark-color);
}

.pricing-table-style-1 .tcr-pricing-table-title {
	color: var(--tcr-primary-color);
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: var(--tcr-ch-subtitle-ff);
}

.pricing-table-style-1 .pricing-table-sale-price {
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	margin-left: 10px;
	color: var(--tcr-dark-color);
}

.pricing-table-style-1 .pricing-table-prices .pricing-table-base-price {
	font-size: 55px;
	line-height: 60px;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	color: var(--tcr-dark-color);
}

.pricing-table-onsale.tcr_pricing_table_wrapper .pricing-table-base-price {
	text-decoration: line-through;
}

.tcr_pricing_table_wrapper.pricing-table-onsale .pricing-table-base-price {
    font-size: 24px;
    line-height: 33px;
	opacity: 0.5;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul {
	margin-left: 28px;
	padding: 0;
	text-align: left;
	margin-bottom: 50px;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li {
	list-style-type: none;
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: var(--tcr-dark-color);
	position: relative;
	text-transform: uppercase;
}

.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li.true::before {
	position: absolute;
	top: 0;
	left: -30px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
	color: var(--tcr-primary-color);
}
.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li.false::before {
    position: absolute;
    top: 2px;
    left: -30px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 20px;
    color: var(--tcr-primary-color);
}


.pricing-table-style-1 .tcr-pricing-table-feature-list-container ul li.false {
	text-decoration: line-through;
	opacity: 0.5;
}

.pricing-table-style-1 .tcr-pricing-table-button {
	text-align: left;
}

.pricing-table-style-1 .tcr-pricing-table-button a {
	color: var(--tcr-white-color);
	background-color: var(--tcr-primary-color);
	padding: 15px 25px; 
	text-align: left;
	font-family: var(--tcr-ch-title-ff);
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-table-style-1 .tcr-pricing-table-button a:hover {
	background-color: var(--tcr-secondary-color);
}


/******************************************************* 
                 timeline
*******************************************************/
.tcr-timeline-item {  
	padding: 60px 0px 60px 220px; 
	position: relative;
}
.tcr-timeline-item::before{
	position: absolute;
	content: "";
	top: 0px;
	left: 170px;
	height: 100%;
	width: 1px;
	background-color: #DFDFDF;
}
.tcr-timeline-item:last-child:before{
 content: none;
}
.tcr-timeline-item::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 161px;
    height: 20px;
    width: 20px;
    background-color: var(--tcr-tertiary-color);
    border: 3px solid var(--tcr-primary-color);
    border-radius: 100%;
}

.tcr-timeline-item .tcr-timeline-year {
	padding: 10px 30px;
    font-size: 25px;
    font-weight: 900;
    color: var(--tcr-white-color);
    background-color: var(--tcr-primary-color);
    text-align: center; 
	position: absolute;
	top: -15px;
	left: 0px; 
}
.tcr-timeline-item .tcr-timeline-year:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--tcr-primary-color);
}
.tcr-timeline-item .tcr-timeline-title {
	font-size: 28px;
	line-height: 28px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 600; 	color: var(--tcr-dark-color);
	margin-bottom: 15px;
	text-transform: uppercase; 
}

.tcr-timeline-item .tcr-timeline-text {
	margin-bottom: 30px; 
} 
/******************************************************* 
              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: 75px;
}

.client-style-1 .client-item img {
	width: 220px;

}

/******************************************************* 
              carousel
*******************************************************/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	border-radius: 0px;
	background-color: var(--tcr-primary-color) !important;
	color: var(--tcr-white-color) !important;
	border: inherit;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: inherit;
	border-radius: 100%;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--tcr-secondary-color) !important;
	color: var(--tcr-white-color) !important;
}

.owl-carousel .owl-nav .owl-prev {
	margin-right: 15px;
}

.owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-flex;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -70px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	margin-right: 0;
}

.owl-carousel .owl-nav button.owl-next {
	right: -70px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px 0 5px;
	outline: none !important;
	background: #ddd;
	border-radius: 100%;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--tcr-primary-color);
}


/* arrow top right */
.arrow-top-right .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	left: -70px;
	line-height: 10px;
	background-color: var(--tcr-primary-color) !important;
	color: var(--tcr-white-color) !important;
	border: 1px solid;
	border-color: var(--tcr-white-color) !important;

}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev,
.arrow-top-right .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: -100px;
	left: inherit;
	line-height: 10px;
	background-color: transparent !important;
	color: var(--tcr-white-color) !important;
	border: 1px solid;
	border-color: var(--tcr-white-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev:hover,
.arrow-top-right .owl-carousel .owl-nav button.owl-next:hover {
	background-color: var(--tcr-secondary-color) !important;
	border: 1px solid;
	border-color: var(--tcr-secondary-color) !important;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-prev {
	right: 50px;
}

.arrow-top-right .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.tcr-bg-color-primary .owl-carousel .owl-nav .owl-prev,
.tcr-bg-color-primary .owl-carousel .owl-nav .owl-next {
	background-color: var(--tcr-white-color) !important;
	color: var(--tcr-secondary-color) !important;
}

.tcr-bg-color-primary .owl-carousel .owl-nav .owl-prev:hover,
.tcr-bg-color-primary .owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--tcr-secondary-color) !important;
	color: var(--tcr-white-color) !important;
}

.tcr-right-expand.tcr-service-expand .owl-carousel .owl-nav button.owl-next {
	right: 30px;
}

/******************************************************* 
              list
*******************************************************/

.tcr-list-wrapper ul {
	padding: 0;
	margin: 0;
}

.tcr-list-wrapper ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tcr-list-wrapper ul li:last-child {
	border: none;
}

.tcr-list-wrapper .tcr-list-icon {
	margin-right: 15px;
	color: var(--tcr-primary-color);
	font-size: 16px;
	line-height: 0px;
}
.tcr-list-wrapper .tcr-list-icon svg{
	height: 16px;
	fill: var(--tcr-primary-color);
}
.tcr-list-wrapper .tcr-list-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.tcr-list-wrapper .tcr-list-title a {
	color: var(--tcr-dark-color);
}

.tcr-list-wrapper .tcr-list-info a {
	cursor: pointer;
}

/* .style-2  */
.style-2.tcr-list-wrapper .tcr-list-title a{
	color: var(--tcr-white-color);
}

.style-2.tcr-list-wrapper .tcr-list-icon i{ 
    color: var(--tcr-white-color);
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--tcr-secondary-color);
    text-align: center;
    border-radius: 100%;
    display: block;
}

.style-2.tcr-list-wrapper ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
	margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(255 255 255 / 15%) !important;
}
.style-2.tcr-list-wrapper ul li:last-child{
	border-bottom: inherit !important;
}
.style-2.tcr-list-wrapper .tcr-list-title{
	font-size: 15px;
	line-height: 20px;
}

/*******************************************************
    Progress Bar Heading
*******************************************************/

.progress-bar-style-1 .tcr-progress-bar-wrapper {
	margin-bottom: 25px;
}

.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
	width: 100%;
	background-color:#DFDFDF;
	border-radius: 100px;
} 

.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
	position: relative;
	background-color: var(--tcr-primary-color); 
}

.progress-bar-style-1 .tcr-progress-bar-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 17px;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-dark-color);
    text-transform: uppercase;
}

.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-dark-color);
}


/*******************************************************
    Tab Widget
*******************************************************/
/* horizontal */

.tcr-layout-horizontal .tcr-tab-list {
	text-align: center;
	width: 100%;
	padding: 0px 40px;
}

.tcr-layout-horizontal .tcr-list-tab:last-child {
	margin-right: 0px;
}

.tcr-layout-horizontal .tcr-list-tab {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 20%;
	float: left;
}


.tcr_tabs_wrapper.tcr-layout-horizontal .tcr-tab-content {
	padding: 100px 40px 60px 40px; 
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
	border: 1px solid rgb(000 000 000 / 3%);
	background-color: var(--tcr-white-color);
	margin-top: -70px;
	width: 100%;
	display: inline-block;
}

.tcr-layout-horizontal .tcr-list-tab a:hover {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
}

.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon,
.tcr-list-tab.tcr-active-tab-link a {
	color: var(--tcr-white-color);
}

.tcr-layout-horizontal .tcr-tab-content-list {
	display: none;
	width: 100%;
}

.tcr-layout-horizontal .tcr-tab-content-list.tcr-active-tab {
	display: contents;
}

.tcr-tab-content .tcr-tab-content-list.tcr-active-tab p {
	margin: 0px;
}

.tcr-layout-horizontal .tcr-list-tab a {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--tcr-ch-title-ff);
	padding: 20px 50px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: grid;
	background-color: #f1f1f1;
	margin: 0 20px 20px 0px; 
	border: 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: 40px;
    line-height: 50px;
	color: var(--tcr-primary-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.tcr-list-tab .tcr-tab-icon svg{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	height: 50px;
	fill: var(--tcr-primary-color);
}
.tcr-list-tab.tcr-active-tab-lin .tcr-tab-icon svg,
.tcr-list-tab a:hover .tcr-tab-icon svg{
	fill: var(--tcr-white-color);
}  
.tcr-list-tab:after.tcr-active-tab-link {
	opacity: 0.5;
}


.tcr-layout-horizontal .tcr-tab-content .tcr-tab-content-list:nth-of-type(2n+1) img {
	padding-left: 100px;
}

.tcr-layout-horizontal .tcr-tab-content .tcr-tab-content-list:nth-of-type(2n+2) img {
	padding-right: 100px;
}


/* Vertical Tab */
.tcr-layout-vertical .tcr-tab-content-list.tcr-active-tab {
	display: contents;
}

.tcr-layout-vertical .tcr-tab-content-list {
	display: none;
	width: 100%;
}

.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link a {
	color: var(--tcr-white-color);
	background-color: var(--tcr-primary-color);
}

.tcr_tabs_wrapper.tcr-layout-vertical {
	display: flex;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list {
	display: inline;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab a {
	min-width: 120px;
	border-radius: 20px 0px 0px 20px;
	background-color: #f1f1f1;
	text-align: center;
	font-family: var(--tcr-ch-title-ff);
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	padding: 20px;
	display: grid;
	text-transform: uppercase;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab:last-child a {
	margin: 0;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab.tcr-active-tab-link a {
	background-color: var(--tcr-primary-color);
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content {
	padding: 0;
}

.tcr_tabs_wrapper.tcr-layout-vertical .wpcf7-form .contact-form {
	border-radius: 0px 30px 30px 30px;
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab:hover a {
	background-color: var(--tcr-primary-color);
	color: var(--tcr-white-color);
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab:hover a {
	color: var(--tcr-white-color);
}

.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content {
	padding-left: 20px;
	padding: 35px 40px;
	border-radius: 0 30px 30px 0px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
	border: 1px solid rgb(000 000 000 / 3%);
	background-color: var(--tcr-white-color);
}


/*******************************************************
   marquee
*******************************************************/
.marquee-style-1 .tcr-marquee-cover {
	text-align: center;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item {
	display: inline-flex;
	align-items: center;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item img {
	width: 100px;
}

.marquee-style-1 .tcr-marquee-cover .marquee-item .marquee-title {
	font-size: 60px;
	line-height: 70px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 700;
	color: var(--tcr-secondary-color);
} 
.marquee-style-1 .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
} 
.marquee-style-1 .swiper-container:after {
	content: "";
	display: block;
	width: 200%;
	height: 1px;
	background: linear-gradient(90deg, black 50%, transparent 50%);
	background-size: 10% 1px;
	background-position: -50px;
	background-repeat: repeat-x;
	position: absolute;
	left: -10%;
	top: 40%;
	-webkit-animation: line-slide 60s forwards infinite linear;
	animation: line-slide 60s forwards infinite linear;
	z-index: 1;
} 
.marquee-style-1 .swiper-container.swiper--bottom:after {
	animation-direction: reverse;
} 
.marquee-style-1 .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}

.marquee-style-1 .swiper-slide {
	text-align: center;
	font-size: 33px;
	background: var(--tcr-white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

@-webkit-keyframes line-slide {
	0% {
		background-position: -5% 0;
	}

	100% {
		background-position: 100% 0;
	}
}

@keyframes line-slide {
	0% {
		background-position: -5% 0;
	}

	100% {
		background-position: 100% 0;
	}
}

/*******************************************************
   hotspot
*******************************************************/

.tcr-image-hotspot .hotspot-dot {
	height: 7px;
	width: 7px;
	background: var(--tcr-white-color);
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	line-height: 20px;
	cursor: pointer;
	margin: 20px;
	vertical-align: top;
	position: relative;
}

.tcr-image-hotspot .hotspot-dot::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	border: 6px solid var(--tcr-primary-color);
	width: 18px;
	height: 18px;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tcr-image-hotspot img{
  width: 100%;
}

.tcr-image-hotspot .hotspot-dot::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	border: 9px solid var(--tcr-primary-color);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.2;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
 .trigger-hover:hover  .hotspot-dot::before{
  border: 14px solid var(--tcr-primary-color);
  opacity: 0.4;
  width: 40px;
  height: 40px;
}
.tcr-image-hotspot .image-hotspot {
	position: absolute;
	display: inline-block;
}

.tcr-hotspot-contents-wrapper .hotspot-content-image img {
	width: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
}

.tcr-hotspot-contents-wrapper .hotspot-content {
	background-color: var(--tcr-white-color);
	width: 260px;
	padding: 15px;
	border-radius: 5px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tcr-image-hotspot-wrapper .trigger-hover:hover .hotspot-content {
	opacity: 1;
	visibility: visible;
}

.tcr-hotspot-contents-wrapper .hotspot-content-text p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 5px;
}

.tcr-hotspot-contents-wrapper .hotspot-btn a {
	color: var(--tcr-primary-color);
    font-weight: 500;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
}

.tcr-hotspot-contents-wrapper .hotspot-btn a::before {
	position: absolute;
	top: -4px;
	left: -22px;
	content: "\f103";
	font-family: flaticon_mycollection !important;
	font-size: 16px;
	font-weight: bolder;
}

/* .tcr-hotspot-contents-wrapper .hotspot-content::after {
  position: absolute;
  content: "";
  left: 24px;
  top: -18px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 18px solid var(--tcr-white-color);
}  */

.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-right {
	position: absolute;
	top: -60px;
	right: -255px;

} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-right::after {
	position: absolute;
	content: "";
	left: -18px;
	top: 73px;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 18px solid var(--tcr-white-color);
	border-left: 0px solid transparent;
} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-left {
	position: absolute;
	top: -60px;
	left: -257px;
} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-left::after {
	position: absolute;
	content: "";
	right: -18px;
	top: 73px;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 18px solid var(--tcr-white-color);
	border-right: 0px solid transparent;
} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-down {
	position: absolute;
	top: 44px;
	left: -110px;
} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-down::after {
	position: absolute;
	content: "";
	right: 116px;
	top: -18px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 18px solid var(--tcr-white-color);
} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-up { 
  position: absolute;
	bottom: 44px;
	left: -110px;
} 
.tcr-hotspot-contents-wrapper .hotspot-content.hotspot-dropdown-up::after { 
  position: absolute;
	content: "";
	right: 116px;
	bottom: -18px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 18px solid var(--tcr-white-color);
}