/******************************************************* 
   Blog Widget
*******************************************************/
.blog-layout-grid .tcr-post-slide {
    margin-bottom: 30px;
}
/* blog style 1 */
.blog-style-1 .tcr-post-post-wrapper {
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-style-1 .tcr-post-post-thumbnail-wrapper {
    position: relative;
}
.blog-style-1 .tcr-post-date {
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0;
    background-color: #fd972e;
    border-radius: 50%;
    z-index: 1;
    font-size: 14px;
}

.blog-style-1 .tcr-post-date:after {
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 50%;
    left: -90px;
    top: -80px;
    position: absolute;
    background: #f8f8f8;
    z-index: -1;
}

.blog-style-1 .tcr-post-title {
    padding: 30px 25px;
}
.blog-style-1 .tcr-post-category {
    margin-bottom: 30px;
}
.blog-style-1 .tcr-post-category a {
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}
.blog-style-1 .tcr-post-date span {
    font-size: 26px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 26px;
}
.blog-style-1 .tcr-post-slide h3 {
    font-size: 26px;
    line-height: 30px;
}

.blog-style-1 .tcr-post-slide h3 a {
    color: #000;
}
.blog-style-1 .tcr-post-content-cover p{
    margin-bottom: 0;
}
/* blog style 2 */
.without-image .blog-style-1.blog-layout-slider .owl-theme.tcr-post-wrapper,
.without-image .blog-style-2.blog-layout-slider .owl-theme.tcr-post-wrapper{
    border: inherit;
    padding: 0px;
    border: inherit;
    background-color: inherit;
}
.blog-style-2 .tcr-post-slide .tcr-post-wrapper {
    -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-slide .tcr-post-wrapper {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 10px 10px 30px 10px;
    margin-bottom: 30px;
}
.blog-style-2 .tcr-post-slide:hover .tcr-post-wrapper {
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .09);
}
.blog-style-2 .tcr-post-image-container img {
    border-radius: 6px;
}
.blog-style-2 .tcr-post-wrapper {
    text-align: center;
}
.blog-style-2 .tcr-post-meta .post-date,
.blog-style-2 .tcr-post-meta .post-comment {
    display: inline-block;
}
.blog-style-2 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner {
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    border-radius: 6px;
    position: relative;
    top: -25px;
    display: inline-block;
    padding: 10px 20px;
}
.blog-style-2 .tcr-post-meta .tcr-post-meta-inner .post-date {
    position: relative;
    padding-right: 25px;
}

.blog-style-2 .tcr-post-meta .tcr-post-meta-inner .post-date:after {
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 10px;
    right: 8px;
    background: #163b68;
}

.blog-style-2 .tcr-post-meta .tcr-post-meta-inner .post-date span,
.blog-style-2 .tcr-post-meta .tcr-post-meta-inner .post-comment span {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase;
}
.blog-style-2 .tcr-post-meta .tcr-post-meta-inner .post-date i,
.blog-style-2 .tcr-post-meta .tcr-post-meta-inner .post-comment i {
    padding-right: 5px;
}

.blog-style-2 .tcr-post-wrapper .tcr-post-title {
    padding: 0 20px;
}
.blog-style-2 .tcr-post-wrapper .tcr-post-title h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-style-2 .tcr-post-wrapper .tcr-post-title h3 a {
    color: #000;
}
.blog-style-2 .tcr-post-wrapper .read-more-link a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.blog-style-2 .tcr-post-wrapper .read-more-link i {
    margin-left: 10px;
}

/******************************************************
    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: 150px;
    display: inline;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.client-style-1 .client-item .client-image {
    top: 0;
}
.client-style-1 .client-item:hover .client-image {
    top: -43px;
}
.client-style-1 .client-item .client-hover-image {
    top: 43px;
}
.client-style-1 .client-item:hover .client-hover-image {
    top: -0;
}
.client-style-1 .tcr-clients-grid-wrapper .client-item{
  overflow: hidden;
}
.client-style-1.column-2 .tcr-clients-grid-wrapper .client-item{
    width: 50%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-3 .tcr-clients-grid-wrapper .client-item{
    width: 33.33%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-4 .tcr-clients-grid-wrapper .client-item{
    width: 25%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-5 .tcr-clients-grid-wrapper .client-item{
    width: 20%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-6 .tcr-clients-grid-wrapper .client-item{
    width: 16.66%;
    float: left;
    margin: 20px 0;
}
/* 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: 150px;
    display: inline;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.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;
    filter: grayscale(100%);
}
.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-number {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 99;
}
.counter-style-1 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -10px;
    right: -30px;
    font-size: 26px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border-radius: 100%;
    z-index: -1;
    font-weight: normal;
}

.counter-style-1 .tcr-counter-wrapper{
    align-items: center;
    display: flex;
}
.counter-style-1 .tcr-counter-icon {
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
    margin-right: 20px;
}
.counter-style-1 .tcr-counter-icon svg{
    width: 50px;
}
.counter-style-1 .tcr-counter-icon img{
    width: 70px;
}
.counter-style-1 .tcr-counter-content {
    display: inline-block;
    text-align: left;
}

.counter-style-1 .tcr-counter-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.counter-style-1 a{
    margin-top: 10px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.counter-style-1 a:hover{
    color: #fff !important;
}

/*! Counter Style 2 */
.counter-style-2 {
    padding: 40px 50px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.counter-style-2:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 139px;
    height: 96px;
    z-index: 1;
}
.counter-style-2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 139px;
    height: 96px;
    z-index: 1;
}
.counter-style-2 a {
    position: relative;
    z-index: 9;
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    margin-top: 70px;
    font-weight: 500;
}
.counter-style-2 a:hover {
    color: #fff;
}
.counter-style-2 .tcr-counter-number {
    position: relative;
    font-size: 58px;
    line-height: 58px;
    display: inline-block;
    margin: 20px 0 0 0;
    color: #fff;
}
.counter-style-2 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -20px;
    right: -25px;
    font-size: 40px;
    color: #fff;
}
.counter-style-2 .tcr-counter-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}
.counter-style-2 .tcr-counter-icon i{
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
    color: #fff;
}
.counter-style-2 .tcr-counter-icon svg{
    width: 50px;
    fill: #fff;
}
.counter-style-2 .tcr-counter-icon img{
    width: 70px;
}

