/*Banner section */
#lamp-anim {
	width: 100%;
	height:330px;
	mix-blend-mode: color-burn;
}
h1, .h1 {
    font: 35px/1.35 'Zoho_Puvi_Bold';
}
h2, .h2 {
    font: 35px/1.35 'Zoho_Puvi_Bold';
}
h3, .h3 {
    font: 30px/1.35 'Zoho_Puvi_Bold';
}
p {
    font: 17px/1.7 'Zoho_Puvi_Regular';
}
.blob {
	background: url("../images/blob-bg.webp"),url(../images/blob-bg.png);
	background-size: cover;
}
.zh-li-p-width{
	width: 85%;
}
.banner-bg {
	/*position: absolute;*/
	left: 0;
	right: 0;
	top: 100px;
}
.banner {
	padding: 20px 0px 70px;
	margin: auto;
	max-width: 1200px;
}
.zh-b-flex{
	display: flex;
	align-items: center;
}
.zh-b-item{
	padding: 10px 30px;
	width: 50%;
}
.zh-b-item .lazy-picture img{
	max-width: 80%;
}
a.cta {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Zoho_Puvi_SemiBold';
    text-decoration: none !important;
    border-radius: 3px;
    cursor: pointer !important;
    padding: 15px 30px !important;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #f0483e;
    transition: 0.6s;
}
.banner h1 {
	font-size: 40px !important;
}
.banner p {
	font: 22px/1.5 'Zoho_Puvi_Medium';
	margin: 10px 0px 25px 0px;
}

/*Banner CTA section */
.zh-banner-sec{
	background: #eaf8ff;
}
ul.banner-buttons {
	display: flex;
	justify-content: center;
}
ul.banner-buttons li {
	background: #ed4a44;
	margin: 10px;
	padding: 8px 10px;
	color: #fff;
	min-width: 213px;
	border-radius: 5px;
	cursor: pointer;
}
.zh-head-width{
	width: 60%;
    margin: auto;
    padding: 35px 0px;
    margin-top: 50px;
}
.zh-p-width{
	width: 80%;
    margin: auto;
    font-size: 18px;
}
ul.banner-buttons li h4 {
	margin: 0;
	padding: 0;
}
ul.banner-buttons li p {
	margin: 0;
	padding: 0;
	font-size: 12px !important;
	color: #fdf4f4;
}
ul.banner-buttons li:hover {
	background: #ff463f;
}
ul.banner-buttons a {
	text-decoration: none;
}



.ftraltrbg{
    background: #f8fdff;
}
.zh-bg-dark{
	background: #000000;
	color: #ffffff;
}
.container-fix {
	max-width: 1200px;
	margin: 0 auto;
}
.screenshots, #testimonials{ padding: 6% 0}

ul.screenshots {
	display: flex;
	align-items: center;
}
ul.screenshots h3{ margin-top: 0px;}
ul.screenshots li {
	flex-grow: 1;
	flex-basis: 0;
}
ul.screenshots>li {
    margin: 0px 50px 10px 0px;
    padding: 20px;
}
ul.screenshots li img {
	max-width: 100%;
    border: 1px solid #ccc;
}



ul.points {
    margin-left: 20px;
}
ul.points li {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
}
ul.points li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #23b9f8;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    right: 0px;
    bottom: 0;
    left: -20px;
}

/* Lazy Load Styles start */
.card-image {
	display: block;
	background: center center no-repeat;
	background-size: cover;
	filter: blur(3px); /* blur the lowres image */
	width: 100%;
}
.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}
.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s ease-in-out;
}

.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
}
.card {
	display: inline-block;
	text-decoration: none;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}


/* Layout Styles end */





