/******************************************************* 
   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;
    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;
    z-index: -1;
    background-color: #fc6c93;
}

.blog-style-1 .tcr-post-title {
    padding: 29px;
}
.blog-style-1 .tcr-post-category {
    margin-bottom: 20px;
}
.blog-style-1 .tcr-post-category a {
    padding: 5px 10px;
    border-radius: 4px;
    color: #ffffff;
}
.blog-style-1 .tcr-post-date span {
    font-size: 26px;
    display: block;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    line-height: 26px;
}
.blog-style-1 .tcr-post-slide h3 {
    font-size: 22px;
    line-height: 32px;
}
.blog-style-1 .tcr-post-slide p{
    margin-bottom: 0;
}
.blog-style-1 .tcr-post-slide h3 a {
    color: #000;
}

/* blog style 2 */
.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;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 8%);
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
}
.blog-style-2 .tcr-post-image-container img {
    border-radius: 10px;
}
.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;
    border-radius: 6px;
    position: relative;
    top: -25px;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}
.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: #fff;
} 

.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: 14px;
    font-weight: normal;
    color: #fff;
}
.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;
    color: #fff;
}

.blog-style-2 .tcr-post-wrapper .tcr-post-title h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: 700;
}
.blog-style-2 .tcr-post-wrapper .read-more-link a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.blog-style-2 .tcr-post-wrapper .read-more-link i {
    margin-left: 10px;
}

.blog-style-2 .tcr-post-wrapper .read-more-link{
    font-size: 16px;
    font-weight: 700;
}



/******************************************************
    Client Widget
*******************************************************/
/* Client Style 1 */
.client-style-1 .client-item {
    text-align: center;
    height: 78px;
    position: relative;
}
.client-style-1 .client-item a {
    display: inline-grid;
}
.client-style-1 .client-item img {
    max-width: 112px;
    display: inline;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    position: absolute;
    left: 50%;
    margin-left: -56px;
}
.client-style-1 .client-item .client-image {
    top: 0;
}
.client-style-1 .client-item:hover .client-image {
    top: -78px;
}
.client-style-1 .client-item .client-hover-image {
    top: 78px;
}
.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: 78px;
    position: relative;
}
.client-style-2 .client-item a {
    display: inline-grid;
}
.client-style-2 .client-item img {
    max-width: 112px;
    display: inline;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -56px;
}
.client-style-2 .client-item .client-image {
    top: 0;
}
.client-style-2 .client-item:hover .client-image {
    top: -78px;
}
.client-style-2 .client-item .client-hover-image {
    top: 78px;
}
.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-wrapper {
    background-color: #fff;
    width: 180px;
    height: 180px;
    padding-top: 20px;
    text-align: center;
    border-radius: 50%;
    position: relative;
} 
.counter-style-1 .tcr-counter-icon {
    font-size: 60px;
    line-height: 60px;
}
.counter-style-1 .tcr-counter-icon svg{
    width: 60px;
}
.counter-style-1 .tcr-counter h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}
.counter-style-1 .tcr-counter h3:after {
    content: "+";
    position: absolute;
    font-size: 14px;
    top: -16px;
    right: 50px;
    color: #000;
}
.counter-style-1 .tcr-counter-title {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #757575;
}
/* Counter Style 2 */
.counter-style-2 .tcr-counter-wrapper {
    text-align: center;
    background: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 30px;
}
.counter-style-2 .tcr-counter-number {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
}
.counter-style-2 .tcr-counter-icon {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 15px;
}
.counter-style-2 .tcr-counter-icon svg{
    width: 50px;
}
.counter-style-2 .tcr-counter-content {
    margin-left: 20px;
    display: inline-block;
    text-align: left;
}
.counter-style-2 .tcr-counter-title {
    color: #000;
    font-weight: 500;
    font-family: "Baloo 2";
    font-size: 18px;
} 

/*! Counter Style 3 */
.counter-style-3 {
    display: inline-block;
    right: 0;
    
}
.counter-style-3 .tcr-counter-wrapper {
    display: flex;
    padding: 25px 35px;
    align-items: center;
    text-align: center;
}
.counter-style-3 .tcr-counter-wrapper .tcr-counter-number {
    font-size: 50px;
    font-weight: 700;
    margin-right: 15px;
    display: inline;
}

.counter-style-3 .tcr-counter-icon i {
    font-size: 60px;
    line-height: 65px;
    margin-right: 15px;
}
.counter-style-3 .tcr-counter-title {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 24px;
    font-weight:500;
    font-family: "Baloo 2";
    color: #000;
    text-align: left;
}

/*! 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: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

/* Counter Style 5 */
.counter-style-5 .tcr-counter-wrapper {
    text-align: center;
}
.counter-style-5 .tcr-counter-number {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 0;
    color: #000;
}
.counter-style-5 .tcr-counter-icon {
    font-size: 70px;
    line-height: 70px;
    display: inline-block;
    color: #fff;
}
.counter-style-5 .tcr-counter-content {
    margin-left: 20px;
    display: inline-block;
    text-align: left;
}
.counter-style-5 .tcr-counter-title {
    color: #757575;
}

/*******************************************************
    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;
}
.custom-heading-style-1 .heading-subtitle {
    margin-bottom: 10px;
}
.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, 
.heading-white-text .tcr-custom-heading-wrapper .tcr-heading-subtitle-wrapper .heading-subtitle {
    color: #fff;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper.subtitle-text-uppercase,
.custom-heading-style-1 .tcr-heading-title-wrapper.title-text-uppercase{
    text-transform: uppercase;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper.subtitle-text-lowercase,
.custom-heading-style-1 .tcr-heading-title-wrapper.title-text-lowercase{
    text-transform: lowercase;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper.subtitle-text-capitalize,
.custom-heading-style-1 .tcr-heading-title-wrapper.title-text-capitalize{
    text-transform: capitalize;
}


/*******************************************************
    Infobox Heading
*******************************************************/