/*! Counter Style 3 */
.counter-style-3 {
    display: inline-block;
    right: 0;
    color: #fff;
}
.counter-style-3 .tcr-counter-wrapper {
    display: flex;
    padding: 25px 20px;
    border-radius: 6px 0 0 0;
    background: #000;
}
.counter-style-3 .tcr-counter-wrapper .tcr-counter-number {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    display: inline;
    color: #fff;
}
.counter-style-3 .tcr-counter-icon {
    margin-right: 20px; 
} 
.counter-style-3 .tcr-counter-icon svg{
    fill: #fff;
    width: 57px; 
}
.counter-style-3 .tcr-counter-icon i {
    font-size: 60px;
    line-height: 65px;
}
.counter-style-3 .tcr-counter-number {
    position: relative;
}
.counter-style-3 .tcr-counter-number:before {
    position: absolute;
    right: -20px;
    top: 5px;
    content: "+";
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.counter-style-3 .tcr-counter-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}
.counter-style-3 .tcr-counter-icon img{
    width: 70px;
}
.counter-style-3 a{
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.counter-style-3 a:hover{
    color: #fff !important;
}
/*! Counter Style 4 */
.counter-style-4 {
    text-align: center;
    color: #fff;
}
.counter-style-4 .tcr-counter-number {
    position: relative;
    font-size: 160px;
    line-height: 160px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.counter-style-4 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -50px;
    right: -38px;
    font-size: 50px;
}
.counter-style-4 .tcr-counter-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 12px;
}
.counter-style-4 .tcr-counter-icon svg{
    width: 60px;
    fill: #fff;
}
.counter-style-4 .tcr-counter-icon i {
    font-size: 60px;
    line-height: 60px;
}
.counter-style-4 .tcr-counter-icon img{
    width: 70px;
}
/* Counter Style 5 */
.counter-style-5 .tcr-counter-wrapper {
    align-items: center;
    display: flex;
}
.counter-style-5 .tcr-counter-number {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
}
.counter-style-5 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 34px;
}

.counter-style-5 .tcr-counter-icon {
    font-size: 60px;
    line-height: 60px;
}
.counter-style-5 .tcr-counter-icon svg{ 
    width: 58px;
}
.counter-style-5 .tcr-counter-icon img{
    width: 70px;
}

.counter-style-5 .tcr-counter-content {
    margin-left: 20px;
    display: inline-block;
    text-align: left;
}

.counter-style-5 .tcr-counter-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
/* Counter Style 6 */
.counter-style-6 .tcr-counter-number {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
}
.counter-style-6 .tcr-counter-icon {
    font-size: 70px;
    line-height: 70px;
    display: inline-block;
    color: #ffffff;
    position: relative;
}
.counter-style-6 .tcr-counter-icon svg{
    fill: #fff;
    width: 57px;
}
.counter-style-6 .tcr-counter-icon img{
    width: 70px;
}
.counter-style-6 .tcr-counter-number{
    position: relative;
    display: inline-block;
}
.counter-style-6 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 36px;
}

.counter-style-6 .tcr-counter-content {
    margin-left: 20px;
    display: inline-block;
    text-align: left;
}
.counter-style-6 .tcr-counter-title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
/*******************************************************

    Custom Heading

*******************************************************/
.custom-heading-style-1 {
    margin-bottom: 30px;
}
.custom-heading-style-1.tcr-light-space {
    margin-bottom: 30px;
}
.custom-heading-style-1 .heading-title {
    font-weight: 800;
}
.tcr_custom_heading_wrapper .tcr-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 5px;
}
.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 .tcr-custom-heading-wrapper .tcr-heading-title-wrapper .heading-title {
    color: #fff;
}
.custom-heading-style-1 .tcr-heading-title-wrapper.title-text-lowercase .heading-title, 
.custom-heading-style-1 .tcr-heading-subtitle-wrapper.subtitle-text-lowercase .heading-subtitle{
    text-transform: lowercase;
} 
.custom-heading-style-1 .tcr-heading-title-wrapper.title-text-uppercase .heading-title, 
.custom-heading-style-1 .tcr-heading-subtitle-wrapper.subtitle-text-uppercase .heading-subtitle{
    text-transform: uppercase;
} 
.custom-heading-style-1 .tcr-heading-title-wrapper.title-text-capitalize .heading-title, 
.custom-heading-style-1 .tcr-heading-subtitle-wrapper.subtitle-text-capitalize .heading-subtitle{
    text-transform: capitalize;
} 
/*******************************************************

    Infobox Heading

*******************************************************/
/*! Infobox Style 1 */
.infobox-style-1 .tcr-infobox-icon{
    margin-right: 25px;
}
.infobox-style-1 .tcr-infobox-icon i{
    font-size: 64px;
    line-height: 70px;
}
.infobox-style-1 .tcr-infobox-icon svg{
    width: 70px;
}
.infobox-style-1 .tcr-infobox-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.infobox-style-1 .tcr-infobox-icon img{
    width: 120px;
}
.infobox-style-1 .tcr-infobox-icon .icon-number{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    display: inherit;
    font-size: 24px;
    font-family: Barlow Condensed;
}

