/******************************************************* 
 Blog Widget
*******************************************************/
.blog-layout-grid .tcr-post-slide {
    margin-bottom: 30px;
}
/* blog style 2 */
.blog-style-1 .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-1 .tcr-post-wrapper{    
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-style-1 .tcr-post-slide{
    box-shadow: 0px -4px 49px 0px rgb(0 0 0 / 8%);
}
.blog-style-1 .tcr-post-wrapper .tcr-title-inner{
    padding: 15px 30px 25px;
}
.blog-style-1 .tcr-post-thumbnail-wrapper{
    position: relative;
}
.blog-style-1 .tcr-post-thumbnail-wrapper .post-date{
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    color: #fff;
    left: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    }
.blog-style-1 .tcr-post-thumbnail-wrapper .post-date span{
    margin-left: 6px;
}
.blog-style-1 .tcr-post-meta{
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
}
.blog-style-1 .tcr-post-meta .post-meta-item{
    margin-right: 20px;
    color: #2a2b2d;
}
.blog-style-1 .tcr-post-meta .post-meta-item i{
    margin-right: 10px;
}
.blog-style-1 .tcr-post-wrapper .tcr-post-title h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 15px 0px 10px 0px;
}
.blog-style-1 .tcr-post-wrapper .tcr-post-title p{
    margin-bottom: 0;
}
/******************************************************
    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: 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: -75px;
}
.client-style-1 .client-item .client-image {
    top: 0;
    filter: grayscale(100%);
}
.client-style-1 .client-item:hover .client-image {
    top: -43px;
}
.client-style-1 .client-item .client-hover-image {
    top: 43px;
}
.client-style-1 .client-item:hover .client-hover-image {
    top: -0;
}
.client-style-1 .tcr-clients-grid-wrapper .client-item{
  overflow: hidden;
}
.client-style-1.column-2 .tcr-clients-grid-wrapper .client-item{
    width: 50%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-3 .tcr-clients-grid-wrapper .client-item{
    width: 33.33%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-4 .tcr-clients-grid-wrapper .client-item{
    width: 25%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-5 .tcr-clients-grid-wrapper .client-item{
    width: 20%;
    float: left;
    margin: 20px 0;
}
.client-style-1.column-6 .tcr-clients-grid-wrapper .client-item{
    width: 16.66%;
    float: left;
    margin: 20px 0;
}
/* Client Style 2 */
.client-style-2 .client-item {
    text-align: center;
    height: 43px;
    position: relative;
}
.client-style-2 .client-item a {
    display: inline-grid;
}
.client-style-2 .client-item img {
    max-width: 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: -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-wrapper{
    display: flex;
}
.counter-style-1 .tcr-counter-number {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
}
.counter-style-1 .tcr-counter-icon {
    margin-top: 8px;
    margin-right: 20px;
}
.counter-style-1 .tcr-counter-icon i{
    font-size: 60px;
    line-height: 60px;
}
.counter-style-1 .tcr-counter-icon img{
    width: 70px;
}
.counter-style-1 .tcr-counter-icon svg {
    width: 60px;
    height: 60px;
}
.counter-style-1 .tcr-counter-icon svg use{
    fill: #0f6fec;
}
.counter-style-1 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -24px;
    right: -12px;
    font-size: 24px;
    font-weight: 700;
}
.counter-style-1 .tcr-counter-title{
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #676767;
    line-height: 20px;
    font-family: "Rajdhani";
}
/* Counter Style 2 */
.counter-style-2 .tcr-counter-wrapper {
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
}
.counter-style-2 .tcr-counter-icon{
    margin-right: 15px;
}
.counter-style-2 .tcr-counter-icon svg{
    width: 60px;
    height: 60px;
}
.counter-style-2 .tcr-counter-icon svg use{
    fill: #0f6fec;
}
.counter-style-2 .tcr-counter-icon i{
    font-size: 50px;
    line-height: 50px;
    margin-top: 6px;
    display: inline-block;
}
.counter-style-2 .tcr-counter-icon img{
    width: 60px;
}
.counter-style-2 .tcr-counter h3 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.counter-style-2 .tcr-counter h3:after {
    content: "+";
    position: absolute;
    font-size: 24px;
    top: -10px;
    right: -10px;
    line-height: 24px;
}
.counter-style-2 .tcr-counter-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    font-family: "Rajdhani";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-left: 20px;
}
.counter-style-2 .tcr-counter-title .tcr-counter-number {
    margin: 0px;
    font-size: 18px;
}
.counter-style-2 .tcr-counter-content{
    display: flex;
}
/*! Counter Style 3 */
.counter-style-3 {
    display: inline-block;
    right: 0;
    color: #fff;
}
.counter-style-3 .tcr-counter-wrapper {
    display: flex;
    padding: 20px 25px;
    border-bottom: 2px solid #0f6fec;
    background: #fff;
    box-shadow: 0px -4px 49px 0px rgba(0, 0, 0, 0.08);
}
.counter-style-3 .tcr-counter-wrapper .tcr-counter-number {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    display: inline;
    color: #2b2b2d;
}
.counter-style-3 .tcr-counter-icon i {
    font-size: 60px;
    line-height: 65px;
    margin-right: 15px;
}
.counter-style-3 .tcr-counter-number {
    position: relative;
}
.counter-style-3 .tcr-counter-k::before {
    content: "k";
    position: absolute;
    right: -18px;
    font-size: 30px;
    font-weight: 800;
    color: #2b2b2d;
    font-family: 'Jost', sans-serif;
}
.counter-style-3 .tcr-counter-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #82848a;
    padding-top: 4px;
}
/*! Counter Style 4 */
.counter-style-4 .tcr-counter-content {
    float: right;
}
.counter-style-4 .tcr-counter-number {
    position: relative;
    padding-right: 5px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}