/*! Infobox Style 1 */
.infobox-style-1 .tcr-infobox-wrapper {
    text-align: center;
    border: 1px solid rgb(245 245 245 / 0.10);
    padding: 40px;
    border-radius: 10px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon {
    margin-bottom: 20px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    width: 70px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon img{
    margin-bottom: 20px;
    border-radius: 10px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number {
    height: 100px;
    width: 100px;
    line-height: 100px;
    display: inline-block;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    background: rgba(252, 108, 147, 0.2);
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon i{
    font-size: 70px;
    line-height: 70px;
}
.infobox-style-1 .tcr-infobox-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #ffffff;
}
.infobox-style-1 .tcr-infobox-wrapper .infobox-btn-link {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
}
.infobox-style-1 .tcr-infobox-wrapper .infobox-btn-link a i {
    font-size: 10px;
    margin-left: 8px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-text {
    color: rgba(255, 255, 255, 0.8);
}

/*! Infobox Style 2 */
.primary-infobox-2 .infobox-style-2 .tcr-infobox-icon,
.secondary-infobox-2 .infobox-style-2 .tcr-infobox-icon,
.tertiary-infobox-2 .infobox-style-2 .tcr-infobox-icon,
.primary-infobox-2-last .infobox-style-2 .tcr-infobox-icon {
    font-size: 55px;
    line-height: 55px;
    position: relative;
    margin-left: 30px;
}
.infobox-style-2 .tcr-infobox-icon i {
    position: relative;
    margin-left: 10px;
    font-size: 60px;
    line-height: 60px;
}
  .infobox-style-2 .tcr-infobox-icon svg{
    position: relative;
    margin-left: 10px;
    width: 55px;
}
.primary-infobox-2 .infobox-style-2 .tcr-infobox-icon:before {
    content: '';
    position: absolute;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    background-color: #000;
    opacity: 0.1;
    bottom: 0px;
    left: -30px;
}
.secondary-infobox-2 .infobox-style-2 .tcr-infobox-icon:before {
    content: '';
    position: absolute;
    opacity: 0.1;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 60px solid #000;
    border-bottom: 100px solid transparent;
    bottom: -30px;
    left: 10px;
    transform: rotate(90deg);
}
.tertiary-infobox-2 .infobox-style-2 .tcr-infobox-icon:before {
    content: '';
    position: absolute;
    opacity: 0.1;
    width: 70px;
    height: 70px;
    bottom: 0px;
    background-color: #000;
    left: -20px;
    transform: rotate(60deg);
}
.primary-infobox-2-last .infobox-style-2 .tcr-infobox-icon:before {
    content: '';
    position: absolute;
    opacity: 0.1;
    width: 80px;
    height: 60px;
    transform: skew(20deg);
    background-color: #000;
    left: -20px;
    bottom: 10px;
}

.infobox-style-2 .tcr-infobox-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #ffffff;
}
.infobox-style-2 .tcr-infobox-content {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon img{
    z-index: 9;
    position: relative;
    width: 70px;
    border-radius: 100px;
}
.infobox-style-2 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number {
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}



/*! Infobox Style 3 */
 
.infobox-style-3 .tcr-infobox-content{
     margin-left: 25px;
}

.infobox-style-3 .tcr-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-3 .tcr-infobox-icon svg{
    width: 45px; 
}
.infobox-style-3 .tcr-infobox-icon img{
    border-radius: 100%;
    width: 90px;
}
.infobox-style-3 .tcr-infobox-icon .icon-number{
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
    color: #fff !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    }
.infobox-style-3 .tcr-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

/*! Infobox Style 4 */
.infobox-style-4 {
    text-align: center;
    position: relative;
}
.infobox-style-4-counter2 .tcr-infobox-wrapper:after,
.infobox-style-4-counter1 .tcr-infobox-wrapper:after {
    position: absolute;
    content: "";
    top: 60px;
    right: -360px;
    width: 100%;
    background-image: url(../images/step-arrow-1.png);
    background-repeat: no-repeat;
    height: 100%;
}

.infobox-style-4-counter2 .tcr-infobox-wrapper:after {
    background-image: url(../images/step-arrow-2.png);
}
.infobox-style-4 .tcr-infobox-icon {
    font-size: 70px;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    border: 8px solid #f5f5f5;
    display: inline-block;
}
.infobox-style-4 .tcr-infobox-icon svg{
    width: 60px;
}
.infobox-style-4 .tcr-infobox-icon img{
    position: relative;
    top: -16px;
    width: 100%;
    border-radius: 100%;
}
.infobox-style-4 .tcr-infobox-icon span{
    font-size: 60px;
    line-height: 60px;
    font-family: "Baloo 2";
    font-weight: 600;
    position: relative;
    top: -11px;
}
.infobox-style-4 .tcr-infobox-content {
    margin-top: 20px;
    padding: 0 30px;
}
.infobox-style-4 .tcr-infobox-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
}
.infobox-style-4-counter .tcr-infobox-wrapper .tcr-infobox-inner {
    position: relative;
    display: inline-block;
}
.infobox-style-4-counter .elementor-column .elementor-widget-parezy-infobox .tcr-infobox-inner:after {
    content: '01';
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 99;
    font-family: "baloo 2", sans-serif;
    background-image: url(../images/step-icon1.png);
    background-repeat: no-repeat;
    width: 62PX;
    height: 47pX;
    text-align: center;
    line-height: 52PX;
}

.infobox-style-4-counter .elementor-element .infobox-style-4-counter2.elementor-widget-parezy-infobox .tcr-infobox-inner:after {
    background-image: url(../images/step-icon2.png);
    content: '02';
}
.infobox-style-4-counter .elementor-element .infobox-style-4-counter3.elementor-widget-parezy-infobox .tcr-infobox-inner:after {
    background-image: url(../images/step-icon3.png);
    content: '03';
}

/*! infobox Style 5 */
.infobox-style-5 .tcr-infobox-icon {
    font-size: 40px;
    margin-right: 15px;
    line-height: 40px;
}
.infobox-style-5 .tcr-infobox-icon svg{
    width: 40px;
}
.infobox-style-5 .tcr-infobox-icon img{
    width: 100px;
    border-radius: 10px;
}
.infobox-style-5 .tcr-infobox-icon span{
    font-size: 20px;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
    display: inline-block;
    color: #fff;
    text-align: center;
}
.infobox-style-5 .tcr-infobox-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
} 
.infobox-style-5 .tcr-infobox-text{
    margin-top: 10px;
}

/*! Infobox Style 6 */
.infobox-style-6 .tcr-infobox-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.infobox-style-6 .tcr-infobox-content {
    border-right: 1px solid #f8f8f8;
    padding-right: 30px;
}
.infobox-style-6 .tcr-infobox-icon img {
   width: 100px;
}
.infobox-style-6 .tcr-infobox-icon i{
    font-size: 50px
}
.infobox-style-6 .tcr-infobox-icon span{
    color: #fff;
    top: 8px;
    left: 16px;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}

/*! Infobox Style 7 */
.info-bg-color .infobox-style-7 .tcr-infobox-wrapper {
    text-align: left;
     position: relative;
}

.info-bg-color .infobox-style-7 .tcr-infobox-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.info-bg-color .infobox-style-7 .tcr-infobox-icon svg{
    width: 33px;
    position: relative;
    top: 14px; 
    fill: #fff;
}
.info-bg-color.bg-color-01 .infobox-style-7 .tcr-infobox-wrapper:before,
.info-bg-color.bg-color-02 .infobox-style-7 .tcr-infobox-wrapper:before,
.info-bg-color.bg-color-03 .infobox-style-7 .tcr-infobox-wrapper:before,
.info-bg-color.bg-color-04 .infobox-style-7 .tcr-infobox-wrapper:before{
    position: absolute;
    top: 20px;
    left: 55px;  
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    text-align: center;
    z-index: 99;
}

.info-bg-color.bg-color-01 .infobox-style-7 .tcr-infobox-wrapper:before{
    content: "01";
}
.info-bg-color.bg-color-02 .infobox-style-7 .tcr-infobox-wrapper:before{
    content: "02";
}
.info-bg-color.bg-color-03 .infobox-style-7 .tcr-infobox-wrapper:before{
    content: "03";
}
.info-bg-color.bg-color-04 .infobox-style-7 .tcr-infobox-wrapper:before{
    content: "04";
}
.info-bg-color .infobox-style-7 .tcr-infobox-wrapper:after{
    position: absolute;
    top: 35px;
    left: 0;
    content: "";
    background: #eee;
    width: 100%;
    height: 1px;
}
.info-bg-color.bg-color-04 .infobox-style-7 .tcr-infobox-wrapper:after{
    content: none;
}

.info-bg-color .infobox-style-7 .tcr-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.info-bg-color .infobox-style-7 .tcr-infobox-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}

.info-bg-color .infobox-style-7 .tcr-infobox-wrapper .tcr-infobox-content{
    padding-right: 50px;
}

.infobox-style-7 .tcr-infobox-icon i{
    color: #fff;
    font-size: 28px;  
}
.infobox-style-7 .tcr-infobox-icon .icon-number{

   font-size: 20px;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
    display: inline-block;
    color: #fff;
    text-align: center;
}
/*! Infobox Style 8 */
.infobox-style-8 .tcr-infobox-content{
    margin-top: 30px;
}
.infobox-style-8 .tcr-infobox-wrapper h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 20px;
}
.infobox-style-8 .tcr-infobox-icon i{
   font-size: 60px;
   line-height: 60px;
}
.infobox-style-8 .tcr-infobox-icon svg{
    width: 45px;
}
.infobox-style-8 .tcr-infobox-icon span{
    color: #fff;
    top: 8px;
    left: 16px;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}


/*! Infobox Style 9 */
.infobox-style-9 .tcr-infobox-content {
   color: #323663;
    
}
.infobox-style-9 .tcr-infobox-content h3 {
    color: #323663;
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.infobox-style-9 .tcr-infobox-icon i{
   font-size: 60px;
   line-height: 60px;
}

.infobox-style-9 .tcr-infobox-icon span{
    color: #fff;
    top: 8px;
    left: 16px;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}
 /* infobox style 10  */

 .infobox-style-10 .tcr-infobox-wrapper{
     text-align: center;
    padding:20px 25px 30px 25px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
 }
 .infobox-style-10 .tcr-infobox-wrapper:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
 }
 .infobox-style-10 .tcr-infobox-icon{
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
 } 
 .infobox-style-10 .tcr-infobox-icon svg{
    width: 70px;
 }
 .infobox-style-10 .tcr-infobox-icon span{
    font-size: 65px;
    font-weight: 600;
 }
 .infobox-style-10 .tcr-infobox-title{
     margin-bottom: 12px;
     font-size: 26px;
    line-height: 30px;
 }
 .infobox-style-10 .tcr-infobox-content{
     position: relative;
 }


 /* infobox style 11 */
 .infobox-style-11 .tcr-infobox-wrapper {
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 45px;
    position: relative;
    overflow: hidden;
}
.infobox-style-11 .tcr-infobox-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    border-radius: 45px; 
}
.infobox-style-11 .tcr-infobox-wrapper::after {
    position: absolute;
    content: "";
    top: -40px;
    width: 160%;
    height: 80%;
    background: #fff;
    opacity: 0.3;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon {
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
    font-size: 100px;
    color: #323663;
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    width: 88px;
    fill: #323663; 
}
.infobox-style-11 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number{
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 70px;
}
.infobox-style-11 .tcr-infobox-title {
    margin-bottom: 13px;
    text-transform: capitalize; 
    font-size: 25px;
    line-height: 36px; 
    position: relative;
    z-index: 9;
}
.infobox-style-11 .tcr-infobox-text {
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}
.infobox-style-11 .tcr-infobox-button a {
    font-size: 15px;
    line-height: 15px; 
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: capitalize;
    font-weight: 900;
    position: relative;
    z-index: 9;
}
.infobox-style-11 .tcr-infobox-button a::before {
    position: absolute;
    top: 1px;
    font-size: 18px;
    right: -15px;
    content: "+";
    font-weight: 900;
} 

/*  infobox style 12  */
.infobox-style-12 .tcr-infobox-wrapper {
    margin-bottom: 30px;
    position: relative;
    border-right: 1px solid #e5e5e5;
    margin-right: 20px;
    padding: 20px 25px 20px 0;
    z-index: 9;
  }
  .elementor-section .elementor-column:nth-of-type(4n+4) .elementor-element .infobox-style-12 .tcr-infobox-wrapper  {
    border-right: inherit;
  }
  
  .infobox-style-12 .tcr-infobox-number {
    color: #fff;
    font-size: 0px;
    line-height: 0px;  
    font-weight:200;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45px;
    right: 37px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; 
  } 
  .infobox-style-12 .tcr-infobox-wrapper:hover .tcr-infobox-number {
    opacity: 1;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight:800;
    font-family: "Baloo 2";
  } 
  .infobox-style-12 .tcr-infobox-icon i {
    font-size: 70px;
    line-height: 70px; 
  }
  .infobox-style-12 .tcr-infobox-icon svg{
    width: 59px;
  } 
  .infobox-style-12 .tcr-infobox-icon img {
    width: 70px;
    border-radius: 10px;
  } 
  .infobox-style-12 .icon-number { 
    font-size: 50px; 
    line-height: 60px; 
    font-weight: 400;
  } 
  .infobox-style-12 .tcr-infobox-title {
    font-size: 26px;
    line-height: 36px; 
    font-weight: 800;
    font-family: "Baloo 2";
    margin: 20px 0 10px 0; 
    color: #323663;
  } 
  .infobox-style-12 .tcr-infobox-button a {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    font-weight:800;
    text-transform: uppercase;
    font-size: 14px;
  }
  .infobox-style-12 .tcr-infobox-button a:before {
    position: absolute;
    top: 0px;
    right: -16px;
    content: "+";
    font-weight:900; 
    font-size: 20px;
    line-height: 20px;
  } 
  .elementor-section .elementor-column .elementor-section .elementor-column:last-child .infobox-style-12 .tcr-infobox-wrapper {
    border: inherit;
  } 

  /* infobox style 13  */ 

.infobox-style-13 .tcr-infobox-wrapper {
    margin-bottom: 55px; 
    position: relative;
    padding-left: 110px;
}
.infobox-style-13 .tcr-infobox-wrapper .tcr-infobox-icon{
   background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 5%);
    text-align: center;
    font-size: 35px;
    border: 1px solid #f9f6f6;
    line-height: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.infobox-style-13 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    width: 33px;
    position: relative;
    top: 10px;
}
.infobox-style-13 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number {
    color: #323663;
    font-weight: 400; 
    font-family: "Baloo 2";
    font-size: 30px;
}
.infobox-style-13 .tcr-infobox-wrapper .tcr-infobox-icon img{
    width: 100%;
    top: -4px;
    position: relative;
}
.infobox-style-13 .tcr-infobox-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 900; 
  margin-bottom: 10px;
} 
 