/*! Infobox Style 2 */
.infobox-style-2 .tcr-infobox-icon {
    margin-right: 20px;
    }
    .infobox-style-2 .tcr-infobox-icon svg{
        width: 27px;
    }
.infobox-style-2 .tcr-infobox-icon i{
    font-size: 48px;
    line-height: 48px;
}
.infobox-style-2 .tcr-infobox-icon img{
    width: 60px;
}
.infobox-style-2 .tcr-infobox-icon .icon-number{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    display: inherit;
    font-size: 24px;
    font-family: Barlow Condensed;
}
.infobox-style-2 .tcr-infobox-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.infobox-style-2 .tcr-infobox-content {
    margin-top: 8px;
}
/*! Infobox Style 3 */

.infobox-style-3 .tcr-infobox-wrapper img{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.infobox-style-3 .tcr-infobox-icon {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    min-width: 50px !important;
    color: #fff;
    border-radius: 50%;
    height: 50px;
} 
.infobox-style-3 .tcr-infobox-icon svg{
    width: 20px;
    fill: #fff;
    position: relative;
    top: 3px; 
}
.infobox-style-3 .tcr-infobox-icon .icon-number{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    display: inherit;
    font-size: 24px;
    font-family: Barlow Condensed;
}
.infobox-style-3 .tcr-infobox-title {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.infobox-style-3 .tcr-infobox-text {
    color: #282727;
}
.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: 15px;
}

.infobox-style-3 .tcr-infobox-image img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.infobox-style-3 .tcr-infobox-icon {
    margin-left: -10px;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.infobox-style-3-white .infobox-style-3 .tcr-infobox-title {
    color: #fff;
}

/*! Infobox Style 4 */
.infobox-style-4 {
    border: 1px solid #dfe1e3;
    padding: 25px 30px 25px 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.infobox-style-4 .tcr-infobox-icon {
    margin-right: 20px;
}
.infobox-style-4 .tcr-infobox-icon i{
   font-size: 60px;
    line-height: 70px;
}
.infobox-style-4 .tcr-infobox-icon svg{
    width: 50px; 
}
.infobox-style-4 .tcr-infobox-icon img{
    width: 60px;
    border-radius: 100px;
}
.infobox-style-4 .tcr-infobox-icon .icon-number{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    display: inherit;
    font-size: 24px;
    font-family: Barlow Condensed;
}
.infobox-style-4 .tcr-infobox-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.infobox-style-4 .tcr-infobox-wrapper {
    margin-bottom: 12px;
}
.infobox-style-4 .tcr-infobox-inner {
    position: relative;
    z-index: 2;
}

 
 body {
    counter-reset: item;
}
 


.infobox-style-4-counter .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-calens-infobox .elementor-widget-container .infobox-style-4 .tcr-infobox-inner{
    position: relative;
} 
.infobox-style-4-counter .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-calens-infobox .elementor-widget-container .infobox-style-4 .tcr-infobox-inner::before {
  content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 26px;
    line-height: 18px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}
.infobox-style-4 .tcr-infobox-inner:after {
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
    -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 5 */
.infobox-style-5 .tcr-infobox-wrapper {
    background: #fff;
    padding: 40px 40px 40px 170px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 4%);
    border: 1px solid #ececec;
    border-radius: 8px;
}

.infobox-style-5 .tcr-infobox-icon img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -70px;
}

.infobox-style-5 .tcr-infobox-icon i {
    width: 100px;
    height: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 100px;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
}
.infobox-style-5 .tcr-infobox-icon svg{
    width: 90px;
    height: 90px;
  
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 36px;
    text-align: center;
    margin-top: -50px;
    font-weight: 600;
}
.infobox-style-5 .tcr-infobox-icon .icon-number {
    width: 100px;
    height: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 100px;
    font-size: 36px;
    text-align: center;
    margin-top: -50px;
    font-weight: 600;
}
.infobox-style-5 .tcr-infobox-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
/*! Infobox Style 6 */
.infobox-style-6 .tcr-infobox-wrapper {
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 4%);
    border: 1px solid #ececec;
    border-radius: 8px;
}
.infobox-style-6 .tcr-infobox-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 70px;
}
.infobox-style-6 .tcr-infobox-wrapper .tcr-infobox-icon{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0 8px 0 8px;
}
.infobox-style-6 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    fill: #fff;
    width: 29px;
    position: relative;
    top: 11px;

}
.infobox-style-6 .tcr-infobox-wrapper .tcr-infobox-icon i{
    font-size: 40px;
    line-height: 65px;;
}
.infobox-style-6 .tcr-infobox-wrapper .tcr-infobox-icon img{
    width: 50px;
}
.infobox-style-6 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number{
    font-size: 30px;
    font-weight: 700;
} 
/*! Infobox Style 7 */
.infobox-style-7 .tcr-infobox-wrapper {
    display: flex;
}
.infobox-style-7 .tcr-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-7 .tcr-infobox-wrapper svg{
    width: 45px;
}
.infobox-style-7 .tcr-infobox-icon img {
    width: 70px;
}
.infobox-style-7 .tcr-infobox-icon .icon-number{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    display: inherit;
    font-size: 24px;
    font-weight: 600;
}
.infobox-style-7 .tcr-infobox-content {
    position: relative;
    margin-left: 50px;
}
.infobox-style-7 .tcr-infobox-content:before {
    position: absolute;
    content: '';
    background: #e8e8e8;
    width: 1px;
    height: 100%;
    left: -25px;
    top: 6px;
}
.infobox-style-7 .tcr-infobox-content:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 40px;
    left: -26px;
    top: 6px;
    transition: all .5s ease;
}
.infobox-style-7 .tcr-infobox-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}
.infobox-style-7 .tcr-infobox-text {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    color: #76797f;
    font-weight: 600;
}

