.tbt-rating {
	font-size: 14px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
		margin: 0 auto;
		padding: 0 12px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
		margin: 0 auto;
		padding: 0 12px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 12px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 12px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 12px;
	}
}

@media (max-width: 767px) {
	.tbt-client-comment {
		font-size: 15px;
		line-height: 24px;
	}
	
	.tbt-client-title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tbt-client-comment {
		font-size: 15px;
		line-height: 24px;
	}
	
	.tbt-client-title {
		font-size: 20px;
	}
}

.tbt-background-box {
	direction: ltr;
}

.slick-arrow svg:not(:root).svg-inline--fa {
	position: relative;
	bottom: 0;
	right: 0;
}

.slick-arrow {
	padding: 0 !important;
}

.tbt-client-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.tbt-client-img img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.tbt-rating-wrapper {
	position: relative;
	max-width: 95px;
	width: 95px;
	height: 20px;
	text-align: left !important;
}

.tbt-rating-wrapper .tbt-rating {
	position: absolute;
	z-index: 3;
	color: #ecec00;
	line-height: 20px !important;
	width: 100%;
	font-size: 14px !important;
}

.tbt-rating-wrapper .tbt-rating-gray {
	position: absolute;
	z-index: 2;
	color: #b8b8b8;
	font-size: 14px !important;
	line-height: 20px !important;
	width: 100%;
}

.owlActive {
	display: block !important;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-prev, .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-next {
	position: absolute;
	top: 50%;
	display: inline-block;
	z-index: 1;
	cursor: pointer;
	color: #2c5364;
	font-size: 12px;
	height: 40px;
	width: 40px;
	line-height: 1;
	margin: 0;
	background: #fbfbfb;
	box-shadow: 1px 2px 15px 2px rgba(0, 0, 0, .14);
	border-radius: 4px;
	transform: translate(0, -50%);
	transition: all .4s ease;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-prev:hover, .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-next:hover {
	background: #f64f59;
	box-shadow: 1px 2px 15px 2px rgba(246, 79, 90, .65);
	color: #f0d;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-prev {
	left: -15px;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-next {
	left: auto;
	right: -15px;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots {
	position: absolute;
	width: 100%;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot span {
	background: transparent;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	width: initial;
	height: initial;
	margin: initial;
	display: block;
	transition: none;
	transition: all .4s ease;
	border-radius: initial;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot:hover span, .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active span {
	background: transparent !important;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #2c5364;
	border-radius: 50%;
	transition: all .4s ease;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot:not(:last-child) {
	margin-right: 10px;
}

.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	background: #f64f59;
}

.bwdtbt_dots1.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 5px;
	height: 5px;
}

.bwdtbt_dots1.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	width: 12px;
	height: 12px;
}

.bwdtbt_dots2.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 15px;
	height: 3px;
	border-radius: 0;
}

.bwdtbt_dots2.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	width: 30px;
}

.bwdtbt_dots3.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 28px;
	height: 6px;
	border-radius: 0;
	border: 2px solid #2c5364;
	background: transparent;
}

.bwdtbt_dots3.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	border: 2px dashed #2c5364;
}

.bwdtbt_dots4.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #f74a00;
	background: transparent;
}

.bwdtbt_dots4.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	background: #2c5364;
}

.bwdtbt_dots5.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid transparent;
}

.bwdtbt_dots5.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	border: 2px solid #f74a00;
	background: transparent;
}

.bwdtbt_dots6.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 5px;
	height: 20px;
	border-radius: 0;
}

.bwdtbt_dots6.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	transform: scale(.8);
}

.bwdtbt_dots7.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #f74a00;
	background: transparent;
}

.bwdtbt_dots7.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	box-shadow: 0 0px 15px #f74a00;
}

.bwdtbt_dots8.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 0;
	background: #f74a00;
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.bwdtbt_dots8.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	background: #2c5364;
}

.bwdtbt_dots9.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 0;
	background: #f74a00;
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.bwdtbt_dots9.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	background: #2c5364;
}