/*******************************************************
    List Heading
*******************************************************/
.tcr-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tcr-list-wrapper ul li {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.tcr-list-wrapper ul li i {
    margin-right: 18px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 900;
}
.tcr-list-wrapper ul li svg,
.tcr-list-number .tcr-list-wrapper ul li svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.tcr-list-wrapper ul li p {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    font-family: "baloo 2", sans-serif;
    font-size: 20px;
    color: #323663;
    font-weight: 700;
}
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: 0;
    left: 16px;
    font-family: "baloo 2", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.tcr-list-number .tcr-list-wrapper ul li:after {
    content: '';
    position: absolute;
    top:-7px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}

/*******************************************************

    Progress Bar Heading

*******************************************************/

/*! Progress Bar */
.tcr-progress-bar-wrapper {
    margin-bottom: 25px;
    position: relative;
}
.tcr_progress_bar_wrapper .tcr-progress-bar {
    width: 100%; 
    border-radius: 10px;
}
.tcr_progress_bar_wrapper .tcr-progress-bar-inner {
    width: 0%;
    height: 3px;
    border-radius: 10px;
}
.progress-bar-style-1 .tcr-progress-bar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #323663;
    display: inline-block;
    font-family: "baloo 2", sans-serif;
}
.cd-bg-color-quaternary .progress-bar-style-1 .tcr-progress-bar-title {
    color: #ffffff;
}
.progress-bar-style-1 .tcr-progress-bar-value {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-family: "baloo 2", sans-serif;
    padding: 6px 15px;
    border-radius: 4px;
    position: relative;
    float: right;
    margin-top: -8px;
}