.counter-style-4 .tcr-counter-number:before {
    content: "+";
    position: absolute;
    top: -18px;
    right: 0px;
    font-size: 16px;
}
.counter-style-4 .tcr-counter-title {
    font-family: 'jost', sans-serif;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    color: #2b2b2d;
}
/* 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: #2b2b2d;
}
.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 .tcr-heading-subtitle-wrapper h3.heading-subtitle,
.custom-heading-style-1 .tcr-heading-title-wrapper h3.heading-title{
    text-transform: uppercase;
}
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 10px;
}
.custom-heading-style-1 .tcr-heading-title-wrapper .heading-title.title-text-lowercase,
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle.subtitle-text-lowercase {
    text-transform: lowercase;
}
.custom-heading-style-1 .tcr-heading-title-wrapper .heading-title.title-text-uppercase,
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle.subtitle-text-uppercase {
    text-transform: uppercase;
}
.custom-heading-style-1 .tcr-heading-title-wrapper .heading-title.title-text-capitalize,
.custom-heading-style-1 .tcr-heading-subtitle-wrapper .heading-subtitle.subtitle-text-capitalize {
    text-transform: capitalize;
}
.custom-heading-style-1.heading-alignment-center {
    text-align: center;
}
.custom-heading-style-1.heading-alignment-right {
    text-align: right;
}
.custom-heading-style-1.heading-alignment-left {
    text-align: left;
}
.heading-white-text .heading-title,
.heading-white-text .heading-subtitle {
    color: #fff !important;
}
/*******************************************************
    Infobox Heading
*******************************************************/
/*! Infobox Style 1 */
.infobox-style-1 .tcr-infobox-wrapper {
    text-align: left;
    background: #fff;
    border: 1px solid #f0efef;
    padding: 30px 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 10px 0px 20px 0px rgb(0 0 0 / 4%);
}
.infobox-style-1 .tcr-infobox-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0px;
    bottom: 0px;
    border-radius: 6px;
    display: inline-block;
    transition: all 500ms ease;
}
.infobox-style-1:hover .tcr-infobox-wrapper:before{
    height: 100%;
    top: 0px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-content{
    position: relative;
}
.infobox-style-1:hover .tcr-infobox-wrapper .tct-infobox-link a,
.infobox-style-1:hover .tcr-infobox-wrapper .tcr-infobox-content .tcr-infobox-subtitle,
.infobox-style-1:hover .tcr-infobox-wrapper .tcr-infobox-content .tcr-infobox-title,
.infobox-style-1:hover .tcr-infobox-wrapper .tcr-infobox-content{
    color: #ffffff;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon i{
   font-size: 50px;
   line-height: 80px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon img{
   width: 40px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    width: 40px;
    height: 40px;
    position: relative;
    top: 14px;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-icon .icon-number{
    font-size: 40px;
    font-weight: 700;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-subtitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.infobox-style-1 .tcr-infobox-wrapper .tcr-infobox-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0efef;
    padding-bottom: 15px; 
    margin-top: 8px;
}
.infobox-style-1 .tcr-infobox-wrapper .tct-infobox-link a{
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #676767;
    margin-top:20px;
    display: inline-block;
    position: relative;
}
.infobox-style-1 .tcr-infobox-wrapper .tct-infobox-link a:after{
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    top: -1px;
    right: -20px;
    font-size: 10px;
}
/*! Infobox Style 2 */
.infobox-style-2 {
    padding: 15px 30px 15px 15px;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    position: relative;
    background: #fff;
    overflow: hidden;
    display: inline-block;
}
.infobox-style-2:before{
    content: '';
    position: absolute;
    width: 65px;
    height: 100px;
    border-radius: 50%;
    left: -18px;
    top: -10%;
    z-index: 0;
}
.infobox-style-2 .tcr-infobox-icon {
    line-height: 50px;
    text-align: center;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 5px 0px 10px 4px rgb(0 0 0 / 9%);
    margin-right: 15px;
}
.infobox-style-2 .tcr-infobox-icon i{
    font-size: 22px;
}
.infobox-style-2 .tcr-infobox-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    color: #888888;
    text-transform: uppercase;
}
.infobox-style-2 .tcr-infobox-subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Rajdhani";
    font-weight: 700;
}
.infobox-style-2 .tcr-infobox-icon svg{
    width: 30px;
    height: 30px;
    position: relative;
    top: 9px;

}
.infobox-style-2 .tcr-infobox-wrapper{
    position: relative;
    display: flex;
    align-items: center;
}
/*! 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 i{
    text-align: center;
    line-height: 50px;
    display: inline-table;
    width: 50px !important;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    margin-left: -10px;
    font-size: 24px;
}
.infobox-style-3 .tcr-infobox-icon svg{
    width: 50px;
    height: 50px;
    position: relative;
}
.infobox-style-3 .tcr-infobox-icon .icon-number{
    font-size: 16px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
}
.infobox-style-3 .tcr-infobox-title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 24px;
}
.infobox-style-3 .tcr-infobox-subtitle {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.infobox-style-3 .tcr-infobox-text {
	color: #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-white .infobox-style-3 .tcr-infobox-title {
    color: #fff;
}
/*! Infobox Style 4 */
.infobox-style-4{
    display: inline-block;
}
.infobox-style-4 .tcr-infobox-icon i {
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    border-radius: 100%;
    box-shadow: 4px 0px 25px 0px rgb(0 0 0 / 15%);
    display: inline-table;
}
.infobox-style-4 .tcr-infobox-icon svg{
    width: 40px;
    height: 40px;
    position: relative;
    top: 14px;
}
.infobox-style-4 .tcr-infobox-icon .icon-number{
    font-size: 20px;
    font-weight: 700;
}
.infobox-style-4 .tcr-infobox-content{
    margin-left: 20px;
}
.infobox-style-4 .tcr-infobox-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
/*! Infobox Style 5 */
.infobox-style-5 .tcr-infobox-wrapper{
    padding: 25px 30px;
    border-right: 1px solid #f0efef;
}
.infobox-style-5 .tcr-infobox-wrapper:last-child{
    border-right: none;
}
.infobox-style-5 .tcr-infobox-icon-background {
  width: 50px;
  font-size: 50px;
  line-height: 50px;
  margin-right: 20px;
}
.infobox-style-5 .tcr-infobox-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.infobox-style-5 .tcr-infobox-icon {
  width: 50px;
  height: 50px;
  font-size: 20px;  
  margin-right: auto;
  border-radius: 4px;
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  line-height: 50px;
  display: inline-table;
}
.infobox-style-5 .tcr-infobox-icon-background svg{
    width: 50px;
    height: 50px;
    position: relative;
    top: 14px;
}
.infobox-style-5 .icon-number,
.infobox-style-5 .icon-arrow{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    -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 .icon-arrow{
    opacity: 0;
    left: -35px;    
}
.infobox-style-5:hover .icon-arrow{
    opacity: 1;
    left: 0;    
}
.infobox-style-5:hover .icon-number{
    opacity: 0;
    left: 35px;    
}
/*! Infobox Style 6 */
.infobox-style-6 .tcr-infobox-icon{
    width: 60px;
    display: inline-table;
}
.infobox-style-6 .tcr-infobox-icon{
    transition: all 200ms linear;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.infobox-style-6:hover .tcr-infobox-icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.infobox-style-6 .tcr-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
    transform: scale(1);
}
.infobox-style-6 .tcr-infobox-icon svg{
    width: 55px;
    height: 55px;
}
.infobox-style-6 .tcr-infobox-icon img{
    width: 70px;
    display: inherit;
}
.infobox-style-6 .tcr-infobox-icon .icon-number{
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
} 
.infobox-style-6 .tcr-infobox-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.infobox-style-6 .tcr-infobox-content{
    margin-left: 25px;
}
.infobox-style-6 .tcr-infobox-content .tcr-infobox-text{
    line-height: 24px;
}
/*! Infobox Style 7 */
.infobox-style-7 .tcr-infobox-wrapper{ 
    position: relative;
    text-align: center;
    padding: 60px 30px 30px;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 3px solid;
}
.infobox-style-7 .tcr-infobox-icon img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
}
.infobox-style-7 .tcr-infobox-icon{
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateX(-50%);
}
.infobox-style-7 .tcr-infobox-icon svg{
    width: 40px;
    height: 40px;
    position: relative;
    top: 6px;
}
.infobox-style-7 .tcr-infobox-icon svg use{
fill: #fff;
}

.infobox-style-7 .tcr-infobox-title{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
/*! Infobox Style 8 */
.infobox-style-8{
    display: inline-block;
}
.infobox-style-8 .tcr-infobox-wrapper{
    background: #fff;
    width: 200px;
    padding:30px;
    height: 200px;
    display: inline-table;
    border-radius: 0 4px 4px 0;
}
.infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-subtitle{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.infobox-style-8 .tcr-infobox-details{
    position: relative;
}
.infobox-style-8 .tcr-infobox-details:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: -30px;
    top: 0;
}
.infobox-style-8 .tcr-infobox-icon {
    margin-bottom: 10px;
}
.infobox-style-8 .tcr-infobox-icon svg{
    width: 60px;
    height: 60px;
}
.infobox-style-5 .tcr-infobox-icon-background svg use,
.infobox-style-6 .tcr-infobox-icon svg use,
.infobox-style-4 .tcr-infobox-icon svg use,
.infobox-style-8 .tcr-infobox-icon svg use{
    fill: #0f6fec;
}
.infobox-style-8 .tcr-infobox-icon i{
    font-size: 55px;
    line-height: 55px;
}
.infobox-style-8 .tcr-infobox-icon img{
    width: 60px;
}
.infobox-style-8 .tcr-infobox-icon .icon-number{
    font-size: 24px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
}
.infobox-style-8 .tcr-infobox-content .tcr-infobox-title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 4px;
    display: inline-block;
}
/*! Infobox Style 9 */
.infobox-style-9 {
    position: relative;
}
.infobox-style-9 .tcr-infobox-wrapper{
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 0 10px 10px 0;
    padding: 30px;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-content{
    position: relative;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-content:before{
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    height: 100%;
    width: 4px;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}
.infobox-style-9 .tcr-infobox-subtitle {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Rajdhani";
    margin-top: 10px;
    display: inline-block;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-icon{
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: -50px;
    top: -55px;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-icon img{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-icon svg{
    width: 40px;
    height: 40px;
    position: relative;
    top: 5px;
}
.infobox-style-9 .tcr-infobox-wrapper .tcr-infobox-icon svg use
{
    fill: #fff;
}
/*******************************************************
    List Heading
*******************************************************/
.tcr-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tcr-list-wrapper ul li {
    margin: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.tcr-list-wrapper ul li i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: normal
}
.tcr-list-wrapper ul li svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: 4px;
    position: relative;
}
.tcr-list-wrapper ul li svg use{
    fill: #0f6fec;
}
.tcr-list-wrapper ul li p {
    padding: 0;
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.tcr-list-1 .tcr-list-wrapper ul li i,
.tcr-list-1 .tcr-list-wrapper ul li p a{
    color: #ffffff;
}
.tcr-list-1 .tcr-list-wrapper ul li svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: 4px;
    position: relative;
}
.tcr-list-1 .tcr-list-wrapper ul li svg use{
    fill: #fff;
}
body {
    counter-reset: counter-list;
}
.tcr-list-number .tcr-list-wrapper ul li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}
.tcr-list-number .tcr-list-wrapper ul li:before {
    counter-increment: counter-list;
    content: counter(counter-list);
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 8px;
    left: 16px;
    font-family: "poppins", sans-serif;
    font-weight: 600;
}
.tcr-list-number .tcr-list-wrapper ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2b2b2d;
    box-shadow: inset -1px -4px 0px 0px rgb(0 0 0 / 10%);
}
/*******************************************************
    Progress Bar Heading
*******************************************************/
/*! Progress Bar 1 */
.progress-bar-style-1 .tcr-progress-bar-wrapper {
    margin-top: 25px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar {
    width: 100%;
    background-color: rgba(15, 111, 236, 0.2);
    border-radius: 100px;
}
.progress-bar-style-1 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    position: relative;
    border-radius: 100px;
}
.progress-bar-style-1 .tcr-progress-bar-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2a2b2d;
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    font-family: "Rajdhani";
}
.progress-bar-style-1 .tcr-progress-bar-value {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    float: right;
    color: #2a2b2d;
    font-weight: 800;
    font-family: "Rajdhani";
}
/*! Progress Bar 2 */
.progress-bar-style-2 .tcr-progress-bar-wrapper {
    margin-top: 25px;
}
.progress-bar-style-2 .tcr-progress-bar-wrapper .tcr-progress-bar {
    width: 100%;
    background-color: rgba(15, 111, 236, 0.2);
    border-radius: 100px;
}
.progress-bar-style-2 .tcr-progress-bar-wrapper .tcr-progress-bar-inner {
    position: relative;
    border-radius: 100px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.10) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.10) 50%,rgba(255,255,255,.10) 75%,transparent 75%,transparent);
    background-size: 16px 16px;
}
.progress-bar-style-2 .tcr-progress-bar-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2a2b2d;
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    font-family: "Rajdhani";
}
.progress-bar-style-2 .tcr-progress-bar-value {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    float: right;
    color: #2a2b2d;
    font-weight: 800;
    font-family: "Rajdhani";
}
/*******************************************************
    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 .tcr-project-content-inner,
.projects-style-1 .tcr-project-des,
.projects-style-1 .tcr-project-action-icons,
.projects-style-1 .tcr-project-content-cover .tcr-project-content-inner:after,
.projects-style-1 .tcr-project-des .tcr-project-content,
.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;
    border-radius: 4px;
}
.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;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left; 
    background-color: rgb(42 43 45 / 60%);
}
.projects-style-1 .tcr-project-slide:hover .tcr-project-content-cover .tcr-project-content-inner:after{
    background-color: rgb(1 30 68  / 95%);
}
.projects-style-1 .tcr-project-action-icons{
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-right: auto;
    border-radius: 4px;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
    top: 30px;
    display: inline-block;
    left: 30px;
    z-index: 1;
}
.projects-style-1 .tcr-project-action-icons a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    line-height: 65px;
    text-align: center;
    width: 100%;
    left: 0;
    -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-action-icons a.tcr-project-link{
    font-size: 30px;
}
.projects-style-1 .tcr-project-action-icons a.icon-arrow{
    opacity: 0;
    left: -35px;    
}
.projects-style-1 .tcr-project-slide:hover  .tcr-project-action-icons a.icon-arrow{
    opacity: 1;
    left: 0;    
}
.projects-style-1 .tcr-project-slide:hover  .tcr-project-action-icons a.tcr-project-link{
    opacity: 0;
    left: 35px;    
}
.projects-style-1 .tcr-project-content{
    color: #fff;
    padding-top: 0px;
    padding-right: 30px;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0px;
}
.projects-style-1 .tcr-project-content-inner .tcr-project-title h3 a{
    color: #fff;
}
.projects-style-1 .tcr-project-des{
    position: absolute;
    bottom: 30px;
    left: 30px; 
    z-index: 9;
    height: 30px; 
    padding-right: 20px;

}
.projects-style-1 .tcr-project-slide:hover .tcr-project-des {
    height: 50px;
}
.projects-style-1 .tcr-project-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
}
.projects-style-1 .tcr-project-content-inner:hover {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}
/*******************************************************
    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;
    overflow: hidden;
}
.services-style-1 .tcr-service-wrapper {
    text-align: center;
    border-top: 4px solid;
}
.services-style-1 .tcr-service-wrapper .tcr-service-image-container img{
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services-style-1 .tcr-service-wrapper:hover .tcr-service-image-container img{
    transform: scale(1.08);
}
.services-style-1 .tcr-service-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background: #fff;
    display: inline-block;
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 50%;
    margin-left: -40px;
    margin-top: 20px;
}
.services-style-1 .tcr-service-icon i{
    font-size: 36px;
}
.services-style-1 .tcr-service-content-inner {
    padding: 30px 20px 60px 20px;
    background: #ececec;
}
.services-style-1 .tcr-service-content-inner .tcr-service-category{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    display: none;
}
.services-style-1 .tcr-service-content-inner .tcr-service-content {
    margin-top: 10px;  
}
.services-style-1 .tcr-service-content p{
    margin-bottom: 10px; 
    font-size: 14px;
}
.services-style-1 .tcr-service-title h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}
.services-style-1 .tcr-service-thumbnail-wrapper {
    border-bottom-left-radius: 10px;
    overflow: hidden;
    background: #ffff;
    border-bottom-right-radius: 10px;
}
.services-style-1 .tcr-service-content a{
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #676767;
    margin-top: 10px;
    display: inline-block;
    position: relative;
  } 
.services-style-1 .tcr-service-content a:after {
    position: absolute;
    content: "\f11e";
    font-family: 'Flaticon';
    top: -1px;
    right: -15px;
    font-size: 10px;
    -webkit-transition: all 0.2s ease-out 0.0s;
    -moz-transition: all 0.2s ease-out 0.0s;
    -ms-transition: all 0.2s ease-out 0.0s;
    -o-transition: all 0.2s ease-out 0.0s;
    transition: all 0.2s ease-out 0.0s;
}
.services-style-1 .tcr-service-content a:hover:after {
   right: -20px;
}
/*! Services Style 2 */
.services-style-2 .tcr-service-wrapper {
    position: relative;
    padding-bottom: 40px;
}
.services-style-2 .tcr-service-thumbnail-wrapper{
    position: relative;
}
.services-style-2 .tcr-service-wrapper .tcr-service-icon{
    height: 55px;
    width: 55px;
    line-height: 55px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
}
.services-style-2 .tcr-service-thumbnail-wrapper .tcr-service-image-container{
    border-radius: 4px;
    overflow: hidden;
}
.services-style-2 .tcr-service-wrapper .tcr-service-content p{
    display: none;
}
.services-style-2 .tcr-service-content-inner{
    background: #fff;
    box-shadow: 0px -4px 49px 0px rgb(0 0 0 / 8%);
    width: 88%;
    position: absolute;
    left: 6%;
    bottom: 0px;
    border-radius: 4px;
    text-align: center;
    padding: 20px 20px 15px 20px;
    z-index: 999;
    border: 1px solid #f0efef63;
}
.services-style-2 .tcr-service-content-inner .service-title{
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0efef;
}
.services-style-2 .tcr-service-content a{
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #676767;
    display: inline-block;
    position: relative;
    padding-right: 20px;
} 
.services-style-2 .tcr-service-content a:after {
    position: absolute;
    content: "\f11e";
    font-family: 'Flaticon';
    top: 0px;
    right: 0px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out 0.0s;
    -moz-transition: all 0.2s ease-out 0.0s;
    -ms-transition: all 0.2s ease-out 0.0s;
    -o-transition: all 0.2s ease-out 0.0s;
    transition: all 0.2s ease-out 0.0s;
}
.services-style-2 .tcr-service-content a:hover:after {
   right: -5px;
}
.services-style-2 .tcr-service-content-inner .tcr-service-category{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.services-style-2 .tcr-service-wrapper .tcr-service-image-container img{
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services-style-2 .tcr-service-wrapper:hover .tcr-service-image-container img{
    transform: scale(1.08);
}
.services-style-2 .tcr-service-wrapper .tcr-service-icon i{
    color: #fff !important;
}

/*! Services Style 3 */
.services-style-3 .tcr-service-wrapper {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f0efef;
}
.services-style-3 .tcr-service-wrapper .tcr-service-content-inner{
    position: relative;
    padding: 30px;
    background-color: #fff;
}
.services-style-3 .tcr-service-wrapper .tcr-service-icon{
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 8%);
    position: absolute;
    top: -30px;
    right: 30px;
    font-size: 26px;
    -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;
}
.services-style-3 .tcr-service-wrapper:hover .tcr-service-icon{
  color: #fff !important;
}
.services-style-3 .tcr-service-content-inner .tcr-service-category{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.services-style-3 .tcr-service-content-inner .service-title{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
.services-style-3 .tcr-service-wrapper a{
    display: none;
}
.services-style-3 .tcr-service-wrapper .service-title a{
    display: inherit;
}
.services-style-3 .tcr-service-wrapper .tcr-service-content p{
    margin-bottom: 0;
}
.services-style-3 .owl-carousel .owl-dots{
    position: absolute;
    bottom: -60px;
    left: 50%;
}

/*******************************************************
    Team Widget
*******************************************************/
/* Team Style 1 */
.team-style-1 .tcr-teammember-image-container:before,
.team-style-1 .tcr-teammember-content-cover:before,
.team-style-1 .tcr-teammember-social-links,
.team-style-1 .tcr-teammember-social-profiles-container:hover .tcr-teammember-social-links,
.team-style-1 .tcr-teammember-content-cover {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-style-1 .teammember-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px;
}
.team-style-1 .tcr-teammember-content-cover .tcr-teammember-social-links {
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.team-style-1 .tcr-teammember-wrapper {
    position: relative;
    background: #fff;
    box-shadow: 10px 0px 20px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f0efef;
    border-radius: 4px;
    overflow: hidden;
}
.team-style-1 .tcr-teammember-content-cover {
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 9;
    background: #fff;
    bottom: 0;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-content-cover { 
    bottom: 45px; 
}
.team-style-1 .tcr-teammember-designation {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container{
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.team-style-1 .tcr-teammember-wrapper .tcr-teammember-image-container img{
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-image-container img{
    transform: scale(1.08);
}
.team-style-1 .tcr-teammember-social-links {
    background: #3384ef;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.team-style-1 .tcr-teammember-social-profiles {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-style-1 .tcr-teammember-social-profiles li {
    display: inline-block;
    margin: 0px 8px;
    padding: 0;
    text-align: center;
}
.team-style-1 .tcr-teammember-social-profiles li a {
    display: block;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
}
.team-style-1.team-layout-grid .tcr-teammember-slide {
    margin-bottom: 30px;
}
.team-style-1 .tcr-teammember-wrapper:hover .teammember-title a,
.team-style-1 .tcr-teammember-wrapper:hover .tcr-teammember-designation{
   color: #fff;
}
/* Team Style 2 */
.team-style-2 .tcr-teammember-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: 4px;
    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: 28px;
    margin-bottom: 0;
}
.team-style-2 .tcr-teammember-title h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'Rajdhani', sans-serif;
    color: #757575;
    font-weight: normal;
}
.team-style-2 .tcr-teammember-designation {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
}
/*******************************************************
    Testimonials Widget
*******************************************************/
/* Testimonials Style 1 */
.testimonials-style-1 .tcr-testimonial-wrapper{
    background: #fff;
    padding: 38px;
    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-1 .tcr-testimonial-wrapper .tcr-testimonial-content-cover{
    position: relative;
    z-index: 9;
}
.testimonials-style-1 .tcr-testimonial-wrapper:before{
    position: absolute;
    left: 3%;
    top: 3%;
    content: "";
    border: 1px solid #f0efef;
    width: 94%;
    height: 94%;
    border-radius: 10px;
}
.testimonials-style-1 .tcr-testimonial-image-container img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 15px;
}
.testimonials-style-1 .tcr-testimonial-content{
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    font-family: "Rajdhani";
    font-weight: 600;
    border-bottom: 2px dashed #eeeded;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.testimonials-style-1 .testimonial-title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}
.testimonials-style-1 .testimonial-designation{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Rajdhani";
    letter-spacing: 0.6px;
    margin-top: 5px;
    display: inline-block;
}
.testimonials-style-1 .tcr-testimonial-rating{
    margin-bottom: 25px;
    line-height: 15px;
}
.testimonials-style-1 .tcr-testimonial-content p{
    margin-bottom: 0;
}
.testimonials-style-1 .tcr-testimonial-thumbnail-wrapper{
    display: flex;
    align-items: center;
}
.testimonials-style-1 .tcr-testimonial-wrapper .tcr-testimonial-icon{
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: -65px;
    top: -65px;
}
/* Testimonials Style 2 */
.testimonials-style-2 .tcr-testimonial-image-container img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 15px;
}
.testimonials-style-2 .tcr-testimonial-content-cover{
    position: relative;
    padding-left: 70px;
}
.testimonials-style-2 .tcr-testimonial-content-cover:before {
    content: "\f11c";
    font-family: "flaticon";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}
.testimonials-style-2 .tcr-testimonial-content{
    font-size: 24px;
    line-height: 38px;
    font-style: italic;
    font-family: "Rajdhani";
    font-weight: 600;
    color: #fff;
}
.testimonials-style-2 .testimonial-title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}
.testimonials-style-2 .testimonial-designation{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Rajdhani";
    letter-spacing: 0.6px;
    margin-top: 10px;
    display: inline-block;
}
.testimonials-style-2 .tcr-testimonial-rating{
    margin: 10px 0 30px 0;
}
.testimonials-style-2 .tcr-testimonial-content p{
    margin-bottom: 0;
}
.dot-left-bottom .owl-carousel .owl-dots {
    text-align: left;
    margin-left: 55px;
    margin-top: 20px;
}
.dot-left-bottom .owl-carousel .owl-dots .owl-dot span,
.tcr-bg-color-secondary .owl-carousel .owl-dots .owl-dot span{
    background-color: #fff;
}
/*******************************************************
    Tab Widget
*******************************************************/
.tcr_tabs_wrapper {
    background: #fff;
}
.tcr-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
.tcr-tab-content {
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.tcr-tab-content .tcr-tab-content-list {
    display: none;
}
.tcr-tab-content .tcr-tab-content-list.tcr-active-tab {
    display: block;
}
.tcr-list-tab {
    margin-right: 15px;
}
.tcr-list-tab a {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}
.tcr-list-tab.tcr-active-tab-link a {
    background: #2b2b2d;
    color: #fff;
}
.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon {
    color: #fff;
}
.tcr-list-tab.tcr-active-tab-link .tcr-tab-icon svg{
    fill: #fff;
}
.tcr-list-tab .tcr-tab-icon svg{
    width: 45px;
    height: 45px;
}
.tcr-list-tab .tcr-tab-icon {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    padding-right: 20px;
}
.tcr-list-tab:after.tcr-active-tab-link {
    opacity: 0.5;
}
.tcr-list-tab.tcr-active-tab-link:after {
    background: rgba(248, 248, 248, 0.1);
    z-index: 1;
}
.tcr-tab-content-list .tcr-service-link a {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}
.tcr-tab-content-list .tcr-service-link a:hover {
    color: #fff !important;
}
/* Vertical Tab */
.tcr_tabs_wrapper.tcr-layout-vertical{
    display: flex;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-list-tab{
    margin-bottom: 8px;
    margin-right: 0;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list{
    display: inherit;
    margin-right: 200px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-list .tcr-list-tab{
    flex: inherit;
    min-width: 150px;
}
.tcr_tabs_wrapper.tcr-layout-vertical .tcr-tab-content{
    padding: 0;
}
/*******************************************************
    Pricing Table
*******************************************************/
.tcr_pricing_table_wrapper {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 8%);
    border-radius: 9px;
    position: relative;
}
.tcr_pricing_table_wrapper:before {
    position: absolute;
    left: 3%;
    top: 3%;
    content: "";
    border: 1px solid #f0efef;
    width: 94%;
    height: 94%;
    border-radius: 10px;
}
.tcr_pricing_table_wrapper .pricing-table-title{
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}
.tcr_pricing_table_wrapper .pricing-table-base-price{
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-top: 25px;
}
.tcr_pricing_table_wrapper .pricing-table-sale-price{
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-top: 25px;
    margin-left: 25px;
}
.tcr_pricing_table_wrapper.pricing-table-onsale .pricing-table-base-price{
    font-size: 24px;
}
.tcr_pricing_table_wrapper .pricing-table-base-price span{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.tcr_pricing_table_wrapper .tcr-table-ribbon{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
    display: inline-block;
    font-family: "Rajdhani";
    padding: 10px 15px;
    border-radius: 4px;
    position: absolute;
    right: -20px;
    top: -60px;
}
.tcr_pricing_table_wrapper .pricing-table-title-period{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-feature-list{
    margin: 30px 0 50px 0;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-header,
.tcr_pricing_table_wrapper .tcr-pricing-table-feature-list,
.tcr_pricing_table_wrapper .tcr-pricing-table-footer{
    position: relative;
}
.tcr_pricing_table_wrapper .feature-list-item{
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin: 10px 0;
}
.tcr_pricing_table_wrapper .feature-list-item.true:before{
    position: absolute;
    left: 0;
    top: 6px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #0f6fec;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
}
.tcr_pricing_table_wrapper .feature-list-item.false:before{
    position: absolute;
    left: 0;
    top: 6px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #0f6fec;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-button a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pricing-table-onsale.tcr_pricing_table_wrapper .pricing-table-base-price{
   text-decoration: line-through;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-icon{
    font-size: 100px;
    position: absolute;
    right: -30px;
    opacity: 0.1;
    top: -30px;
    line-height: 100px;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-icon svg{

    width: 90px;
    height: 90px;
}
.tcr_pricing_table_wrapper .tcr-pricing-table-icon svg use{
    fill: #0f6fec;

}
.pricing-table-prices{
    display: flex;
}
/*******************************************************
    According
*******************************************************/
.elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px -4px 49px 0px rgb(0 0 0 / 8%);
    border-radius: 6px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
    overflow: visible;
}
/*******************************************************
    Custom Block
*******************************************************/
.tcr-call-info {
    color: #7a7a7a;
    font-weight: bold;
}
.tcr-call-info h4 {
    font-size: 24px;
    margin-left: 20px;
    font-weight: 600;
}
/*******************************************************
    Custom Block
*******************************************************/
.time-line-lable .elementor-heading-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "poppins", Sans-serif;
}
.time-line-lable .elementor-widget-container {
    box-shadow: inset 0px -3px 0px 0px rgb(0 0 0 / 10%);
}
/*******************************************************
              Owl Carousel Arrow and Dots
*******************************************************/
.owl-carousel .owl-nav .owl-prev {
   color: #fff !important;
}
.owl-carousel .owl-nav .owl-next {
    color: #fff !important;
}
/* Arrow Right Top */
.arrow-right-top .owl-carousel .owl-nav{
    position: absolute;
    right: 60px;
    top: -70px;
}
 .arrow-right-top .owl-carousel .owl-nav .owl-prev{
    left: inherit;
    right: -20px;
    border-radius: 4px 0 0 4px;
}
.arrow-right-top .owl-carousel .owl-nav .owl-next{
    border-radius:0 4px 4px 0;
}
.owl-carousel .owl-nav button {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -60px;
  line-height: 10px;
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -60px;
 line-height: 10px;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin-left: 15px;
    border-radius: 100%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}
.owl-carousel .owl-dots .owl-dot.active span::after{
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #0f6fec;
}
.owl-carousel .owl-dots button.owl-dot {
    box-shadow: inherit;
    outline: none;
}