/*Testimonials section */
#testimonials{ background: #fff; padding: 3% 0}
.testqout{font-size: 150px; color: #5094c4; font-weight: bolder; line-height: 0; margin-top: 5%;}
.testimonials-bg {
	text-align: center;
}
i.fa.fa-quote-left {
	font-size: 60px;
	color: #5094c4;
}
.testimonials h2 {
	font-size: 36px;
}
.testimonials p {
	width: 75%;
	display: block;
	margin: 0 auto;
}
.testimonials h3 {
	margin: 20px 0px 0px 0px;
	color: #5094c4;
	font-style: italic;
	font-size: 20px;
}
.testimonials p:last-child {
	color: #5094c4;
	font-size: 16px !important;
}



@media only screen and (max-width:1600px) {

.screenshots, #testimonials{ padding: 5% 0}
}

@media only screen and (max-width:1024px) {
.container-fix {
	padding: 0px 30px;
    width: auto;
}
.screenshots {
	padding: 50px 50px !important;
}
ul.screenshots {
    display: block;
    align-items: center;
    flex-wrap: wrap;
}
.imgswap{flex-flow: column-reverse;
    display: flex !important;}
   
}



@media only screen and (max-width:980px) {
.container-fix {
    padding: 20px !important;
}
    ul.screenshots>li {
    margin: 0px 0 10px 0px;
    padding: 20px;
}
    
}


@media only screen and (max-width:660px) {
    ul.screenshots {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.drive ul.screenshots.imgswap {
		flex-direction: column-reverse !important;
	}
	ul.screenshots li {
		flex-grow: inherit;
		flex-basis: inherit;
	}
	ul.screenshots>li {
		margin: 0px 0px 10px 0px;
	}
	.zh-li-p-width{
		width: 100%;
	}
}




@media only screen and (max-width:500px) {
    
    .container-fix {
    	padding: 13px !important;
	}
	.blob {
		background: #b3ebf5;
	}
	#lamp-anim {
		height: 430px;
	}
	ul.banner-buttons {
		flex-wrap: wrap;
	}
	.banner {
		text-align: center;
		padding: 38px 0;
	}
	.banner h1 {
			font-size: 35px;}
	.banner p {
		margin: 10px 0px 20px 0px;
	}
    
}



@media only screen and (max-width:375px) {
	.banner {
		padding: 45px 20px 50px 20px;
	}
	.banner h1 {
		font-size: 30px;
	}
	a.startyrfre {
		margin: 10px;
		width: 95px !important;
	}
}




@media only screen and (max-width:360px) {

}

@media only screen and (max-width:320px) {
	#lamp-anim {
		height: 450px;
	}
	.banner {
		text-align: center;
		padding: 65px 30px 50px 30px;
	}
	.banner h1 {
		font-size: 33px;
	}
	.banner p {
		font-size: 19px !important;
	}

	.container-fix {
		padding: 20px 20px !important;
	}

}
/* Facilities Space Management Start */
.zh-container.screenshots>li {
    padding: 20px 20px 20px 0px;
}
.zh-container.screenshots{padding: 10px 0;}
.zh-tpad{padding-top: 100px;}
.zh-lmar{margin-left: 20px;}
.zh-rmar{margin-right: 20px;}
.zh-bpad{padding-bottom: 60px;}
.zh-container{
	max-width: 1400px !important;
	margin: 0 auto;
	padding: 0 30px !important;
}
.zh-fsm-bc{
	align-items: center;
}
.zh-b-bread{
	position:relative;
	padding: 0px;
}
.bc-wrapper {
	padding: 0px 30px;
}
p.breadcrumb {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0px;
}
p.breadcrumb a {
	font-size: 13px;
	color: #484848;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
}
.breadcrumb a:not(:last-child) {
	color: #000 !important;
}
p.breadcrumb a:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	bottom: -2px;
	width: 0%;
	background: #0b6db1;
	transition: .4s ease;
}
p.breadcrumb a:not(:last-child):hover::after {
	width: 100%;
	transition: .4s ease;
}
.breadcrumb span {
	font-size: 16px;
	margin: 0px 5px;
	font-weight: bold;
	line-height: 1.5;
}
p.breadcrumb a:hover {
	text-decoration: none;
	color: #3180d2 !important;
}
a.breadcrumb-title {
	cursor: text;
	color: #3180d2 !important;
}
.bc-wrapper p {
	padding: 30px 0px;
}
p a.breadcrumb-title {
    cursor: text;
    color: #3180d2 !important;
}
#zhbanner {
	width: 100%;
	height:425px;
	mix-blend-mode: color-burn;
}
a.cta:hover, a.startyrfre:hover{
    background: #ff1304;
}
@media only screen and (max-width:660px) {
	.zh-container.screenshots li.card{margin: 0px;}
	.zh-tpad{padding-top: 40px;}
}
@media only screen and (max-width:320px) {
	.zh-container {
		padding: 20px 20px !important;
	}
	#zhbanner {
		height: 450px;
	}
	.banner.zh-banner-sec {
    	padding: 35px 20px 50px 20px;
	}
}
@media only screen and (min-width:768px) {
	.zh-fsm-b-mob{
		display: none;
	}
	.zh-fsm-b-desk{
		display: inline-block;
	}
}

@media only screen and (max-width:768px) {
	.zh-fsm-b-mob{
		display: block;
	}
	.zh-fsm-b-desk{
		/*display: none;*/
	}
}
@media only screen and (max-width:1024px) {
	.zh-container {
		padding: 0px 30px;
		width: auto;
	}
	.zh-container.screenshots {
    	padding: 30px 50px !important;
	}
	.zh-tpad{padding-top: 40px;}
	.zh-b-flex {
		display: block;
		text-align: center;
	}
	.zh-b-item {
    	padding: 10px 0px;
    	width: 100%;
	}
	.zh-head-width, .zh-p-width {
		width: 100%;
	}
	.zh-b-item .lazy-picture img{
		max-width: 60%;
	}
}
@media only screen and (max-width:500px) {
    .zh-container {
    	padding: 13px !important;
	}
	#zhbanner {
		height: 480px;
	}
	.zh-container.screenshots>li {
    	padding: 5px;
	}
	.zh-container.screenshots {
    	padding: 30px !important;
	}
	#itilrleseftrcta a.startyrfre:nth-child(2) {
    	display: block;
	}
}

/* Facilities Space Management Start */