.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: #fc6c93 #fc6c93 transparent transparent;
}
.progress-bar-style-1.tcr_progress_bar_wrapper .tcr-progress-bar-inner {
    height: 8px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper{
     margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}


/*! 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: 16px;
    line-height: 26px;
    color: #021b2b;
    font-weight: 700;
}
.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;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*! Progress Bar 3*/
.progress-bar-style-3 .tcr-progress-bar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #323663;
    display: inline-block;
}
.progress-bar-style-3 .tcr-progress-bar-value {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 4px;
    position: relative;
    float: right;
    margin-top: -8px;
}

.progress-bar-style-3 .tcr-progress-bar-value:before{
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4559b3;
    margin-left: -6px;
}
.progress-bar-style-3.tcr_progress_bar_wrapper .tcr-progress-bar-inner {
    height: 4px;
}
.progress-bar-style-3 .tcr-progress-bar-wrapper{
     margin-top: 50px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

/* progress bar style 4 */
 
  .progress-bar-style-4 .tcr-progress-bar-wrapper .tcr-progress-bar {
    width: 100%;
    position: relative;
    background: transparent;
  }
  
  .progress-bar-style-4 .tcr-progress-bar-wrapper .tcr-progress-bar::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: #e5e5e5;
    width: 100%;
    height: 2px;
    border-radius:100px;
  }
  
  .progress-bar-style-4 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    position: relative; 
    border-radius: 100px;
  }
  
  .progress-bar-style-4 .tcr-progress-bar-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 22px;
    color: #323663;
    text-transform: capitalize;
  }
  
  .progress-bar-style-4 .tcr-progress-bar-value {
    position: relative;
    font-size: 16px;
    line-height: 50px;
    float: right;
    color: #323663;
    font-weight: 800;
  }
  
/*******************************************************

    Projects Widget

*******************************************************/

/* Projects Style 1 */
.projects-style-1.projects-layout-slider .owl-nav .owl-next,
.projects-style-1.projects-layout-slider .owl-nav .owl-prev,
.projects-style-1 svg.inner-dashed-border,
.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: 20px;
}
.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;
    overflow: hidden;
}
.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;
    font-size: 50px;
    color: #fff;
    z-index: 2;
    padding-right: 15px;
    right: 0;
    top: 0;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-action-icons a:after {
    position: absolute;
    content: "\f100";
    font-family: flaticon;
    top: 4px;
    left: 18px;
    font-size: 16px;
    color: #fff;
}
.projects-style-1 .tcr-project-content-inner:hover .tcr-project-action-icons a {
    right: 20px;
    top: 40px;
}

.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: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title .tcr-project-category {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
}
.projects-style-1 .tcr-project-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
}
.projects-style-1 .tcr-project-content-inner:hover {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}
.projects-style-1 svg.inner-dashed-border {
    position: absolute;
    stroke: #fbc2d1;
    left: 2%;
    top: 2%;
    width: calc(100% - 4%);
    height: calc(100% - 4%);
    pointer-events: none;
    animation: dashed_border_running 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 3;
    stroke-dasharray: 1, 8;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation-play-state: running;
    fill: none;
    transition: 0.4s;
}
@keyframes dashed_border_running {
    100% {
        stroke-dashoffset: -1000;
    }
}

