/*
@File: Robtic Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - About CSS
** - Service Details CSS
** - Project Details CSS
** - Blog Details CSS
** - Contact CSS
** - FAQ CSS
** - 404 Error CSS
** - Coming Soon CSS
** - Privacy Policy CSS
** - Preloader CSS
** - Back to Top CSS
*/
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,400;0,500;0,600;1,100&display=swap");
/*-- Default CSS --*/
body {
	font-family: "Roboto", sans-serif;
	font-family: "Sarabun", sans-serif !important;
	/* font-family: 'Open Sans', sans-serif; */
	/* font-family: 'Quicksand', sans-serif; */

	color: black;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.35px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	line-height: 1.3;
	/* font-family: "Poppins", sans-serif; */
	/* font-family: 'Quicksand', sans-serif; */
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-family: "Sarabun", sans-serif;
}

p {
	line-height: 1.8;
	font-family: "Roboto", sans-serif;
	font-family: "Sarabun", sans-serif;
	font-weight: 300;
}

a {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 40px;
	padding-bottom: 30px;
}

.pt-100 {
	padding-top: 50px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

button:focus {
	outline: 0;
}

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.container {
	max-width: 1185px;
}

/*-- End Default CSS --*/
/*----- Home One CSS -----*/
/*-- Header Top --*/
.header-top-area {
	background-color: #02111e;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

.header-top-area .header-top-item ul {
	margin: 0;
	padding: 0;
}

.header-top-area .header-top-item ul li {
	list-style-type: none;
	display: inline-block;
}

.header-top-area .header-top-item ul li a {
	display: inline-block;
}

.header-top-area .header-top-item ul li i {
	display: inline-block;
}

.header-top-area .header-top-item .header-left ul li {
	margin-right: 22px;
}

.header-top-area .header-top-item .header-left ul li:nth-child(2) i {
	position: relative;
	top: 2px;
}

.header-top-area .header-top-item .header-left ul li:nth-child(3) {
	margin-right: 0;
}

.header-top-area .header-top-item .header-left ul li:nth-child(3) i {
	position: relative;
	top: 2px;
}

.header-top-area .header-top-item .header-left ul li i {
	color: #ffffff;
	margin-right: 3px;
	font-size: 18px;
}

.header-top-area .header-top-item .header-left ul li a {
	font-size: 14px;
	color: #ffffff;
}

.header-top-area .header-top-item .header-left ul li a:hover {
	color: #8c0404;
}

.header-top-area .header-top-item .header-right {
	text-align: right;
}

.header-top-area .header-top-item .header-right ul li {
	margin-right: 15px;
}

.header-top-area .header-top-item .header-right ul li:last-child {
	margin-right: 0;
}

.header-top-area .header-top-item .header-right ul li a {
	border-radius: 50%;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.header-top-area .header-top-item .header-right ul li a i {
	line-height: 25px;
}

.header-top-area .header-top-item .header-right ul li a:hover {
	color: #8c0404;
	background-color: #ffffff;
}

/*-- End Header Top --*/
/*-- Navbar --*/
#navbarSupportedContent {
	float: right;
}

.head-logo {
	height: 65px;
	position: relative;
	/* top: -6px; */
	/* right: 80%; */
	/* left: -50px; */
	right: -90%;
}

.navbar {
	/* position: relative;
  float: right; */
}

.navbar-light .navbar-brand {
	z-index: 2;
}

.navbar-area .main-nav {
	background-color: transparent;
	/* background-image: linear-gradient(to right,#940505a7,#8c0404); */
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.navbar-area .main-nav:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	/* bottom: 39px;
  height: 100%; */
	width: 100%;
	/* background-image: linear-gradient(to right,#940505a7,#940505a7,#8c0404); */

	/* border-left: 0px solid transparent; */
	/* white part on the main nav */
	/* border-top: 100px solid #fff; */
	/* border-right: 130px solid transparent; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.navbar-area .main-nav .navbar-light {
	padding-left: 0;
	padding-right: 0;
	/* float: right; */
}

.navbar-area .main-nav .navbar-light .navbar-nav {
	margin-left: auto;
	margin-right: auto;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item:hover a {
	color: #fff;
	/* color: black; */
	/* text-shadow: 2px 2px 4px #000000; */
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a {
	font-weight: 300;
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	color: white;
	/* shadow */
	/* text-shadow: 2px 2px 4px #000000; */
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:before {
	position: absolute;
	content: "";
	top: 9px;
	left: -12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	/* text-shadow: 2px 2px 4px #000000; */
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a::after {
	display: none;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active {
	color: #fff;
	/* color: black; */
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover:before,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus:before,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active:before {
	opacity: 1;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu {
	background: #fff;
	/* background-image:url("../img/newsletterBG.jpg"); */

	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border-top: 3px solid #282828; */
	border-top: 3px solid #cda215;
}

.navbar-area
	.main-nav
	.navbar-light
	.navbar-nav
	.nav-item
	.dropdown-menu
	.nav-item
	a {
	color: #282828;
	font-size: 15px;
}

.navbar-area
	.main-nav
	.navbar-light
	.navbar-nav
	.nav-item
	.dropdown-menu
	.nav-item
	a:before {
	display: none;
}

/* dropdown menu */
.navbar-area
	.main-nav
	.navbar-light
	.navbar-nav
	.nav-item
	.dropdown-menu
	.nav-item
	a:hover,
.navbar-area
	.main-nav
	.navbar-light
	.navbar-nav
	.nav-item
	.dropdown-menu
	.nav-item
	a.active {
	color: #8c0404;
	background-color: rgb(225, 225, 225);
	opacity: 0.5;
}

/* the shadow under navbar */
.navbar-area .main-nav.menu-shrink {
	padding-top: 5px;
	padding-bottom: 5px;
	/* background-image: linear-gradient(to right,#940505a7,#940505a7,#8c0404); */
	/* background-image:url("../img/newsletterBG.jpg");
  background-size: cover; */

	/* opacity: 1 !important; */

	/* height: 80px;
  -webkit-box-shadow: 0px 0px 20px 0px black;
          box-shadow: 0px 0px 20px 0px black;
  /* -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1; */
}

.navbar-area .main-nav.menu-shrink:before {
	border-top: 95px solid #940505a7;
	/* background-image: linear-gradient(to right,#940505a7,#940505a7,#8c0404);  */
	background-image: url("../img/newsletterBG.jpg");
	background-size: cover;
}

.side-nav a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #940505a7;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 12px 20px;
	position: relative;
	z-index: 1;
	margin-left: 50px;
	/* border: 1px solid #deb902; */
	/* text-shadow: 2px 2px 4px #000000; */
}

.side-nav a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	top: 0;
	background-color: #282828;
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: -1;
}

.side-nav a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	background-color: #282828;
	border-radius: 0 0 5px 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: -1;
}

.side-nav a:hover {
	color: #ffffff;
}

.side-nav a:hover:before {
	opacity: 1;
	height: 50%;
}

.side-nav a:hover:after {
	opacity: 1;
	height: 50%;
}

.navbar-social {
	display: flex;
}
.social-logo{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:7px;
}
.social-logo i:hover {
	font-size: 24px;
	color: white;
	/* color: #b10303; */
	border: 1px solid #e1251b;
	background-color: #e1251b;
	border-radius: 25px;
	padding: 4px;
	display: flex;
	transition: 1s all ease;
}

.social-logo i {
	font-size: 24px;
	/* color: #b10303; */
	color: #e1251b;
	border: 1px solid #E1251B;
	background-color: white;
	border-radius: 25px;
	padding: 4px;
	/* transition: 0.5s all ease; */
}



.mobile-social-logo {
	display: none;
}

.mobile-social-logo2 {
	display: none;
}

.social-logo-footer i:hover {
	font-size: 24px;
	color: white;
	/* color: #b10303; */
	border: 1px solid #e1251b;
	background-color: #e1251b;
	border-radius: 25px;
	padding: 4px;
	display: flex;
}

.social-logo-footer i {
	font-size: 24px;
	/* color: #b10303; */
	color: #e1251b;
	border: 1px solid #E1251B;
	background-color: white;
	border-radius: 25px;
	padding: 4px;
}

.social-logo-footer .flex-item {
	margin-left: 20px;
}

.social-logo-footer {
	list-style: none;
	display: none;
	z-index: 999999;
}

.social-logo-footer i:hover {
	font-size: 24px;
	color: white;
	/* color: #b10303; */
	border: 1px solid #e1251b;
	background-color: #e1251b;
	border-radius: 25px;
	padding: 4px;
	display: flex;
}

.blog-details-item .blog-details-quote #social-media-share ul {
	float: right;
}

.blog-details-item .blog-details-quote #social-media-share ul li a {
	background-color: transparent;
	padding: 0 0;
	padding-right: 12px;
	color: #6b6a6a;
}

.blog-details-item .blog-details-quote #social-media-share ul li a:hover {
	color: #a1a0a0;
}

.blog-details-item .blog-details-quote #social-media-share span {
	font-size: 14px;
	color: #9b9b9b;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
	background-image: url("../img/home-one/banner-main.jpg");
}

.banner-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
}

.banner-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(
		circle,
		rgba(0, 0, 0, 0.799572) 23%,
		rgba(148, 187, 233, 0) 100%
	);
	opacity: 0.75;
}

.banner-area .banner-content {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}

.banner-area .banner-content h1 {
	font-weight: 600;
	font-size: 58px;
	color: #ffffff;
	margin-bottom: 25px;
}

.banner-area .banner-content p {
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 30px;
	color: #ffffff;
}

.cmn-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #8c0404;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 12px 20px;
	position: relative;
	z-index: 1;
}

.cmn-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	top: 0;
	background-color: #282828;
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: -1;
}

.cmn-btn:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	background-color: #282828;
	border-radius: 0 0 5px 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: -1;
}

.cmn-btn i {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.cmn-btn:hover {
	color: #ffffff;
}

.cmn-btn:hover:before {
	opacity: 1;
	height: 50%;
}

.cmn-btn:hover:after {
	opacity: 1;
	height: 50%;
}

/*-- End Banner --*/
/*-- About --*/
.section-title {
	margin-bottom: 45px;
	text-align: center;
	margin-top: 45px;
}

.section-title .sub-title {
	display: inline-block;
	color: #8c0404;
	font-weight: 500;
	/* font-size: 17px; */
	margin-bottom: 8px;
	/* text-transform: uppercase; */
	font-size: 30px;
}

.section-title h5 {
	font-size: 30px;
	font-weight: 700;
}

.section-title h2 {
	font-weight: 400;
	font-size: 38px;
	color: #282828;
	text-transform: capitalize;
}

.about-area {
	padding-top: 165px;
	padding-bottom: 155px;
}

.about-area .section-title {
	text-align: left;
	margin-bottom: 30px;
}

.about-area .about-content p {
	color: #282828;
	font-weight: 400;
	margin-bottom: 18px;
}

.about-area .about-content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.about-area .about-content ul li {
	list-style-type: none;
	display: block;
	font-weight: 500;
	margin-bottom: 15px;
}

.about-area .about-content ul li:last-child {
	margin-bottom: 0;
}

.about-area .about-content ul li i {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	font-size: 15px;
	text-align: center;
	color: #8c0404;
	background-color: #f2f4fd;
	margin-right: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.about-area .about-content ul li:hover i {
	color: #ffffff;
	background-color: #8c0404;
}

.about-area .about-content img {
	display: inline-block;
	margin-right: 25px;
	border-right: 3px solid #8c0404;
	padding-right: 25px;
}

.about-area .about-content img:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.about-area .about-img-wrap {
	position: relative;
}

.about-area .about-img-wrap .about-img-slider .about-img-item img {
	width: unset !important;
	max-width: 450px;
}

.about-area .about-img-wrap .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	right: 85px;
	top: 180px;
	max-width: 20px;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
	background: #fbad86;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff;
}

.about-area .about-img-wrap .about-shape img {
	position: absolute;
}

.about-area .about-img-wrap .about-shape img:nth-child(1) {
	top: -25px;
	left: 0;
}

.about-area .about-img-wrap .about-shape img:nth-child(2) {
	bottom: -55px;
	right: 0;
	z-index: 1;
}

.about-area .about-img-wrap .about-shape img:nth-child(3) {
	top: -65px;
	right: 25px;
}

.about-area .about-img-wrap .about-shape img:nth-child(4) {
	top: 255px;
	right: -50px;
}

.about-area .about-img-wrap .about-year {
	z-index: 1;
	background-color: #ffffffd9;
	border-left: 5px solid #02111e;
	display: inline-block;
	padding: 35px 60px;
	position: absolute;
	left: 0;
	bottom: -36px;
}

.about-area .about-img-wrap .about-year h2 {
	font-size: 58px;
	color: #02111e;
	font-weight: 700;
	margin-bottom: 0;
}

.about-area .about-img-wrap .about-year h2 span {
	font-size: 38px;
}

/*-- End About --*/
/*-- Service --*/
.service-area {
	background-image: url("../img/home-one/service-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #010006;
	opacity: 0.6;
}

.service-area .section-title {
	position: relative;
}

.service-area .section-title h2 {
	color: #ffffff;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.service-area .section-title h2 span {
	color: #8c0404;
}

.service-item {
	text-align: center;
	padding: 30px 25px 28px;
	border-radius: 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	/* margin-bottom: 30px; */
}

.service-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	/* background-color: #8c0404; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 10px;
	z-index: -1;
}

/* .service-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
} */

.service-item:hover:before {
	height: 100%;
}

/* .service-item:hover img:nth-child(1) {
  opacity: 0;
} */

.service-item:hover img:nth-child(2) {
	opacity: 0.5;
}

.service-item:hover i {
	border: 1px solid #8c0404;
}

.service-item:hover h3 a {
	color: #ffffff;
}

.service-item:hover p {
	color: #ffffff;
}

.service-item:hover .service-link {
	color: #ffffff;
}

/* .service-item img {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
} */

/* .service-item img:nth-child(1) {
  opacity: 0.50;
}

.service-item img:nth-child(2) {
  opacity: 0;
} */

.service-item i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px dotted #8c0404;
	color: #8c0404;
	font-size: 35px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.service-item .service-logo {
	/* display: block; */
	width: auto;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	/* border: 1px dotted #8c0404; */
	/* color: #8c0404; */
	/* font-size: 35px; */
	margin-bottom: 15px;
	padding: 10px;
	/* -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; */
	position: relative;
	z-index: 99999;
}

.service-item h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: white;
}

#cleanroom-cert h3 {
	color: black;
}

#cleanroom-service-testing .service-item h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: white;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#cleanroom-service-testing .service-item {
	opacity: 1;
	height: 220px;
	margin-bottom: 30px;
}

#cleanroom-service-testing .service-item i {
	font-size: 22px;
	border: none;
	background-color: transparent;
	line-height: 90px;
}

#cleanroom-service-testing .service-item::after {
	background-image: none;
	/* background-color: black; */
	opacity: 0;
}

#cleanroom-service-testing .service-item:hover:after {
	/* background-color: black; */
	opacity: 0.1;
}

#cleanroom-about {
	width: 100%;
}

#cleanroom-about:before {
	position: absolute;

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #610000;
	/* opacity: .60; */
	opacity: 0.7;
}

.service-area-two h1 {
	font-weight: 700;
	/* font-size: 22px; */
	margin-bottom: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #8c0404;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}



.service-item h3 a {
	color: #282828;
}

.service-item h3 a:hover {
	color: #282828;
}

.service-item p {
	margin-bottom: 12px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.service-item .service-link {
	display: inline-block;
	color: #8c0404;
	font-weight: 500;
	font-size: 14px;
}

.service-item .service-link:hover {
	color: #282828;
}

/*-- End Service --*/
/*-- Counter --*/
.counter-area {
	background-color: #071320;
	padding-bottom: 30px;
}

#floorista-counter {
	background-image: url("../img/floorista_counterBG5.png");
	background-repeat: no-repeat;
	background-size: cover;
	
	/* padding-bottom: 20px; */
	width: 100%;
}
#floorista-counter::before {
	background-color: black;
	opacity: 0.7;
}


.counter-area .counter-text {
	margin-bottom: 30px;
}

.contactus-area .counter-text {
	margin-bottom: 30px;
}

.counter-area .counter-text h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}

#floorista-counter .counter-text h4 {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.contactus-area .counter-text h2 {
	margin-bottom: 0;
	color: #071320;
	font-weight: 400;
	font-size: 38px;
	text-align: center;
}

.counter-area .counter-text h4 {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}

.contactus-area .counter-text h4 {
	margin-bottom: 0;
	color: #071320;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}

.contactus-area h2 {
	margin-bottom: 8px;
	color: #8c0404;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	padding-bottom: 50px;
}

.counter-item {
	margin-bottom: 30px;
	border-radius: 8px;

	text-align: center;
	padding: 25px 10px 22px;
}

.counter-item h3 {
	margin-bottom: 10px;
}

.counter-item h3 span {
	color: #ffffff;
	font-weight: 700;
	font-size: 30px;
}

.counter-item p {
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0;
}

.support-autodoor {
	width: 40%;
	position: relative;
	margin: auto;
}

.support-floorista {
	width: 100%;
	position: relative;
	margin: auto;
	display: block;
	/* padding-top: 40px; */
}

.support-floorista1 {
	width: 100%;
	position: relative;
	margin: auto;
	display: block;
	/* padding-top: 40px; */
}

/*-- End Counter --*/
/*-- Foreign --*/
.floori-pad{
	padding: 40px 20px;
}
.foreign-area {
	overflow: hidden;
	position: relative;
	/* top: -70px; */
	/* padding-top: 30px; */
}

.auto-door-foreign-area {
	/* margin-bottom: 30px; */
	overflow: hidden;
	position: relative;
	/* top: -70px; */
	/* padding-top: 30px; */
	padding: 0px 100px 0px 100px;
	width: 100%;
	margin: auto;
	/* background-image: url("/assets/img/VOV_Door_Studio.jpg"); */
}

#cleanroom-under-partner .underpartner-item div {
}
#clranroom-con-foreign-area {
	overflow: hidden;
	position: relative;
	/* top: -70px; */
	/* padding-top: 30px; */
	padding: 100px 100px 0px 100px;
	width: 100%;
	margin: auto;
}

.cleanroom-product-type {
	margin: auto;
}

.auto-door-foreign-area h2 {
	 /* color: #8c0404;
	font-weight: 400;  */
	/* margin-bottom: 70px; */
	text-align: center;
}

.auto-door-foreign-area h3 {
	color: #8c0404;
	font-weight: 300;
	margin: 25px;
	font-size: 24px;
	position: relative;
	left: 0;
	/* float: left; */
}

.door-type img {
	border-radius: 10px;
	/* padding-bottom: 20px; */
	position: relative;
	opacity: 1;
	transition: ease-in 0.5s;
}
.door-type img:hover {
	border-radius: 10px;
	padding-bottom: 20px;
	opacity: 0.75;
}

.cleanroom-product-type img {
	border-radius: 10px;
	padding-bottom: 20px;
	position: relative;
	/* opacity: 0.75; */
	transition: ease-in 0.5s;
	height: auto;
	width: 300px;
	margin: auto;
	display: block;
	/* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	/* border-radius: 50%; */
}

.cleanroom-product-type img:hover {
	border-radius: 10px;
	padding-bottom: 20px;
	/* opacity: .75; */
	transform: scale(1.1);
}

.partner-item img:hover {
	display: block;
	margin: auto;
	width: 50%;
	opacity: 0.75;

	transition: ease-in 0.5s;
}

.partner-item img {
	display: block;
	margin: auto;
	/* padding-bottom: 10px; */
	width: 50%;
	opacity: 1;
}

.floorista-text {
	top: 150px;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	text-align: center;
}

/* .door-items{
  position: relative;
  width: 50%;
  width: 100%;
} */
/* .door-items .overlay {
  position: absolute; 
  bottom: 19px; 
  background: #8c0404;
  background: #8c0404c6; 

  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  color: #f1f1f1; 
  width: 100%;
  transition: 1s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 20px 6px 6px;
 
} */
/* 
.door-items:hover .overlay {
  opacity: 1;
} */

/* .door-items figure {
	position: relative;
}
.door-items figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 10%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.door-items figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
} */
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.foreign-area h2 {
	color: #8c0404;
	font-weight: 400;
	position: absolute;
	padding-top: 200px;
	margin-left: 100px;
	z-index: 999;
}