.bwdtbt_dots10.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
	width: 20px;
	height: 20px;
	background: #f74a00;
	border: 6px solid #2c5364;
	border-radius: 50%;
}

.bwdtbt_dots10.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
	background: #fff;
}

.tbt-testimonial-one {
	padding: 60 0;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper {
	margin-left: 30px;
}

@media (max-width: 767px) {
	.tbt-testimonial-one .tbt-testimonial-item-wrapper {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tbt-testimonial-one .tbt-testimonial-item-wrapper {
		padding: 0 50px;
	}
}

@media (max-width: 576px) {
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
		display: flex;
		align-items: center;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
		height: 60px;
		width: 60px;
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 15px;
		margin-right: 0 !important;
	}
	
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
		flex-basis: 71px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
		margin-bottom: 5px !important;
	}
	
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
		text-align: center;
	}
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item {
	background-color: #292c6d;
	padding: 30px 40px;
	transition: .5s;
	border-radius: 10px;
	cursor: url("/wp-content/plugins/bwd-elementor-addons/includes/../assets/public/css/../img/scrollingCursor.png"), auto;
}

@media (max-width: 767px) {
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item {
		padding: 20px;
	}
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover {
	box-shadow: 0 10px 20px #303068;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
	padding: 30px 30px 55px 30px;
	clip-path: polygon(0 0, 100% 0, 100% 88%, 8% 88%, 0 100%);
	margin-bottom: 20px;
	background-color: #eee;
	overflow: hidden;
	border-radius: 8px 10px 3px;
}

@media (max-width: 767px) {
	.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
		padding: 20px 32px 45px 20px;
	}
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
	display: flex;
	align-items: center;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
	flex-basis: 67%;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
	display: block;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
	font-size: 20px;
	color: #fff;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating-wrapper {
	margin-top: 7px;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating {
	font-size: 14px;
	color: #ecec00;
}

.tbt-testimonial-one .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
	text-transform: capitalize;
	color: #fff;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper {
	margin-inline-start: 30px;
}

@media (max-width: 767px) {
	.tbt-testimonial-two .tbt-testimonial-item-wrapper {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tbt-testimonial-two .tbt-testimonial-item-wrapper {
		padding: 0 50px;
	}
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item {
	text-align: center;
	position: relative;
	margin-top: 52px;
	background: linear-gradient(45deg, rgba(66, 202, 255, .1) 0%, rgba(232, 26, 255, .2) 100%);
	transition: all .7s;
	cursor: url("/wp-content/plugins/bwd-elementor-addons/includes/../assets/public/css/../img/scrollingCursor.png"), auto;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item {
		padding: 10px;
	}
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	transition: .5s;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img img {
	display: block;
	width: 100%;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
	padding: 90px 30px 30px 30px;
	color: rgba(44, 44, 44, .9);
}

@media (max-width: 767px) {
	.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
		padding: 70px 0 15px 0;
	}
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
	transition: .7s;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-title {
	margin-top: 30px;
	font-size: 25px;
	transition: .7s;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-rating-wrapper {
	left: 50%;
	transform: translateX(-50%);
	margin-top: 7px;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc span {
	transition: .7s;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-top-q {
	top: 20px;
	left: 30px;
	position: absolute;
	font-size: 30px;
	transition: .7s;
	transform: 0;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q {
	bottom: 20px;
	right: 30px;
	position: absolute;
	font-size: 30px;
	transition: .7s;
	transform: 0;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover {
	background: linear-gradient(45deg, #42caff 0%, #e81aff 100%);
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .testi-item-content .tbt-client-title, .tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .testi-item-content .tbt-client-title, .tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .testi-item-content span {
	color: #fff;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-bottom-q, .tbt-top-q {
	color: #fff;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-top-q {
	color: #fff !important;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q, .tbt-top-q {
	color: #9be0b6;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-bottom-q {
	transform: translateY(-20px);
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-top-q {
	transform: translateY(20px);
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
	transform-origin: center;
}

.tbt-testimonial-two .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-client-img {
	transform: translateX(-50%) scale(1.1);
}