/* 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-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    overflow: hidden;
}
.projects-style-2 .tcr-project-content-cover {
    position: relative;
    padding: 15px 10px 15px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    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);
}
.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: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.projects-style-2 .tcr-project-content-cover .tcr-project-title span {
    font-size: 16px;
    line-height: 28px;
}

/*  projects style 3  */
.projects-style-3 img {
    width: 100%;
    border-radius: 30px;
  }
  
  .projects-style-3 .tcr-project-thumbnail-wrapper {
    margin-bottom: 30px;
  }
  
  .projects-style-3.projects-layout-1-4-grid .tcr-project-thumbnail-wrapper {
    margin-bottom: 0;
  }
  
  .projects-style-3.projects-layout-1-4-grid a {
    margin: 10px;
    display: block;
  }
  
  .projects-style-3.projects-layout-1-4-grid .row .col-lg-6.col-lg-6.col-md-12.col-sm-12,
  .projects-style-3.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12,
  .projects-style-3.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12 .row .col-lg-6.col-lg-6.col-md-12.col-sm-12 {
    padding: 0 !important;
  }
  
  .projects-style-3.projects-layout-1-4-grid .row .col-lg-6.col-md-12.col-sm-12 .row {
    margin: 0 !important;
  }
  
  .cursorIcon.tcr-project-title-wrap .project-title {
    font-size: 22px;
    line-height: 32px;
    padding: 20px; 
    font-family: "Baloo 2";
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
   border-radius:15px;
  }
  
  .cursorIcon.tcr-project-title-wrap .tcr-project-category {
    font-size: 13px;
    line-height: 24px;
    letter-spacing:0.7px;
    padding: 10px 15px; 
    display: inline-block; 
    color: #fff;
    border-radius:10px;
    font-weight: 800;
  }
  
  .cursorIcon.tcr-project-title-wrap .tcr-project-content {
    min-width: 250px;
    text-align: left;
  }
  
  .cursorIcon.tcr-project-title-wrap .project-title a {
    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-slide .tcr-service-service-wrapper {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    border-bottom: 2px solid #000;
}
.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 40px 30px 40px;
    position: relative;
    background: url(../images/pattern-01.png) repeat-x 0 0;
    margin-top: -12px
}
.services-style-1 .tcr-service-content-inner .tcr-service-content{
    margin-top: 20px;
}
.services-style-1 .tcr-service-content-inner .tcr-service-content p{
    margin-bottom: 20px;
}
.services-style-1 .tcr-service-date {
    font-size: 60px;
    line-height: 60px;
}
.services-style-1 .tcr-service-title h3 {
    font-size: 26px;
    line-height: 28px;
    margin-left: 20px;
    margin-bottom: 0;
}

.services-style-1 .tcr-service-title h3 a {
    color: #323663;
}
.services-style-1 .tcr-service-content-inner .tcr-service-content a {
    font-size: 16px;
    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.services-layout-slider .owl-stage>.owl-item .tcr-service-slide .tcr-service-wrapper,
.services-style-2 .tcr-service-slide .tcr-service-wrapper {
    text-align: center;
}
.services-style-2 .tcr-service-slide .tcr-service-wrapper .tcr-service-date {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    line-height: 100px;
    margin: 0 auto;
    font-size: 50px;
    text-align: center;
}
.services-style-2 .tcr-service-slide .tcr-service-title {
    margin-top: 25px;
}
.services-style-2 .tcr-service-slide .tcr-service-title .service-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 15px;
}
.services-style-2 .tcr-service-slide .tcr-service-title .service-title a{
    color: #fff;
}

/*! Services Style 3 */
.services-style-3 .tcr-service-slide .tcr-service-wrapper {
    text-align: center;
}
.services-style-3 .tcr-service-slide .tcr-service-title {
    margin-top: 25px;
}
.services-style-3 .tcr-service-slide .tcr-service-title .service-title {
    font-size: 20px;
    line-height: 26px;
}
.services-style-3 .col-sm-12 {
    margin-bottom: 30px;
}
.services-style-3 .col-sm-12:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    background: #f0efec;
    top: 0;
    right: 0;
}

.services-style-3>.row>.col-sm-12:nth-of-type(3n+3):after {
    display: none;
}
.services-style-3>.row>.col-sm-12:nth-of-type(2),
.services-style-3>.row>.col-sm-12:nth-of-type(1),
.services-style-3>.row>.col-sm-12:nth-of-type(3) {
    border-bottom: 1px solid #f0efec;
}


/*  Services Style 4 */
.services-style-4 .tcr-service-service-wrapper {
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #f0efec;
}
.services-style-4 .tcr-service-service-wrapper img{
    clip-path: ellipse(100% 60% at 50% 40%);
    border-radius: 10px;
} 
.services-style-4 .tcr-service-content-inner{
    padding:40px 30px 40px 35px;
    display: flex;
}
.services-style-4 .tcr-service-content-cover .tcr-service-date{
    font-size: 22px;
    margin-right: 20px;
    display: inline-block;
    width: 80px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 100px;
    position: relative;
}

.services-style-4 .tcr-service-content-cover .tcr-service-date span{
    position: absolute;
    top: -7px;
    left: 34px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 17px;
    font-weight:700;
}

.services-style-4 .tcr-service-content-cover .tcr-service-date i{
  color: white;
  font-size: 50px;
} 
.services-style-4 .tcr-service-content {    
    font-weight: 700;
}
.services-style-4 .service-title{
    font-size: 26px;
    line-height: 29px;
}
.services-style-4 .tcr-service-content i{
    font-size: 10px;
    margin-left:5px;
}
.services-style-4 .tcr-service-category{
    margin-bottom: 20px;
    font-family: Mulish;
    font-weight: 800;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

/* .services-style-3 */

.services-layout-list {
    text-align: center;
  }
 
  .services-layout-list .tcr-service-wrapper .tcr-service-title {
    font-size: 40px;
    line-height: 45px;
    font-family: "Baloo 2";
    font-weight: 800;
    color:#323663;
    margin-bottom: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
   
  .services-layout-list {
    text-align: center;
    position: relative;
    padding-right: 360px;
  }
  .services-layout-list .tcr-service-wrapper .tcr-service-image-container {
    position: absolute;
    top: -60px;
    right: 0;
    border-radius: 100%;
    width: 330px;
    height: 330px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
  }
  .services-layout-list .tcr-service-wrapper.active .tcr-service-image-container  {
    opacity: 1;
  } 
  .services-layout-list .tcr-services-button{
    padding: 20px 35px;
    font-weight: 500;
        font-family: "Baloo 2";
    text-transform: capitalize;
    font-size: 15px;
    line-height: 15px;
    border-radius: 100px; 
    color: #fff;
  }
 
  /* services style 6 */
.services-style-6 .tcr-service-wrapper {
    position: relative;
    margin: 15px 0px; 
  }
  
  .services-style-6 .tcr-service-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#323663;
    background: linear-gradient(180deg, rgb(0 0 0 /  0%) 38%, rgb(0 0 0 / 90%) 99%);
    border-radius: 20px;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
  }
  .services-style-6 .tcr-service-wrapper:hover:after{ 
    background:#323663;
    background: linear-gradient(180deg, rgb(0 0 0 / 30%) 38%, rgb(0 0 0 / 90%) 99%); 
  }
  
  .services-style-6 .tcr-service-image-container img {
    position: relative;
    border-radius: 21px;
    width: 100%;
  }
  
  .services-style-6 .tcr-service-button {
    position: absolute;
    top: 44px;
    right: 15px;
    font-size: 80px;
  }
  
  .services-style-6 .tcr-service-wrapper a::before {
    display: inline-block;
    position: absolute;
    top: 65px;
    right: 45px;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: transparent;
    transform: scale(-1) rotate(141deg);
    font-size: 70px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9; 
  }
  
  
  .services-style-6 .tcr-service-wrapper:hover a::before {
    opacity: 1;
    top: 50px;
    right: 30px;
    -webkit-text-stroke: 1px #fff; 
  }
  
  .services-style-6 .tcr-service-content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 9;
  }
  
  .services-style-6 .tcr-service-category { 
    font-size: 16px;
    font-weight: 700;
    line-height: 26px; 
    text-transform: uppercase;
  }
  
  .services-style-6 .tcr-service-title {
    font-family: "baloo 2";
    font-size: 25px;
    line-height: 40px;
    font-weight: 800;
    color: #fff; 
    text-transform: capitalize;
  }
