@media (min-width: 768px) {
	.blog-detail-img-sec img {
		max-width: 25%;
	}
}
.owl-carousel.customers-carousel .owl-item img {
    display: block;
    width: auto;
    /*filter: grayscale(100%);*/
}
.img-logo {
	max-width: 240px;
}
.header nav.bg-white .menu li a {
	color: #f6931c;
}
.header nav.bg-white.affix {
	background: #fff !important;
}
.newsletter-wrap {
	background: linear-gradient(75deg, #14daab, #4b6b94) !important;
}
.mt-100 {
	margin-top: 100px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-150 {
	margin-top: 150px;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-40 {
	margin-bottom: 40px;
}
.pt-150 {
	padding-top: 150px !important;
}
.h-100vh {
	height: 100vh;
}
h1[data-qa="title"] {
    font-size: 1.8rem;
    color: #4d4d4d;
}
a.img-card {
	color: #696969;
}
 .img-card img {
 	max-height: 105px;
 }
h3.h5.mb-2.card-title {
	display: -webkit-box;
	max-height: calc(2 * var(--yt-link-line-height, 1.6rem));
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	font-weight: 500;
	max-height: 4.4rem;
}
footer .navbar-brand {
	border-radius: 5px;
    border: 5px solid #fff;
    max-width: 70px;
    background: #fff;
    display: inline;
    padding: 0;
}
.read-more {
	    text-decoration: underline;
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
}
.read-more:hover {
	color: #fff;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-30 {
    padding-bottom: 30px;
}
.d-flex.flex-wrap.flex-row.single-blog-card .blog-img .meta-date {
	bottom: unset;
    top: 15px;
    right: -25px;
}
.d-flex.flex-wrap.flex-row.single-blog-card .blog-img img {
	border-bottom: none;
    border-right: 3px solid #ec6e7b;
    height: 100%;
}
h3.feature-title {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}
.single-customer {
	width: 80%;
}
.single-customer:hover {
	-webkit-transform: none;
    transform: none;
}
.app-store-section {
	margin-left: 15px;
}
.app-store-section > div {
	padding: 5px 0;
}
.trs-col {
	padding: 0 15px;
	margin-bottom: 15px;
	text-align: center;
	width: calc(100% / 3);
	max-width: calc(100% / 3);
}
/* .trs-col img {
    max-height: 100px;
} */
.features-single-content h5 {
    color: #fff;
}
.features-single-wrap .img-sec{
	height: 128px;
	margin-bottom: 25px;
}
footer {
	border-top: 2px solid white;
}
.elementor-heading-title {
	height: 70px;
}
.use-cases .card {
	border: none;
	margin-bottom: 15px;
}
.use-cases .card .card-content {
	border: 1px solid #ebebeb;
	height: 100%;
	padding: 15px;
}
.card img {
	max-width: 100%;
}
.card-header .card-link {
	display: flex;
    align-items: center;
    width: 100%;
	justify-content: space-between;
}
.card-header .card-link[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.card.demo {
    margin-bottom: 15px;
}
.card.demo h4.elementor-heading-title.elementor-size-default {
    height: auto;
	color: #888888;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.card.demo ul {
	margin-top: 0;
    margin-bottom: 1rem;
}
.code-sec {
	border: 10px solid rgba(26,205,153,0.6);
    padding: 15px;
}
.code-sec .qr-code{
	margin-bottom: 35px;
}
.code-sec .qr-code, .code-sec .bar-code{
    margin-left: auto;
    margin-right: auto;
}
.blog-img {
	max-height: 250px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.post-preview img {
	width: auto;
}
.check-list-wrap {
	margin-left: 0 !important;
}
img {
	max-width: 100%;
}
#lightgallery .inner-box {
	margin-bottom: 15px;
	padding-right: 0;
}
#lightgallery .inner-box h4 {
	margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: normal;
	font-size: 1.15rem;
}
#lightgallery.row {
	margin-right: 0;
}
#lightgallery .inner-box .img-sec {
	position: relative;	
}
#lightgallery .inner-box .img-sec .icon-youtube {
	position: absolute;
    top: 50%;
    margin-top: -16px;
	left: 50%;
    margin-left: -16px;
}
#lightgallery .inner-box .img-sec .overlay {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: #19cba726;
}
.header .menu li {
	padding: 14px 0px;
}
.header .menu li a {
	padding: 8px 12px;
}
.header .menu li a.register {
	background: rgb(53,147,155);
    background: linear-gradient(90deg, rgba(53,147,155,1) 0%, rgba(28,197,166,1) 35%, rgba(53,147,155,1) 100%);
    color: #fff !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.mb-150 {
	margin-bottom: 150px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}