.cleanroom-testing-area h2 {
	color: #8c0404;
	font-weight: 400;
	position: relative;
	margin-left: 40px;
	padding-bottom: 30px;
	z-index: 999;
}


.foreign-area .foreign-slider {
	/* left: calc((100% - 510px) / 2); */
	position: relative;
}

.cleanroom-testing-area #cleanroom-testing-item {
	/* left:calc((100% - 1540px) / 2); */
	position: relative;
	margin: auto;
	padding: 0px 30px 0px 30px;
}

.cleanroom-testing-area .foreign-item {
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 10px 10px 0px #dddddd33;
	box-shadow: 0px 10px 10px 0px #dddddd33;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	height: 490px;
}

.project_testing_clickpart {
	padding-top: 100px;
	width: 70%;
	display: block;
	margin: auto;
	/* text-align: center; */
}

.project_testing_clickpart p {
	font-size: 24px;
	/* text-align: center; */
}

.project_testing_clickpart a {
	position: absolute;
	display: block;
	margin: auto;
	text-align: center;
	bottom: 0px;
	right: 100px;
	background-color: #8c0404;
	border-radius: 25px;
	padding: 10px;
	color: white;
	font-weight: 300;
	font-size: 20px;
}

#cleanroomproject_wwcd .offer-top img {
	border: 6px solid #8c0404;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.cleanroomproject_wwc img {
	opacity: 1;
	transition: 0.5s all ease;
}

.cleanroomproject_wwc img:hover {
	opacity: 0.8;
	/* margin-top: 20px; */
}

.cleanroomproject_wwc .offer-bottom {
	width: 100%;
	background-color: #ddd;
	padding: 20px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	max-width: 100%;
	height: 180px;
	
}

.cleanroomproject_wwc
	.offer-bottom
	h5:hover
	.cleanroomproject_wwc
	.offer-bottom
	p {
	color: white;
}



#cleanroom-arrow p {
	width: 450px;
	position: absolute;
	opacity: 1;
	font-size: 18px;
}

#cleanroom-arrow:hover .cleanroom-arrow1 p {
	opacity: 1;
}

#turnkeydesign {
	display: none;
}

#cleanroomtesting {
	display: none;
}

#cleanroomconsumable {
	display: none;
}

#aboutUs-logo {
	/* position: relative; */
	display: inline;
	margin-left: 15px;
	height: 50px;
	width: auto;
	padding-bottom: 15px;
}

#cleanroom-sub-menu h5 {
	line-height: 40px;
}

/* slides in cleanroom testing page */
#cleanroom-item .foreign-item {
	height: 550px;
	/* height:380px; */
}

/* .foreign-area .foreign-slider .owl-prev {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	border-radius: 50% !important;
	color: #ffffff !important;
	background-color: #8c0404 !important;
	text-align: center;
	font-size: 25px !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
} */

.cleanroom-testing-area .foreign-slider .owl-prev {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	border-radius: 50% !important;
	color: #ffffff !important;
	background-color: #8c0404 !important;
	text-align: center;
	font-size: 25px !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.foreign-area .foreign-slider .owl-prev i {
	line-height: 30px !important;
}

.foreign-area .foreign-slider .owl-prev:hover {
	background-color: #282828 !important;
}

.foreign-area .foreign-slider .owl-next {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	border-radius: 50% !important;
	color: #ffffff !important;
	background-color: #8c0404 !important;
	text-align: center;
	font-size: 25px !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.foreign-area .foreign-slider .owl-next i {
	line-height: 30px !important;
}

.foreign-area .foreign-slider .owl-next:hover {
	background-color: #282828 !important;
}

.foreign-area .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: -115px;
	top: 210px;
	visibility: hidden;
}

.cleanroom-testing-area .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: -115px;
	top: 210px;
	visibility: hidden;
}

#cer-cleanroom {
	padding-top: 30px;
}

#head-robotics {
	position: relative;
	padding: 40px;
	text-align: center;
	margin-left: 0;
}

.foreign-item {
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 10px 10px 0px #dddddd33;
	box-shadow: 0px 10px 10px 0px #dddddd33;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #ffffff;
}

.foreign-temi .foreign-item {
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 10px 10px 0px #dddddd33;
	box-shadow: 0px 10px 10px 0px #dddddd33;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	width: 20%;
	margin: auto;
}

.owl-carousel .owl-item img {
}

.cleanroomproject_wwc .offer-top img {
	width: 100% !important;
	margin: auto;
}

.foreign-item img {
	width: 50%;
	margin-bottom: 15px;
	border-radius: 5px;
	display: block;
}

.foreign-temi .foreign-item img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
	display: block;
	margin: auto;
}

.foreign-item .foreign-bottom {
	border-left: 3px solid #8c0404;
	padding-left: 10px;
}

.foreign-temi .foreign-item .foreign-bottom {
	border-left: 3px solid #8c0404;
	padding-left: 10px;
}

.foreign-item .foreign-bottom h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 5px;
}

.foreign-temi .foreign-item .foreign-bottom h3 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 5px;
}

.foreign-item .foreign-bottom h3 a {
	color: #282828;
}

.foreign-temi .foreign-item .foreign-bottom h3 a {
	color: #282828;
}

.foreign-item .foreign-bottom h3 a:hover {
	color: #8c0404;
}

.foreign-temi .foreign-item .foreign-bottom h3 a:hover {
	color: #8c0404;
}

.foreign-item .foreign-bottom span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #8c0404;
}

.foreign-temi .foreign-item .foreign-bottom span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #8c0404;
}

.cleanroom_details {
	width: 60%;
	position: relative;
	margin: auto;
	text-align: center;
}

.autodoor_details {
	width: 70%;
	position: relative;
	margin: auto;
	text-align: center;
}

/*-- End Foreign --*/
/*-- Team --*/
.team-area {
	background-image: url("../img/home-one/team-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
}

.team-area .container {
	position: relative;
	top: 100px;
}

.team-item {
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
	box-shadow: 0px 0px 20px 0px #dddddd33;
	background-color: #fff	;
	padding-bottom: 30px;
	border-radius: 20px;
	/* border-bottom: 2px solid #8c0404; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	height:650px;
	/* border: 1px solid #000; */
	
}

.team-item:hover {
	
	/* box-shadow: 5px 5px 18px #a8a8a8; */
	box-shadow: none;
	/* border-bottom: 2px solid #8c0404;
	height:650px; */
}

.team-item img {
	margin-bottom: 25px;
	height: 300px;
	width: auto;
	/* border-radius: 5%;
  border-bottom: 1px solid #8c0404;
  border-top: 1px solid #8c0404; */
	padding: 30px;
}

/* .team-item img:hover{
  box-shadow: 5px 5px 18px #a8a8a8;
} */

.team-item h3 {
	color: #282828;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
}

.team-item span {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #8f9090;
	margin-bottom: 12px;
}

#team-span {
	margin: auto auto 60px auto;
	text-align: center;
	display: block;
	/* padding: 5px 10px 5px 10px; */
	font-size: 24px;
	background-color: #8c0404;
	/* margin: auto; */
	max-width: 530px;
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: 20px;
}
.team-item p{
	padding-left:20px;
	 padding-right:20px; 
	 font-size:14px;
	  color:grey;
	  margin-top:70px;
	}
	.team-item2 p{
		padding-left:20px;
		 padding-right:20px; 
		 font-size:14px;
		  color:grey;
		  margin-top:70px;
		}
	.te
	/* .team-discu{
		margin-top: 5px;
	} */
	.team-Wee{
		margin-top: 0px!important;

	}
	.team-item2 span {
		display: block;
		font-weight: 500;
		font-size: 15px;
		color: #8f9090;
		margin-bottom: 15px;
	}

#team-span2 {
	margin: auto auto 60px auto;
	text-align: center;
	display: block;
	/* padding: 5px 10px 5px 10px; */
	font-size: 24px;
	background-color: #8c0404;
	/* margin: auto; */
	max-width: 270px;
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: 20px;
}

.team-item ul {
	margin: 0;
	padding: 0;
	/* position: absolute;
	top: 93%;
	left: 50%;
	transform: translate(-50%,0); */
}

.team-item ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.team-item ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #3579B1;
	color: #ffffff;
	font-size: 18px;
}

.team-item ul li a i {
	line-height: 30px;
}

.team-item ul li a:hover {
	background-color: #3579B1;
}

.team-item2 {
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
	box-shadow: 0px 0px 20px 0px #dddddd33;
	background-color: #fff;
	padding-bottom: 30px;
	border-radius: 20px;
	/* border-bottom: 2px solid #8c0404; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	 height: 650px; 
	position: relative;
	/* border: 1px solid #000; */
}

.team-item2:hover {
	
	/* box-shadow: 5px 5px 18px #a8a8a8; */
	box-shadow: none;
	/* border-bottom: 2px solid #8c0404;
	height: 650px; */
} 

.team-item2 img {
	margin-bottom: 25px;
	height: 300px;
	width: auto;
	padding: 30px;
}



.team-item2 h3 {
	color: #282828;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
}

.team-item span {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #8f9090;
	margin-bottom:15px;
}
 .team-item2 ul {
	margin: 0;
	padding: 0;
	
} 

.team-item2 ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.team-item2 ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #3579b1;
	color: #ffffff;
	font-size: 18px;
	margin-top: 0px;
}

.team-item2 ul li a i {
	line-height: 30px;
}

.team-item2 ul li a:hover {
	background-color: #3579B1;
}
.team-item2 p{
	padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: grey;
}

/*-- End Team --*/
/*-- Benefit --*/
.benefit-area {
	background-image: url("../img/home-one/benefit-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.benefit-area .benefit-content {
	background-color: #02111e;
	padding: 40px 170px 50px 60px;
	max-width: 905px;
	margin-left: auto;
	position: relative;
	top: 100px;
}

.benefit-area .benefit-content .section-title {
	text-align: left;
	margin-bottom: 25px;
}

.benefit-area .benefit-content .section-title h2 {
	color: #ffffff;
}

.benefit-area .benefit-content p {
	color: #ffffff;
	margin-bottom: 25px;
}

.benefit-area .benefit-content #whyus-p-detail {
	font-size: 14px;
}
.benefit-area .benefit-content img {
	display: block;
	height: 80px;
	width: auto;
	position: relative;
	top: -13px;
	/* right: -50x; */
}

.benefit-area .benefit-content .benefit-inner {
	margin-bottom: 30px;
	position: relative;
}

.benefit-area .benefit-content .benefit-inner img {
	display: inline-block;
	height: 45px;
	width: auto;
	position: absolute;
	top: -10px;
	left: 0;
}

.benefit-area .benefit-content .benefit-inner h4 {
	margin-bottom: 0;
	color: #ffffff;
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-size: 18px;
	max-width: 240px;
	padding-left: 65px;
}

.benefit-area .benefit-content .cmn-btn {
	margin-top: 10px;
	color: #ffffff;
	background-color: #8c0404;
}

.benefit-area .benefit-content .benefit-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-animation: benefit-shape 10s infinite linear;
	animation: benefit-shape 10s infinite linear;
}

@-webkit-keyframes benefit-shape {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes benefit-shape {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*-- End Benefit --*/
/*-- Partner --*/
.partner-area {
	margin-top: 200px;
}

.partner-area .partner-wrap {
	position: relative;
	background-color: #8c0404;
	border-radius: 10px;
	padding: 40px 50px 45px;
}

.partner-area .partner-wrap .partner-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-animation: partner-ani 10s infinite linear;
	animation: partner-ani 10s infinite linear;
}

.partner-area .partner-wrap .partner-content .section-title {
	text-align: left;
	margin-bottom: 0;
}

.partner-area .partner-wrap .partner-content .section-title h2 {
	color: #ffffff;
	margin-bottom: 0;
}

.partner-area .partner-wrap .partner-btn {
	text-align: right;
}

.partner-area .partner-wrap .partner-btn .cmn-btn {
	background-color: #ffffff;
	color: #282828;
}

.partner-area .partner-wrap .partner-btn .cmn-btn:hover {
	color: #ffffff;
}

@-webkit-keyframes partner-ani {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes partner-ani {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*-- End Partner --*/
/*-- Cost --*/
.cost-area .cost-content {
	background-color: #ffffff;
	z-index: 1;
}

.cost-area .cost-content .section-title {
	text-align: left;
	margin-bottom: 20px;
}

.cost-area .cost-content p {
	margin-bottom: 20px;
}

.cost-area .cost-content ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cost-area .cost-content ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.cost-area .cost-content ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	margin-left: 15px;
}

.cost-area .cost-content ul li h4 {
	font-weight: 500;
	font-size: 18px;
	font-family: "Quicksand", sans-serif;
	color: #303442;
	margin-bottom: 5px;
}

.cost-area .cost-content ul li span {
	display: block;
	font-size: 14px;
	color: #303442;
}

.cost-area .cost-img img {
	width: 100%;
}

/*-- End Cost --*/
/*-- Blog --*/
.blogtextspc{
 padding: 15px 10px 10px 15px;
}
.bloghpfix{
	position: relative;
}
.testingthedate p{
	font-size: 14px;
	color: #666;
	font-weight: 700;
	text-align: right;
	padding-right: 22px;
	position: absolute;
	bottom: 0;
	right: 0;
	/* border: 1px solid #555; */
}


.blog-item {
	margin-bottom: 30px;
	 /* position: relative;  */
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd9e;
	box-shadow: 0px 0px 20px 0px #dddddd9e;
	overflow: hidden;
}

.blog-item:hover .blog-inner {
	bottom: 0;
	opacity: 1;
} 

.blog-item a {
	display: block;
}

.blog-item a img {
	width: auto;
	height: auto;
	display: block;
	z-index: 99999;
}

/* .blog-item span {
	display: inline-block;
	font-size: 12px;
	color: #060f1e;
	/* background-color: #ffffff; */
	/* background-color: palegoldenrod;
	position: absolute;
	top: 83px;
	left: 262px;
	padding: 10px 16px;
	font-weight: 500;
} */ */

.blog-item .blog-inner {
	position: absolute;
	bottom: -95px;	
	left: 0;
	right: 0;
	background-color: #ffffff;
	padding: 15px 10px 18px 20px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
}

.blog-item .blog-inner h3 {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 20px;
}

.blog-item .blog-inner h3 a {
	color: #282828;
	line-height: 25px;
	font-weight: 400;
}

.blog-item .blog-inner h3 a:hover {
	color: #8c0404;
}

.blog-item .blog-inner .blog-link {
	display: inline-block;
	color: #8c0404;
	font-weight: 500;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.blog-item .blog-inner .blog-link i {
	display: inline-block;
	font-size: 16px;
	position: relative;
	top: 2px;
}

.blog-item .blog-inner .blog-link:hover {
	color: #282828;
}

.blog-top {
	height: 220px;
}

/*-- End Blog --*/
/*-- Footer --*/

.footer-logo {
	height: 70px;
}

footer {
	/* background-image: url("../img/footer-bg.png"); */
	background-image: url("../img/VOV_main_Footage.jpg");
	/* background-image: url("../img/banner_IOTROBOTICS.jpg"); */
	background-color: black;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #610000;
	/* opacity: .60; */
	opacity: 0.3;
}

.footer-item {
	position: relative;
	margin-bottom: 30px;
	width: 70%;
}

.footer-item .footer-logo .logo-link {
	display: block;
	margin-bottom: 18px;
}

.footer-item .footer-logo p {
	margin-bottom: 20px;
	color: #ffffff;
}

.footer-item .footer-logo ul {
	margin: 0;
	padding: 0;
}

.footer-item .footer-logo ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.footer-item .footer-logo ul li:last-child {
	margin-right: 0;
}

.footer-item .footer-logo ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #e8693d;
	border-radius: 50%;
	display: block;
	font-weight: 500;
}

.footer-item .footer-logo ul li a i {
	line-height: 35px;
}

.footer-item .footer-logo ul li a:hover {
	color: #e8693d;
	background-color: #ffffff;
}

.footer-item .footer-service h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #ffffff;
}

.footer-item .footer-service ul {
	margin: 0;
	padding: 0;
	font-weight: 300;
	/* display: none; */
}

.footer-item .footer-service ul li {
	list-style-type: none;
	display: block;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-bottom: 10px;
}

.footer-item .footer-service ul li:last-child {
	margin-bottom: 0;
}

.footer-item .footer-service ul li:hover {
	padding-left: 10px;
}

.footer-item .footer-service ul li a {
	display: block;
	color: #ffffff;
	font-weight: 300;
}

.footer-item .footer-service ul li a:hover {
	color: #e8693d;
}

.footer-item .footer-touch h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #ffffff;
}

.footer-item .footer-touch ul {
	margin: 0;
	padding: 0;
}

.footer-item .footer-touch ul li {
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
}

.footer-item .footer-touch ul li:last-child {
	margin-bottom: 0;
}

.footer-item .footer-touch ul li i {
	display: inline-block;
	color: #e8693d;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-item .footer-touch ul li h4 {
	font-weight: 500;
	font-size: 16px;
	font-family: "Quicksand", sans-serif;
	margin-bottom: 5px;
	color: #ffffff;
}

.footer-item .footer-touch ul li a {
	display: block;
	color: #cdcccc;
}

.footer-item .footer-touch ul li a:hover {
	color: #e8693d;
}

.footer-item .footer-touch ul li span {
	display: block;
	color: #cdcccc;
}

/* submit btn */
/* .lusu-code{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lusu-code input{
	width:100;
} */

.submit-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	background-color: #8c0404;
	border-radius: 5px;
	padding: 8px 15px;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	left: 182px;
	top: -38px;
}

.submit-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	top: 0;
	background-color: #282828;
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: -1;
}

.submit-btn:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	background-color: #282828;
	border-radius: 0 0 5px 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: -1;
}

.submit-btn i {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.submit-btn:hover {
	color: #ffffff;
}

.submit-btn:hover:before {
	opacity: 1;
	height: 50%;
}

.submit-btn:hover:after {
	opacity: 1;
	height: 50%;
}

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
	/* background-color: #121f34; */
	background-color: #610000;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.copyright-area .copyright-item p {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0;
}

.copyright-area .copyright-item p a {
	display: inline-block;
	font-weight: 600;
	color: white;
}

.copyright-area .copyright-item p a:hover {
	color: #ffffff;
}

#footer-links .col-lg-5 {
	max-width: 35%;
}

/*-- End Copyright --*/
/*----- End Home One CSS -----*/
/*----- Home Two CSS -----*/
/*-- Banner --*/
.banner-img-two {
	/* background-image: url("../img/home-two/banner-bg.jpg"); */
	background-image: url("../img/newsletterBG.jpg");
	/* height: auto; */
}

.banner-img-two .banner-content {
	text-align: left;
}

.banner-img-two .banner-content h1 {
	font-weight: 700;
}

.banner-img-two .banner-content .cmn-btn {
	background-color: #8c0404;
	color: #ffffff;
}

.banner-img-two .banner-img {
	position: relative;
	top: 30px;
	-webkit-animation: banner-ani 10s infinite linear;
	animation: banner-ani 10s infinite linear;
	height: 90%;
}

@-webkit-keyframes banner-ani {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes banner-ani {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*-- End Banner --*/
/*-- Logo --*/
.logo-area {
	background-color: #f6f6f6;
}

.logo-area .col-lg-5 {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 25% !important;
}

.logo-area .logo-item {
	margin-bottom: 30px;
	/* text-align: center; */
}

.logo-area .logo-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.logo-area .logo-item img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/*-- End Logo --*/
/*-- Offer --*/
.offer-area {
	/* background-color: #f6f6f6; */
}

/* .offer-area img {
	position: relative;
	width: 100%;
} */

.offer-area .section-title h3 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.offer-area .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}

.offer-area .owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 7px;
	background: #facbb1;
}

.offer-area .owl-theme .owl-dots .owl-dot.active span {
	background: #8c0404;
	width: 25px;
}

.offer-item {
	text-align: center;
	/* background-color: #ffffff; */
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 30px 25px 30px;
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
	box-shadow: 0px 0px 20px 0px #dddddd33;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	position: relative;
}

.offer-item .offer-shape {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.offer-item .offer-top img {
	-webkit-animation: border-transform-default 10s linear infinite alternate
		forwards;
	animation: border-transform-default 10s linear infinite alternate forwards;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border: 6px solid #8c0404;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.offer-item .offer-top i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px dotted #8c0404;
	color: #8c0404;
	font-size: 35px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-top: -60px;
}

.offer-item .offer-top h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
}