/*******************************************************

    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 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-1 .teammember-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 700;
}
.team-style-1 .teammember-title a {
    font-size: 22px;
    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 {
    background: #fff;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
    padding: 8px;
    border-radius: 6px;
}
.team-style-1 .tcr-teammember-thumbnail-wrapper img {
    border-radius: 6px 6px 0 0;
}
.team-style-1 .tcr-teammember-content-cover {
    padding: 20px 10px 10px 10px;
    position: relative;
}
.team-style-1 .tcr-teammember-designation {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: Mulish;
    color: #757575;
    font-weight: normal;
}
.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-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: #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;
    margin-top: 10px;
}
.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: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
}
.team-style-2 .tcr-teammember-wrapper .tcr-teammember-image-container {
    padding: 8px;
    border-radius: 10px;
    overflow: hidden;
}
.team-style-2 .tcr-teammember-wrapper .tcr-teammember-image-container img {
    border-radius: 10px;
}
.team-style-2 .tcr-teammember-content-cover {
    background: url(../images/pattern-01.png) repeat-x 0 0;
    position: relative;
    margin-top: -20px;
}
.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;
    color: #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;
    color: #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-teammember-title {
    padding: 20px 20px 20px 20px;
    position: relative;
}
.team-style-2 .tcr-teammember-title h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.team-style-2 .tcr-teammember-title h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: Mulish;
    color: #757575;
    font-weight: 600;
}
.team-style-2 .tcr-teammember-title img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.team-style-2 {
    background-color: #fff;
    padding: 50px 60px 30px;
    border-radius: 20px;
}
.team-style-2 svg.inner-dashed-border {
    position: absolute;
    stroke: #fc6c93;
    left: 10px;
    top: 15px;
    width: calc(100% - 2%);
    height: calc(100% - 6%);
    pointer-events: none;
    animation: dashed_border_running 50s linear infinite both;
    animation-play-state: paused;
    stroke-width: 3;
    stroke-dasharray: 1, 8;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation-play-state: running;
    fill: none;
    transition: 0.4s;
}
.team-style-2 .owl-carousel .owl-nav .owl-prev {
    left: -55px;
}
.team-style-2 .owl-carousel .owl-nav .owl-next {
    right: -55px;
}

/*  team layout hover */
.team-layout-hover {
    text-align: center;
  }
  
  .team-layout-hover .tcr-teammember-title a {
    font-style: italic;
    position: relative;
    padding-right: 55px;
    margin-right: 70px; 
  }
  
  .team-layout-hover .team-layout-hover {
    margin-bottom: 30px;
  }
  
  .team-layout-hover .tcr-teammember-title a:before {
    position: absolute;
    bottom: 0px;
    right: -30px;
    content: "//";
    font-weight:800; 
  }
  .team-layout-hover li:last-child .tcr-teammember-title a:before {
    content: none;
  } 
  
  .team-layout-hover .teammember-title {
    font-family: "Baloo 2";
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; 
  }
  
  .team-layout-hover .teammember-title a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .team-layout-hover .tcr-teammember-title:hover a:before,
  .team-layout-hover .teammember-title:hover a {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #fc6c93;
  }
  
  .cursorIcon.tcr-team-img-cursor img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 100%;
  }
  
  .team-layout-hover ul.tcr-teammember-container {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
  } 
  .team-layout-hover ul.tcr-teammember-container li {
    display: inline-block;
  } 

  /* team-style-3 */
  .team-style-3 .tcr-teammember-wrapper{
    margin-bottom: 40px;
   }
   .team-style-3 .tcr-teammember-wrapper{
    display: flex;
    align-items: center; 
   }
 
   .team-style-3 .tcr-teammember-wrapper img {
      border-radius: 100%;
     width: 200px;
    height: 200px;
   }
   .team-style-3 .tcr-teammember-content{
    margin-left:40px;
    padding: 0;
   }
   .team-style-3 .teammember-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "baloo 2";
    font-weight: 800;
    color:#323663;
    margin-bottom: 5px;
  }
  .team-style-3 .tcr-teammember-designation {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
  .team-style-3 .tcr-teammember-social-inner ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    margin-top: 20px;
  }
  .team-style-3 .tcr-teammember-social-inner ul li {
    list-style-type: none;
    margin: 0 4px; 
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;  
    line-height: 43px; 
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  } 
 
  .team-style-3 .tcr-teammember-social-inner ul li:hover i{
    color: #fff;
  }

 
  

/*******************************************************

    Testimonials Widget

*******************************************************/

/* Testimonials Style 1 */
.testimonials-style-1 .tcr-testimonial-wrapper {
    text-align: center;
}
.testimonials-style-1 .tcr-testimonial-image-container {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.testimonials-style-1 .tcr-testimonial-image-container:before {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: -10px;
    font-size: 16px;
    content: "";
    text-align: center;
    z-index: -1;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    border: 4px dotted;
    background-color: transparent;
}
.testimonials-style-1 .tcr-testimonial-image-container img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.testimonials-style-1 .tcr-testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
}
.testimonials-style-1 .tcr-testimonials-title {
    margin-top: 30px;
}
.testimonials-style-1 .tcr-testimonial-rating{
    color: #ffb300;
    margin-top: 10px;
}
.testimonials-style-1 .testimonial-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}
.testimonials-style-1 .owl-carousel .owl-nav .owl-prev {
    top: 20%;
    left: -10px;
}
.testimonials-style-1 .owl-carousel .owl-nav .owl-next {
    top: 20%;
    right: -10px;
}