/*! Infobox Style 8 */
.infobox-style-8 .tcr-infobox-wrapper {
    padding: 25px;
    border-radius: 6px;
}
.infobox-style-8 .tcr-infobox-wrapper h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
    color: #fff;
}
.infobox-style-8 .tcr-infobox-wrapper a {
    color: #fff;
    text-decoration: underline;
    -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 9 */
.infobox-style-9 .tcr-infobox-title,
.infobox-style-9 .tcr-service-content-inner:after,
.infobox-style-9 .tcr-infobox-wrapper a,
.infobox-style-9 .tcr-infobox-icon i,
.infobox-style-9 .tcr-service-content-inner:before {
    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);
}
.infobox-style-9:hover .tcr-infobox-icon i,
.infobox-style-9:hover .tcr-infobox-title {
    color: #fff;
}
.infobox-style-9:hover .tcr-service-content-inner:after {
    -webkit-text-stroke: 1px rgba(225, 225, 225, 1);
}
.infobox-style-9:hover .tcr-infobox-wrapper a {
    background-color: #fff;
}
.infobox-style-9 .tcr-infobox-wrapper {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 2%);
    position: relative;
    margin-bottom: 40px;
}
.infobox-style-9 .tcr-service-content-inner {
    overflow: hidden;
    position: relative;
    padding: 30px 35px;
    padding-bottom: 25px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
}
.infobox-style-9 .tcr-service-content-inner:before {
    content: '';
    position: absolute;
    height: 430px;
    width: 430px;
    background: #f8fcf8;
    border-radius: 50%;
    top: -172px;
    left: -140px;
}

.infobox-style-9 .tcr-service-content-cover {
    position: relative;
}
.infobox-style-9 .tcr-service-content-inner:after {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    bottom: 30px;
    right: 30px;
    letter-spacing: 1px;
    z-index: 99;
    color: transparent;
    -webkit-text-stroke: 1px rgba(225, 225, 225, 0.50);
}

.infobox-style-9 .tcr-infobox-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.infobox-style-9 .tcr-infobox-icon {
    padding-top: 45px;
    padding-bottom: 20px;
}
.infobox-style-9 .tcr-infobox-icon i {
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-9 .tcr-infobox-icon svg{
    width: 53px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-9:hover .tcr-infobox-icon svg{
    fill: #fff;
}
.infobox-style-9 .tcr-infobox-icon.watermark img{
    display: inherit;
    width: 60px;
}
.infobox-style-9 .tcr-infobox-icon .icon-number{
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
}
.infobox-style-9 .tcr-infobox-wrapper:hover .tcr-infobox-icon .icon-number{
    color: #fff;
}
.infobox-style-9 .tct-infobox-link {
    position: absolute;
    bottom: -15px;
    margin-left: 35px;
}

.infobox-style-9 .tcr-infobox-wrapper a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    color: #fff;
}
/*! Infobox Style 10 */
.infobox-style-10 .tcr-infobox-wrapper {
    align-items: center;
    display: inherit !important;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}
.infobox-style-10 .tcr-infobox-wrapper:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -moz-transition: all 0.4s ease-out 0.4s;
    -ms-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
}
.infobox-style-10 .tcr-infobox-wrapper:hover:before {
   width:100%;
}
.infobox-style-10 .tcr-infobox-wrapper:after {
    content: "";
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 4px;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -moz-transition: all 0.4s ease-out 0.4s;
    -ms-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
}
.infobox-style-10 .tcr-infobox-wrapper:hover:after {
   width:100%;
}
.infobox-style-10 .tcr-infobox-icon i {
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-10 .tcr-infobox-icon svg{
    width: 45px;  
}
.infobox-style-10 .tcr-infobox-icon img{
    width: 60px;
}
.infobox-style-10 .tcr-infobox-icon .icon-number{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: Barlow Condensed;
}
.infobox-style-10 .tcr-infobox-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    margin-top: 25px;
}
.infobox-style-10 .tcr-infobox-text {
    margin-top: 18px;
    line-height: 24px;
}
.tcr-infobox-color .infobox-style-10 .tcr-infobox-title {
    color: #272727;
}