.offer-item {
	height: auto;
	/* height: 460px; */
}

.offer-item .offer-bottom h3 a {
	color: #282828;
}

.offer-item .offer-bottom h3 a:hover {
	color: #8c0404;
}

.offer-item .offer-bottom p {
	margin-bottom: 12px;
	font-weight: 300;
	color: black;
}

.offer-item .offer-bottom .offer-link {
	display: inline-block;
	font-weight: 500;
	color: #8c0404;
	font-size: 14px;
}

.offer-item .offer-bottom .offer-link i {
	display: inline-block;
	font-size: 17px;
	position: relative;
	top: 3px;
}

.offer-item .offer-bottom .offer-link:hover {
	color: #282828;
}

@-webkit-keyframes border-transform-default {
	0%,
	to {
		border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

@keyframes border-transform-default {
	0%,
	to {
		border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

/*-- End Offer --*/
/*-- About --*/
.about-area-two {
	padding-bottom: 100px;
}

.about-area-two .about-content .section-title {
	text-align: left;
}

.about-area-two .about-content .counter-inner {
	margin-bottom: 20px;
}

.about-area-two .about-content .counter-inner h3 {
	margin-bottom: 5px;
	font-size: 38px;
	color: #8c0404;
}

.about-area-two .about-content .counter-inner h3 .odometer {
	font-family: "Poppins", sans-serif;
}
.about-area-two .about-content .counter-inner h3 .odometer2 {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
}

.about-area-two .about-content .counter-inner h3 .target {
	margin-left: -7px;
}

.about-area-two .about-content .counter-inner p {
	font-weight: 500;
	color: #282828;
	margin-bottom: 0;
}

.about-area-two .about-content .about-p {
	margin-bottom: 25px;
	padding-right: 110px;
}

.about-area-two .about-content .cmn-btn {
	color: #ffffff;
	background-color: #8c0404;
}

.about-area-two .about-img {
	position: relative;
}

.about-area-two .about-img img:nth-child(1) {
	-webkit-animation: about-ani 10s linear infinite alternate forwards;
	animation: about-ani 10s linear infinite alternate forwards;
}

.about-area-two .about-img img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: -100px;
}

@-webkit-keyframes about-ani {
	0%,
	to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

@keyframes about-ani {
	0%,
	to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

/*-- End About --*/
/*-- Job --*/
.job-area {
	background-color: #020e1d;
	position: relative;
}

.job-area .job-shape {
	position: absolute;
	right: 50px;
	top: 135px;
	-webkit-animation: benefit-shape 10s infinite linear;
	animation: benefit-shape 10s infinite linear;
}

.job-area .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.job-area .container-fluid .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

.job-area .job-img {
	background-image: url("../img/home-two/job1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.job-area .job-img img {
	display: none;
}

.job-area .job-content {
	padding: 75px 30px 45px 60px;
	max-width: 695px;
}

.job-area .job-content .section-title {
	text-align: left;
	position: relative;
	z-index: 1;
}

.job-area .job-content .section-title h2 {
	color: #ffffff;
}

.job-area .job-content p {
	margin-bottom: 30px;
	color: #ffffff;
	z-index: 1;
	position: relative;
}

.job-area .job-content ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job-area .job-content ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	background-color: #152130;
	border-radius: 8px;
	color: #ffffff;
	font-weight: 500;
	font-size: 17px;
	max-width: 230px;
	padding: 10px 15px 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.job-area .job-content ul li:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	background-color: #8c0404;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 8px;
	z-index: -1;
}

.job-area .job-content ul li i {
	display: inline-block;
	font-size: 24px;
	position: relative;
	top: 4px;
}

.job-area .job-content ul li:hover:before {
	height: 100%;
}

/*-- End Job --*/
/*-- Foreign --*/
.foreign-area-two {
	background-image: url("../img/home-two/foreign-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 100px;
}

.foreign-area-two:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #071320;
	opacity: 0.8;
}

.foreign-area-two .container {
	position: relative;
	top: 100px;
}

.foreign-area-two .section-title {
	max-width: 550px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.foreign-area-two .section-title h2 {
	color: #ffffff;
}

.foreign-area-two .foreign-item {
	margin-left: 0;
	margin-right: 0;
}

.foreign-area-two .foreign-temi .foreign-item {
	margin-left: 0;
	margin-right: 0;
}

/*-- End Foreign --*/
/*-- Benefit --*/
.benefit-area-two {
	background-image: unset;
}

.benefit-area-two .benefit-shape {
	display: none;
}

.benefit-area-two .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.benefit-area-two .container-fluid .col-lg-7 {
	padding-left: 0;
	padding-right: 0;
}

.benefit-area-two .container-fluid .col-lg-5 {
	padding-left: 0;
	padding-right: 0;
}

.benefit-area-two .benefit-content {
	background-color: unset;
	padding: 0;
	max-width: 690px;
	margin-left: auto;
	top: 0;
	/* padding-top: 50px; */
	padding-bottom: 50px;
	padding-right: 30px;
}

.benefit-area-two .benefit-content .section-title h2 {
	color: #282828;
	font-weight: 400;
}

.benefit-area-two .benefit-content p {
	/* color: #4e4e4e; */
	color: #000;
	font-weight: 300;
}

.benefit-area-two .benefit-content .benefit-inner h4 {
	color: #282828;
	font-weight: 400;
	padding-bottom: 10px;
}

.benefit-area-two .benefit-img {
	/* background-image: url("../img/whyus.jpg"); */
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.benefit-area-two .benefit-img img {
	display: none;
	width: 100%;
}

/*-- End Benefit --*/
/*-- Social --*/
.social-area {
	padding-bottom: 160px;
}

.social-area .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

.social-area .social-img {
	background-image: url("../img/home-two/social-main.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.social-area .social-img img {
	display: none;
	width: 100%;
}

.social-area .social-content {
	background-color: #02111e;
	padding: 55px 40px 55px;
	position: relative;
	top: 60px;
	margin-left: -70px;
	margin-bottom: 0;
}

.social-area .social-content .section-title {
	text-align: left;
	margin-bottom: 25px;
}

.social-area .social-content .section-title h2 {
	color: #ffffff;
	font-size: 35px;
}

.social-area .social-content p {
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: 500;
	font-size: 28px;
	font-family: "Poppins", sans-serif;
	line-height: 42px;
}

.social-area .social-content .cmn-btn {
	color: #ffffff;
	background-color: #8c0404;
}

/*-- End Social --*/
/*-- Testimonial --*/
.testimonial-area {
	position: relative;
	background-image: url("../img/testimonial-bg.png");
	background-size: cover;
	margin-bottom:80px ;
}

.auto-door-foreign-area-no1 {
	
	position: relative;
	background-image: url("../img/VOV_Door_Studio.jpg");
	background-size: cover;
}

.testimonial-area .testimonial-shape {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-area .section-title {
	position: relative;
	z-index: 1;
}

.testimonial-area .section-title h2 {
	color: black;
}

.testimonial-area .testimonial-item {
	position: relative;
	z-index: 1;
}

.testimonial-area .testimonial-item .testimonial-top {
	border: 1px dashed #36424d;
	padding: 40px 65px 40px 30px;
	margin-bottom: 30px;
	background-color: #02111e82;
	height: 200px;
}

.testimonial-area .testimonial-item .testimonial-top p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
}

.testimonial-area .testimonial-item .testimonial-top i {
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: 18px;
	right: 30px;
	color: #8c0404;
}

.testimonial-area .testimonial-item ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px;
}

.testimonial-area .testimonial-item ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.testimonial-area .testimonial-item ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-left: 15px;
}

.testimonial-area .testimonial-item ul li img {
	width: 50px !important;
}

.testimonial-area .testimonial-item ul li h4 {
	color: #ffffff;
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 18px;
}

.testimonial-area .testimonial-item ul li span {
	display: block;
	color: #ffffff;
	font-size: 14px;
}

/*-- End Testimonial --*/
/*-- Blog --*/
.blog-area-two .blog-item {
	overflow: unset;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;

}



.blog-area-two .blog-item .blog-inner {
	position: relative;
	bottom: 0;
	opacity: 1;
	height: 120px;
}

.blog-area-two .blog-item .blog-inner h3 {
	font-size: 20px;
}

.blog-area-two .blog-item .blog-inner h3 a {
	line-height: 20px;
	font-size: 16px;
	font-weight: 300;
}

/*-- End Blog --*/
/*-- Book --*/
.book-area .row {
	background-color: #8c0404;
	overflow: hidden;
}

.book-area .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

.book-area .book-img {
	background-image: url("../img/home-two/book-main.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.book-area .book-img img {
	display: none;
	width: 100%;
}

.book-area .book-content {
	padding-top: 65px;
	padding-bottom: 70px;
	max-width: 385px;
	position: relative;
	padding-left: 10px;
}

.book-area .book-content:before {
	position: absolute;
	content: "";
	bottom: 39px;
	left: -263px;
	border-left: 0 solid transparent;
	border-top: 224px solid #8c0404;
	border-right: 304px solid transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 1;
}

.book-area .book-content h3 {
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}

.book-area .book-content a {
	display: inline-block;
	font-weight: 500;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 15px 25px;
}

.book-area .book-content a:hover {
	color: #8c0404;
	background-color: #ffffff;
}

/*-- End Book --*/
/*----- End Home Two CSS -----*/
/*----- Home Three CSS -----*/
/*-- Header Top --*/
.header-top-area-two .header-top-item .header-left ul li i {
	color: #8c0404;
}

.header-top-area-two .header-top-item .header-right ul li a {
	color: #8c0404;
	border: 1px solid #8c0404;
}

.header-top-area-two .header-top-item .header-right ul li a:hover {
	color: #ffffff;
	background-color: #8c0404;
}

/*-- End Header Top --*/
/*-- Header Contact --*/
.header-contact-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-contact-area .logo a {
	display: block;
}

.header-contact-area .side-nav {
	text-align: right;
}

.header-contact-area .side-nav a {
	color: #ffffff;
	background-color: #8c0404;
	text-align: right;
}

.header-contact-area .contact-item {
	text-align: center;
}

.header-contact-area .contact-item ul {
	margin: 0;
	padding: 0;
}

.header-contact-area .contact-item ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-left: 50px;
	text-align: left;
	margin-right: 10px;
}

.header-contact-area .contact-item ul li:last-child {
	margin-right: 0;
}

.header-contact-area .contact-item ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #8c0404;
	display: inline-block;
	font-size: 40px;
}

.header-contact-area .contact-item ul li h4 {
	color: #4e4e4e;
	font-weight: 500;
	font-size: 15px;
	font-family: "Quicksand", sans-serif;
	margin-bottom: 5px;
}

.header-contact-area .contact-item ul li h4 a {
	display: inline-block;
	color: #4e4e4e;
}

.header-contact-area .contact-item ul li h4 a:hover {
	color: #8c0404;
}

.header-contact-area .contact-item ul li span {
	display: block;
	font-size: 12px;
	color: #4e4e4e;
}

/*-- End Header Contact --*/
/*-- Navbar --*/
.nav-area-two .main-nav {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.nav-area-two .main-nav:before {
	display: none;
}

.nav-area-two .main-nav .navbar-light {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #8c0404;
	padding-right: 25px;
}

.nav-area-two .main-nav .navbar-light:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 39px;
	height: 100%;
	width: 27%;
	border-top: 84px solid #fff;
	border-left: 120px solid transparent;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.nav-area-two .main-nav .navbar-light .nav-shape img {
	left: 0;
	right: unset;
	top: 0;
	max-width: 80%;
}

.nav-area-two .main-nav .navbar-nav {
	margin-left: 25px !important;
}

.nav-area-two .main-nav.menu-shrink {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-area-two .main-nav.menu-shrink .navbar-light {
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd5e;
	box-shadow: 0px 0px 20px 0px #dddddd5e;
}

.nav-area-two .main-nav.menu-shrink {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.side-nav-two .modal-btn {
	padding: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	top: -6px;
}

.side-nav-two .modal-btn:hover span:nth-child(2) {
	width: 25px;
}

.side-nav-two .modal-btn:hover span:nth-child(3) {
	width: 15px;
}

.side-nav-two .modal-btn span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #282828;
	margin-bottom: 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

#myModalRight {
	z-index: 99999;
}

#myModalRight .close {
	top: 8px;
	position: relative;
}

.modal.modal-right .modal-dialog {
	max-width: 380px;
	min-height: 100vh;
}

.modal.modal-right.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal.modal-right .modal-content {
	height: 100vh;
	overflow-y: auto;
	border-radius: 0;
}

.modal.modal-left .modal-dialog {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	margin: 0 auto 0 0;
}

.modal.modal-right .modal-dialog {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	margin: 0 0 0 auto;
}

.search-icon {
	font-size: 24px;
	position: relative;
	top: 3px;
	color: #282828;
	border: 0;
	outline: none;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	background-color: transparent;
	margin-right: 5px;
}

.search-icon:hover {
	color: #8c0404;
}

.search-toggle .search-icon.icon-close {
	display: none;
}

.search-toggle.opened .search-icon.icon-search {
	display: none;
}

.search-toggle.opened .search-icon.icon-close {
	display: block;
}

.nav-srh {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.nav-srh .search-area {
	position: absolute;
	right: 8px;
	bottom: -105px;
	z-index: 5;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	max-height: 0;
	overflow: hidden;
	background-color: #ffffff;
}

.nav-srh .search-area .search-icon {
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top: 28px;
	background-color: transparent;
	font-size: 20px;
	color: #515151;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.nav-srh .search-area .search-icon:hover {
	color: #8c0404;
}

.nav-srh .search-area .src-input {
	outline: none;
	padding-left: 20px;
	margin: 0;
	width: 300px;
	background-color: #dddddd80;
	border: 1px solid #ddd;
	font-size: 16px;
	height: 45px;
	border-radius: 0;
}

.nav-srh .search-area.opened {
	max-height: 100px;
	padding: 20px 25px;
	-webkit-box-shadow: 0px 0px 15px #dddddd80;
	box-shadow: 0px 0px 15px #dddddd80;
}

.modal-body {
	padding: 40px 30px 50px;
}

.modal-body h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #000;
}

.modal-body p {
	color: #545555;
	font-size: 14px;
	margin-bottom: 20px;
}

.modal-body .image-area {
	margin-bottom: 10px;
}

.modal-body .image-area .col-lg-4 {
	padding-right: 5px;
	margin-right: -5px;
}

.modal-body .image-area a {
	display: block;
	margin-bottom: 15px;
}

.modal-body .image-area a img {
	width: 100%;
}

.modal-body .modal-item {
	margin-bottom: 30px;
}

.modal-body .social-area {
	text-align: center;
}

.modal-body .social-area h3 {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #000;
}

.modal-body .social-area ul {
	margin: 0;
	padding: 0;
}

.modal-body .social-area ul li {
	list-style-type: none;
	display: inline-block;
}

.modal-body .social-area ul li a {
	display: block;
	color: #8c0404;
	border: 1px solid #8c0404;
	width: 32px;
	height: 32px;
	line-height: 34px;
	border-radius: 50%;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 16px;
	text-align: center;
}

.modal-body .social-area ul li a:hover {
	color: #ffffff;
	background-color: #8c0404;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-three {
	background-image: url("../img/home-three/banner-bg.jpg");
}

.banner-img-three .cmn-btn {
	color: #ffffff;
	background-color: #8c0404;
}

/*-- End Banner --*/
/*-- About --*/
.about-area-three .about-img-wrap .about-year h2 {
	color: #8c0404;
}

.about-area-three .about-img-wrap .about-year h2 span {
	color: #02111e;
}

/*-- End About --*/
/*-- Service --*/

#certificate1 {
	/* float:right; */
}
#certificate2 {
	/* float: left;; */
}

#certificate img {
	height: 330px;
	width: auto;
}


.service-area-two {
	background-color: #020e1d;
	background-image: unset;
}

.service-area-two .section-title h2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

.service-area-two:before {
	display: none;
}

.service-area-two .service-item {
	/* background-color: #e3e3e3; */
	/* background-color: #740000; */
	background-color: black;

	/* background-image: url("../img/banner_carpet.jpg"); */
	/* background-color: #ddd; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 250px;
	border-radius: 0;
}

#robot-service #no1 {
	background-color: #e3e3e3;
	background-image: url("../img/temi_education.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 370px;
}

#robot-service #no2 {
	background-color: #e3e3e3;
	background-image: url("../img/temi_hospital.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 370px;
}

#robot-service #no3 {
	background-color: #e3e3e3;
	background-image: url("../img/temi_retails.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 370px;
}

#robot-service #no4 {
	background-color: #e3e3e3;
	background-image: url("../img/temi_hospitality_new.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 370px;
}

#robot-service #no5 {
	background-color: #e3e3e3;
	background-image: url("../img/temi_at_home_new.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 370px;
}

#robot-service #no6 {
	background-color: #e3e3e3;
	background-image: url("../img/temi_etc.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 370px;
}

#cleanroom-service .service-item {
	background-color: #e3e3e3;
	background-image: url("../img/footer-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 100px;
	display: block;
	margin-bottom: 30px;

	/* margin: auto; */
}

#cleanroom-service .service-item:hover:after {
	opacity: 0.7;
}
#cleanroom-sub-menu .service-item h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: black;
	margin-top: 23%;
}

#cleanroom-sub-menu .service-item {
	background-color: #e3e3e3;
	background-image: url("../img/Cleanroom_homepage.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	height: 250px;
	width: 250px;
	border-radius: 50%;
	display: block;
	margin: auto;
}

#cleanroomconsumable .service-item {
	background-image: url("../img/Cleanroom_homepage.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#cleanroomtesting .service-item {
	background-image: url("../img/Cleanroom_Testing.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#turnkeydesign .service-item {
	background-image: url("../img/Cleanroom_turnkey.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#cleanroom-service .service-item h3 {
	font-size: 20px;
	/* margin-bottom: 0px; */
	line-height: 20px;
	/* top: -7px; */
	position: relative;
	font-size: 18px;
}

#cleanroom-service .service-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(114, 112, 112);
	opacity: 0.1;
	background-image: none;
	z-index: -1;
	border-radius: 10px;
	/* -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; */
}

#cleanroom-sub-menu .service-item:after {
	position: absolute;
	content: "";
	width: 250px;
	height: 250px;
	top: 50%;
	left: 0;
	background-color: #ddd;
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: none;
}

.service-area-two .service-item:hover .service-link {
	color: #8c0404;
}

.service-area-two .service-item:hover:after {
	opacity: 0.1;
}

.service-area-two .service-item:before {
	display: none;
}

.service-area-two .service-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: black;
	/* background-image: url("../img/banner_carpet.jpg"); */
	background-image: url("../img/service_floorista.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;

	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0.7;
}

#floorista-service #floorista-consult {
	background-color: black;
	background-image: url("../img/Floorista_Background_Consulting.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	/* height: 370px; */
}
#floorista-service #floorista-design {
	background-color: black;
	background-image: url("../img/Floorista_Background_Designing-vov.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	/* height: 370px; */
}
#floorista-service #floorista-CIM {
	background-color: black;
	background-image: url("../img/Floorista_Background_Installing.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	/* height: 370px; */
}
#floorista-service #floorista-maintenance {
	background-color: black;
	background-image: url("../img/Floorista_Background_maintenance.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	/* height: 370px; */
}
#floorista-service .service-item {
	margin-bottom: 30px;
}

#floorista-service .service-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: black;
	/* background-image: url("../img/banner_carpet.jpg"); */
	background-image: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;

	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0.6;
}

#floorista-service .service-item:hover:after {
	opacity: 0.9;
}

#robot-service .service-item {
	margin-bottom: 30px;
}

#robot-service .service-item:hover:after {
	opacity: 0.9;
	padding-bottom: 30px;
}

#robot-service .service-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: black;
	/* background-image: url("../img/banner_carpet.jpg"); */
	background-image: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0.6;
}

.service-area-two .service-item i {
	border: 1px solid #ffffff;
}

.service-area-two .service-item h3 a {
	color: #ffffff;
}

.service-area-two .service-item h3 a:hover {
	color: #8c0404;
}

.service-area-two .service-item p {
	color: #ffffff;
	/* color: #000; */
	font-weight: 400;
}

.service-area-two .service-item .service-link:hover {
	color: #ffffff;
}

/*-- End Service --*/
/*-- Benefit --*/
.benefit-area-three {
	margin-top: 0;
	position: relative;
}

