body {
	font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif !important;
}

.form input[type=text],
input[type=password] {
	width: 100%;
	padding: 10px 10px;
	margin: 8px 0;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 1px solid #604e8c;
	border-left: none;
	border-right: none;
	border-top: none;
}

.form input[type=email],
input[type=mobile] {
	width: 100%;
	padding: 10px 10px;
	margin: 8px 0;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 1px solid #604e8c;
	border-left: none;
	border-right: none;
	border-top: none;
}

.form input[type=pwd],
input[type=otp] {
	width: 100%;
	padding: 10px 10px;
	margin: 8px 0;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 1px solid #604e8c;
	border-left: none;
	border-right: none;
	border-top: none;
}

.form button {
	background-color: #ea2222;
	color: white;
	padding: 12px 14px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 30px;
}

.form-txt {
	font-weight: 600;
	font-size: 30px;
}

button:hover {
	opacity: 0.8;
}

.form .cancelbtn {
	width: 100%;
	padding: 10px 14px;
	background-color: #f44336;
}

.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

.container {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 50px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	border: 1px solid #888;
	width: 520px;
	padding: 20px;
}

.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 24%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.offer-section-bg {
	background-color: #f7f4ff;
	padding: 25px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.ser-types {
	text-align: center;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border: 1px solid #ddd;
}

.servics-bg1 {
	border: 1px solid #ddd;
}

.ser-types:hover {
	background-color: #f3f3f3;
	transition: all .5s ease;
	color: #1b8bff;
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.s-img {
	width: 40px;
	height: 40px;
}

.social-bg {
	text-align: center;
}

.pr-txt {
	margin-bottom: 5px;
	margin-top: 5px;
}

.pr-txt1 {
	color: #f44336;
}

.btn {
	color: #fff;
	position: relative;
	text-transform: capitalize;
	border: 0;
	border-radius: 0;
	padding: 7px 12px;
	overflow: hidden;
	z-index: 0;
}

.btn:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333736;
	z-index: -1;
	/*border-radius: 50%;*/
}

.single-product .discount {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 0.625rem;
	color: #fff;
	text-transform: uppercase;
	background: #a28dd6;
	display: inline-block;
	padding: 2px 10px;
}

.single-product ul {
	font-size: 0.625rem;
	color: #7b67ab;
}

.light-bg {
	background-color: #e3e0ea;
}

.offer-title {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}

.swiper-button-next .next-arrow {
	font-size: 10px !important;
}

.swiper-button-prev .prev-arrow {
	font-size: 10px !important;
}

.guarnt-bg {
	margin-top: 40px;
	background-color: #f7f7f7;
	padding: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.guarnt-title img {
	float: left;
}

.guarnt-title h4 {
	padding-top: 30px;
}

.guarant-bg {
	padding: 20px;
	text-align: center;
}

.guarant-img-bg {
	margin-bottom: 10px;
}

.more-btn {
	text-align: center;
}

.more-btn a {
	font-size: 13px;
}

.certic-bg {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #ddd;
}

.enter-opt {
	text-align: center;
}

.otp-htd {
	margin-bottom: 5px;
	color: #7d7d7d;
}

.mobil-cont {
	font-weight: 600;
	font-size: 16px;
}

.img-responsive {
	display: initial !important;
}

.login-bg {
	padding: 20px;
}

.s-title {
	margin: 0 0 0px 0 !important;
	margin-top: 30px !important;
	color: #ea2222 !important;
	font-size: 30px !important;
	font-family: inherit !important;
}

.sub-titlle {
	font-size: 15px;
}

.service-bg {
	padding: 50px;
}

.service-animt-bg {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	height: 150px;
}

.ser-hd {
	margin-bottom: 10px;
}

.ser-hd h3 {
	font-size: 19px;
	margin-top: 5px;
}


/*flip-card css start*/

.flip-card {
	background-color: #ffffff;
	height: 150px;
    border-radius: 20%;
	perspective: 1000px;
	margin-bottom: 20px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 20%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.serv-img {
	/*padding: 10px;*/
	border-radius: 20%;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 20%;
}

.flip-card-front {
	background-color: #ffffff6e;
	color: #383434;
	border-radius: 20%;
}

.flip-card-back {
	background-color: #ffffff6e;
	color: #ffffff;
	transform: rotateY(180deg);
	border-radius: 20%;
}

#top-news-bar {
	padding: 0px 0 !important;
	background-color: #ea2222 !important;
}

.text-lowercase a {
	color: #fff !important;
}

.text-lowercase p i {
	color: #ffffff !important;
}

.guest {
	color: #fff !important;
}

.inspiration-title-bg {
	padding: 20px;
}

.inspiration-bg {
	background-color: #e4e4e4;
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #ea2222 !important;
}


/*(max-width: 320px) */

@media screen and (max-width: 767.98px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto;
		border: 1px solid #888;
		width: 350px;
		padding: 5px;
	}
}

@media(min-width: 200px) and (max-width: 767px) {
	.service-bg {
		padding: 0px !important;
	}
	.icon-bar {
		position: fixed;
		top: 50%;
	}
	.flip-card {
		background-color: #ffffff;
		height: 150px;
		perspective: 1000px;
		margin-bottom: 20px;
	}
	.vertical-tabs .sv-tab-panel {
		background: #fff;
		height: 200px;
		padding-top: 0px !important;
		border: 1px solid #b9b4b4;
		padding: 0px !important;
		margin-bottom: 50px;
	}
	.service-animt-bg {
		height: 125px;
	}
	.live-heading {
		padding: 20px;
	}
}

@media(min-width: 460px) and (max-width: 767px) {
	.flip-card img {
		width: 70%;
	}
}


/* .tabbable-panel {
      border:1px solid #eee;
      padding: 10px;
    }*/


/* Default mode */

.tabbable-line>.nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line>.nav-tabs>li {
	margin-right: 2px;
	border-bottom: 2px solid transparent;
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
	border-bottom: 2px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
	border-bottom: 2px solid #f3565d;
	position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #eb595f;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content {
	margin-top: -3px;
	/*background-color: #fff;*/
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.tabbable-panel .nav-tabs>li.active>a,
.tabbable-panel .nav-tabs>li.active>a:focus,
.tabbable-panel .nav-tabs>li.active>a:hover {
	border: 0px !important;
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

.what-we-bg .vertical-tabs .nav-tabs>li.active>a,
.what-we-bg .nav-tabs>li.active>a:focus,
.what-we-bg .nav-tabs>li.active>a:hover {
	background-color: #c10101 !important;
	color: #fff !important;
	font-weight: 600;
}

.inspir-tab li {
	font-weight: 600;
	font-size: 17px;
	color: #000000;
}

.int-heading {
	font-weight: 600;
	font-size: 22px;
}

.insp-text h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.insp-text h3:hover {
	color: #ea2222;
	font-size: 20px;
	font-weight: 600;
}

.inspir-sub {
	font-size: 16px;
}

.w-img {
	width: 130px;
	padding: 30px;
}

.why-us-bg {
	padding: 50px 20px;
	background-color: #404040;
}

.wh-hd {
	font-weight: 600;
	font-size: 17px;
	color: #da5151;
}

.why-content p {
	border-left: solid 4px #da5151;
	padding-left: 10px;
}

.why-content p {
	color: #ffffff;
}

.btm-footer-bg {
	background-color: #000;
	text-align: center;
	color: #fff;
}

.footer-bg {
	padding: 20px;
	background-color: #ea2222;
}

.footer-content ul li i {
	color: #ffffff;
	float: left;
}

.footer-content ul a {
	color: #fff;
	list-style: none !important;
}

.footer-content ul a .fa {
	color: #fff;
	list-style: none !important;
	font-size: 20px;
}

.footer-content h3 {
	font-weight: 600;
	color: #fff;
}

.footer-content ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 0px;
}

.footer-content p {
	color: #fff;
}

.footer-content .nav>li>a {
	float: left;
}

.what-we-bg {
	background-color: #f8f8f8;
}

.its-simple .tab-content {
	padding-bottom: 50px;
}

.h-cust {
	text-align: center;
}

.live-table tr td {
	border: 1px dashed #ddd;
}

.live-table li {
	font-size: 16px;
	list-style-type: disc;
	margin-left: 20px;
}

.live-hd {
	background-color: #ea2222;
	padding: 20px;
	color: #fff;
	font-size: 17px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.live-heading {
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	font-weight: 600;
}

.service-slider .live-heading {
	color: #fff;
}

.inspiration-title-bg h1 {
	font-weight: 600;
}

.liv-dtls {
	background-color: #ddd;
	padding: 10px;
}

.live-ty {
	font-size: 17px;
}

.envelope-icon a {
	padding: 15px;
	border-radius: 50%;
	position: fixed;
	right: 25px;
	z-index: 9999999;
	bottom: 20px;
}

.envelope-icon {
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	margin-bottom: 0px;
}

.fa-envelope-o {
	background: #2a82c5;
	color: white;
}

.fa-envelope-o:hover {
	background: #2e7db9 !important;
	color: white;
}


/*fixed social media icons-css start*/

.icon-bar {
	right: 0px;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.icon-bar a {
	display: block;
	text-align: center;
	transition: all 0.3s ease;
	color: white;
	font-size: 17px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-bottom: 2px;
}

.icon-bar a:hover {
	background-color: #000;
}

.icon-bar .a:focus,
.icon-bar a:hover {
	color: #99cfff;
}

.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}

.instagram {
	background: #125688;
	color: white;
}

.content {
	margin-left: 75px;
	font-size: 30px;
}

.client-slider-bg {
	background-color: #fff;
	z-index: 9;
}


/* Edit CSS Starts*/

.service-slider {
	background: url('../img/service-slider-bg.jpg');
	background-position: center;
	background-attachment: fixed;
	padding: 60px 0;
}

.client-slider-bg .d-flex {
	margin-bottom: 20px;
}

.principles-wrapper .feature-box {
	text-align: center;
	margin: 30px 0;
	cursor: pointer;
}

.principles-wrapper .feature-box img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 70px;
}

.services-blocks img {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	width: auto !important;
}

.principles-wrapper .feature-box:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.principles-wrapper .feature-content .title h3 {
	min-height: 40px;
	position: relative;
	color: #383434;
	font-weight: 600;
	margin: 20px 0px 15px;
	font-size: 17px;
	font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
}

.services-blocks .feature-box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	border: solid 1px #dfdddd;
	border-radius:30px 0 30px 0;
	
}

.services-blocks .feature-box:hover {
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border-radius:0;
}

.get-section {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.top-footer {
	background-image: url(../img/top-footer.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.social-icons-block a:hover {
	background: linear-gradient(45deg, #0E90D5, #3032A2);
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
}

.get-button {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px !important;
	background-color: #ea2222 !important;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}

.get-button a:focus,
.get-button a:hover {
	color: #fff1f1;
	background-color: #d41a1a !important;
}

.process-model li a,
.vertical-tabs li a {
	cursor: pointer;
}

.whatdo-block h2:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 60px;
	left: 5px;
	bottom: -10px;
	background: #ea2222;
	border-radius: 6px;
}

.check-list {
	color: #383434;
	font-weight: 600;
	font-size: 17px;
	font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
	margin: 30px 0 15px 0px;
}

.check-list li {
	padding: 10px 0;
}

.check-list li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	padding: 8px;
	font-size: 16px;
}

.highlight-text {
	color: #383434;
	font-weight: 600;
	font-size: 17px;
	font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
}

section#home-index-page article#livspace-stories {
	padding: 0px !important;
	background:#fff;
}

.whatdo-block {
	background: #f8e9e9;
	border-radius: 0 0 156px 34px;
}

.livspace-edge-section[data-v-5362999c] {
	background-color: #f5f4f5;
	text-align: center;
	padding: 80px 0;
}

table[data-v-5362999c],
td[data-v-5362999c],
th[data-v-5362999c] {
	font-size: 20px;
	line-height: 28px;
	color: #41303e;
	border: 1px dashed #d9d6d8;
	padding: 20px;
	text-align: left;
}

table[data-v-5362999c] {
	margin-top: 32px;
	border-collapse: collapse;
}

th[data-v-5362999c]:nth-child(2) {
	color: #fff;
	border-radius: 8px 8px 0 0;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	background-color: #eb595f;
}

.subtitle_small {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.body_default {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.livspace-edge-table {
	max-width: 920px;
	margin: 0 auto;
	display: block;
}

.get-button:hover {
	color: #fff;
	background: #333 !important;
}

.whatdo-block h2 {
	position: relative;
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.hvr-backward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hvr-skew-backward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}

.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.iiwa-product .box-content,.iiwa-product .box5 .icon {
    display: none;
}
#top-news-bar .container{
    padding:5px 0px;
}
@media only screen and (max-width: 600px) {
	.vertical-tabs .sv-tab-panel{
		padding:0px 20px 20px 20px!important;
		height:auto!important;
	}
	.why-content{
		min-height:269px;
	}
	.icon-bar{
		right:20px;
	}
}
@media only screen and (max-width: 480px) {
	.vertical-tabs .sv-tab-panel{
		padding:0px 20px 20px 20px!important;
		height:auto!important;
	}
	.why-content{
		min-height:280px;
	}
	.icon-bar{
		right:20px;
	}
}
@media only screen and (max-width: 420px) {
	.vertical-tabs .sv-tab-panel{
		padding:0px 20px 20px 20px!important;
		height:auto!important;
	}
	.why-content{
		min-height:315px;
	}
	.icon-bar{
		right:20px;
	}
}
@media only screen and (max-width: 320px) {
	.vertical-tabs .sv-tab-panel{
		padding:0px 20px 20px 20px!important;
		height:auto!important;
	}
	.why-content{
		min-height:330px;
	}
	.icon-bar{
		right:20px;
	}
}