.tcr-infobox-color .infobox-style-10 .tcr-infobox-text {
    color: #666666;
}
.infobox-style-10 .tct-infobox-link a{
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.infobox-style-10 .tct-infobox-link a:after{
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: -20px;
}

/*! Infobox Style 11 */
.infobox-style-11 .tcr-infobox-wrapper {
    overflow: hidden;
    padding-left: 40px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}
.infobox-style-11 .tcr-infobox-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon i{
    font-size: 80px;
    line-height: 80px;
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    width: 57px;    
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon img{
    width: 70px;
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number{
    position: absolute;
    right: 10px;
    bottom: 10px; 
    font-size: 40px; 
}
/*******************************************************
    List Heading
*******************************************************/
.calens-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.calens-list-wrapper ul li {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.calens-list-wrapper ul li i {
    margin-right: 10px;
    vertical-align: middle;
}

.calens-list-wrapper ul li p {
    padding: 0;
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #020f10;
}
.calens-list-wrapper ul li .calens-list-icon i {
    font-size: 24px;
}

.calens-list-wrapper ul li .calens-list-icon svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    position: relative;
    top: 4px;
}
.text-white .calens-list-wrapper ul li p a{
    color: #fff;
}
/*******************************************************
    Progress Bar Heading
*******************************************************/
/*! Progress Bar */
.tcr-progress-bar-wrapper {
    margin-bottom: 35px;
}
.tcr-progress-bar-wrapper:last-child {
    margin-bottom: 0px;
}
.tcr_progress_bar_wrapper .tcr-progress-bar {
    width: 100%;
    background-color: #f8f8f8;
}
.tcr_progress_bar_wrapper .tcr-progress-bar-inner {
    width: 0%;
    height: 3px;
}
.progress-bar-style-1 .tcr-progress-bar-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}
.progress-bar-style-1 .tcr-progress-bar-value {
    float: right;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    background: #000;
    padding: 0 5px;
}

.progress-bar-style-1 .tcr-progress-bar-value:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -6px;
    border: 5px solid;
    border-color: #000 #000 transparent transparent;
}
/*! Progress Bar 2*/
.progress-bar-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.progress-bar-style-2 .tcr-progress-bar-wrapper {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 180px;
}
.progress-bar-style-2 .tcr-progress-bar-wrapper {
    padding: 0 20px;
}
.progress-bar-style-2 .tcr-counter-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.progress-bar-style-2 .tcr-progress-bar-title-wrapper {
    padding-top: 20px;
    text-align: center;
}
.progress-bar-style-2 .tcr-progress-bar-title-wrapper .tcr-progress-bar-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    font-family: Barlow Condensed;
}
.progress-bar-style-2 .tcr-progress-bar-title-wrapper .tcr-progress-bar-value {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
}
.progress-bar-style-2 .tcr-progress-bar-icon{
    position: absolute;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
/*! Progress Bar 3*/
.progress-bar-style-3 .tcr-progress-bar-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 5px;
    display: inline-block;
}
.progress-bar-style-3 .tcr-progress-bar-value {
    float: right;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    background: #282d47;
    padding: 0 5px;
}