.benefit-area-three .benefit-content {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	right: -45px;
	background-color: #fff;
	z-index: 1;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 735px;
	padding-right: 60px;
}

.benefit-area-three .benefit-img-two {
	background-image: url("../img/home-three/benefit-main.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.benefit-area-three .benefit-img-two img {
	display: none;
}

/*-- End Benefit --*/
/*-- Offer --*/
.offer-area-two {
	background-color: #ffffff;
}

.offer-area-two .section-title {
	margin-bottom: 5px;
}

.offer-area-two .offer-item {
	-webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
	box-shadow: 0px 0px 20px 0px #dddddd33;
	margin-top: 30px;
}

.offer-area-two .offer-item .offer-top img {
	-webkit-animation: none;
	animation: none;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 18px;
}

/*-- End Offer --*/
/*-- Job --*/
.job-area-two {
	background-color: #f6f6f6;
}

.job-area-two .job-content .section-title h2 {
	color: #282828;
}

.job-area-two .job-content p {
	color: #4e4e4e;
}

.job-area-two .job-content ul li {
	color: #8c0404;
	background-color: #ffffff;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.job-area-two .job-content ul li:hover {
	color: #ffffff;
}

/*-- End Job --*/
/*-- Social --*/
.social-area-two {
	padding-bottom: 100px;
}

.social-area-two .social-img {
	background-image: url("../img/home-three/social-main.jpg");
}

.social-area-two .social-content {
	top: 0;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 55px 110px 55px 40px;
}

/*-- End Social --*/
/*-- Logo --*/
.logo-area-two {
	background-color: #ffffff;
}

/*-- End Logo --*/
/*----- End Home Three CSS -----*/
/*----- About CSS -----*/
/*-- Page Title --*/

/* banner for common */
.page-title-area {
	/* background-image: url("../img/footer-bg.png"); */

	background: url("../img/banner_forCommon.jpg") 0 0;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	/* height: 460px;
	background-attachment: fixed; */
}

#about-us-banner {
	/* background-image: url("../img/banner_editing_about_us_final.jpg"); */
	background: url("../img/editimagabtban.jpg") 0 0;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	/* height: 460px; */
	
	/* background-attachment: fixed; */
}

#blog-banner {
	background: url("../img/compressednew/blog-new.png") 0 0;

	 background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	/* background-size: auto 460px; */
	 height: 460px;
	 margin-top: 123px;
	/*background-attachment: fixed; */
}

#blogdetail-banner {
	background: url("../img/banner_editing_blog.jpg") 0 0;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 460px;
	margin-top: 123px;
	/* background-attachment: fixed; */
}

#contact-us-banner {
	background: url("../img/compressednew/contactus-new.png") 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 460px;
	/* background-attachment: fixed; */
}

#career-banner {
	background: url("../img/compressednew/Career_new.png") 0 0;	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 460px;
	margin-top: 123px;
	/* background-attachment: fixed; */
}

#how-we-work-banner {
	background: url("../img/compressednew/cover_VOV.jpg") 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 460px;
	margin-top: 123px;
	/* background-attachment: fixed; */
}

#floorista-blog {
	background: url("../img/Banner_floorist_shoes.jpg") 0  0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 460px;
	/* background-attachment: fixed; */
}

#floorista_banner {
	background: url("../img/VOV_International_Floorista_Happiness_Under_Your_Feet_New.jpg") 0 0;
 background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	/* background-size:  auto 460px; */
	height: 460px;
	margin-top: 123px;
	/* background-attachment: fixed; */
	
}
.vacum-rob{
max-width: 100vw;
height:auto;
}
.vacum-robstep{
width: 100%;
height: auto;
}

 /* #robotic_banner {
	background: url("../img/temibanner/temiv3bg.png") 0 0; 
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	
	background-attachment: fixed;
	
}  */


#cleanroom_banner {
	
	 background: url("../img/banner_cleanroom.jpg") 0 0; 
	 background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 530px;
	margin-top: 123px;
	/* background-attachment: fixed; */
	/* background-size: auto 460px; */
}

#autodoor_banner {
	background-image: none;
	background-size: cover;
	background-position: inherit;
	background-repeat: no-repeat;
	position: relative;
	/* height: 460px; */
	height: 600px;
	background-attachment: fixed;
}

.page-title-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #07092b;
	opacity: 0.3;
}

.page-title-area .title-item {
	text-align: center;
	position: relative;
	margin-top: 65px;
}

.page-title-area .title-item2 {
	text-align: center;
	position: relative;
	margin-top: 0px;
}

.page-title-area .title-item h1 {
	color: #ffffff;
	font-weight: 500;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-family: "Sarabun", sans-serif;
}

.page-title-area .title-item h4 {
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-family: "Sarabun", sans-serif;
}

.page-title-area .title-item h3 {
	color: #ffffff;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-family: "Sarabun", sans-serif;
}

.page-title-area .title-item ul {
	margin: 0;
	padding: 0;
}

.page-title-area .title-item ul li {
	list-style-type: none;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}

.page-title-area .title-item ul li a {
	display: inline-block;
	color: #ffffff;
}

.page-title-area .title-item ul li a:hover {
	color: #8c0404;
}

.page-title-area .title-item ul li span {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

/*-- End Page Title --*/
/*-- Job --*/
.job-area-three .job-img {
	background-image: url("../img/about-job-main.jpg");
}

/*-- End Job --*/
/*-- Offer --*/
.offer-area-three {
	background-color: #ffffff;
}

/*-- End Offer --*/
/*----- End About CSS -----*/
/*----- Service CSS -----*/
.service-area-three {
	background-color: #ffffff;
	margin: 50px auto;
}

/*----- End Service CSS -----*/
/*----- Service Details CSS -----*/
.service-details-area .service-details-item .service-details-img {
	margin-bottom: 50px;
}

.service-details-area .service-details-item .service-details-img h2 {
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 38px;
	text-align: center;
}

.service-details-area .service-details-item .service-details-img p {
	margin-bottom: 15px;
}

.service-details-area .service-details-item .service-details-img ul li {
	margin-bottom: 15px;
	font-weight: 300;
}

.service-details-area .service-details-item .service-details-img img {
	margin-top: 10px;
}

.service-details-area .service-details-item .service-details-robot h2 {
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 15px;
}

.service-details-area .service-details-item .service-details-robot p {
	margin-bottom: 20px;
}

.service-details-area .service-details-item .service-details-robot .robot-left {
	margin-bottom: 30px;
}

.service-details-area
	.service-details-item
	.service-details-robot
	.robot-left
	ul {
	margin: 0;
	padding: 0;
}

.service-details-area
	.service-details-item
	.service-details-robot
	.robot-left
	ul
	li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
}

.service-details-area
	.service-details-item
	.service-details-robot
	.robot-left
	ul
	li:last-child {
	margin-bottom: 0;
}

.service-details-area
	.service-details-item
	.service-details-robot
	.robot-left
	ul
	li:hover
	i {
	background-color: #282828;
}

.service-details-area
	.service-details-item
	.service-details-robot
	.robot-left
	ul
	li
	i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #8c0404;
	font-size: 18px;
	/* background-color: #8c0404; */
	margin-right: 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.service-details-area .service-details-item ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #8c0404;
	font-size: 18px;
	/* background-color: #8c0404; */
	margin-right: 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.service-details-area .service-details-item ul li {
	list-style: none;
}
.service-details-area
	.service-details-item
	.service-details-robot
	.robot-right {
	margin-bottom: 30px;
}

.service-details-area
	.service-details-item
	.service-details-robot
	.robot-right
	img {
	width: 100%;
}

.service-details-area .service-details-item .service-details-cat {
	margin-bottom: 50px;
}

.service-details-area .service-details-item .service-details-cat h3 {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd33;
	position: relative;
}

.service-details-area .service-details-item .service-details-cat h3:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #8c0404;
}

.service-details-area .service-details-item .service-details-cat ul {
	margin: 0;
	padding: 0;
}

.service-details-area .service-details-item .service-details-cat ul li {
	list-style-type: none;
	display: block;
	background-color: #dddddd33;
	padding: 12px 25px;
	text-align: center;
	border-left: 3px solid #8c0404;
	border-right: 3px solid #8c0404;
	margin-bottom: 15px;
}

.service-details-area
	.service-details-item
	.service-details-cat
	ul
	li:last-child {
	margin-bottom: 0;
}

.service-details-area .service-details-item .service-details-cat ul li a {
	color: #282828;
	display: block;
	font-weight: 400;
}

.service-details-area .service-details-item .service-details-cat ul li a:hover {
	color: #8c0404;
}

.service-details-area .service-details-item .service-details-form h3 {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd33;
	position: relative;
}

.service-details-area .service-details-item .service-details-form h3:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #8c0404;
}

.service-details-area .service-details-item .service-details-form .form-group {
	margin-bottom: 30px;
}
.form-control {
	font-weight: 300;
	font-size: 13px;
	/* width: 70%; */
}
.service-details-area
	.service-details-item
	.service-details-form
	.form-group
	.form-control {
	height: 45px;
	background-color: #dddddd33;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left: 20px;
	font-size: 14px;
}

.service-details-area
	.service-details-item
	.service-details-form
	.form-group
	.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.service-details-area
	.service-details-item
	.service-details-form
	.form-group
	textarea {
	height: auto !important;
	padding-top: 15px;
}

.service-details-area
	.service-details-item
	.service-details-form
	.service-form-btn {
	color: #ffffff;
	background-color: #8c0404;
	border-radius: 3px;
	padding: 12px 25px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	font-weight: 400;
}

.service-details-area
	.service-details-item
	.service-details-form
	.service-form-btn:hover {
	background-color: #282828;
}

/*----- End Service Details CSS -----*/
/*----- Project CSS -----*/
.offer-area-four .offer-item {
	margin-left: 0;
	margin-right: 0;
}

.team-area-two {
	background-image: unset;
	background-color: #ffffff;
	margin-top:70px;
}

.team-area-two .container {
	top: 0;
}

/*----- End Project CSS -----*/
/*----- Project Details CSS -----*/
.project-details-item {
	margin-bottom: 30px;
}

.project-details-item .project-details-img {
	margin-bottom: 40px;
}

.project-details-item .project-details-img img {
	margin-bottom: 25px;
}

.project-details-item .project-details-img p {
	margin-bottom: 15px;
}

.project-details-item .project-details-img ul {
	margin: 0;
	padding: 0;
}

.project-details-item .project-details-img ul li {
	list-style-type: none;
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #001430;
	margin-bottom: 12px;
}

.project-details-item .project-details-img ul li:last-child {
	margin-bottom: 0;
}

.project-details-item .project-details-img ul li i {
	color: #8c0404;
	display: inline-block;
	font-size: 20px;
	margin-right: 3px;
	position: relative;
	top: 4px;
}

.project-details-item .project-details-content img {
	margin-bottom: 30px;
}

.project-details-item .project-details-content p {
	margin-bottom: 15px;
}

.project-details-item .project-details-content p:last-child {
	margin-bottom: 0;
}

.project-details-item .project-details-content .video-wrap {
	position: relative;
}

.project-details-item .project-details-content .video-wrap img {
	display: block;
	width: 100%;
}

.project-details-item .project-details-content .video-wrap a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	border-radius: 50%;
	background-color: #8c0404;
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	margin-left: auto;
	margin-right: auto;
}

.project-details-item .project-details-content .video-wrap a i {
	line-height: 60px;
}

.project-details-item .project-details-content .video-wrap a:hover {
	background-color: #282828;
}

.project-details-item .project-details-mec {
	margin-bottom: 50px;
}

.project-details-item .project-details-mec h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #dddddd33;
}

.project-details-item .project-details-mec h3:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #8c0404;
}

.project-details-item .project-details-mec ul {
	margin: 0;
	padding: 0;
}

.project-details-item .project-details-mec ul li {
	list-style-type: none;
	display: block;
}

.project-details-item .project-details-mec ul li a {
	display: block;
	color: #3d3d3d;
	padding: 8px 10px 8px 0;
	position: relative;
}

.project-details-item .project-details-mec ul li a i {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}

.project-details-item .project-details-mec ul li a:hover {
	background-color: #ebf1fe;
	padding: 8px 10px 8px 10px;
}

.project-details-item .project-details-form {
	margin-bottom: 50px;
}

.project-details-item .project-details-form h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #dddddd33;
}

.project-details-item .project-details-form h3:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #8c0404;
}

.project-details-item .project-details-form .form-group {
	margin-bottom: 10px;
	position: relative;
}

.project-details-item .project-details-form .form-group label {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #02111e;
	font-size: 20px;
	margin-bottom: 0;
}

.project-details-item .project-details-form .form-group .form-control {
	height: 40px;
	border-radius: 0;
	border: 1px solid transparent;
	background-color: #f4f7fe;
	padding-left: 10px;
	font-size: 12px;
}

.project-details-item .project-details-form .form-group .form-control:focus {
	border: 1px solid #282828;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.project-details-item .project-details-form .form-group textarea {
	height: auto !important;
	padding-top: 10px;
}

.project-details-item
	.project-details-form
	.form-group
	::-webkit-input-placeholder {
	color: #a6a5a5;
}

.project-details-item .project-details-form .form-group :-ms-input-placeholder {
	color: #a6a5a5;
}

.project-details-item
	.project-details-form
	.form-group
	::-ms-input-placeholder {
	color: #a6a5a5;
}

.project-details-item .project-details-form .form-group ::placeholder {
	color: #a6a5a5;
}

.project-details-item .project-details-form .project-form-btn {
	border-radius: 0;
	background-color: #8c0404;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.project-details-item .project-details-form .project-form-btn:hover {
	background-color: #282828;
}

.project-details-item .project-details-click {
	position: relative;
}

.project-details-item .project-details-click img {
	display: block;
	width: 100%;
}

.project-details-item .project-details-click a {
	font-weight: 500;
	color: #8c0404;
	background-color: #ffffff;
	padding: 14px 20px;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 135px;
	margin-left: auto;
	margin-right: auto;
}

.project-details-item .project-details-click a:hover {
	background-color: #282828;
	color: #ffffff;
}

/*----- End Project Details CSS -----*/
/*----- Blog Details CSS -----*/
.blog-details-item {
	margin-bottom: 30px;
}

.blog-details-item .blog-details-name {
	margin-bottom: 30px;
}

.blog-details-item .blog-details-name .details-user {
	margin-bottom: 16px;
}

.blog-details-item .blog-details-name .details-user ul {
	margin: 0;
	padding: 0;
}

.blog-details-item .blog-details-name .details-user ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.blog-details-item .blog-details-name .details-user ul li:last-child {
	margin-right: 0;
}

.blog-details-item .blog-details-name .details-user ul li span {
	display: inline-block;
	font-size: 13px;
	color: #9b9b9b;
}

.blog-details-item .blog-details-name .details-user ul li a {
	display: inline-block;
	color: #777676;
	font-size: 13px;
}

.blog-details-item .blog-details-name .details-user ul li a:hover {
	color: #8c0404;
}

.blog-details-item .blog-details-name h2 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}

.blog-details-item .blog-details-name p {
	/* margin-bottom: 35px; */
}

.blog-details-item .blog-details-name img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
}

.blog-details-item .blog-details-name .details-item {
	margin-bottom: 30px;
}

.blog-details-item .blog-details-name .details-item ul {
	margin: 0;
	padding: 0;
}

.blog-details-item .blog-details-name .details-item ul li {
	list-style-type: none;
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #001430;
	margin-bottom: 18px;
}

.blog-details-item .blog-details-name .details-item ul li:last-child {
	margin-bottom: 0;
}

.blog-details-item .blog-details-name .details-item ul li i {
	color: #8c0404;
	display: inline-block;
	font-size: 22px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.blog-details-item .blog-details-quote {
	margin-bottom: 30px;
}

.blog-details-item .blog-details-quote blockquote {
	background-color: #f4f4f4;
	border-left: 3px solid #8c0404;
	font-style: italic;
	font-size: 20px;
	color: #0c0c39;
	position: relative;
	padding: 45px 30px 35px 60px;
	margin-bottom: 30px;
}

.blog-details-item .blog-details-quote blockquote i {
	font-size: 30px;
	color: #8c0404;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 25px;
}

.blog-details-item .blog-details-quote ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.blog-details-item .blog-details-quote ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}

.blog-details-item .blog-details-quote ul li:last-child {
	margin-right: 0;
}

.blog-details-item .blog-details-quote ul li span {
	display: inline-block;
	font-size: 14px;
	color: #9b9b9b;
	margin-right: 15px;
}

.blog-details-item .blog-details-quote ul li a {
	display: inline-block;
	color: #504f4f;
	font-size: 14px;
	background-color: #f4f0f0;
	padding: 12px 20px;
	margin-bottom: 20px;
	border-radius: 25px;
}

.blog-details-item .blog-details-quote ul li a:hover {
	color: #ffffff;
	background-color: #282828;
}

.reference-blog {
	font-size: 14px;
	font-style: italic;
}

.blog-details-item .details-head h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #dddddd33;
}

.blog-details-item .details-head h3:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: #8c0404;
}

.blog-details-item .blog-details-search {
	margin-bottom: 50px;
}

.blog-details-item .blog-details-search .form-group {
	position: relative;
	margin-bottom: 0;
}

.blog-details-item .blog-details-search .form-group .form-control {
	height: 50px;
	border: 1px solid #a8a8a8;
	padding-left: 20px;
	font-size: 15px;
	border-radius: 0;
}

