/******************************************************* 
 Blog Widget
*******************************************************/
.blog-layout-grid .tcr-post-slide {
    margin-bottom: 30px;
}
/* blog style 1 */
.blog-style-1 .tcr-post-slide{
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.blog-style-1 .tcr-post-meta-inner{
    position: relative;
    padding-left: 55px;
}
.blog-style-1 .tcr-post-meta-inner:after{
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    left: 0;
    top: 50%;
}
.blog-style-1 .tcr-post-meta{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin: 15px 0px 10px 0px;
}
.blog-style-1 .tcr-post-meta .post-meta-item{
    margin-right: 20px;
    color: #666666;
    opacity: 70%;
}
.blog-style-1 .tcr-post-meta .post-meta-item:last-child{
    margin-right: 0px;
}
.blog-style-1 .tcr-post-meta .post-meta-item i{
    margin-right: 5px;
}
.blog-style-1 .tcr-post-title h3 {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.blog-style-1 .tcr-post-slide .tcr-post-thumbnail-wrapper{
    position: relative;
    overflow: hidden;
}
.blog-style-1 .tcr-post-slide .tcr-post-thumbnail-wrapper:before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.blog-style-1 .tcr-post-slide:hover .tcr-post-thumbnail-wrapper:before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* blog style 2 */
.blog-style-2 .tcr-post-slide{
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.blog-style-2 .tcr-post-meta{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: -25px;
    left: 20px;
    padding: 15px 20px;
}
.blog-style-2 .tcr-post-meta .post-meta-item a,
.blog-style-2 .tcr-post-meta .post-meta-item{
    color: #fff;
}
.blog-style-2 .tcr-post-meta .post-meta-item{
    margin-right: 20px;
    color: #fff;
}
.blog-style-2 .tcr-post-meta .post-meta-item:last-child{
    margin-right: 0px;
}
.blog-style-2 .tcr-post-meta .post-meta-item i{
    margin-right: 5px;
}
.blog-style-2 .tcr-post-title{
    padding: 40px 30px 30px;
    border: 1px solid #f1f0f0;
    background-color: #fff;
}
.blog-style-2 .tcr-post-title h3 {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.blog-style-2 .tcr-post-title p{
    margin-bottom: 0px;
    margin-top: 5px;
}
.blog-style-2 .tcr-post-slide .tcr-post-thumbnail-wrapper{
    overflow: hidden;
}
.blog-style-2 .tcr-post-slide .tcr-post-thumbnail-wrapper img{
    -webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blog-style-2 .tcr-post-slide:hover .tcr-post-thumbnail-wrapper img{
    -webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.blog-style-2 .tcr-post-slide .tcr-post-title{
    position: relative;
}

/******************************************************
    Client Widget
*******************************************************/
/* Client Style 1 */
.client-style-1 .client-item {
    text-align: center;
    height: 43px;
    position: relative;
}
.client-style-1 .client-item a {
    display: inline-grid;
}
.client-style-1 .client-item img {
    max-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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
   
}
.client-style-1 .client-item .client-image {
    top: 0;
    filter: grayscale(100%);
}
.client-style-1 .client-item:hover .client-image {
    top: -43px;
}
.client-style-1 .client-item .client-hover-image {
    top: 43px;
}
.client-style-1 .client-item:hover .client-hover-image {
    top: -0;
}
.client-style-1 .tcr-clients-grid-wrapper .client-item{
  overflow: hidden;
}
.client-style-1.column-2 .tcr-clients-grid-wrapper .client-item{
    width: 50%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-3 .tcr-clients-grid-wrapper .client-item{
    width: 33.33%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-4 .tcr-clients-grid-wrapper .client-item{
    width: 25%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-5 .tcr-clients-grid-wrapper .client-item{
    width: 20%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-6 .tcr-clients-grid-wrapper .client-item{
    width: 16.66%;
    float: left;
    margin: 20px 0;
}

/* Client Style 2 */
.client-style-2 .client-item {
    text-align: center;
    height: 43px;
    position: relative;
}
.client-style-2 .client-item a {
    display: inline-grid;
}
.client-style-2 .client-item img {
    max-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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.client-style-2 .client-item .client-image {
    top: 0;
}
.client-style-2 .client-item:hover .client-image {
    top: -43px;
}
.client-style-2 .client-item .client-hover-image {
    top: 43px;
}
.client-style-2 .client-item:hover .client-hover-image {
    top: -0;
}
.client-style-2 .tcr-clients-grid-wrapper .client-item{
  overflow: hidden;
}
.client-style-2.column-2 .tcr-clients-grid-wrapper .client-item{
    width: 50%;
    float: left;
    margin: 20px 0;
}
.client-style-2.column-3 .tcr-clients-grid-wrapper .client-item{
    width: 33.33%;
    float: left;
    margin: 20px 0;
}
.client-style-2.column-4 .tcr-clients-grid-wrapper .client-item{
    width: 25%;
    float: left;
    margin: 20px 0;
}
.client-style-2.column-5 .tcr-clients-grid-wrapper .client-item{
    width: 20%;
    float: left;
    margin: 20px 0;
}
.client-style-2.column-6 .tcr-clients-grid-wrapper .client-item{
    width: 16.66%;
    float: left;
    margin: 20px 0;
}

/*******************************************************
    Counter
*******************************************************/
/* Counter Style 1 */
.counter-style-1 .tcr-counter-icon i{
    font-size: 65px;
    line-height: 65px;
}
.counter-style-1 .tcr-counter-icon svg{
    width: 60px;
}
.counter-style-1 .tcr-counter-icon img{
    width: 70px;
    height: 70px;
}
.counter-style-1 .tcr-counter-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.counter-style-1 .tcr-counter-number{
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}
.counter-style-1 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: 0px;
    right: -28px;
    font-size: 43px;
    font-weight: 700;
}
.counter-style-1 .tcr-counter-content{
    padding-left: 20px;
}

/* Counter Style 2 */
.counter-style-2 .tcr-counter-wrapper{
    padding: 40px 35px;
    background-color: #13161c;
}
.counter-style-2 .tcr-counter-icon i{
    font-size: 60px;
    line-height: 60px;
}
.counter-style-2 .tcr-counter-icon svg{
    width: 70px; 
}
.counter-style-2 .tcr-counter-icon img{
    width: 70px;
    height: 70px;
}
.counter-style-2 .tcr-counter-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.counter-style-2 .tcr-counter-number{
    color: #fff;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
}
.counter-style-2 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: 0px;
    right: -20px;
    font-size: 30px;
    font-weight: 700;
}
.counter-style-2 .tcr-counter-content {
    padding-left: 20px;
    color: #fff;
}

/*******************************************************
    Custom Heading
*******************************************************/
.custom-heading-style-1 .tcr-heading-subtitle-wrapper h3.heading-subtitle,
.custom-heading-style-1 .tcr-heading-title-wrapper h3.heading-title{
    text-transform: uppercase;
    position: relative;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.custom-heading-style-1 .tcr-heading-title-wrapper .heading-title.title-text-lowercase,
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle.subtitle-text-lowercase {
    text-transform: lowercase;
}
.custom-heading-style-1 .tcr-heading-title-wrapper .heading-title.title-text-uppercase,
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle.subtitle-text-uppercase {
    text-transform: uppercase;
}
.custom-heading-style-1 .tcr-heading-title-wrapper .heading-title.title-text-capitalize,
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle.subtitle-text-capitalize {
    text-transform: capitalize;
}
.custom-heading-style-1.heading-alignment-center {
    text-align: center;
}
.custom-heading-style-1.heading-alignment-right {
    text-align: right;
}
.custom-heading-style-1.heading-alignment-left {
    text-align: left;
}
.heading-white-text .heading-title,
.heading-white-text .heading-subtitle {
    color: #fff !important;
}
.custom-heading-style-1 .tcr-heading-title-wrapper h3.heading-title{
    margin-bottom: 0;
}
/*******************************************************
    Infobox Heading
*******************************************************/
/*! Infobox Style 1 */
.infobox-style-1 .tcr-infobox-wrapper-inner .tcr-infobox-icon{
    font-size: 55px;
    line-height: 55px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.infobox-style-1 .tcr-infobox-icon img{
    width: 50px;
}
.infobox-style-1 .tcr-infobox-icon svg{
    width: 40px;
}
.infobox-style-1:hover .tcr-infobox-wrapper-inner .tcr-infobox-icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.infobox-style-1 .tcr-infobox-content{
    margin-left: 20px;
}
.infobox-style-1 .tcr-infobox-content .tcr-infobox-subtitle{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.infobox-style-1 .tcr-infobox-content .tcr-infobox-title{
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-text{
    margin-top: 15px;
}
/*! Infobox Style 2 */
.infobox-style-2 {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f1f0f0;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.infobox-style-2:after{
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    transition: all 500ms ease;
}
.infobox-style-2 .tcr-infobox-icon svg{
    width: 32px;
    position: relative;
    top: 4px;
    fill: #fff;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-subtitle{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    display: inline-block;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-title{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.infobox-style-2 .tcr-infobox-content{
    margin-top: 20px;
}
/*! Infobox Style 3 */
.infobox-style-3 .tcr-infobox-wrapper img{
    min-width: 70px;
    height: 70px;
    line-height: 70px;
} 
.infobox-style-3 .tcr-infobox-icon i{
    display: inline-table;
    color: #fff;
    margin-left: -10px;
    font-size: 80px;
    margin-top: 30px;
}
.infobox-style-3 .tcr-infobox-icon svg{
    width: 80px;
    fill: #fff;
}
.infobox-style-3 .tcr-infobox-icon .icon-number{
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #fff; 
}
.infobox-style-3 .tcr-infobox-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff;
}
.infobox-style-3 .tcr-infobox-subtitle {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.infobox-style-3 .tcr-infobox-text {
	color: #fff;
    font-size: 18px;
}
.ih-align-right .infobox-style-3 .tcr-infobox-wrapper {
	text-align: right;
}
.infobox-style-3 .tcr-infobox-button {
    text-align: right;
    padding-top: 70px;
}
.infobox-style-3 .tcr-infobox-content {
    padding-left: 30px;
}
.infobox-style-3 .tcr-infobox-image img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.infobox-style-3-white .infobox-style-3 .tcr-infobox-title {
    color: #fff;
}
/*! Infobox Style 4 */
.infobox-style-4{
    display: inline-block;
}
.infobox-style-4 .tcr-infobox-icon i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    display: inline-block;
}
.infobox-style-4 .tcr-infobox-icon svg{
    width: 30px;
}
.infobox-style-4 .tcr-infobox-icon img{
    width: 40px;
}
.infobox-style-4 .tcr-infobox-icon .icon-number{
    font-size: 20px;
    font-weight: 700;
}
.infobox-style-4 .tcr-infobox-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
/*! Infobox Style 5 */
.infobox-style-5 .tcr-infobox-icon{
    min-width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    font-size: 34px;
}
.infobox-style-5 .tcr-infobox-icon{
    transition: all 200ms linear;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.infobox-style-5:hover .tcr-infobox-icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.infobox-style-5 .tcr-infobox-icon i{
    transform: scale(1);
    color: #fff;
}
.infobox-style-5 .tcr-infobox-icon svg{
    width: 30px;
    position: relative;
    top: 3px;
    fill: #fff;
}
.infobox-style-5 .tcr-infobox-icon img{
    width: 70px;
    display: inherit;
}
.infobox-style-5 .tcr-infobox-icon .icon-number{
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
} 
.infobox-style-5 .tcr-infobox-title {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.infobox-style-5 .tcr-infobox-content{
    margin-left: 25px;
}
.infobox-style-5 .tcr-infobox-content .tcr-infobox-text{
    line-height: 24px;
}

/*! Infobox Style 6 */
.infobox-style-6 .tcr-infobox-icon{
    width: 60px;
    display: inline-table;
}
.infobox-style-6 .tcr-infobox-icon{
    transition: all 200ms linear;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.infobox-style-6:hover .tcr-infobox-icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.infobox-style-6 .tcr-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
    transform: scale(1);
}
.infobox-style-6 .tcr-infobox-icon svg{
    width: 55px;
}
.infobox-style-6 .tcr-infobox-icon img{
    min-width: 70px;
    display: inherit;
}
.infobox-style-6 .tcr-infobox-icon .icon-number{
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
} 
.infobox-style-6 .tcr-infobox-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.infobox-style-6 .tcr-infobox-content{
    margin-left: 25px;
}
.infobox-style-6 .tcr-infobox-content .tcr-infobox-text{
    line-height: 24px;
}

/*******************************************************
    List Heading
*******************************************************/
.tcr-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tcr-list-wrapper ul li .tcr-list-icon{
    display: inherit;
}
.tcr-list-wrapper ul li .tcr-list-icon svg{
    width: 18px;
    margin-right: 10px;
}
.tcr-list-wrapper ul li {
    margin: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.tcr-list-wrapper ul li i {
    margin-right: 10px;
    font-size: 20px;
}
.tcr-list-wrapper ul li p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #2b2b2d;
}
.tcr-list-1 .tcr-list-wrapper ul li i,
.tcr-list-1 .tcr-list-wrapper ul li p a{
    color: #ffffff;
}
body {
    counter-reset: counter-list;
}
.tcr-list-number .tcr-list-wrapper ul li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}
.tcr-list-number .tcr-list-wrapper ul li:before {
    counter-increment: counter-list;
    content: counter(counter-list);
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 8px;
    left: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.tcr-list-number .tcr-list-wrapper ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2b2b2d;
    box-shadow: inset -1px -4px 0px 0px rgb(0 0 0 / 10%);
}
/*******************************************************
    Progress Bar Heading
*******************************************************/
/*! Progress Bar 1 */
.progress-bar-style-1 .tcr-progress-bar-wrapper {
    margin-top: 25px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
    width: 100%;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    position: relative;
}
.progress-bar-style-1 .tcr-progress-bar-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    font-family: 'Rajdhani', sans-serif;
}
.progress-bar-style-1 .tcr-progress-bar-value {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    float: right;
    font-weight: 800;
    font-family: 'Rajdhani', sans-serif;
}
/*! Progress Bar 2 */
.progress-bar-style-2 .tcr-progress-bar-wrapper {
    margin-top: 25px;
}
.progress-bar-style-2 .tcr-progress-bar-wrapper .tcr-progress-bar {
    width: 100%;
    background-color: rgba(15, 111, 236, 0.2);
    border-radius: 100px;
}
.progress-bar-style-2 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    position: relative;
    border-radius: 100px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.10) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.10) 50%,rgba(255,255,255,.10) 75%,transparent 75%,transparent);
    background-size: 16px 16px;
}
.progress-bar-style-2 .tcr-progress-bar-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #666666;
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    font-family: 'Rajdhani', sans-serif;
}
.progress-bar-style-2 .tcr-progress-bar-value {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    float: right;
    color: #666666;
    font-weight: 800;
    font-family: 'Rajdhani', sans-serif;
}
/*******************************************************
    Projects Widget
*******************************************************/
/* Projects Style 1 */
.projects-style-1 .tcr-project-slide .tcr-project-thumbnail-wrapper .tcr-project-image-container img{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.projects-style-1 .tcr-project-slide{
    margin-bottom: 30px;
}
.projects-style-1 .tcr-project-slide .tcr-project-thumbnail-wrapper{
    position: relative;
    overflow: hidden;
}
.projects-style-1 .tcr-project-slide .tcr-project-thumbnail-wrapper .tcr-project-image-container{
    display: block;
    overflow: hidden;
}
.projects-style-1 .tcr-project-slide:hover .tcr-project-thumbnail-wrapper .tcr-project-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.projects-style-1 .tcr-project-slide .tcr-project-content-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.projects-style-1 .tcr-project-slide:hover .tcr-project-content-cover{
    opacity: 1;
    visibility: visible;
}
.projects-style-1 .tcr-project-slide:hover .tcr-project-content-cover{
    background-color: rgb(27 30 39 / 90%);
}
.projects-style-1 .tcr-project-slide .tcr-project-content-cover .tcr-project-des{
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}
.projects-style-1 .tcr-project-content-cover .tcr-project-des .tcr-project-category{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 10px;
    display: inline-block;
}
.projects-style-1 .tcr-project-content-cover .tcr-project-des .project-title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.projects-style-1 .tcr-project-content-cover .tcr-project-des .project-title a{
    color: #fff;
}
.projects-style-1 .tcr-project-content-cover .tcr-project-action-icons{
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 38px;
}
/*******************************************************
    Services Widget
*******************************************************/
.services-layout-grid .tcr-service-slide {
    margin-bottom: 30px;
    display: initial;
}
.services-style-1 .tcr-service-wrapper{
    margin-bottom: 30px;
}
/*! Services Style 1 */
.services-style-1 .tcr-service-slide
.services-style-1 .tcr-service-image-container {
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}
.services-style-1 .tcr-service-content{
    padding: 40px 30px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.services-style-1 .tcr-service-content-inner{
    position: absolute;
    bottom: 40px;
}
.services-style-1 .tcr-service-icon{
    font-size: 55px;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.services-style-1 .tcr-service-category{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.services-style-1 .tcr-service-title h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.services-style-1 .tcr-service-title h3 a{
    color: #fff;
    font-weight: 700;
}
.services-style-1 .tcr-service-wrapper,
.services-style-1 .tcr-service-image-wrapper{
    position: relative;
}
.services-style-1 .tcr-service-image-wrapper:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(bottom,  rgba(27,30,39,0.86) 0%, rgba(34,62,71,0.86) 17%, rgba(48,125,134,0) 51%, rgba(68,216,226,0) 100%); 
    background: -webkit-linear-gradient(bottom,  rgba(27,30,39,0.86) 0%,rgba(34,62,71,0.86) 17%,rgba(48,125,134,0) 51%,rgba(68,216,226,0) 100%); 
    background: linear-gradient(to top,  rgba(27,30,39,0.86) 0%,rgba(34,62,71,0.86) 17%,rgba(48,125,134,0) 51%,rgba(68,216,226,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db666666', endColorstr='#0044d8e2',GradientType=0 )
}
.services-style-1 .row .col-sm-12:nth-child(2n) .tcr-service-slide,
.services-style-1  .owl-carousel .owl-item:nth-child(2n) .tcr-service-slide{
    margin-top: 50px;
}

/*! Services Style 2 */
.services-style-2 .tcr-service-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.services-style-2 .tcr-service-thumbnail-wrapper{
    position: relative;
}
.services-style-2 .tcr-service-wrapper .tcr-service-icon{
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: -30px;
    left: 40px;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-2 .tcr-service-wrapper:hover .tcr-service-icon{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.services-style-2 .tcr-service-thumbnail-wrapper .tcr-service-image-container{
    overflow: hidden;
}
.services-style-2 .tcr-service-wrapper .tcr-service-content p{
    display: none;
}
.services-style-2 .tcr-service-content-inner{
    position: relative;
    margin-top: -80px;
    margin-left: 20px;
    text-align: left;
    padding: 50px 40px 25px 40px;
    border-bottom: 3px solid;
}
.services-style-2 .tcr-service-content-inner .service-title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.services-style-2 .tcr-service-content a{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    letter-spacing: 0.5px;
} 
.services-style-2 .tcr-service-content a:after {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    top: 0px;
    right: 0px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-out 0.0s;
    -moz-transition: all 0.2s ease-out 0.0s;
    -ms-transition: all 0.2s ease-out 0.0s;
    -o-transition: all 0.2s ease-out 0.0s;
    transition: all 0.2s ease-out 0.0s;
}
.services-style-2 .tcr-service-content a:hover:after {
   right: -5px;
}
.services-style-2 .tcr-service-content-inner .tcr-service-category{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.services-style-2 .tcr-service-wrapper .tcr-service-image-container img{
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-clip-path: polygon(0% 0%,100% 0%,100% 70%,0% 100%);
    clip-path: polygon(0% 0%,100% 0%,100% 70%,0% 100%);
    z-index: -1;
}
.services-style-2 .tcr-service-wrapper:hover .tcr-service-image-container img{
    transform: scale(1.08);
}
.services-style-2 .tcr-service-wrapper .tcr-service-icon i{
    color: #fff !important;
}

/*! Services Style 3 */
body{
    counter-reset: item;
}
.services-style-3 .tcr-service-wrapper .tcr-service-image-container img{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-3 .tcr-service-wrapper {
    margin-bottom: 30px;
    position: relative;
}
.services-style-3 .tcr-service-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    z-index: 1;
}
.services-style-3 .tcr-service-wrapper::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 4px;
    z-index: 2;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-3 .tcr-service-slide:hover .tcr-service-wrapper::after{
    width: 100%;
}
.services-style-3 .tcr-service-content-inner{
    position: relative;
}
.services-style-3 .tcr-service-content-inner .tcr-service-counter{
    opacity: 0.1;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    font-weight: 700;
    top: 35px;
    left: 30px;
    font-family: 'Rajdhani', sans-serif;
    transition: all .6s ease 0s;
}
.services-style-3 .tcr-service-content-inner{
    padding: 40px 30px 30px;
    background: #fff;
}
.services-style-3 .tcr-service-content-inner .tcr-service-icon{
    float: right;
    font-size: 50px;
}
.services-style-3 .tcr-service-content-inner .tcr-service-category{
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 70px;
    display: inline-block;
}
.services-style-3 .tcr-service-content-inner .tcr-service-title h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.services-style-3 .tcr-service-thumbnail-wrapper{
    position: relative;
}
.services-style-3 .tcr-service-wrapper .tcr-service-image-container img{
    clip-path: ellipse(100% 60% at 50% 40%);
}

/*******************************************************
    Team Widget
*******************************************************/
/* Team Style 1 */
.team-style-1 .tcr-teammember-image-container:before,
.team-style-1 .tcr-teammember-content-cover:before,
.team-style-1 .tcr-teammember-social-links,
.team-style-1 .tcr-teammember-social-profiles-container:hover .tcr-teammember-social-links,
.team-style-1 .tcr-teammember-content-cover {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-style-1 .teammember-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team-style-1 .tcr-teammember-content-cover .tcr-teammember-social-links {
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.team-style-1 .tcr-teammember-wrapper {
    position: relative;
    background: #fff;
    box-shadow: 10px 0px 20px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f0efef;
    border-radius: 4px;
    overflow: hidden;
}
.team-style-1 .tcr-teammember-content-cover {
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 9;
    background: #fff;
    bottom: 0;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-content-cover { 
    bottom: 45px; 
}
.team-style-1 .tcr-teammember-designation {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container{
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container img{
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-image-container img{
    transform: scale(1.08);
}
.team-style-1 .tcr-teammember-social-links {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-social-links{
    opacity: 0.9;
}
.team-style-1 .tcr-teammember-social-profiles {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-style-1 .tcr-teammember-social-profiles li {
    display: inline-block;
    margin: 0px 8px;
    padding: 0;
    text-align: center;
}
.team-style-1 .tcr-teammember-social-profiles li a {
    display: block;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
}
.team-style-1.team-layout-grid .tcr-teammember-slide {
    margin-bottom: 30px;
}
.team-style-1 .tcr-teammember-wrapper:hover .teammember-title a,
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-designation{
   color: #fff;
}
/* Team Style 2 */
.team-style-2 .tcr-teammember-share,
.team-style-2 .tcr-teammember-social-links {
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.team-style-2 .tcr-teammember-wrapper {
    position: relative;
    overflow: hidden;
}
.team-style-2 .tcr-teammember-share span{
    top: 10px;
    right: 10px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.team-style-2 .tcr-teammember-share .tcr-teammember-social-profiles {
    position: absolute;
    top: 50px;
    right: -40px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: center;
}
.team-style-2 .tcr-teammember-share ul li a{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
} 
.team-style-2 .tcr-teammember-share:hover .tcr-teammember-social-profiles{
    opacity: 1;
    visibility: visible;
    right: 10px;
}
.team-style-2 .tcr-teammember-title {
    padding: 18px 20px 15px;
    margin: 0 15px 30px;
    position: relative;
    margin-top: -50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px -4px 50px 0px rgb(0 0 0 / 8%);
}
.team-style-2 .tcr-teammember-title h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; 
}
.team-style-2 .tcr-teammember-designation {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.team-style-2 .teammember-image{
    width: 100%;
}
/*******************************************************
    Testimonials Widget
*******************************************************/
/* Testimonials Style 1 */
.testimonials-style-1{
    position: relative;
    z-index: 2;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-content-cover{
    position: relative;
    z-index: 9;
    padding-left: 75px;
}
.testimonials-style-1 .tcr-testimonial-image-container img {
    width: 60px;
    height: 60px;
}
.testimonials-style-1 .tcr-testimonials-title{
    padding-left: 15px;
}
.testimonials-style-1 .tcr-testimonial-content{
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    padding-bottom: 25px;
    color: #fff;
}
.testimonials-style-1 .testimonial-title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}
.testimonials-style-1 .testimonial-designation{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 10px;
    display: inline-block;
}
.testimonials-style-1 .tcr-testimonial-rating{
    margin-bottom: 40px;
    line-height: 15px;
}
.testimonials-style-1 .tcr-testimonial-content p{
    margin-bottom: 0;
}
.testimonials-style-1 .tcr-testimonial-thumbnail-wrapper{
    display: flex;
    align-items: center;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-icon{
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffff;
}
.testimonials-style-1 .tcr-testimonial-rating .checked{
    color: #fec006;
}
/* Testimonials Style 2 */
.testimonials-style-2 .tcr-testimonial-image-container img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.testimonials-style-2 .tcr-testimonial-content-cover{
    position: relative;
}
.testimonials-style-2 .tcr-testimonial-content{
    line-height: 30px;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}
.testimonials-style-2 .testimonial-title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}
.testimonials-style-2 .testimonial-designation{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.testimonials-style-2 .tcr-testimonial-rating{
    margin-bottom: 15px;
}
.testimonials-style-2 .tcr-testimonial-content p{
    margin-bottom: 0;
}
.testimonials-style-2 .tcr-testimonial-wrapper{
    margin-top: 30px;
}
.dot-left-bottom .owl-carousel .owl-dots {
    text-align: left;
    margin-left: 55px;
    margin-top: 50px;
}
.dot-left-bottom .owl-carousel .owl-dots .owl-dot span{
    background-color: #fff;
}
.testimonials-style-2 .tcr-testimonial-rating .checked{
    color: #fec006;
}
/* Testimonials Style 3 */
.testimonials-style-3 .tcr-testimonial-wrapper .tcr-testimonial-content-cover{
    position: relative;
    z-index: 9;
}
.testimonials-style-3 .tcr-testimonial-image-container img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.testimonials-style-3 .tcr-testimonial-content{
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    padding-bottom: 25px;
}
.testimonials-style-3 .testimonial-title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}
.testimonials-style-3 .testimonial-designation{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 10px;
    display: inline-block;
}
.testimonials-style-3 .tcr-testimonial-rating{
    margin-bottom: 40px;
    line-height: 15px;
}
.testimonials-style-3 .tcr-testimonial-content p{
    margin-bottom: 0;
}
.testimonials-style-3 .tcr-testimonial-thumbnail-wrapper{
    display: flex;
    align-items: center;
}
.testimonials-style-3 .tcr-testimonial-wrapper .tcr-testimonial-icon{
    height: 50px;
    width: 50px;
    line-height: 55px;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffff;
}
.testimonials-style-3 .tcr-testimonial-rating .checked{
    color: #fec006;
}

/* Testimonials Style 4 */
.testimonials-style-4 .tcr-testimonial-content-cover{
    background: #fff;
    padding: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonials-style-4 .tcr-testimonial-wrapper .tcr-testimonial-content-cover{
    position: relative;
    z-index: 9;
}
.testimonials-style-4 .tcr-testimonial-content-cover .tcr-testimonial-content{
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
}
.testimonials-style-4 .tcr-testimonial-content-cover:before{
    position: absolute;
    left: 2%;
    top: 5%;
    content: "";
    border: 1px solid #f0efef;
    width: 96%;
    height: 91%;
}
.testimonials-style-4 .tcr-testimonial-image-container img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.testimonials-style-4 .testimonial-title{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: "Rajdhani";
}
.testimonials-style-4 .testimonial-designation{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
}
.testimonials-style-4 .tcr-testimonial-rating{
    margin-bottom: 25px;
    line-height: 15px;
}
.testimonials-style-4 .tcr-testimonial-content p{
    margin-bottom: 0;
}
.testimonials-style-4 .tcr-testimonial-thumbnail-wrapper{
    display: flex;
    align-items: center;
}
.testimonials-style-4 .tcr-testimonial-wrapper .tcr-testimonial-icon{
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -18px;
}

/*******************************************************
    Tab Widget
*******************************************************/
.tcr_tabs_wrapper {
    background: #fff;
}
.tcr-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
.tcr-tab-content {
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.tcr-tab-content .tcr-tab-content-list {
    display: none;
}
.tcr-tab-content .tcr-tab-content-list.tcr-active-tab {
    display: block;
}
.tcr-list-tab {
    margin-right: 15px;
}
.tcr-list-tab a {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}
.tcr-list-tab.tcr-active-tab-link a {
    background: #2b2b2d;
    color: #fff;
}
.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon {
    color: #fff;
}
.tcr-list-tab .tcr-tab-icon {
    font-size: 20px;
    font-weight: normal;
    padding-right: 10px;
}
.tcr-list-tab:after.tcr-active-tab-link {
    opacity: 0.5;
}
.tcr-list-tab.tcr-active-tab-link:after {
    background: rgba(248, 248, 248, 0.1);
    z-index: 1;
}
.tcr-tab-content-list .tcr-service-link a {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}
.tcr-tab-content-list .tcr-service-link a:hover {
    color: #fff !important;
}

/* Vertical Tab */

.tcr_tabs_wrapper.tcr-layout-vertical{
    display: flex;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab{
    margin-bottom: 8px;
    margin-right: 0;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list{
    display: inherit;
    margin-right: 200px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab{
    flex: inherit;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content{
    padding: 0;
}

/*******************************************************
    Pricing Table
*******************************************************/
.tcr_pricing_table_wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 0px;
    position: relative;
    border: 1px solid #e4e4e4;
    text-align: center;
}
.tcr_pricing_table_wrapper .pricing-table-title{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tcr_pricing_table_wrapper .pricing-table-base-price{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}
.tcr_pricing_table_wrapper .pricing-table-sale-price{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}
.tcr_pricing_table_wrapper.pricing-table-onsale .pricing-table-base-price{
    font-size: 24px;
}
.tcr_pricing_table_wrapper.pricing-table-onsale .pricing-table-sale-price span,
.tcr_pricing_table_wrapper .pricing-table-base-price span{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.tcr_pricing_table_wrapper .tcr-table-ribbon{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    padding: 8px 15px;
    position: absolute;
    right: -20px;
    top: -55px;
}
.tcr_pricing_table_wrapper .pricing-table-title-period{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-feature-list{
    margin: 30px 0 40px 0;
    padding: 20px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-header,
.tcr_pricing_table_wrapper .tcr-pricing-table-feature-list,
.tcr_pricing_table_wrapper .tcr-pricing-table-footer{
    position: relative;
}
.tcr_pricing_table_wrapper .feature-list-item{
    position: relative;
    line-height: 24px;
    margin: 10px 0;
}
.tcr_pricing_table_wrapper .feature-list-item.true:before{
    left: 0;
    top: 7px;
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    padding-right: 6px;
}
.tcr_pricing_table_wrapper .feature-list-item.false:before{
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    margin-right: 4px;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pricing-table-onsale.tcr_pricing_table_wrapper .pricing-table-base-price{
   text-decoration: line-through;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-icon{
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-icon svg{
    width: 83px;
}
.pricing-table-onsale .pricing-table-prices{
    display: inline-flex;
}
.pricing-table-onsale.tcr_pricing_table_wrapper .pricing-table-sale-price{
    margin-left: 10px;
}

/*******************************************************
    According
*******************************************************/
.elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px -4px 49px 0px rgb(0 0 0 / 8%);
    border-radius: 6px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
    overflow: visible;
}
/*******************************************************
    Custom Block
*******************************************************/
.tcr-call-info {
    color: #7a7a7a;
    font-weight: bold;
}
.tcr-call-info h4 {
    font-size: 24px;
    margin-left: 20px;
    font-weight: 600;
}
/*******************************************************
    Custom Block
*******************************************************/
.time-line-lable .elementor-heading-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
.time-line-lable .elementor-widget-container {
    box-shadow: inset 0px -3px 0px 0px rgb(0 0 0 / 10%);
}
/*******************************************************
              Owl Carousel Arrow and Dots
*******************************************************/
.owl-carousel .owl-nav .owl-prev {
   color: #fff !important;
}
.owl-carousel .owl-nav .owl-next {
    color: #fff !important;
}
/* Arrow Right Top */
.arrow-right-top .owl-carousel .owl-nav{
    position: absolute;
    right: 700px;
    top: -120px;
}
 .arrow-right-top .owl-carousel .owl-nav .owl-prev{
    left: inherit;
    right: -20px;
    border-radius:0;
}
.arrow-right-top .owl-carousel .owl-nav .owl-next{
    border-radius:0;
}
/* Arrow Top right */
.arrow-top-right .owl-carousel .owl-nav{
    position: absolute;
    right: 60px;
    top: -100px;
}
.arrow-top-right .owl-carousel .owl-nav .owl-prev{
    left: inherit;
    right: -20px;
    border-radius:0;
}
.arrow-top-right .owl-carousel .owl-nav .owl-next{
    border-radius:0;
}
/* arrow-left-bottom */
.arrow-left-bottom .owl-carousel .owl-nav{
    position: absolute;
    left: 60px;
    bottom: -90px;
}
.arrow-left-bottom .owl-carousel .owl-nav .owl-next{
    left: -20px;
}

.owl-carousel .owl-nav button {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  outline: none;
  -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;
}
.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -60px;
  line-height: 10px;
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -60px;
 line-height: 10px;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin-left: 15px;
    border-radius: 100%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}
.owl-carousel .owl-dots .owl-dot.active span::after{
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #0f6fec;
}
.owl-carousel .owl-dots button.owl-dot {
    box-shadow: inherit;
    outline: none;
}