.progress-bar-style-3 .tcr-progress-bar-value:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -6px;
    border: 5px solid;
    border-color: #282d47 #282d47 transparent transparent;
}
.progress-bar-style-3 .tcr-progress-bar-wrapper{
    position: relative;
}
.progress-bar-style-3 .tcr-progress-bar-wrapper:before{ 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.progress-bar-style-3 .tcr_progress_bar_wrapper .tcr-progress-bar {
    width: 100%;
    background-color: #f2f2f2;
}
.progress-bar-style-3 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    width: 0%;
    height: 3px;
}
/*******************************************************
    Projects Widget
*******************************************************/
/* Projects Style 1 */
.projects-style-1 .tcr-project-content-inner,
.projects-style-1 .tcr-project-content-cover .tcr-project-content-inner:after,
.projects-style-1 .tcr-project-content-inner .tcr-project-title,
.projects-style-1 .tcr-project-content-inner .tcr-project-action-icons a {
    -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;
}
.projects-style-1 .tcr-project-slide {
    margin-bottom: 30px;
}
.projects-style-1 .tcr-project-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.projects-style-1 .tcr-project-thumbnail-wrapper img {
    border-radius: 6px;
}
.projects-style-1 .tcr-project-content-cover {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.projects-style-1 .tcr-project-content-cover .tcr-project-content-inner {
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-1 .tcr-project-content-cover .tcr-project-content-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-action-icons a {
    position: absolute;
    right: -60px;
    top: -60px;
    font-size: 16px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    padding-right: 15px;
}
.projects-style-1 .tcr-project-content-inner:hover .tcr-project-action-icons a {
    right: -20px;
    top: -20px;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
    visibility: visible;
    opacity: 0;
}
.projects-style-1 .tcr-project-content-inner:hover .tcr-project-title {
    visibility: visible;
    opacity: 1;
    bottom: 25px;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title h3 {
    margin-bottom: 0;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title .project-title a {
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title .tcr-project-category {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.projects-style-1 .tcr-project-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
}
.projects-style-1 .tcr-project-content-inner:hover {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    background: -webkit-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
    background: -moz-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
}
/* Projects Style 2 */
.projects-style-2 .tcr-project-thumbnail-wrapper {
    text-align: center;
}
.projects-style-2 .tcr-project-thumbnail-wrapper .tcr-project-image-container img {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.projects-style-2 .tcr-project-content-cover {
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    border-radius: 6px;
    position: relative;
    top: -35px;
    padding: 20px;
    overflow: hidden;
    display: inline-block;
    z-index: 3;
    -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);
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.projects-style-2 .owl-stage .owl-item.center .tcr-project-content-cover {
    opacity: 1;
    visibility: visible;
    top: -55px;
}
.projects-style-2 .tcr-project-content-cover .tcr-project-title {
    text-align: left;
}
.projects-style-2 .tcr-project-content-cover .tcr-project-title h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.projects-style-2 .tcr-project-content-cover .tcr-project-title span {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.projects-style-2 .tcr-project-content-cover .tcr-project-content-inner .tcr-project-action-icons {
    background: #000;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    position: absolute;
    right: -55px;
    bottom: -65px;
}
.projects-style-2 .tcr-project-content-cover .tcr-project-content-inner .tcr-project-action-icons a i {
    position: relative;
    bottom: 26px;
    right: 18px;
    color: #fff;
}
.projects-style-2 .tcr-project-image-container {
    position: relative;
}
.projects-style-2 .tcr-project-image-container:before {
    transition: 0.3s;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(21 21 21 / 0.98) 0%, rgb(21 21 21 / 0.79) 20%, rgba(255, 255, 255, 0) 100%);
    -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);
}
.projects-style-2 .owl-item.center .tcr-project-image-container:before {
    opacity: 1;
}
.arrow-full-right .projects-style-2 .owl-nav {
    margin: 0 100px;
    text-align: right;
    position: relative;
    padding-right: 15%;
}
.arrow-full-right .projects-style-2 .owl-nav:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    opacity: 0.1;
    top: 20px;
    background-color: #fff;
}
.arrow-full-right .projects-style-2 .owl-carousel .owl-nav button.owl-prev,
.arrow-full-right .projects-style-2 .owl-carousel .owl-nav button.owl-next {
    -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);
}
.arrow-full-right .projects-style-2 .owl-carousel .owl-nav button.owl-prev:hover,
.arrow-full-right .projects-style-2 .owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
}
/*******************************************************
    Services Widget
*******************************************************/
.services-layout-grid .tcr-service-slide {
    margin-bottom: 30px;
}
/*! Services Style 1 */
.services-style-1 .tcr-service-slide:hover .tcr-service-image-container:before,
.services-style-1 .tcr-service-image-container:after {
    -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-image-container {
    position: relative;
}
.services-style-1 .tcr-service-image-container:after,
.services-style-1 .tcr-service-image-container:before {
    transition: 0.3s;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f0f2f5));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0);
}
.services-style-1 .tcr-service-image-container:after {
    opacity: 0;
}
.services-style-1 .tcr-service-slide:hover .tcr-service-image-container:after {
    opacity: 1;
}
.services-style-1 .tcr-service-slide .tcr-service-service-wrapper {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
.services-style-1 .owl-item .tcr-service-slide {
    padding-bottom: 30px;
    margin: 0 10px;
}
.services-style-1 .tcr-service-slide .tcr-service-service-wrapper img {
    border-radius: 8px;
}
.services-style-1 .tcr-service-content-inner {
    padding: 40px;
    margin-top: -40px;
    position: relative;
}
.services-style-1 .tcr-service-content-cover {
    position: absolute;
    top: 0px
}
.services-style-1 .tcr-service-content-inner .tcr-service-content {
    margin-top: 45px;
}
.services-style-1 .tcr-service-date {
    font-size: 60px;
    line-height: 60px;
}
.services-style-1 .tcr-service-title h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 0;
}
.services-style-1 .tcr-service-title h3 a {
    color: #000;
}
.services-style-1 .tcr-service-content-inner .tcr-service-content a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.services-style-1 .tcr-service-content-inner .tcr-service-content i {
    margin-left: 8px;
    font-size: 10px;
    font-weight: 700;
}
/*! Services Style 2 */
.services-style-2 .tcr-service-slide .tcr-service-thumbnail-wrapper .tcr-service-date i,
.services-style-2 .service-title {
    -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-2 .tcr-service-slide .tcr-service-wrapper {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
}
.services-style-2 .tcr-service-slide .tcr-service-thumbnail-wrapper {
    position: relative;
}
.services-style-2 .tcr-service-slide .tcr-service-thumbnail-wrapper .tcr-service-date i {
    position: absolute;
    right: 20px;
    bottom: -30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
}

.services-style-2 .tcr-service-title-inner {
    padding: 40px 30px;
}
.services-style-2 .tcr-post-category a {
    font-weight: 600;
    line-height: 24px;
    font-size: 15px;
    text-transform: uppercase;
}
.services-style-2 .tcr-service-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}
.services-style-2 .service-title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0;
}
.services-style-2 .tcr-service-title-inner .tcr-service-content p {
    margin: 0px;
}
.services-style-2 .tcr-service-title-inner .tcr-service-content a {
    color: #020f10;
    background: transparent;
    padding: 8px 20px;
    border: 2px solid #020f10;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}
.services-style-2 .tcr-service-title-inner .tcr-service-content a:hover {
    border: 2px solid;
}
.services-style-2 .service-title a {
    color: #000;
}
/*! Services Style 3 */
 
.services-style-3 .tcr-service-content-inner:after,
.services-style-3 .tcr-service-icon i,
.services-style-3 .service-title a, {
    -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-3 .tcr-service-slide{
    padding: 50px 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 2%);
    position: relative;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.services-style-3 .service-title {
    font-size: 28px;
    line-height: 30px;
    margin-top: 70px; 
} 
.services-style-3 .tcr-service-service-wrapper:hover .tcr-service-link a {
   color: #fff !important;
   background-color: #272727;
} 
.services-style-3 .tcr-service-icon {
    position: absolute;
    top: 40px;
    left: 30px;
}
.services-style-3 .tcr-service-icon i {
    font-size: 60px;
    line-height: 60px;
}
.services-style-3 .tcr-service-link a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    color: #fff;
}
.services-style-3 .tcr-service-link {
    position: absolute;
    bottom: -15px;
    margin-left: 0;
}
body {
    counter-reset: item;
}
.services-style-3 .tcr-service-content-inner:after {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    font-size: 44px;
    line-height: 44px;
    position: absolute;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    top: 30px;
    right: 30px;
    z-index: 99;
    color: transparent;
    -webkit-text-stroke: 1px rgba(225, 225, 225, 0.50);
}
.services-style-3 .tcr-service-content p{
    margin: 0;
}
/*******************************************************
    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-content-cover .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: 20px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 700;
}
.team-style-1 .teammember-title a {
    font-size: 26px;
    line-height: 32px;
}
.team-style-1 .tcr-teammember-content-cover .tcr-teammember-share {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.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-social-profiles-container:hover .tcr-teammember-social-links {
    bottom: 50px;
    opacity: 1;
}
.team-style-1 .tcr-teammember-wrapper {
    position: relative;
}
.team-style-1 .tcr-teammember-content-cover {
    padding: 15px 10px 10px 10px;
    position: relative;
    text-align: center;
    width: 88%;
    bottom: 40px;
    left: 6%;
    background: #fff;
    box-shadow: 0px 4px 49px 0px rgba(0, 0, 0, 0.08);
    text-shadow: 0px 4px 49px rgba(0, 0, 0, 0.08);
}
.team-style-1 .tcr-teammember-designation {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #76797f;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container {
    overflow: hidden;
    border-radius: 6px 6px 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 {
    bottom: 50px;
    opacity: 1;
}
.team-style-1 .tcr-teammember-social-inner {
    clear: both;
}
.team-style-1 .tcr-teammember-social-profiles-container {
    position: absolute;
    right: 15px;
    top: -20px;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-content-cover:before {
    height: 100%;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-content-cover {
    bottom: 50px;
}
.team-style-1 .tcr-teammember-social-profiles {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-1 .tcr-teammember-social-profiles li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 4px;
}
.team-style-1 .tcr-teammember-social-profiles li a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}
.team-style-1 .tcr-teammember-social-profiles li a:hover {
    color: #fff;
}
.team-style-1.team-layout-grid .tcr-teammember-slide {
    margin-bottom: 30px;
}
.team-style-1 svg {
    display: none;
}
/* Team Style 2 */
.team-style-2 .tcr-teammember-slide {
    margin-bottom: 30px;
}
.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;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
}
.team-style-2 .tcr-teammember-social-profiles-container {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 25px;
    line-height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    background: #fff;
}