.blog-details-item .blog-details-search .form-group .form-control:focus {
	border: 1px solid #a8a8a8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blog-details-item
	.blog-details-search
	.form-group
	::-webkit-input-placeholder {
	color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group :-ms-input-placeholder {
	color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group ::-ms-input-placeholder {
	color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group ::placeholder {
	color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group .blog-details-src-btn {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #706f6f;
	font-size: 25px;
	position: absolute;
	top: 8px;
	right: 15px;
	padding: 0;
}

.blog-details-item
	.blog-details-search
	.form-group
	.blog-details-src-btn:hover {
	color: #8c0404;
}

.blog-details-item .blog-details-service {
	margin-bottom: 50px;
}

.blog-details-item .blog-details-service ul {
	margin: 0;
	padding: 0;
}

.blog-details-item .blog-details-service ul li {
	list-style-type: none;
	display: block;
}

.blog-details-item .blog-details-service ul li a {
	display: block;
	color: #3d3d3d;
	padding: 8px 10px 8px 0;
	position: relative;
}

.blog-details-item .blog-details-service ul li a i {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}

.blog-details-item .blog-details-service ul li a:hover,
.blog-details-item .blog-details-service ul li a.active {
	background-color: #ebf1fe;
	padding: 8px 10px 8px 10px;
}

.blog-details-item .blog-details-post {
	margin-bottom: 50px;
}

.blog-details-item .blog-details-post ul {
	margin: 0;
	padding: 0;
}

.blog-details-item .blog-details-post ul li {
	list-style-type: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.blog-details-item .blog-details-post ul li:last-child {
	margin-bottom: 0;
}

.blog-details-item .blog-details-post ul li img {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	/* max-width: 30%; */
	width: 100px;
	height: 100%;
}

.blog-details-item .blog-details-post ul li .post-inner {
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	/* max-width: 65%; */
	max-width: 43%;
}

.blog-details-item .blog-details-post ul li .post-inner span {
	display: block;
	font-size: 14px;
	color: #6b6a6a;
	font-family: "Poppins", sans-serif;
	margin-bottom: 8px;
}

.blog-details-item .blog-details-post ul li .post-inner a {
	display: block;
	color: #0c0c39;
}

.blog-details-item .blog-details-post ul li .post-inner a:hover {
	color: #8c0404;
}

.blog-details-item .blog-details-robot {
	position: relative;
}

.blog-details-item .blog-details-robot img {
	display: block;
	width: 100%;
}

.blog-details-item .blog-details-robot a {
	font-weight: 500;
	color: #282828;
	background-color: #ffffff;
	padding: 14px 20px;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 135px;
	margin-left: auto;
	margin-right: auto;
}

.blog-details-item .blog-details-robot a:hover {
	background-color: #282828;
	color: #ffffff;
}

.blog-area-three {
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
}

.blog-area-three .section-title {
	margin-bottom: 20px;
	text-align: left;
}

.blog-area-three .section-title h2 {
	font-weight: 600;
	font-size: 24px;
}

.blog-area-three .blog-item .blog-inner {
	padding: 20px 10px 18px 25px;
}

.blog-area-three .blog-item .blog-inner p {
	margin-bottom: 10px;
}

.blog-area-three .blog-dettails-p {
	max-width: 865px;
	margin-bottom: 0;
}

.blog-details-area .blog-details-comment h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	display: inline-block;
}

.blog-details-area .blog-details-comment ul {
	margin: 0;
	padding: 0;
}

.blog-details-area .blog-details-comment ul li {
	list-style-type: none;
	display: block;
	position: relative;
	max-width: 907px;
	padding-bottom: 45px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e3e3e3;
}

.blog-details-area .blog-details-comment ul li:nth-child(2) {
	margin-left: 70px;
}

.blog-details-area .blog-details-comment ul li:nth-child(3) {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-details-area .blog-details-comment ul li img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-details-area .blog-details-comment ul li .comment-inner {
	padding-left: 85px;
	position: relative;
}

.blog-details-area .blog-details-comment ul li .comment-inner h4 {
	font-size: 16px;
	color: #373636;
	margin-bottom: 8px;
	font-weight: 500;
}

.blog-details-area .blog-details-comment ul li .comment-inner span {
	display: block;
	font-size: 12px;
	color: #9b9b9b;
	margin-bottom: 15px;
}

.blog-details-area .blog-details-comment ul li .comment-inner p {
	margin-bottom: 0;
	font-size: 15px;
}

.blog-details-area .blog-details-comment ul li .comment-inner a {
	display: inline-block;
	font-size: 14px;
	color: #9b9b9b;
	position: absolute;
	top: 20px;
	right: 0;
}

.blog-details-area .blog-details-comment ul li .comment-inner a:hover {
	color: #8c0404;
}

.blog-details-area .blog-details-form {
	background-color: #f4f4f4;
	padding: 30px 60px 40px;
}

.blog-details-area .blog-details-form h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

.blog-details-area .blog-details-form .form-group {
	margin-bottom: 20px;
}

.blog-details-area .blog-details-form .form-group .form-control {
	border-radius: 0;
	border: 0;
	background-color: #ffffff;
	padding-left: 20px;
	font-size: 15px;
	height: 50px;
}

.blog-details-area .blog-details-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.blog-details-area .blog-details-form .form-group ::-webkit-input-placeholder {
	color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group :-ms-input-placeholder {
	color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group ::-ms-input-placeholder {
	color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group ::placeholder {
	color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group textarea {
	height: auto !important;
	padding-top: 10px;
}

.blog-details-area .blog-details-form .blog-details-form-btn {
	border-radius: 0;
	color: #ffffff;
	background-color: #8c0404;
	padding: 15px 25px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.blog-details-area .blog-details-form .blog-details-form-btn:hover {
	background-color: #282828;
}

/*----- End Blog Details CSS -----*/
/*----- Contact CSS -----*/
.contact-area .contact-item {
	margin-bottom: 30px;
}

.contact-area .contact-left h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
}

.contact-area .contact-left p {
	margin: 0;
	font-size: 14px;
	margin-bottom: 25px;
}

.contact-area .contact-left ul {
	margin: 0;
	padding: 0;
}

.contact-area .contact-left ul li {
	list-style-type: none;
	display: block;
	color: #282828;
	font-size: 15px;
	margin-bottom: 20px;
	/* border-bottom: 1px solid #dddddd69; */
	padding-bottom: 20px;
	padding-top: 20px;
}

.contact-area .contact-left ul li:last-child {
	margin-bottom: 0;
}

.contact-area .contact-left ul li i {
	font-size: 21px;
	color: #282828;
	margin-right: 5px;
	position: relative;
	bottom: -5px;
}

.contact-area .contact-left ul li a {
	display: inline-block;
	color: #282828;
}

.contact-area .contact-left ul li a:hover {
	color: #8c0404;
}

.contact-area .contact-right h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
}

.contact-area .contact-right .form-group {
	margin-bottom: 25px;
}

.contact-area .contact-right .form-group .form-control {
	border: 1px solid #8c0404;
	border-radius: 0;
	height: 50px;
	padding-left: 25px;
	font-size: 14px;
}

.contact-area .contact-right .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #282828;
}

.contact-area .contact-right .form-group textarea {
	height: auto !important;
	padding-top: 15px;
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
	color: #282828;
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
	color: #282828;
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
	color: #282828;
}

.contact-area .contact-right .form-group ::placeholder {
	color: #282828;
}

.contact-area .contact-right .form-group .list-unstyled {
	color: #dc3545;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
}

.contact-area .contact-right .contact-btn {
	background-color: #8c0404;
	color: #ffffff;
	width: 100%;
	border-radius: 0;
	padding: 12px 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
	font-weight: 600;
}

.contact-area .contact-right .contact-btn:hover {
	background-color: #282828;
}

.cr-contact-btn {
	background-color: #c20000;
	color: #ffffff;
	width: 50%;
	border-radius: 0;
	padding: 12px 27px 12px 27px;
	text-transform: uppercase;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
	font-weight: 500;
	font-size: 26px;
	border-radius: 50px;
	line-height: 50px;
	margin-bottom: 16px;
}

.cr-contact-btn a {
	color: #ffffff;
}

.cr-contact-btn a:hover {
	color: #282828;
}

.cleanroom-contact-btn {
	background-color: #8c0404;
	color: #ffffff;
	width: 15%;
	border-radius: 0;
	padding: 8px 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
	font-weight: 600;
	margin: auto;
	display: block;
}

.cleanroom-contact-btn:hover {
	background-color: #282828;
	color: white;
}

#cleanroom-contact input {
	margin-bottom: 0px;
	width: 55%;
	margin: auto;
}

#cleanroom-contact select {
	margin-bottom: 0px;
	width: 55%;
	margin: auto;
}

#cleanroom-contact #contactForm {
	display: inline-block;
}

#cleanroom-contact .form-group {
	width: 100%;
}

/* #phone_number {
	margin-top: 10px;
} */

#cleanroom-contact h3 {
	padding-top: 30px;
}

.contact-area .contact-right .text-danger {
	font-size: 20px;
	margin-top: 12px;
	color: #dc3545;
}

.contact-area .contact-right .text-success {
	font-size: 20px;
	margin-top: 12px;
	color: #28a745;
}

.contact-area .contact-right .dropdown {
	float: left;
	overflow: hidden;
}

.contact-area .contact-right .dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: black;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.contact-area .contact-right .navbar a:hover,
.dropdown:hover .dropbtn {
	background-color: red;
}

.contact-area .contact-right .dropdown-content {
	display: none;
	position: absolute;
	background-color: red;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.contact-area .contact-right .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.contact-area .contact-right .dropdown-content a:hover {
	background-color: #ddd;
}

.contact-area .contact-right .dropdown:hover .dropdown-content {
	display: block;
}

.map-area #map {
	width: 100%;
	height: 450px;
	display: block;
	border: 0;
}

/*----- End Contact CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .faq-head h2 {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 30px;
	margin-top: -7px;
}

.faq-area .faq-wrap {
	margin-bottom: 50px;
}

.faq-area .faq-wrap:last-child {
	margin-bottom: 30px;
}

.faq-area .accordion {
	padding-left: 0;
	margin: 0;
	padding: 0;
}

.faq-area .accordion p {
	font-size: 16px;
	display: none;
	padding: 20px 45px 15px 20px;
	margin-bottom: 0;
}

.faq-area .accordion a {
	color: #232323;
	font-size: 17px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	padding: 15px 0 15px 18px;
	border: 1px solid #232323;
	border-radius: 8px 8px 0 0;
}

.faq-area .accordion a:hover {
	color: #282828;
}

.faq-area .accordion a:after {
	position: absolute;
	right: 20px;
	content: "+";
	top: 10px;
	color: #232323;
	font-size: 25px;
	font-weight: 700;
}

.faq-area .accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}

.faq-area .accordion li:first-child {
	border-top: 0;
}

.faq-area .accordion li:last-child {
	margin-bottom: 0;
}

.faq-area .accordion li a.active {
	color: #ffffff;
	background-color: #8c0404;
	border: 1px solid #8c0404;
}

.faq-area .accordion li a.active:after {
	content: "-";
	font-size: 25px;
	color: #ffffff;
}

/*----- End FAQ CSS -----*/
/*----- Error CSS -----*/
.error-item {
	height: 600px;
	text-align: center;
}

.error-item h1 {
	font-size: 130px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #282828;
}

.error-item p {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 35px;
	color: #282828;
}

.error-item p i {
	display: inline-block;
}

.error-item span {
	display: block;
	color: #646464;
}

.error-item a {
	display: inline-block;
	color: #ffffff;
	background-color: #8c0404;
	padding: 20px 45px;
	margin-top: 70px;
	font-size: 18px;
}

.error-item a:hover {
	background-color: #000000;
}

/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-item {
	height: 100vh;
	text-align: center;
}

.coming-item h1 {
	font-size: 75px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px;
}

.coming-item p {
	margin-bottom: 40px;
	max-width: 865px;
	margin-left: auto;
	margin-right: auto;
}

.coming-item .coming-wrap {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
	text-align: center;
	background-color: #efefef;
	padding-top: 15px;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
	font-size: 40px;
	font-weight: 600;
	color: #232323;
	margin-bottom: 0;
}

.coming-item .coming-wrap .coming-inner p {
	font-size: 16px;
	margin-bottom: 0;
}

.coming-item ul {
	margin: 0;
	padding: 0;
}

.coming-item ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}

.coming-item ul li a {
	display: block;
	color: #ffffff;
	background-color: #8c0404;
	width: 35px;
	height: 35px;
	line-height: 39px;
	border-radius: 50%;
	font-size: 16px;
}

.coming-item ul li a:hover {
	background-color: #282828;
}

/*----- End Coming Soon CSS -----*/
/*----- Privacy Policy CSS -----*/
.privacy-area {
	padding-bottom: 50px;
}

.privacy-area a {
	color: #8c0404;
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
}

.privacy-area a:hover {
	color: #4e4e4e;
}

.privacy-item {
	margin-bottom: 30px;
}

.privacy-item h2 {
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
}

.privacy-item h4 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	text-transform: capitalize;
	/* padding-left:10px; */
}

.privacy-item h4::before {
	content: "-";
	padding-right: 4px;
}

.privacy-item p {
	margin-bottom: 0;
}

.privacy-item ul {
	margin: 0;
	padding: 0;
}

.privacy-item ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 18px;
}

.privacy-item ul li i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	bottom: -2px;
}

.privacy-item ul li:last-child {
	margin-bottom: 0;
}

/*----- End Privacy PolicyCSS -----*/
/*----- Preloader CSS -----*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #8c0404;
}

.spinner {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 0.4s infinite ease-in-out;
	animation: sk-rotateplane 0.4s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
/* chatbox */
#toTop {
	position: fixed;
	bottom: 30px;
	right: 0;
	cursor: pointer;
	display: none;
	z-index: 10;
}

/* .back-to-top-btn i {
  background: #8c0404;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 14px 0px #8c0404;
          box-shadow: 0px 0px 14px 0px #8c0404;
} */

button #toTop .back-to-top-btn img {
	height: 50px;
	width: auto;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-right: 28px;
	/* -webkit-box-shadow: 0px 0px 14px 0px #8c0404;
          box-shadow: 0px 0px 14px 0px #8c0404;
  background-color: transparent; */
}

/* .back-to-top-btn i:hover {
  background: #282828;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px #282828;
          box-shadow: 0px 0px 14px 0px #282828;
} */

/*----- End Back to Top CSS -----*/
/*# sourceMappingURL=style.css.map */

/* client */

/* clients */

/* .client-logo{
    height: 50%;
} */

/* end clients */

/* Slider */

.owl-carousel .owl-item .slide img {
	/* width:80%;   */
	width: 55%;
	margin: auto;
}

.client-slider .owl-theme .owl-carousel .owl-item {
	margin: 0px 5px;
}
#clientsection .owl-carousel .owl-item {
	margin: 0px 5px;
}

.partner-slider .owl-theme .owl-carousel .owl-item {
	margin: 0px 5px;
}
#partner-section .owl-carousel .owl-item {
	margin: 0px 5px;
}

#partner-section img {
	width: 50%;
}

/* How we Work */

.howWeWorkSection {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 70%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	gap: 50px;

	/* justify-content: center; */
}
.howwework-bg {
	background-color: #efefef;
	position: absolute;
	height: 260px;
	width: 90%;
	z-index: -1;
	left: 5%;
	top: 9%;
}

.head-section-howwework {
	text-align: center;
	position: relative;
	/* margin-bottom: 30px; */
	width: 100%;
}

.howWeWorkSection i {
	font-size: 100px;
}

.head-section-howwework .vision_headsub {
	color: #8c0404;
	text-align: right;
	font-weight: bold;
}

.head-section-howwework .mission_headsub {
	color: #8c0404;
	text-align: left;
	font-weight: bold;
}

.mission #mission-span {
	text-align: left;
	display: block;
	margin: 0px 0px 30px 0px;
	background-color: #8c0404;
	width: 200px;
	color: white;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.vision #vision-span {
	/* text-align: right; */
	/* float: right; */
	display: block;
	position: relative;
	margin: 0px 0px 30px 0px;
	background-color: #8c0404;
	max-width: 180px;
	color: white;
	padding: 5px 10px 5px 10px;
	margin-left: auto;
	text-align: center;
}

#corevalue-span {
	margin: auto auto 60px auto;
	max-width: 180px;
	text-align: center;
	display: block;
	/* padding: 5px 10px 5px 10px; */
	font-size: 24px;
	background-color: #8c0404;
	/* margin: auto; */
	max-width: 150px;
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: 20px;
}

.head-section-howwework h2 {
	color: #8c0404;
	/* text-align: left; */
}

.howWeWorkSection h4 {
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: 500;
	width: 30%;
	font-size: 20px;
}

.howWeWorkSection h3 {
	/* padding-top: 20px; */
	margin-bottom: 100px;
	/* padding-right: 50px; */
	width: 150px;
	height: 150px;
	padding: 20px;
	color: #8c0404;
	border: 2px dashed #b10303;
	border-radius: 50%;
}
.howWeWorkSection img {
	margin-bottom: 0px;
	width: 150px;
	height: auto;
	/* margin: 30px; */
	color: #8c0404;
	padding-left: 40px;
}
.core-value-detail {
	width: 30%;
	padding-bottom: 70px;
	padding-left: 50px;
}

.howWeWorkSection .flex-item {
	line-height: 20px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-left: 20px;
}

.head-section-howwework .sub-howwework .vision p {
	font-size: 18px;
	text-align: right;
	
}

.head-section-howwework .sub-howwework .mission p {
	font-size: 18px;
	text-align: left;
	
}

.head-section-howwework ul li {
	font-size: 18px;
	font-weight: 300;
	list-style: none;
}

.sub-howwework {
	/* background-image: url("../img/howwework-heart.png");
  background-repeat: no-repeat;
  background-size: 300px; */
	/* background-color: #9b9b9b; */
	padding-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.vision {
	text-align: left;
	/* -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
  animation: border-transform-default 10s linear infinite alternate forwards;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
border: 6px solid #8c0404; */
	/* min-width: 500px; */
	/* height: 300px; */
	margin: auto;
	display: block;
	float: left;
	padding-left: 130px;
	/* background-color: #efefef; */
	/* background-image: url("./assets/img/circles-howwework_bg.png");
background-size: 100% 100%; */
}

#mission-mobile {
	display: none;
}

.vision img {
	height: auto;
	width: 100px;
	position: relative;
	float: left;
	left: 18%;
}

.vision p {
	text-align: right;
}

.bx-chevron-right-circle {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #8c0404;
	font-size: 18px;
	/* background-color: #8c0404; */
	margin-right: 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.mission {
	/* text-align: center; */

	/* min-width: 500px; */
	/* height: 300px; */
	margin: auto;
	display: block;
	float: right;
	padding-right: 130px;

	/* background-color: #efefef; */
}

.vision p {
	text-align: center;
	font-weight: 500;
}

#mission-desktop p {
	text-align: center;
	font-weight: 500;
}

#mission_img {
	width: 70%;
	float: left;
	padding-left: 130px;
}

#vision_img {
	width: 70%;
	padding-right: 130px;
	float: right;
}

.visionmission ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #8c0404;
	margin-right: 5px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	font-weight: 200;
}

.main-footer .col-lg-5 {
	max-width: 35%;
}
.main-footer .col-lg-3 {
	min-width: 25%;
}
.main-footer .col-lg-3 #newsletter-section {
	/* min-width: 50%; */
}

.main-footer .col-lg-3 h3 {
	min-width: 50%;
}

.address2 {
	padding-top: 210px;
}

#partner-com {
	text-align: center;
	position: relative;
	/* padding-top: 50px; */
	min-width: 80%;
}

#partner-map {
	width: 100%;
}

#partner-com h5 {
	/* max-width: 60%; */
	margin: auto;
	padding-bottom: 50px;
	line-height: 35px;
}

/* ----- subscribe news ----- */

/* .subcribe-news .headNewsletter {
	position: absolute;
	/* top:10px; */
/* color: white;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 25px;
} */
*/ #newsletter-section p {
	/* position: absolute; */
	/* top:10px; */
	color: white;
	/* font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px; */
}

#newsletter-section {
	width: 150%;
}

#newsletter-section form {
	width: 70%;
}

.subcribe-news p {
	color: white;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	/* top:20px; */
	padding-top: 55px;
}

.newsletter_email {
	position: absolute;
	left: 35%;
	/* top:-65px; */
	height: 30px;
	transform: rotate(20deg);
}
.subcribe-news {
	position: absolute;
	padding-top: 100px;
	margin-right: 100px;
	top: 0;
	right: 0;
	width: 40%;
	float: right;
	/* margin-left: 25px; */
	/* margin-right: auto; */
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
	width: 40%;
	border: 0;
	border-bottom: 1px solid #555;
	background: transparent;
	padding: 8px 0 5px 0;
	font-size: 14px;
	color: #fff;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child):focus {
	border: none;
	outline: none;
	border-bottom: 1px solid #e74c3c;
}

#button-subscripb {
	/* margin-left: 15px; */
	height: 34px;
	border-radius: 5px;
	font-size: 16px;
	background-color: #8c0404;
	color: white;
	/* border: 1px solid #610000; */
	transition: 0.8s all ease;
	line-height: 10px;
	position: relative;
	left: 200px;
	top: -33px;
}

#button-subscripb:hover {
	background-color: #282828;
	color: white;
}

/* ----- end subscribe news ----- */

#list-builder {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	display: none;
	z-index: 9999;
}

#popup-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* background-color: #911e26; */
	background-image: url("../img//newsletterBG.jpg");
	background-size: cover;
	color: #ffffff;
	width: 90%;
	max-width: 600px;
	padding: 30px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	display: none;
	z-index: 9999;
}

#popup-close {
	position: absolute;
	top: -25px;
	right: -15px;
	cursor: pointer;
	width: 40px;
}

#popup-box h1 {
	margin: 0;
	font-weight: 300;
}

#popup-box form {
	margin-bottom: 0px;
}

#popup-box input {
	padding: 10px;
	border: 1px solid #333;
	width: 40%;
}

#popup-box button {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 20px;
}

#popup-form input {
	width: 300px;
	border-radius: 20px;
}

/* :: Hero Slides Area CSS */