/* Testimonials Style 2 */
.testimonials-style-2 .tcr-testimonial-wrapper {
    text-align: center;
}
.testimonials-style-2 .tcr-testimonial-image-container {
    position: relative;
    display: inline-block;    
    min-width: 293px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    height: 200px;
    overflow: hidden
}
.testimonials-style-2 .tcr-testimonial-image-container:before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    font-size: 16px;
    content: "";
    text-align: center;
    z-index: 1;
    width: 293px;
    height: 200px; 
   background-image: url(../images/frame-1.png);
}
.testimonials-style-2 .owl-stage .owl-item:nth-of-type(4n+2) .tcr-testimonial-slide .tcr-testimonial-image-container:before{
    background-image: url(../images/frame-2.png);
}
.testimonials-style-2 .owl-stage .owl-item:nth-of-type(4n+3) .tcr-testimonial-slide .tcr-testimonial-image-container:before{
    background-image: url(../images/frame-3.png);
}
.testimonials-style-2 .owl-stage .owl-item:nth-of-type(4n+4) .tcr-testimonial-slide .tcr-testimonial-image-container:before{
    background-image: url(../images/frame-4.png);
}
.testimonials-style-2 .tcr-testimonial-image-container img {
    width: 293px;
    height: auto;
    border-radius: 50%;
}
.testimonials-style-2 .testimonial-designation{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: Mulish;
    color: #757575;
    font-weight: 600;
}
.testimonials-style-2 .tcr-testimonial-rating{
    color: #ffb300;
    margin-top: 10px;
}
.testimonials-style-2 .tcr-testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
    padding: 0 20px;
}
.testimonials-style-2 .tcr-testimonials-title {
    margin-top: 30px;
}
.testimonials-style-2 .testimonial-title {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 10px 30px;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}
.testimonials-style-2 .owl-carousel .owl-nav .owl-prev {
    top: 20%;
    left: -10px;
}
.testimonials-style-2 .owl-carousel .owl-nav .owl-next {
    top: 20%;
    right: -10px;
}


/* testimonials style 3 */

.testimonials-style-3 .tcr-testimonial-wrapper{
    margin: 15px 0px;
  }
  .testimonials-style-3 .testimonial-image {
    width: 80px;
    margin-right: 20px;
  } 
  .testimonials-style-3 .testimonial-image img {
    border-radius: 100%; 
  } 
  .testimonials-style-3 .tcr-testimonial-content {
    position: relative;
    padding: 40px; 
    border: 1px solid #f3f3f3;
    border-radius: 30px;
  }
  .testimonials-style-3 .tcr-testimonial-content::before{
    position: absolute;
    top: 20px;
    right: 20px;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    opacity: 0.2;
    line-height: 70px;
    color: #fff;
  }
  .testimonials-style-3 .tcr-testimonial-content::after {
    position: absolute;
    content: "";
    left: 40px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent !important;
    border-right: 0px solid transparent;
    border-top: 25px solid;
  }
  .testimonials-style-3 .tcr-testimonial-content p{
    margin-bottom: 0px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
  }
  .testimonials-style-3 .testimonial-title {
    font-size: 20px;
    line-height: 35px;
    font-family: "Baloo 2";
    font-weight: 900; 
    color: #323663;
    margin-bottom: 2px;
  } 
  .testimonials-style-3 .tcr-testimonial-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-left: 60px;
  } 
  .testimonials-style-3 .testimonial-designation {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
  }
  .testimonials-style-3 .tcr-testimonial-rating {
    position: relative;
    margin-bottom: 10px;
    line-height: 13px;
    font-size: 13px;
    background: #fff;
    color: #ffc147;
    padding: 6px 8px;
    display: inline-block;
    border-radius: 0 6px 6px 0;
  }
  .testimonials-style-3 .owl-carousel .owl-dots {
    text-align: center;
  }
 

.elementor-section  .elementor-column .elementor-element   .testimonials-style-3 .col-sm-12:nth-of-type(4n+1) .tcr-testimonial-content::after,
.elementor-section .elementor-container .elementor-element .testimonials-style-3 .owl-item:nth-of-type(4n+1) .tcr-testimonial-content::after{
  border-top-color: #fc6c93;
}
.elementor-section  .elementor-column .elementor-element   .testimonials-style-3 .col-sm-12:nth-of-type(4n+2) .tcr-testimonial-content::after,
.elementor-section .elementor-container .elementor-element .testimonials-style-3 .owl-item:nth-of-type(4n+2) .tcr-testimonial-content::after{
  border-top-color: #46c9f3;
}
.elementor-section  .elementor-column .elementor-element   .testimonials-style-3 .col-sm-12:nth-of-type(4n+3) .tcr-testimonial-content::after,
.elementor-section .elementor-container .elementor-element .testimonials-style-3 .owl-item:nth-of-type(4n+3) .tcr-testimonial-content::after{
  border-top-color:  #fcd380;
}
.elementor-section  .elementor-column .elementor-element   .testimonials-style-3 .col-sm-12:nth-of-type(4n+4) .tcr-testimonial-content::after,
.elementor-section .elementor-container .elementor-element .testimonials-style-3 .owl-item:nth-of-type(4n+4) .tcr-testimonial-content::after{
  border-top-color: #4559b3;
}
  
/* testimonials style 4 */
.testimonials-style-4 .testimonial-title {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 5px; 
    color: #fff;
    font-weight: 800;
  }
  
  .testimonials-style-4 .testimonial-designation { 
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  
  .testimonials-style-4 .tcr-testimonial-content {
     margin-top: 30px;
      font-size: 20px;
      line-height: 35px;
      font-style: italic;
      font-weight: 400; 
      color: #fff;
  }
  
  .testimonials-style-4 .tcr-testimonial-container {
    position: relative;
    padding: 20px 0 0 140px;
  }
  
  .testimonials-style-4 .tcr-testimonial-container::before {
    position: absolute;
    content: "\f10e";
    font-size:60px;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 50%;
    z-index: -1; 
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
  } 
  .testimonials-style-4 {
    position: relative;
  } 
  .testimonials-style-4 .tcr-testimonial-wrapper {
    padding-right: 30px;
    margin-bottom: 30px;
  } 
 
  .testimonials-style-4 .tcr-testimonial-rating span.checked {
    color: #ffb300;
  }  
  .tcr-bg-color-dark-color .testimonials-style-4 .tcr-testimonial-content{
    color: #fff;
  }
  

/*******************************************************

    Tab Widget

*******************************************************/
.tcr-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 6px;
    background: transparent;
    border: 2px dotted #eb5d83;
    padding: 5px;
}
.tcr-list-tab {
    flex: 1;
}
.tcr-tab-content {
    padding-top: 20px;
}
.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 {
    display: flex;
    padding: 10px 25px 10px 35px;
    align-items: center;
} 
.tcr-list-tab a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
}
.tcr-list-tab.cd-active-tab-link a {
    background: #000;
    color: #fff;
    border-radius: 6px;
}
.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;
}