.team-style-2 .tcr-teammember-social-links {
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
}
.team-style-2 .tcr-teammember-social-profiles-container:hover .tcr-teammember-social-links {
    opacity: 1;
    visibility: visible;
}
.team-style-2 .tcr-teammember-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-2 .tcr-teammember-social-profile {
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
}
.team-style-2 .tcr-teammember-social-profile a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
}
.team-style-2 .tcr-teammember-social-profile a:hover {
    color: #fff;
}
.team-style-2 .tcr-title-inner {
    padding: 20px 20px 20px 20px;
    position: relative;
}
.team-style-2 .tcr-teammember-title h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-style-2 .tcr-teammember-title h3 a {
    color: #000;
}
.team-style-2 .tcr-teammember-title h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'Barlow Condensed', sans-serif;
    color: #757575;
    font-weight: normal;
}
.team-style-2 .tcr-teammember-designation {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #76797f;
    font-weight: 700;
    letter-spacing: 0.5px;
}
/*******************************************************
    Testimonials Widget
*******************************************************/
/* Testimonials Style 1 */
.testimonials-style-1 .tcr-testimonial-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.testimonials-style-1 .tcr-testimonial-image-container {
    position: relative;
    display: inline-block;
}
.testimonials-style-1 .tcr-testimonial-image-container:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #ffffff;
    content: '"';
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 55px;
    line-height: 60px;
}