.cover-hero-area {
	height: 460px;
	width: 100%;
	position: absolute;
	padding: 0 40px 100px;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	overflow: visible;
	cursor: pointer;
	background-size: cover;
	z-index: 2;
	background-color: transparent;
	/* opacity: 0.5; */
	/* margin-top: 95px; */
}
.hero-slides .single-hero-slide {
	height: 730px;
	position: relative;
	z-index: 1;
	padding: 0 40px 100px;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	overflow: visible;
	cursor: pointer;
	background-size: cover;
}
.hero-slides .single-hero-slide .hero-slides-content {
	position: relative;
	z-index: 1;
	-webkit-transform: translateY(75%);
	transform: translateY(75%);
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	bottom: 0;
	/* background-color: white;
    opacity: .5; */
	z-index: 3;
}
.hero-slides .single-hero-slide .hero-slides-content .line {
	width: 100px;
	height: 1px;
	/* background-color: #ffffff; */
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	opacity: 0.5;
	display: block;
	z-index: 3;
}
.hero-slides .single-hero-slide .hero-slides-content h2 {
	color: #ffffff;
	/* color: black; */
	font-weight: 200;
	z-index: 3;
}
.hero-slides .single-hero-slide .hero-slides-content p {
	color: #ffffff;
	/* color: black; */
	margin-bottom: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-top: 160px;
	font-size: 18px;
	font-weight: 300;
	z-index: 3;
}
.hero-slides .single-hero-slide .hero-slides-content .logo-item img {
	height: auto;
	width: auto;

	/* color: black; */

	z-index: 3;
}
.hero-slides .single-hero-slide:hover .hero-slides-content {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.hero-slides .single-hero-slide:hover p {
	margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .single-hero-slide {
		height: 800px;
		background-position: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .single-hero-slide {
		height: 700px;
		background-position: center;
	}
}
@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide {
		height: 550px;
		background-position: center;
	}
}

/* imac 27" */
/* @media only screen and (min-width: 2560px) { 

 
  

    .hero-slides .single-hero-slide {
      height: 1450px;
      background-position: center;
    
    }

    .single-hero-slide:before{
     height: 1450px !important;
     
       
       }

  } */

.hero-slides .owl-dots {
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.hero-slides .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border: 1px solid #6a6a67;
	margin: 0 5px;
	border-radius: 50%;
	display: inline-block;
}
.hero-slides .owl-dots .owl-dot.active {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.single-hero-slide:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 730px;
	top: 0;
	left: 0;
	/* background: radial-gradient(circle, rgba(0, 0, 0, 0.799572) 23%, rgba(148, 187, 233, 0) 100%); */
	background: linear-gradient(
		rgba(0, 0, 0, 0.799572),
		rgba(148, 187, 233, 0),
		rgba(0, 0, 0, 0.799572)
	);
	/* opacity: .75; */
	opacity: 0.15;
	z-index: 1;
}

.footer-item .line {
	width: 100px;
	height: 1px;
	/* background-color: #ffffff; */
	background-color: #8c0404;
	margin-bottom: 30px;
	margin-top: 30px;
	display: block;
	z-index: 3;
}

/* end hero slider */

/* cookie */
.cookie {
	background-color: #ddd;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	height: 47px;
	padding: 10px;
	width: 100%;
	color: black;
}

.cookie p {
	padding-left: 5px;
	font-size: 14px;
}

.cookie a {
	color: #8c0404;
	transition: 0.5s all ease;
	font-weight: 300;
}

.cookie a:hover {
	color: black;
	font-weight: 300;
}

.acceptbtn {
	background-color: white;
	position: absolute;
	top: 22%;
	right: 1%;
	border-radius: 10px;
	border: grey 1px solid;
	transition: 0.5s all ease;
	/* text-transform: uppercase; */
	font-size: 16px;
}

.acceptbtn:hover {
	background-color: grey;
	position: absolute;
	top: 22%;
	right: 1%;
	color: white;
	border-radius: 10px;
	border: grey 1px solid;
	/* text-transform: uppercase; */
	font-size: 16px;
}

.contact-text ul li {
	list-style-type: none;
	display: block;
	/* color: #282828; */
	color: #ffffff;

	font-size: 20px;
	/* margin-bottom: 20px; */
	/* border-bottom: 1px solid #dddddd69; */
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	position: relative;
	/* top: 40%; */
	font-weight: 300;
}
.contact-text ul li a {
	/* color: #282828; */
	color: #ffffff;

	font-size: 20px;
	padding-bottom: 20px;
	text-align: center;
	/* margin: auto; */
	width: 100%;
	position: relative;
	font-weight: 300;
}
.contact-text ul {
	padding-left: 0;
}

.contact-text {
	margin-top: 50%;
}

#sale-contact {
	background-image: url("../img/circle_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* end cookie */

.clearfix {
	overflow: auto;
}

#chat-option .btn button .sc-AxiKw .hBcqkH {
	/* border-radius: 50px; */
}

#chat-option {
	position: relative;
	/* bottom:78px;
  width:100% ; */
	top: 5px;
}

#chatmsg #chat-option .option-btn {
	border-radius: 50px;
	font-size: 12px;
	font-weight: 300;
	border-style: none;
	/* background-image: linear-gradient(to right,#f24747a7,#8c0404); */
	background-color: #8c0404;
	color: white;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

#chatmsg #chat-option .option-btn:hover {
	/* font-size: 16px; */
	color: white;
	background-color: #cda215;
}

#robotic-logo {
	height: 70px;
	width: auto;
}

#door-logo {
	height: 35px;
	width: auto;
}

#iot-saleContact ul {
	padding-top: 40px;
}

#contact-detail-sub p {
	margin: 10px;
	text-align: center;
	color: black;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: 400;
}

#contact-detail-sub a {
	color: black;
	font-size: 24px;
}

#contact-detail-sub i {
	color: #8c0404;
	font-size: 28px;
	padding: 10px;
	transition: ease-in 1s;
}

#contact-detail-sub a:hover {
	color: #8c0404;
	font-size: 28px;
	padding: 10px;
}
.input-textbox {
	position: relative;
}

.newsmsgSubmit {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	width: 100%;
	color: white;
	top: 83%;
	left: 48%;
	transform: translate(-10%, 0);
	/* padding-bottom: 3px; */
}

.newsmsgSubmitSuccess {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	color: white;
}

#aboutForm {
}

.cleanroom-utility #text.col {
	margin: auto;
	text-align: center;
}

.cleanroom-utility .col {
	padding-top: 30px;
}

.cleanroom-utility .row {
	margin: auto;
}

#certificate-img1 {
	max-width: 80%;
	margin: 0 auto;
	display: block;
}

#certificate-img2 {
	
	
	display: block;
	max-width: 80%;
	margin: 0 auto;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* aspect ration for 16:9 */
	/*padding-top: 20px;*/ /* you can add padding-top if needed */
	height: 0;
	overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#myVideo {
	width: 100%;
	height: 600px;
	object-fit: cover;
	z-index: -9999;
	position: absolute;
}
#myVideo_iot {
	width: 100%;
	 height: 100vh; 
	 /* height: 600px;  */
	object-fit: cover;
	z-index: -9999;
	position: absolute;
}

#myVideo2 {
	width: 100%;
	height: 270px;
	object-fit: cover;
	z-index: -9999;
	position: absolute;
}

#cleanroom-tabs div {
	overflow: unset;
	/* top:30px; */
	position: -webkit-sticky;
}

#cleanroom-tabs a:hover img {
	/* color: #8c0404; */
	position: sticky;
	top: 30px;

	transform: scale(1.5);
	transition: 0.5s all ease;
}

#cleanroom-tabs a:hover span {
	/* color: #8c0404; */
	font-size: 16px;
	margin-top: 10px;
	transition: 0.5s all ease;
}

#cleanroom-tabs a {
	color: #8c0404;
	transition: 0.5s all ease;
}

#cleanroom-tabs a:hover {
	color: #000000;
}

#cleanroom-tabs span {
	/* color: #000000; */
	/* background-color: white; */
	font-size: 14px;
	color: white;
	transition: 1s all ease;
}
#cleanroom-tabs span:hover {
	/* transform: scale(1.1);  */
	/* font-size: 18px; */
}

#cleanroom-tabs img {
	margin: auto;
	display: block;
	transition: 1s all ease;
}

#cleanroom-tabs img {
	height: 60px;
	/* transform: scale(1.5); */
}

.noHover {
	pointer-events: none;
}
/* 
#wearevov_HP div{
margin: auto;
display: block;
} */

/* #wearevov_HP #wearevov_img {
	float: left;
}

#wearevov_HP #wearevov_img2 {
	float: right;
} */

#vovConnect {
	width: 80%;
	display: block;
	padding: 40px 0px 0px 40px;
}

#door_no1 {
	position: relative;
	background-image: url("../img/VOV_Door_Studio.jpg");
	/* background-image: url("../img/door-studio-bg.jpg"); */
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 100px;
}

.doorstudioimg {
}



#cleanroom-slider h3 {
	margin-bottom: 40px;
	font-size: 20px;
}

#more {
	display: none;
}

#aribaba {
	width: 40%;
	margin: auto;
	display: block;
	padding: 30px;
}



.with-errors {
	/* float: left; */
}

#overlay {
	z-index: 999;
}
#overlay {
	width: 100%;
	height: 100%;
	top: 0px;
}
#overlay {
	position: fixed;
}
#overlay {
	background-color: rgba(0, 0, 0, 0.6);
}
#message-pop {
	max-width: 400px;
	color: #000;
	text-align: center;
	margin: 23% auto 0px;
	width: 90%;
	padding: 10px;
	border-bottom: 4px solid #faa61c;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
}
#message-pop {
	background-color: rgba(255, 255, 255, 0.8);
}
#message-pop {
	font-weight: 400;
}
#message-pop #okbtn {
	color: #fff;
	padding: 5px 20px;
	background: #000;
}

#message-pop #closebtn {
	color: #fff;
	padding: 5px 20px;
	background: #000;
}

#overlay-news {
	z-index: 999;
}
#overlay-news {
	width: 100%;
	height: 100%;
	top: 0px;
}
#overlay-news {
	position: fixed;
}
#overlay-news {
	background-color: rgba(0, 0, 0, 0.6);
}
#message-pop-news {
	max-width: 400px;
	color: #000;
	text-align: center;
	margin: 23% auto 0px;
	width: 90%;
	padding: 10px;
	border-bottom: 4px solid #faa61c;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
}
#message-pop-news {
	background-color: rgba(255, 255, 255, 0.8);
}
#message-pop-news {
	font-weight: 400;
}
#message-pop-news #okbtn-news {
	color: #fff;
	padding: 5px 20px;
	background: #000;
}

#overlay-exist {
	z-index: 999;
}
#overlay-exist {
	width: 100%;
	height: 100%;
	top: 0px;
}
#overlay-exist {
	position: fixed;
}
#overlay-exist {
	background-color: rgba(0, 0, 0, 0.6);
}
#message-pop-exist {
	max-width: 400px;
	color: #000;
	text-align: center;
	margin: 23% auto 0px;
	width: 90%;
	padding: 10px;
	border-bottom: 4px solid #faa61c;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
}
#message-pop-exist {
	background-color: rgba(255, 255, 255, 0.8);
}
#message-pop-exist {
	font-weight: 400;
}
#message-pop-exist #okbtn-exist {
	color: #fff;
	padding: 5px 20px;
	background: #000;
}

#message-pop-exist #closebtn-exist {
	color: #fff;
	padding: 5px 20px;
	background: #000;
}

#cr-list ul {
	list-style-position: inside;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

/* .primary-test {
	background-image: url(../img/footer-bg1.png) !important;
} */

#selectlangform1 {
	padding-left: 20px;
	border-radius: 25px;
	border-style: 1px solid #8c0404;
}

#selectlangform1 select {
	border-radius: 25px;
	border-color: #e1251b;
	color: #e1251b;
	padding: 3px;
	padding-left: 2px;

}

#cr-cap-col div {
	font-weight: 300;
	background-color: #ddd;
	border-radius: 25px;
	padding: 50px 30px 30px 30px;
	margin: 10px;
	/* box-shadow: 0px 10px 10px 0px rgba(40, 39, 39, 0.2); */
	max-width: 31%;
	line-height: 40px;
}

#cr-cap-col {
	/* margin-left: 25px; */
}

#cr-cap-col p {
	font-weight: 600;
	font-size: 18px;
}

#circle-360 {
	max-width: 40%;
	position: relative;
	display: block;
	margin: 30px auto 70px auto	;
}

.getmore-info {
	background-color: #8c0404;
	font-size: 24px;
	color: white;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: 0.5s all ease;
	transition: 0.75s all ease;
	border-radius: 0;
}

.getmore-info a {
	color: white;
}

.getmore-info a:hover {
	color: black;
}

.center {
	text-align: center;
}

.blog-item .blog-link-tomain {
	color: #8c0404;
}

nav.nav-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}

#cr-download-btn {
	background-color: #8c0404;
	color: #ffffff;
	width: 200px;
	border-radius: 0;
	padding: 5px 3px;
	/* text-transform: uppercase; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	/* padding-right: 2px; */
}

#cr-download-btn :hover {
	color: #282828;
}

#cr-download-btn a {
	color: #fff;
}

.career-area {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	background-image: url("../img/bg_career.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.career-area .card {
	border: none !important;
}

.career-area table h5 {
	font-weight: 400;
	/* color: #8c0404; */
	margin-bottom: 0px;
}

.career-area .card-body {
	/* border-color: #8c0404; */
	/* border-style: solid 1px #8c0404; */
	/* border: 1px solid rgba(109, 0, 0, 0.125); */
	border: 1px solid #8c0404;
	border-radius: 0.25rem;
	transition: 0.5s all ease;
	background-color: white;
}
.career-area .card-body:hover {
	/* background-color:rgba(109, 0, 0, 0.125); */
}

.career-area .career-pic {
	width: 100%;
}

#career-card .card {
	/* float: right; */
	margin: auto;
}
#career-card {
	text-align: center;
}

#career-card-team {
	text-align: center;
	padding-bottom: 10px;
}
#career-card-team-responsive {
	display: none;
}
#career-creative img {
	width:70%;
	margin: auto;
	display: block;
}

#career-creative h5 {
	width: 80%;
	text-align: center;
	margin: auto;
	display: block;
	line-height: 40px;
	font-size: 22px;;
}

.career-area ul {
	line-height: 40px;
	font-weight: 300;
}

.career-area h2 {
	font-weight: 500;
	margin-bottom: 40px;
}

.career-area h5 {
	font-weight: 400;
	margin-bottom: 20px;
}

.right-border {
	border-right: dashed 1px #cdcccc;
}

#submenu-bottom p {
	color: rgb(155, 154, 154);
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	display: block;
	text-align: center;
}

#submenu-bottom .head-title {
	
	font-size: 20px;
	font-weight:600;
	color: black;
	display: block;
	text-align: center;
}

#submenu-bottom a {
	
	font-size: 16px;
	font-weight: 500;
	color: #8c0404;
	text-align: center;
}

#submenu-bottom img {
	width:100px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.career-area table th a {
	font-size: 16px;
	font-weight: 400;
	color: #8c0404;
}

.career-area table th button a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.apply-btn{
	text-align: center;
}