/* Vertical Tab */
.tcr_tabs_wrapper.tcr-layout-vertical{
    display: flex;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content{
    margin-left: 30px;
    padding-top: 0;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list {
    min-width: 150px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab a{
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    display: inherit;
}


/*******************************************************

    Pricing Table

*******************************************************/

.pricing-table-color .elementor-column:nth-of-type(4n+1) .elementor-widget-parezy-pricing-table .tcr_pricing_table_wrapper .tcr-pricing-table-footer .tcr-pricing-table-button a:hover,
.tcr_pricing_table_wrapper {
    border-radius: 10px;
    color: #fff;
}
.tcr-pricing-table-header {
    padding: 20px;
    position: relative;
}
.tcr-pricing-table-feature-list {
    padding: 30px 30px 0px;
}
.tcr-pricing-table-feature-list .feature-list-item {
    margin: 20px 0;
    display: flex;
    line-height: 20px;
    align-items: center;
}
.tcr-pricing-table-feature-list .feature-list-item i {
    background-color: #fff;
    margin-right: 10px;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 3px 0px 0px rgba(50, 54, 99, 0.06);
    display: table;
}

.tcr-pricing-table-footer {
    text-align: center;
    margin: 0 auto;
    position: relative;
    bottom: -25px;
}
.pricing-table-title {
    font-size: 36px;
    line-height: 46px;
    font-family: "baloo 2", sans-serif;
    font-weight: 900;
}
.pricing-table-price-wrapper .pricing-table-base-price {
    font-size: 42px;
    font-family: "baloo 2", sans-serif;
    font-weight: 900;
    z-index: 9;
    position: absolute;
    content: "";
    text-align: center;
    background: #00000008;
    opacity: inherit;
    top: 0;
    left: 0;
    border-radius: 0 15px 15px 15px;
    padding: 35px;
}

.pricing-table-title-period {
    display: inline-block;
    border-radius: 6px;
    background: #000;
    padding: 7px 15px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.tcr-pricing-table-button a {
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}
.pricing-table-price-wrapper .pricing-table-sale-price{
    color: #323663;
    background: #fff;
    position: absolute;
    z-index: 9;
    padding: 3px 10px;
    border-radius: 6px;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 700;
    bottom: -20px;
    left: 30px;
}
  .tcr-pricing-table-icon{
display: none;
}
/*******************************************************

    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

*******************************************************/

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -80px;
    color: #fff !important;
    margin-top: -20px;
    opacity: 0;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    color: #fff !important;
    margin-top: -20px;
    opacity: 0;
}
.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 35px);
    transform: translate(-50%, 35px);
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots button.owl-dot {
    box-shadow: inherit;
    outline: none;
}

.owl-carousel:hover .owl-nav .owl-next{
  right: 10px;
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev{
    left: 10px;
    opacity: 1;
}



/*******************************************************
    timeline
*******************************************************/

.timeline-style-1 .parezy-timeline-wrapper{
    background-color: #000;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    width: 290px;
    height: 220px;
}
.timeline-style-1 .parezy-timeline-wrapper:after{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px dotted #febfce;
    border-radius: 10px;
}
.timeline-style-1 .parezy-timeline-content h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #fff;
}
.timeline-style-1 .parezy-timeline-list li {
    list-style: none;
    padding: 6px 0px;
    text-align: left;
    color: #fff;
}
.timeline-style-1 .parezy-timeline-list{
    margin: 0;
    padding: 0;
}
.timeline-style-1 .parezy-timeline-list li .parezy-timeline-value {
    float: right;
}
.time-line-lable .elementor-heading-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Mulish", Sans-serif;
}
.time-line-lable .elementor-widget-container{
    box-shadow: inset 0px -3px 0px 0px rgb(0 0 0 / 10%);
}

.time-line-history .time-line-img .elementor-image img, .time-line-history .time-line-img .elementor-widget-image img{
    border: 2px solid #fc6c93;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    line-height: 300px;
    border-radius: 50%;
    animation: spin_left 5s linear infinite;
    animation-play-state: paused;
    -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;
    -o-object-fit: none;
    object-fit: none;
    transition: 0.4s;
}
.time-line-history:hover .time-line-img .elementor-image img, .time-line-history:hover .time-line-img .elementor-widget-image img{
    border: 2px dashed #fc6c93;
    padding: 15px 15px 15px 15px;
}
.time-line-history .time-line-img{
    position: relative;
}
.time-line-history .time-line-img:after{
    z-index: 1;
    top: calc(50% - 5.5px);
    left: calc(50% - 5.5px);
    width: 11px;
    height: 11px;
    border-radius: inherit;
    transform: scale(0);
}
.time-line-history{
    position: relative
}
.time-line-history:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #4559b3;
    transform: rotate(45deg);
    top: 0;
    left: calc(50% - 10px);
}
.time-line-history:before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    width: 3px;
    height: 100%;
    background-color: #4559b3;
}
.timeline-style-1 .parezy-timeline-wrapper .parezy-timeline-icon i{
    font-size: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.1;
    color: #fff;
}
.timeline-style-1 .parezy-timeline-wrapper .parezy-timeline-content,
.timeline-style-1 .parezy-timeline-wrapper .parezy-timeline-list{
    position: relative;
    z-index: 9;
}



/******************************************************
       classes
*******************************************************/

.tcr-classes--wrapper .tcr-classes-content{
    padding: 50px 25px 30px;
    box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
    margin-top: -53px;
    border-radius: 10px;
    float: left;
    margin-bottom: 30px;
}
.tcr-classes--wrapper .tcr-classes-thumbnail-wrapper{
    padding: 30px 25px 0;
}
.tcr-classes--wrapper .tcr-classes-image-container img{
   border-radius: 20px;
   width: 100%;
   border-radius: 15px;
}
.tcr-classes--wrapper .tcr-classes-content .classes-title{
    margin-bottom: 13px;
    margin-top: 34px;
}
.tcr-classes--wrapper .tcr-classes-content-inner{
    display: flex;
    align-items: center;
}
.tcr-classes--wrapper .tcr-classes-content-age,
.tcr-classes--wrapper  .tcr-classes-content-time {
    display: grid;
    padding-right: 17px;
    margin-right: 17px;
    border-right:1px solid #ddd ;
} 

.tcr-classes--wrapper .classes-field{
    font-weight: 600;
}
.tcr-classes--wrapper .classes-value{
    color: #000;
    font-weight: 700;
}
.tcr-classes--wrapper .tcr-classes-content-price{
    width: 80px;
    height: 37px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.tcr-classes--wrapper .tcr-classes-content-price .classes-value{
    color: #fff ;
}