.testimonials-style-1 .tcr-testimonial-image-container img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.testimonials-style-1 .tcr-testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin-top: 25px;
}
.testimonials-style-1 .tcr-testimonials-title {
    margin-top: 40px;
}
.testimonials-style-1 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonials-style-1 .testimonial-designation {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    color: #76797f;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
}
.testimonials-style-1 .tcr-testimonial-rating{
    margin-top: 15px;
}
.testimonials-style-1 .tcr-testimonial-rating span{
  font-size: 16px; 
}
/* Testimonials Style 2 */

.testimonials-style-2 .tcr-testimonial-wrapper{
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 28px;
    margin-bottom: 30px;
    box-shadow: 15px 0px 40px 0px rgb(0 0 0 / 8%);
}
.testimonials-style-2 .tcr-testimonial-wrapper:before {
    position: absolute;
    left: 3%;
    top: 3%;
    content: "";
    border: 1px solid #f0efef;
    width: 94%;
    height: 94%;
    border-radius: 10px;
}
.testimonials-style-2 .tcr-testimonial-image-container{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin-right: 30px;
}
.testimonials-style-2 .tcr-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .tcr-testimonial-content p {
    font-size: 16px;
    line-height: 32px; 
    color: #666666;
    border-bottom: 2px dashed #eeeded;
    padding-bottom: 25px;
    margin-bottom: 25px
}
.tcr-testimonial-image-container img{
    border-radius: 10px;
    width: 80px;
    height: 80px;
   
    margin-right: 30px;
}
.testimonials-style-2 .tcr-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-2 .tcr-testimonial-content {
    margin-top: 10px;
}
.testimonials-style-2 .tcr-testimonial-image-container:before {
    content: "\f126";
    position: absolute;
    font-size: 50px;
    color: rgba(28, 179, 253, 0.15);
    font-family: Flaticon;
    right: 0;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: rotate(180deg);
    text-align: center;
    padding-top: 10px;
}
.testimonials-style-2 .testimonial-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.testimonials-style-2 .tcr-testimonials-title .testimonial-designation {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}
/*******************************************************
    Tab Widget
*******************************************************/
.tcr-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 1;
}
.tcr-list-tab {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.tcr-tab-content .tcr-tab-content-list {
    display: none;
}
.tcr-tab-content .tcr-tab-content-list.cd-active-tab {
    display: block;
}
.tcr-list-tab a {
    padding: 15px 20px;
    align-items: center;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.tcr-list-tab a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 6px 6px 0px 0px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}
.tcr-list-tab.cd-active-tab-link a{
    border-bottom: 2px solid;
    color: #fff;
}
.tcr-list-tab.cd-active-tab-link .tcr-tab-icon {
    color: #fff;
}
.tcr-list-tab .tcr-tab-icon {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    padding-right: 20px;
}
.tcr-list-tab:after.cd-active-tab-link {
    opacity: 0.5;
}
.tcr-tab-content {
    padding: 20px 0px 0px;
}
/* Vertical Tab */
.tcr_tabs_wrapper.tcr-layout-vertical{
    display: flex;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list{
    display: inherit;
    margin-right: 30px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab{
    flex: inherit;
    min-width: 150px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content{
    padding: 0;
}

/*******************************************************
    Pricing Table
*******************************************************/
.tcr_pricing_table_wrapper {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.tcr-pricing-table-feature-list {
    padding: 60px 40px 40px;
}
.tcr-pricing-table-feature-list .feature-list-item {
    margin: 15px 0;
    color: #282d47;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.tcr-pricing-table-feature-list .feature-list-item i {
    min-width: 30px;
}
.tcr-pricing-table-footer {
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding: 40px 0;
    margin: 0 40px;
}
.tcr-pricing-table-header {
    display: flex;
}
.pricing-table-price-wrapper {
    margin-left: auto;
    position: relative;
}

.pricing-table-title-wrapper {
    padding-left: 30px;
    padding-top: 30px;
}

.pricing-table-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #202020;
    font-family: 'Barlow Condensed', sans-serif;
}
.pricing-table-price-wrapper .pricing-table-base-price {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #202020;
    font-family: 'Barlow Condensed', sans-serif;
    padding-right: 25px;
    padding-top: 25px;
    position: relative;
    z-index: 9;
}

.pricing-table-title-period {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px
}
.pricing-table-price-wrapper:after {
    content: '';
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: -45px;
    top: -65px;
    position: absolute;
    background: #f8f8f8;
}
.pricing-table-onsale .pricing-table-price-wrapper .pricing-table-base-price {
    color: #ffffff;
}
.tcr-pricing-table-button a {
    padding: 0px 50px;
    background-color: #000;
    display: inline-block;
    color: #fff !important;
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
}
.pricing-table-onsale .pricing-table-price-wrapper .pricing-table-base-price {
    color: #ffffff;
}
.pricing-table-price-wrapper .pricing-table-sale-price{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 14px;
    border-radius: 0 0 4px 4px;
}

.pricing-table-onsale .pricing-table-price-wrapper .pricing-table-base-price{
    text-decoration: line-through;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-footer{
    position: relative;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-footer .tcr-pricing-table-icon i {
    font-size: 80px;
    position: absolute;
    right: -60px;
    bottom: -10px;
    line-height: 80px;
    opacity: 0.2;
}

/*******************************************************
    According
*******************************************************/
.elementor-accordion .elementor-accordion-item {
    margin: 15px 0;
}

/*******************************************************
    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: 700;
    letter-spacing: 1px;
    font-family: "Mulish", Sans-serif;
}