.apply-btn button {
	background-color: #8c0404;
	color: #ffffff;
	width: 170px;
	border-radius: 0;
	padding: 5px 3px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

.apply-btn button a {
	color: #ffffff;
}

.apply-btn button a:hover {
	color: #000;
}

.hero-area .owl-carousel .owl-stage {
	display: flex;
	
}



/* Door studio page css = suhasini  */
.newmoreinfo {
	text-align: center;
	padding-top: 165px;
}

.moreinfo-btn {
	background-color: #c20000;
	color: #ffffff;
	width: 50%;
	border-radius: 0;
	padding: 12px 20px 12px 20px;
	text-transform: uppercase;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 1;
	font-weight: 500;
	font-size: 26px;
	border-radius: 50px;
	line-height: 50px;
}
.adj-pro-our {
	margin-top: -115px;
}

/* .automan-door-sec {
	margin-bottom: 48px;
} */
.details button {
	border: none;
	border-radius: 8px;
}
.position-door-img {
	margin-bottom: 20px;
	position: relative;
}
.doorstudioimg {
	width: 100%;
	height: 100%;
	/* padding-top: 100px; */
}

.align-the-item {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.making {
	position: relative;
	/* margin-bottom: 200px; */
}
.logodoorstdio {
	position: absolute;
	top: 25%;
	left: 50%;
	/* top: -70%;
	left: 50%; */
	transform: translate(-50%, 0);
	margin-bottom: 30px;
}
.align-the-item {
	position: absolute;
	top: 80%;

	right: 10%;
	left: 10%;
}
.margin-spaceing {
	margin-top: 148px;
	
}


.logoimagefixing {
	display: inline-block;
	width: 800px;
	height: auto;
}
/* best in class section  */
.section-bestclass {
	margin: 48px 0 20px 0;
}
.container-bestclass-container {
	max-width: 100vw;
	/* background-color: darkmagenta; */
	margin: 0 52px;
}
.best-in-class h1{
	display: block;
	color: #c20000;
	font-weight: 900;
	font-size: 58px;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.best-in-class-content p {
	color: #000 !important;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
	padding: 0 20px;
	word-spacing: 1px;
	text-align: center;
}
.container-bestclass-container img {
	width: 100%;
	height: auto;
}
/* door studio = suhasini ends */

/* door studio new  */
.diff-door-sec{
	position: relative;
	max-width: 100vw;
	margin-top: 48px;
	margin-bottom: 64px;

}
.zero-onesec{
	width: 100%;
}
.zeorone{
	width: 100%;
	height: 100%;
}
.zero-onelogo{
	width: 750px;
	height: auto;
}
.zero-onespace{
	
	display: inline-block;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,0);
}
.automatic-door-design img{
	width: 400px;
	height: 200px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom:50%;
}
.automatic-door-design{
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 40px;
	position: absolute;
	top: 85%;
	left: 5%;

}
.autodoor-sec{
	position: relative;
	width: 100%;
	height: auto;
}
.automatic-door-design p{
	display: inline-block;
}

.doorstucontainer{
	max-width: 1300px;
	padding: 0 32px;
	margin: 0 auto;
}

.details img{
	width: 100%;

}
 .agh-door{
	display: flex;
	gap: 40px;
	position: absolute;
	top: 85%;
	left: 10%;
	right: 10%;
	transform: translate(0,0);
	justify-content: center;

}
.door-inffo-btn{
	margin-top: 200px;
	text-align: center;
}
.findway{
	margin-bottom: 150px;
}
/* mobile view-door studio */

.mobile-tab-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
	
.mobileview-img{
	display: inline-block;
	max-width: 600px;
	height:auto; 
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	margin-bottom: 18px;
}
.mobileview-img:hover{
	transform: translateY(5px);
}

.mobile-tab-text {
	
	text-align: left;
}
.mobile-tab-content span{
	text-align: center;
	color: #8c0404;
	font-weight: 500;
	font-size: 24px;
}

.doorstudioproducts h3{
	color: #c20000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom:20px;
	margin-top: 20px;

}

 .rowdata{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 64px;
}
.rowdata img{
	justify-self: center;
} 
.our-patterner-sec h2{
	text-align: center;
	color: #8c0404;
	font-weight: 700;
	font-size: 30px;

}
.our-patterner-sec img{
	
	 height: auto;
	width: 300px; 
	
} 
.inffo-btn-floor{
	text-align: center;
}





	







/* temi page style start */
/* step01 = choose ur temi section */
.head-temiv3{
	color: #8c0404;
	font-size: 50px;
	font-weight: 700;
	margin-top: 40px;
	text-align: center;
}
.temiv3{
	display: block;
	max-width: 50%;
	margin: 0 auto;
}

.foreign-area {
	margin-bottom: 48px;
}

/* end of  choose ur temi section */

/*step02= start of temi specs section */

/* contact us but in temipage */
.temicontact{
	margin: 0 auto;
	text-align: center;
}

.container-temispecs {
	max-width: 1300px;
	margin: 70px auto 70px auto;
	padding: 0 24px;
}
.grid-2cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	padding: 0 16px;
	row-gap: 96px;
	column-gap: 96px;
}
.temi-content-box {
	padding: 0 24px;
}
.temi-images {
	display: inline-block;
}
.content-heading {
	font-weight: 500;
}
.temi-content-para {
	color: #3a3838;
}
.list-itemof-temi li {
	color: #3a3838 !important;
}
.temi-content-box strong {
	font-weight: 600;
	font-size: 24px;
}
.temi-images img {
	width: 530px;
	height: 370px;
}
.temi-displayimg img {
	width: 100%;
	height: auto;
}
.temi-content-box li {
	font-weight: normal;
}
.heading-temi-head {
	color: #8c0404;
	font-size: 32px;
	font-weight: 500;
}

.temicpu-img img {
	width: 300px;
	height: 450px;
}
.heading-temi-head-disappear {
	display: none;
}

.spacingtemirobox {
	padding-top: 24px;
}
.temios-img-mic img {
	width: 400px;
	height: 400px;
}
.specs-temi-ios h4 {
	padding-bottom: 12px;
}
.temi-images {
	transition: all 0.5s ease;
}
.temi-images:hover {
	transform: translateY(12px);
}


.container-temicenter-content {
	padding: 0 12px;
	margin: 0 96px;
}
.temi-data-img {
	display: inline-block;
	text-align: center;
	width: 58px;
	margin-bottom: 24px;
}
.temi-data-heading {
	/* margin-bottom: 8px; */
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	letter-spacing: -0.24px;
}
.grid-template-4cols {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	justify-items: center;
	margin: 0 auto;
	padding: 75px 0 0;
	row-gap: 48px;
}

.display-flex-temicenter {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.temi-overall-content p {
	display: block;
	margin-block-start: 10px;
	margin-block-end: 10px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.temi-data-content {
	width: 350px;

	text-transform: none;
	font-size: 16px;
	line-height: 1.63;
	letter-spacing: -0.24px;
	text-align: center;
}

/* header */
.testing-headers {
	max-width: 100%;
	padding: 0 48px;
}

/* fb like page */
.face-book-like {
	text-align: center;
	margin: 48px 0;
}
.face-book-like h3 {
	font-size: 32px;
	font-weight: 700;
	margin: 48px 0;
}
.fb-design-btn i {
	font-size: 48px;

	color: #e1251b;
	border: 2px solid #e1251b;
	background-color: white;
	border-radius: 50px;
	padding: 4px;
}
.fb-design-btn i:hover {
	background-color: #b10303;
	cursor: pointer;
	color: #fff;
}

/* footer */
.footer-start-setup {
	background-color: #8c0404;
	position: relative;
	margin-top: 64px;
}
.container-footernew {
	max-width: 1200px;
	margin: 0 auto;
	padding: 22px 32px 22px 32px;
}
.business-ours p {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}
.gridmanagement {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	align-content: center;
	column-gap: 64px;
	row-gap: 48px;
}
#emailid {
	max-width: 290px;
	height: auto;
	border-radius: 0px;
	border: none;
	padding: 8px 18px;
	font-size: 22px;
	
}
.input-textbox {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	gap: 0px;
	justify-content: center;
	margin-bottom: 24px;
}

.sign-up-letter p {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}

.footer-start-setup .business-ours ul {
	display: block !important;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-start-setup .business-ours ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: block!important;
	padding-bottom: 10px;

}
.sign-up-letter {
	margin-top: 24px;
}

.sub-btn {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background-color: #8c0404;
	padding: 4px 20px;
	border-radius: 0px;
	cursor: pointer;
	border: 2px solid #fff!important;
}
.sub-btn:hover {
	background-color: #610000;
	transition: a11 0.3s;
}
.container-footernew ul {
	list-style: none;
}
.til-1{
	display: inline-block;
	justify-self: flex-end;
}
.til-2{
	display: inline-block;
	justify-self: flex-start;
}
.til-1 i, .til-2 i{
	font-size: 30px;
		/* color: #b10303; */
		color: #e1251b;
		border: 1px solid #E1251B;
		background-color: white;
		border-radius: 25px;
		padding:8px;
		/* transition: 0.5s all ease; */
	
}
 .move-till {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	gap: 30px;
	
} 
/* door studio button */
.clean-roonbtn-spc {
	margin: 12px auto 30px auto;
}
/* home page */

.container-new-clean {
	max-width: 100%;
	margin: 0 auto;
}
.speed-first-content {
	background-image: url("../img/newhomedetailback.jpg");
	background-size: cover;
	padding: 30px 0px 30px 0px ;
	height: 280px;
}
.xr-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.speed-first-content p {
	color: #fff;
	font-size: 32px;
	text-align: center;
	font-weight: 600;
	margin: 0px;

}
.hpimagealign {
	display: block;

	border-radius: 11px;
	overflow: hidden;
	transition: all 0.3s;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.hpimagealign:hover {
	transform: translateY(12px);
}
.speed-first-content h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	
}
.homepage-testslide {
	width: 330px;
	height: 220px;
}

.hpimagetext p {
	font-size: 22px;
	font-weight: 800;
	color: #000;
	line-height: 1.2;
	word-spacing: 1px;
	padding-left: 18px;
	padding-top: 12px;
}

.hpflex {
	max-width: 1300px;
	margin: 60px auto 80px auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	align-items: flex-start;
	column-gap: 24px;
	row-gap: 80px;
	padding: 0 20px;
}
.hpimagetext {
	align-self: flex-start;
	padding-bottom: 18px;
}

.inchpclar {
	padding-bottom: 69px;
}
.inchpclar2 {
	padding-bottom: 44px;
}
.inchpclar3 {
	padding-bottom: 44px;
}
.inchpclar4 {
	padding-bottom: 44px;
}

.immage-fix {
	max-width: 100%;
	/* width: 399px; */
	/* height: 250px; */
}
.bot-text p {
	color: #232323;
	font-size: 22px;
	text-align: right;
	font-weight: 700;
	padding-right: 24px;
	margin-bottom: 0px;
}
/* new contactus */
.req-span-tex {
	color: red;
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
	padding-bottom: 12px;
}

/* contactus button */
.testingnew-btn {
	padding-bottom: 50px;
	margin: 0 auto;
}
 
 .verbtn {
	display: inline-block;
	color: #fff;
	padding: 16px 32px 16px 32px;
	background-color: #c20000;
	font-size: 24px;
	font-weight: 800;
	border-radius: 50px;
	width: 50%;
    text-transform: uppercase;
} 

.epcflex{
	
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px; 
}
.mc-64{
 margin-top: 48px;
}
.blogdetarrang{
	display: flex;
	justify-content: center;
	align-items: center;
}
.rowblogdetitem{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* h1 tag in cleanroom */
.h1details {
	 font-size: 48px!important; 
	

}

	/* new why us section */

 .whyus-new-container{
	  padding:0  48px;  
	  max-width: 1300px;
	  margin: 0px auto 60px auto;
	}
 
 .intergrity-sec{
	 text-align: center;
 }
 
 
  .intergrity-sec img{
	 width: 80px;
	 height: 70px;
	}
.intergrity-sec strong{
	color:#8c0404 ;
	font-size: 26px;
	font-weight: 400;
}
.intergrity-sec p{
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
}
 .whyus-head{
	 /* text-align: center; */
	 margin-bottom: 18px;
 }
 .full-yusterm{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
 }
 .yusterm-img{
	 max-width: 25%;
	 height: auto;
	 margin-bottom: 16px;
	 display: inline-block;
	 margin: 0 auto;
	 text-align: center;
	 margin-bottom: 15px;
 }
 .yusheader{
	 color: #8c0404;
	 font-weight: 700;
	 font-size: 24px;
	margin-bottom: 14px;
 }
 .yus-text{
	 font-size: 20px;
	 line-height: 1.8;
	 font-weight: 500;
	 padding: 5px 5px 0px 5px;
 }
 .yustestimonialsec{
	 padding-top: 24px;
	 display: grid;
	 grid-template-columns: repeat(2,1fr);
	 justify-content: center;
	 align-content: center;
	 row-gap: 70px;
	 column-gap: 50px;
	}
 

 /* button */
 .inffo-btn{
	text-align: center;
	margin-top:70px;
	margin-bottom: 48px;
 }
 .newbtn:link,.newbtn:visited{
	 display: inline-block;
	 text-transform: uppercase;
	 text-decoration: none;
	 padding: 15px 45px;
	 border-radius: 100px;
	 background-color: #c20000;
	 color: #fff;
	 font-size: 22px;
	 font-weight: 500;
 }
 .newbtn:hover,.newbtn:active{
	transform: scaleX(1.1),scaleY(1.1);
	box-shadow: 5px 4px 20px #8c0404;

 }

 /* what make us unique */
 .whatmake-unique{
	 padding: 30px 30px 0 30px;
 }
 .whatmakeus-container{
	 padding: 24px;
	 margin: 0 auto;
	max-width: 1200px;
	}
 /* .whatmakeus-container h2{
	 text-align: center;
	 color: #8c0404;
	 font-weight: 600;
	
 } */
  .whatmakeus-container h3{
	text-align:center;
	 font-size:18px!important; 
	line-height:1.5;
	width:85%;
	margin:auto;
	font-weight: 500;

 } 
 .uniqueimage{
	 /* width: 380px;
	 height: 400px; */
	 border-top-left-radius: 10px;
	 border-top-right-radius: 10px;
	
 }
 .diff-doorimg{
	 max-width: 100%;
	 display: grid;
	 grid-template-columns: repeat(3,1fr);
	justify-items: center;
	align-self: center;
	 gap: 48px;
	 margin-top: 48px;
	
 }
 .what-makecontent-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	border-radius: 10px;
	transition: all .3s;
	
}
 .what-makecontent-box:hover{
	transform: translateX(12px);
} 

.what-makecontent-box p{
	color: black;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 10px 0px;
 }
	
	 
 

 /* our client logo */
 .ourclients{
	 padding:32px 32px 0 32px;
 }
 .client-container{
	 margin: 0 auto;
	text-align: center;
 }
 .client-container h2{
	font-weight: 400;
	 color: #8c0404;
 }
 .clientlogos{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	justify-content: center;
	align-content: center;
	gap: 0px;
	
}
 .clientlogos img{
	max-width: 70%;
	height: auto;
	margin: 0 auto;
	 justify-self: center;
 }


 /* new standard logo section */
 .standard-new{
	 padding: 48px 0 32px 0;
	
 }
 .standard-container{
	 max-width: 1200px;
	 text-align: center;
	 margin: 0 auto;
	 
	 padding: 0 32px;
 }
 .standard-container h3{
	 color: #8c0404;
	 font-weight: 700;
	 font-size: 32px;
	 margin-bottom: 24px;
	 margin-top: 32px;
	 text-align: center;
 }
 .standards-logos{
	 display: flex;
	 flex-direction: row;
	 gap: 20px;
	 justify-content: space-evenly;
	margin-bottom: 30px;

 }
 .standards-logos img{
     width:150px;
	 height:auto;
 }
  
  .overseas-logos{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-content: center;
	gap:0px;
	/* padding: 0 32px; */
}  
 .overseas-logos img{
	 width: 190px;
	 margin: 0 auto;
	 /* height: 120px; */
 }
 
.Domestic-client{
	display: flex;
	justify-content:space-evenly;

}
.Domestic-client img{
	width: 200px;
	height:auto;
}
.sample-img-test{
	height:95vh; 
	background-image: url(../img/newdoorbg.jpg);
						  /* from left top to right bottom */
	background-size: cover;
	/* background-position: bottom; */
	position: relative;

}
.zero-onelogo-test{
	width: 700px;
	height: auto;
}
.test-sev{
	position: absolute;
	top:5%;
	left: 50%;
	transform: translate(-50%,0);
}
.hsgf{
	width: 350px;
	height: 200px;
	position: absolute;
	top: 80%;
	left: 10%;
}
.qwew{
	display: grid;
	grid-template-columns: repeat(1,1fr);

}
.hsgf1{
	width: 350px;
	height: 200px;
	position: absolute;
	top: 80%;
	left: 40%;
}
.hsgf2{
	width: 350px;
	height: 200px;
	position: absolute;
	top: 80%;
	left: 70%;

}
/*new our clients section*/


.our_new_clients{
	margin-bottom: 80px;
}
.newclients_contentbox{
	max-width: 1300px;
	margin: 0 auto;
   	padding: 0 32px;
}
.newclients_contentbox h2{
	text-align: center;
	color: #8c0404;
	font-size: 30px;
	font-weight: 500;
}
.newclients_contentbox h5{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding-bottom: 24px;
}
.new_logo{
	width:180px;
	/* height: 80px; */
	align-self: center;
	justify-self: center;
}
.new-cdlientlogos{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	justify-content: space-evenly;
	align-content: center;
	column-gap:24px;
	row-gap: 54px;
	margin-top: 10px;
}

.hygienrestroom{
	margin-bottom: 15px;
}





 /* cleanroom equipment page */
 .main-nav-eqp{
	 width: 100%;
	 
 }
 .equipment-list{
 margin: 52px 0;
 }
 .main-nav-list-eqp  {
	 list-style: none;
	/* display: flex;
	justify-content: center;
	 gap: 8px;  */

}





/* slider for cleanroom eqp */
.carousel-containerEqp {
	/* border-radius: 30px; */
	overflow: hidden;
	max-width: 400px;
	position: relative;
	 /* box-shadow: 0 0 30px -20px #223344;  */
	margin: auto;
	z-index: 0;
	height: auto;
	
  }
  
  /* Hide the images by default */
  .mySlidesCleanroom {
	display: none;
  }
  .mySlidesCleanroom img {
	display: block;
	width: 95%;
  }
  
  /* Next & previous buttons */
  .prevCleanroom,
  .nextCleanroom {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: auto;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	border-radius: 0 8px 8px 0;
	background: rgba(173, 216, 230, 0.1);
	user-select: none;
  }
  .nextCleanroom {
	right: 0;
	border-radius: 8px 0 0 8px;
  }
  .prevCleanroom:hover,
  .nextCleanroom:hover {
	background-color: rgba(173, 216, 230, 0.3);
  }
  
  .dots-container-eqp {
	position: absolute;
	
	top:95%;
	left: 25%;
	transform: translate(-50%);
  }
  
  /* The dots/bullets/indicators */
  .dotsEqp {
	cursor: pointer;
	height: 14px;
	width: 14px;
	margin: 0 4px;
	background-color: black;
	/* background-color: rgba(173, 216, 230, 0.2); */
	backdrop-filter: blur(2px);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
  }
  
  
/* The dots/bullets/indicators */
.dotsEqp1 {
	cursor: pointer;
	height: 14px;
	width: 14px;
	margin: 0 4px;
	background-color: black;
	/* background-color: rgba(173, 216, 230, 0.2); */
	backdrop-filter: blur(2px);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
  }
  .active,
  .dotsEqp1:hover {
	/* background-color: rgba(173, 216, 230, 0.8); */
	 /* background-color:#8c0404; */
  }

  /* The dots/bullets/indicators */
.dotsEqp2 {
	cursor: pointer;
	height: 14px;
	width: 14px;
	margin: 0 4px;
	background-color: black;
	/* background-color: rgba(173, 216, 230, 0.2); */
	backdrop-filter: blur(2px);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
  }
  .active,
  .dotsEqp2:hover {
	/* background-color: rgba(173, 216, 230, 0.8); */
	 /* background-color:#8c0404; */
  }
  /* The dots/bullets/indicators */
.dotsEqp3 {
	cursor: pointer;
	height: 14px;
	width: 14px;
	margin: 0 4px;
	background-color: black;
	/* background-color: rgba(173, 216, 230, 0.2); */
	backdrop-filter: blur(2px);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
  }
  .active,
  .dotsEqp3:hover {
	/* background-color: rgba(173, 216, 230, 0.8); */
	 /* background-color:#8c0404; */
  }
  
  .eqp-text-cleanroom{
	  /* background-color: #28a745;  */
	  margin: 0 auto;
	  padding: 20px;
	  /* border-bottom: 2px dashed #8c0404; */
	  }
  .eqp-headertext{
	  color: #c20000;
	  font-weight: 700;
	  font-size: 28px;
	  text-transform: uppercase;
	  font-family: "Sarabun", sans-serif;
	  padding-bottom: 15px;
  }
  .eqp-text-cleanroom p{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 1.2;
	  font-family: "Sarabun", sans-serif;
	 }
 .eqp-text-cleanroom h4{
		font-size: 18px;
		color: #000;
		font-weight:600 ;
		font-family: "Sarabun", sans-serif;
	}
  .eqp-text-cleanroom h4 span span{
	  font-size: 20px;
	  color: #000;
	  font-weight:500;
	  font-family: "Sarabun", sans-serif;
  }
  .eqp-wrapper{
	  display: grid;
	  grid-template-columns: repeat(2,1fr);
	 margin: 0 auto;
	  max-width: 1300px;
	  position: relative;
	  margin-top: 50px;
  }
  .single{
	  display: inline-block;
	  margin: 10px;
	  border: 2px solid #000;
	  padding: 5px 10px;
	  font-size: 16px;
	  background-color: #8c0404;
	  color: #fff;
	  font-weight: 600;
	  cursor: pointer;
  }
  .menu-epq{
	  margin: 0 auto;
  }
  


  /* MENUBAR */
  .eqp-menu-manage{
	  max-width: 100vw;
	  margin: 0 auto;
	  /* background-color: #c20000; */
	  position: relative;
  }
   
/* .head-nav li a > ::after{
	color: #ffffff;
    content: "|";
    position: absolute;
    right: -3px;
    top: 5px;

} */
   
.man-eqp{
max-width: 1550px; 
margin: 50px auto;
padding: 10px;
margin-bottom:80px ; 
}
 .head-nav  {
	  display: block; 
	  margin: 0 auto;
	  padding: 10px;
	  width: 100%;
	  display: flex;
	  column-gap: 30px;
	 row-gap:  40px;
	  flex-wrap:nowrap;
	  justify-content: center;
	   }
	   .desktop-eqp a:hover,.desktop-eqp a:active{
		background-color: #000;
	    transform: scaleY(1.2);

	   }
	   /* .desktop-eqp a:link,
.desktop-eqp a:visited{
	background-color: #8c0404;

} */
	/* .eqpselected:link,.eqpselected:visited{
		background-color: #8c0404;

	} */
	.eqpselected:active,.eqpselected:visited{
		background-color: #000!important;
}
	.head-nav li{
		display: block;
		/* list-style: none!important; */
		}
	.head-nav a{
	color: #fff;
    display: block; 
    font-size: 1em;
     padding: 8px 19px; 
    text-transform: uppercase;
	background-color: #8c0404;
	color: #fff;
	border-radius: 5px;
	}
	#tallest-material{
		color: #000;
		font-size: 20px;
		margin-top: 50px;
		padding-bottom: 0;
	}
	.filter-submenu{
		position: relative;
	}
	.menusun{
	left: 0;
    position: absolute;
    background-color:#ccc;
	display: none;
}
#airfilter:hover > .menusun{
	display: block;
}
.man-eqp li a:hover{
	background-color:#8c0404 ;
	color: #fff;
	transform: scaleX(1.1);
}
/* .eqpselected {
    background-color: #8c0404;
    color: #fff !important;
} */
.eqpmblselected {
    /* background-color: #8c0404; */
    color: #c20000 !important;
}
.man-eqp .filter-submenu ul li a{
	color: #000;
	text-align: center;
	text-transform: none;
	font-size: 16px;
	font-size: 600;
	display: block;

} 
.man-eqp .filter-submenu ul li a:hover{
	background-color: #8c0404;
}
.man-eqp .filter-submenu  ul{
	padding: 0;
	margin: 0;
	 display: flex;
	flex-direction: column; 
	background-color: #000;
	justify-content: flex-start;
	align-items: flex-start;
 box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}

/* cleanroom subhead bottom */
.clrm-eqp-wapper{
	max-width: 1300px;
	margin: 80px auto;
	padding: 20px;
}
.clrm-img{
	width: 60px;
	height: auto;
}
.mySlidesCleanroom:hover{
	transform: scale(1.05) translateY(-0.5rem);
	box-shadow: 0 2.5rem 4rem rgb(0 0 0 / 20%);

}
#clrm-head-pri{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-top: 8px;
	
}
.clrm-detail p{
	color: #9b9a9a;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;

}
.clrm-detail a{
padding-top: 10px;
		font-size: 14px;
		font-weight: 300;
		color: #8c0404;
		
}
.border-clrm{
	border-left: hidden!important;
}
.clrm-detail{
	border-left:1px dashed #8c0404 ;
	display: grid;
	justify-items: center;
	align-items: center;
	/* display: flex;
	flex-direction: column;
	justify-self: center;
	align-self: center; */
}
.clrm-grid-four{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 25px;
	row-gap: 40px;
}
.firstcl{
	grid-column: 2/3;
}
.clrm-imgne{
	width: 75px;
}


.cl-romm-call{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	padding: 12px 32px;
	background-color:#c20000;
	border-radius: 10px;

	
}
#eqpbtn-call{
	max-width: 1200px;
	margin: 50px auto;
	text-align: center;
}
#eqpbtn-call a:hover{
	color: #fff!important;
}
.clcomnew{
	height: 60px;

}
.eqpneweqp{
height: 65px!important;
}
.eqp-deviceimg{
	display: inline-block;
	
}
.eqp-deviceimg:hover{
	transform: scale(1.05) translateY(-0.5rem);
	box-shadow: 0 2.5rem 4rem rgb(0 0 0 / 20%);


}



/* new design after dicussion */
.dx-new{
	max-width: 1200px;
	margin: 50px auto;
	
	 /* background-color: cadetblue;  */
	 
}
.dx-newraised{
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 30px;

}
#dx-speakerpic-pedal{
	width: 100%;
	max-width: 420px;
	display: inline-block;
	}
.fan-classify-pedal{
	text-align: center;
	margin-bottom: 45px;
}
.fan-classify-pedal p{
	text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #c20000;
   
	
}	
#dx-speakerpic{
	width: 100%;
	max-width: 420px;
	display: inline-block;
	
}
#dx-speakerpic:hover{
	/* outline: 1.0rem solid #c20000; */
	transform: scale(1.05) translateY(-0.5rem);
	/* box-shadow: 0 2.5rem 4rem rgb(0 0 0 / 20%); */

}
#fanunit:hover{
	transform: scale(1.05) translateY(-0.5rem);
}
#dx-speakerpic-pedal:hover{
	transform: scale(1.05) translateY(-0.5rem);

}
#fanunit{
	width: 100%;
	max-width: 420px;
	display: inline-block;
	justify-self: center;
	align-self: center;
}
#dx-speakerpic:hover{
	transform: scale(1.05) translateY(-0.5rem);

}
.dx-sound-service{
	color: #c20000;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Sarabun", sans-serif;
   text-align: center;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-items: center;
	gap:30px
}
.dx-eqp-text-cleanroom{
	max-width: 70%;
	margin: 50px auto 30px auto;
}
.ffu-flex{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	row-gap: 80px;
	margin-bottom: 0px;
	margin-top: 50px;
	padding: 30px;
}
.fan-classify p,.fan-classify-elisa p{
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #c20000;
	padding-bottom: 25px;
}
#dx-speakerpic-elisa{
	display: inline-block;
	width: 70%;
}
#dx-lift{
	display: inline-block;
	width: 100%;
	max-width: 350px;


}
.lift{
	padding: 20px;
}
.fan-classify-elisa{
	text-align: center;

}
#dx-speakerpic-elisa:hover{
	/* outline: 1.0rem solid #c20000; */
	transform: scale(1.05) translateY(-0.5rem);
	/* box-shadow: 0 2.5rem 4rem rgb(0 0 0 / 20%); */
}
#dx-speakerpic-hepa{
	width: 80%;
}

#dx-speakerpic-hepa:hover{
	/* outline: 1.0rem solid #c20000; */
	transform: scale(1.05) translateY(-0.5rem);
	/* box-shadow: 0 2.5rem 4rem rgb(0 0 0 / 20%); */
}
.hepa-box{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	gap: 20px;
}
.hepabox-content li{
	font-size: 28px;
	font-weight: 600;
	color:  #011627;
	margin-bottom: 10px;
	list-style: none;

}
.hepabox-content{
	align-self: flex-start;
}
.hepabaox-para{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.dx-new-hepa{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	/* background-color: #0c0c39; */
}
.dx-eqp-text-cleanroom li{
	font-size: 18px;
	margin-bottom: 15px;
}
.dx-eqp-text-cleanroom{
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	padding: 40px;
}

/* hepa and ulpa */
.hepa-uipha-filter-hp{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:30px;
}
.fan-classify-hp p{
	color: #c20000;
	font-weight: 600;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
.fan-classify-hp{
	justify-self: center;
}
/* raised floor */
.type-raisedfloor p{
	margin-left: 50px;
	}
#dx-hup:hover{
	transform: scale(1.05) translateY(-0.5rem);

}
.question-raised {
	font-size: 28px;
	color: #000;
	font-weight: 600;
}
.raisedfloor-list ul li,.load-type{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.raisedfloor-detail p{
	color: #000!important;
	font-size: 18px;
	font-weight: 500;
}
.raisedfloor-detail p strong{
	color: #000;
}
.conductive-text ul li{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	padding: 3px;
	}
.conductive-text{
	max-width: 880px;
	margin: 50px auto;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	border-radius: 10px;
	padding: 20px;
}
.dx-new-cdt{
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;

	/* background-color: pink; */
}
.dx-new-cdt-5{
	max-width: 1280px;
	margin: 0 auto;
	padding:20px 40px 20px 40px ;
}
.conductivetilesheet{
display:grid;
grid-template-columns: repeat(1,1fr);
gap: 40px;

}
.conductivetilesheet img :hover{
	transform: scale(1.05) translateY(-0.5rem)!important;

}
.conductivetilesheet img{
	justify-self: center;
	align-self: center;
}
.conductivetilesheet img :hover{
	transform: scale(1.05) translateY(-0.5rem)!important;

}
.sheet-tile{
	text-align: center;
	
}
.floorista img{
	/* border: 1px solid #000; */
	width: 80%;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	
}
.floorista{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 60px;
width: 100%;
}
.pirwall{
display:grid;
grid-template-columns: repeat(3,1fr);
row-gap: 80px;
column-gap: 20px;
justify-content: center;
align-content: center;
}
.pirwall img:hover{
	transform: scale(1.05) translateY(-0.5rem)!important;
}
/* .compose img:hover{
	transform: scale(1.05) translateY(-0.5rem)!important;
} */

/* #compose1big{
	display: block;
	text-align: center;
	 margin: 0 auto; 
	max-height:1200px;
	height: 500px;
} */
.y-pattener{
	color: #b10303;
	font-size: 22px;
	font-weight: 600;
}
#dx-speakerpic{
	justify-self: center;
	align-self: center;
}
.filter-classify li{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	
}
.filter-classify{
	margin-top: 50px;
	
}
.classify-fil{
	padding-left: 122px!important;

}
.boxing-raised-floor{
	max-width: 1000px;
	margin: 10px auto;
	padding: 40px;
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

/* .eqp-scroll{
	white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  
  margin: 50px auto;
  max-width: 1250px;
}
.eqp-scroll::-webkit-scrollbar {
	display: none; } */

	.desktop-eqp a{
		color: #fff;
		font-size: 13px;
		padding: 8px 10px;
		font-weight: 600;
		display: inline-block;
		margin-left: 1px;
		 background-color: #8c0404; 
		 border-radius: 5px;
		 margin-top: 20px;
}
.eqp-scroll{
	max-width: 100vw;
	margin: 0 auto;
	text-align: center;

}
.pircelling{
	display:grid;
grid-template-columns: repeat(3,1fr);
row-gap: 80px;
column-gap: 20px;
justify-content: center;
align-content: center;
margin: 20px 0px;

}
.pircelling img:hover,.under-construction img:hover{
	transform: scale(1.05) translateY(-0.5rem)!important;
}
.part1 p{
	color: #610000!important;
	font-size: 19px!important;
	display:block;
	font-weight: 600;
	margin-top: 20px;
}
.part1{
	text-align: center;
}
.pir-head{
	max-width: 1200px!important;
	margin: 0 auto;
	color: #c20000;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.mra-top{
	margin-top: 40px;
}
.conductivetilesheet span{
	color: #b10303;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 18px;
	display: inline-block;
}
.title table, tr, th,td{
	border: 1px solid #000;
	padding: 15px;
}
.tile th{
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.tile-sep{
	display: block;
	color: #000;
	font-size: 18px!important;
	font-weight: 500!important;
}
.under-sep{
	border-bottom: 2px solid #000;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}
.title table .row-tile{
	border-collapse: collapse;
	
}
.radition{
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	margin-top: 8px;
	
}
.under-construction{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-content: center;
	/* background-color: red; */
	row-gap: 60px;
	column-gap: 20px;
	/* max-width: 1280px; */
}
.under-construction img{
	 max-width: 320px;
	height: auto; 
	justify-self: center;
	align-self: center;
	border-radius: 10px;
}
/* .under-construction #constr{
	transform: rotate(270deg);
	max-width: 500px;
	height: 400px;
	justify-self: center;
	align-self: flex-start;
} */
.steel-title{
	font-size: 28px;
	color: #c20000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.steel-wrappper{
	margin: 70px auto;
}
.g-flor{
	margin:40px auto;
	max-width: 1000px;

}
.g-flor p{
	font-size: 22px;
	font-weight: 500;
	color: #c20000;
}
.g-flor table .title{
	text-align: center;
}
.g-flor table .row-tile td{
	font-size: 18px;
	font-weight: 500!important;
}
 .resist-ansi td{
	font-size: 18px;
	font-weight: 500!important;
}

/* overall new chnges  */
#clr-newh1{
font-size: 35px;
margin-bottom: 0px;
padding-bottom: 0px;
font-weight: 600;
margin-bottom: 30px;
}

.clr-h2new
{
color: #8c0404;
text-align: center;
font-size: 30px;
font-weight: 600;
padding-top: 20px;
padding-bottom: 15px;
}

.new-clr-turnkey{
	 display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content:center;
	align-content: center;
	gap:20px;
}
.turnkey-val{
	align-self: center;
	/* border: 1px solid #000; */
	background-color: #ddd;
	border-radius: 25px;
	padding: 15px;
	justify-self: center;
	margin-bottom: 160px;
	
}
.turnkey-val h5{
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}
.turnkey-list{
	font-size: 15px;
}
.turnkey-list li{
	margin-bottom: 4px;
}

.turnkey-list li:not(:last-child){
	margin-bottom: 4px;
  }
  .turnkey-val p{
	  text-align: center;
}
.nebb-certifi{
	color: #000;
}
.nebb-certifi:hover{
	color: #000;
}
/* .teamsocialli1 li a{
	margin-top: 55px;
}
.teamsocialli2 li a{
	margin-top: 20px;
}
.teamsocialli3 li a{
	margin-top: 30px;
} */

/* cleanroom testing slide off */
.over-newslideof{
	
}
.new-slideof{
	max-width: 1250px;
	margin: 0 auto;
	padding: 30px;
}
#clr-slifeof{
	max-width: 380px;
	height: 500px;
	display: inline-block;

}
.clr-sliderfix{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-content: center;
	gap: 20px;
}
.quality-inter-scale{
	max-width: 1100px;
	margin: 30px auto;
}
 .quality-inter{
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size:23px;
	line-height: 50px;
	margin-bottom: 0px;
	padding: 0 20px;
} 
.test-para p{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.new-slideof .airflow-test{
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	color: #000;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 15px;
}
 #KON{
	
	justify-self: flex-end;
} 
.verses{
font-size: 60px;
font-weight: 700;
color: red;

margin-right: 20px;
align-self: center;
}


.teamsocialli1{
	position: absolute;
	top:49% ;
	left: 50%;
	transform: translate(-50%);

}
.teamsocialli2{
	position: absolute;
	top:49%;
	left: 50%;
	transform: translate(-50%);

}
.teamsocialli3{
	position: absolute;
	top:49%;
	left: 50%;
	transform: translate(-50%);
}
.teamsocialli4{
	position: absolute;
	top:51%;
	left: 50%;
	transform:translateX(-50%);
}
.desc-head{
	margin-top: 30px;
}

/* .team-item{
	border: 2px solid #000;
} */
.team-item img{
max-width: 250px;
height: 250px;
margin: 0 auto;
display: inline-block;
padding: 0 0 20px 0px;
	
}
.team-item2 img {
	max-width: 250px;
	height: 250px;
   margin: 0 auto;
   display: inline-block;
   padding: 0 0 20px 0px;
}

.teamsocialli1 li a {
     margin-top: 0px; 
}	
.teamsocialli2 li a {
    margin-top: 0px;
}
.teamsocialli3 li a {
    margin-top: 0px;
}
.teamsocialli4 li a{
	margin-top: 0;
}
.whatwrong{
	
display: flex;
font-size: 20px;
font-weight: 600;
margin: 0 auto;
justify-content: center;
align-items: center;
gap:30px; 
/* position: absolute;
top: 100%;
left: 10%; */

}

.firesec{
	max-width: 1380px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	margin-top: 50px;
}
.compose{
	
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:10px;
	position: relative;
	}
	.compose img{
		max-width: 95%;
	}
	.vs-wrap{
		position: absolute;
		top: 50%;
		left: -10%;
		font-size: 60px;
		color: red;
		font-weight: 700;
		transform:translate(-50%,-50%);
		/* font-style: italic; */
	}
	/* #fo{
		justify-self: flex-end;
		} */
		.whatwrap{
			position: relative;
			justify-self: flex-end;
		
		}
		 .amater{
			font-size: 24px;
			font-weight: 600;
			text-align: center;
			color: #610000!important;
			margin-bottom: 0px;
			
		} 
		 .hide{
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
		.amaterwhite{
			display: flex;
font-size: 20px;
font-weight: 600;
margin: 0 auto;
justify-content: center;
align-items: center;
gap:30px; 
			/* font-size: 24px;
			font-weight: 600; */
			text-align: center;
			color: #fff!important;

		} 
		.new-certificate{
			display: grid;
			grid-template-columns: repeat(2,1fr);
			justify-content: center;
			align-content: center;
			margin: 50px auto;
			padding: 0 20px;
			
		}
		.new-certificate img{
			max-width: 80%;
			height: auto;
			margin: 0 auto;
		}
		

.desktop-eqp a:hover,.desktop-eqp a:active{
	background-color: #000;
	transform: scaleY(1.2);
   }
   .desktop-eqp a:link,
.desktop-eqp a:visited{
background-color: #8C0404;
}
.eqpselected{
	background-color: #000;
}
.jss{
	justify-self: flex-start!important;
}
 .vspo{
	position: absolute;
	top: -15%;
	left: 10%;
	
} 
.vspi{
	position: absolute;
	top: -15%;
	left: 72%;
} 
/* .pir-head-fire{
	font-size: 24px;
	font-weight: 700;
	color: #8c0404;

} */
.pir-head-for{
	color: #8c0404;
	font-size: 24px;
	font-weight: 700;
}
.lifevalue img{
	max-width: 80%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.country-flag{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-content: center;
	grid-area: 20px;
}
.service-item #overseas-flag {
    height: auto;
    width: 200px;
}
/* flag */
.flaf-ses{
padding: 30px;
margin: 40px auto;
}
.class-need{
	max-width: 1200px;
	margin: 0 auto;
}
.flag-str{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-content: center;
	gap:30px;
	margin-top: 50px;
}
.flag-str img{
	justify-self: center;
}
.ob-head{
	text-transform:uppercase;
	color: #8c0404;
    font-weight: 700;
    text-align: center;
	font-size: 50px;
	margin-bottom: 8px;
}
/* end */
/* vov connector */
.vov-connecter{
	max-width: 1300px;
	margin: 0 auto;
}
/* home page changes */
.wearegrid{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	column-gap: 30px;
	max-width: 90%;
	margin: 30px auto;
}
.wearevov_img2{
	display: inline-block;
	width: 100%;
}
.vov-quotes q {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 0px;

}
.vov-quotes-red p{
	font-size: 85px;
	font-weight: 700;
	
}
.vov-quotes-red{
	text-align: center;
}
.vov-quotes{
	text-align: center;
	align-self: center;
	justify-self: center;
}
.clr-spr{
	margin: 60px auto 80px auto;
}
.whyus-sec-new{
	margin-bottom: 80px;
}
.second-ob-head{
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
#x-pather{
	padding: 50px 0 60px 0;
}

/* floorista */
.tbm{
	margin: 50px auto 30px auto;
}
.container-vovconnect{
	max-width: 1300px;
	margin: 0 auto;
}
.owl-carousel .owl-item .slidepartner img {
	max-width: 79%;
	margin: auto;
}
.third-ob-head {
    font-size: 30px;
    font-weight: 700!important;
	text-align: center;
	color: #000;
}

/* end */
.details p{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #8c0404;
}
.doorstudioproducts p,.door-item p{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 5px auto;
	margin-bottom:20px;
}
.as-on-company {
	font-size: 40px!important;
	font-weight: 700;
	text-align: center;
	color: #000;
	display: block;
}
.iso-certified{
	color: #000;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}
.aerospace-icon{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.aerospace-icon img{
	width: 120px;
	height: 120px;
	display: block;
	justify-self: center;
	margin: 0 auto;
}
.aerospace-icon p{
	font-size: 24px;
	font-weight: 600;
	justify-self: center;
	text-align: center;
	margin: 0px;
}
.aero-overwrapper{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-content: center;
	margin-top: 30px;	
}
.man-hander{
	justify-self: center;
	align-self: center;
}
.container-aerospace{
	max-width: 1280px;
	margin: 0 auto;
}
.p-details{
	font-size: 28px;
	font-weight: 500;
	line-height: 50px;
	color: #c20000;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 30px;
	}
.more-detail{
	margin:60px auto 70px auto;
}
.inter-value{
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
}
.budget-sec{
	margin: 50px auto;
}
.client-tech{
	margin-top: 30px;
}	
.client-tech ul li{
	font-weight: 400;
	font-size: 20px;
}
.interior-finish{
	text-align: center;
	font-size: 25px!important;
	font-weight: 500;
}


/* consumable */
.mask-bag{
	font-size:30px;
	font-weight: 500;
	color: #c20000;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.mask-wrapper{
 display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-content: center;
	column-gap: 30px; 
	row-gap: 40px;
}
.mask-wrapper img{
	/* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; */
	width: 400px!important;
	height:auto;
}

.mask-consum{
	justify-self: center;
	align-self: center;
}
.mask-wrapper-2 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	column-gap: 30px; 
}
.slide-fluro img{
	margin: 0 auto;
	display: block;
}
.lubricater{
	font-size: 25px;
	font-weight: 600;
	color: #c20000;
	text-align: center;
	margin-bottom: 15px;
}
.lubricate-wrapper{
	display: grid;
	grid-template-columns: 40% 40%;
	justify-content: center;
	align-content: center;
	column-gap: 50px;
}
.auto-door-consum{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 30px;
}
.container-dit{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}
.dit-wrap{
	margin: 60px auto;
}
.row-footer-new{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-content: center;
	column-gap: 20px;
	margin:70px auto;
}
.small-pan-grid{
display: grid;
grid-template-columns:1fr;
justify-content: center;
align-content: center;
gap: 10px;
}
.br-lf-rh{
	border-left: 1px dashed #888;
	border-right: 1px dashed #888;
}

.row-ser-new-doc{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	gap: 30px;
}
.row-temiv3-use{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	align-content: center;
	row-gap: 40px;
	column-gap: 40px;
}
.heading-temiv3 {
	color: #8c0404;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
}
.xm-temi{
	margin-top: 20px;
}
.cle-tur-new{
	display: grid;
	grid-template-columns: 50%;
	justify-content: center;
	align-content: center;
	margin: 50px auto;
	max-width: 1185px;
	padding-left: 15px;
	padding-right: 15px;
}
.offer-bottom-2{
width: 100%;
    background-color: #ddd;
    padding: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    max-width: 100%;
    height:auto;
}
.new-turk-space{
	margin-top: 50px;
}
.text-new-tur{
	font-size:18px;
	font-weight: 500;
	line-height: 30px;
	color: #4e4e4e;
}
.tl-head{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0px;
}
.row-certificate-new{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-content: center;
	gap: 30px;
}
.container-certi-new{
	max-width: 1200px;
	margin: 0 auto;
}
.team-item.team-Wee p {
    margin-top: 49px;
}
#v3-bigscr{
	
	display: grid;
	grid-template-columns:repeat(2,1fr);
	justify-content: center;
	align-content: flex-start;
	  position: absolute;
	top:55%;
	left: 15%;
	transform: translateY(-50%); 
	max-width: 100vw; 
   
	}
   #texter{
    max-width:80%;
    display: block;
    margin: 0 auto;
  }
  .io-os-temi{
  justify-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items:flex-start;
  }
  #temiblackv3-white{
	max-width:85%;
	 display: block;
	 margin: 0 auto;
   }
   .temiblackv3-white-wrap{
	 justify-self: center;
	 align-self:flex-start;
	}
	.bk-container-v3{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		justify-content: center;
		align-content: center;
	}
	#robotic_banner{
	background: url("../img/temibanner/temiv3bg.png") 0 0; 
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	 /* background-attachment: fixed; */
	max-width: 100vw;
	height: 100vh;
	margin-top: 123px;
	}
	#ch-img{
		
		max-width: 100%;
		text-align: center;
	}
	#ch-img img{
		display:inline-block;
		max-width: 45%;
		height: auto;
		text-align: center;
	}
	#ch-flex{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		justify-content: center;
		column-gap: 5px;
		align-content: center;
	}
	#js-f{
        margin-top:30px;
        padding: 0px 5px;
    }
	.offer-area h5{
		font-size: 22px;

	}
	.langmob-div{
		display: none;
	}
   



