.site-header {
    background-color: rgba(255,255,255,0.7);
}

.header-info, .header-info a {
	color: silver;
}

.ip-loader {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: none;
	background-color: #fff;
}

.ip-loader:before {
	display: flex;
	flex-direction: column;
	justify-content: center;
	content: url(https://viddacom.com/storage/sites/2/2022/11/Vidda-64x36.png);
	position: relative;
	z-index: 1000;
	-webkit-animation:spin 0.5s linear infinite;
	-moz-animation:spin 0.5s linear infinite;
	animation:spin 0.5s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.main-menu > .menu-item > a {
	color: #3d3d3d !important;
}

@media only screen and (max-width: 991px) {
	.main-menu > .menu-item > a {
		color: #fff !important;
	}
}

.main-menu > .menu-item > a:hover {
	color: orange !important;
}

@media (min-width: 1280px){
	.container {
		width: 1280px;
	}
}
ol li, ul li {
    line-height: 1em;
    margin-bottom: 1.0em;
}

#post-508 > .entry-content > h3 {
	font-weight: bolder;
}

#post-508 > .entry-content > ol > li {
	margin-bottom: 1em;
	font-weight: bolder;
}

#post-508 > .entry-content > ol > li > ul > li {
	margin-bottom: 0.25rem;
	font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 0.25em;
}

.logo-wrap {
    width: inherit;
}
.mobile-menu {
    width: inherit;
	position:inherit;
}

/* #cssmenu > ul > li > a {
	color: #fff;
} */

/* #cssmenu > ul > li > a:link {
	color: #7c7c7c;
} */

/* #cssmenu > ul > li > a:hover {
	color: orange;
} */

.entry-content p {
    margin-top: 0;
    margin-bottom: 0;
}

.sub-menu .menu-item {
	background-color: #ff6600ff !important;
	margin-bottom: 0;
/* 	padding-right: 0.5rem; */
}

.sub-menu > .has-sub {
	padding-right: 1rem;
}

.sub-menu .menu-item a {
/* 	background-color: #ff6600ff !important; */
	transition: background-color 1s;
}

.sub-menu .menu-item a:hover {
	background-color: rgba(0,0,0,0.5) !important;
}

.sub-menu {
	width: 210px;
}

.sub-menu .menu-item  {
	background-color: rgba(0,0,0,0.5);
}

.mainnav ul li ul li {
    width: 210px;
}

.site-footer .site-info {
    text-align: right;
    visibility: hidden;
}

.certificate .su-custom-gallery-slide {
	float: unset !important;
}

.certificate a {
	display: unset !important;
}

@media screen and (max-width: 515px){
	.certificate span, .certificate img {
		width: 99%;
		margin: 0 auto !important;
	}
}

@media screen and (min-width: 516px){
	.certificate span, .certificate img {
		width: 40%;
	}
}

.certificate span, .certificate img {
	margin: 0 auto !important;
	text-align: center;
}

.logo-slider .flickity-viewport {
	height: 148px !important;
}

.partners-slider .flickity-viewport {
	height: 115px !important;
}

.homepage-slider .flickity-viewport {
	height: 726px !important;
}

.logo-slider .su-image-carousel-item, .partners-slider .su-image-carousel-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners-slider .su-image-carousel-item .su-image-carousel-item-content, .partners-slider .su-image-carousel-item .su-image-carousel-item-content a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 1rem;
}

.logo-slider .su-image-carousel-item-content img, .partners-slider .su-image-carousel-item-content img {
	height: unset !important;
	width: unset !important;
	padding-bottom: 0.25rem;
}

.partners-slider .su-image-carousel-item-content span {
	bottom: -2em !important;
	background: none !important;
	color: black !important;
	text-align: center;
	overflow: hidden;
	text-shadow: none !important;
}

#post-330 .core-values-grid-container {
	display: grid;
	grid-gap: 2em;
  grid-template-columns: auto auto;
}

#post-330 .core-values-grid-container .su-column {
	width: 100%;
	margin: 0;
	padding: 3em;
	border: 1px #eee solid;
	border-radius: 4em 3rem;
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(transparent));
}

#post-330 .core-values-grid-container .su-column p {
	text-align: justify;
	text-align-last: center;
}

#post-330 .core-values-grid-container .su-column:last-child {
	grid-column-start: 1;
	grid-column-end: 3;
	width: 50%;
	left: 50%;
	transform: translateX(50%);
}

@media screen and (max-width: 768px){
	#post-330 .core-values-grid-container {
		grid-template-columns: auto;
	}
	#post-330 .core-values-grid-container .su-column:last-child {
		grid-column-start: inherit;
		grid-column-end: inherit;
		width: inherit;
		left: inherit;
		transform: none;
	}
}

#post-330 .core-values-grid-container .su-column h2 {
	text-align: center;
	padding-bottom: 8rem;
	margin-bottom: 1em;
}

#post-330 .core-values-grid-container .su-column:nth-child(1) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/worker-male.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-330 .core-values-grid-container .su-column:nth-child(2) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/first-place-ribbon.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-330 .core-values-grid-container .su-column:nth-child(3) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/business-group--v1.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-330 .core-values-grid-container .su-column:nth-child(4) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/scales--v4.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-330 .core-values-grid-container .su-column:nth-child(5) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/greenery-1--v2.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.splash-modal {
	z-index:999;display:none;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.8);
}

#splash01 .splash-modal-content {
	margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px;transform: translateY(50%);
}

@media (max-width:600px){#splash01 .splash-modal-content{margin:0 10px;width:unset!important;}}
@media (max-width:768px){#splash01 .splash-modal-content{width:unset!important;}}

#splash01 .splash-container {
	padding: 1em 1em;
}

#splash01 .splash-container:before, #splash01 .splash-container:after {
	content:"";display:table;clear:both;
}

#splash01 .splash-button {
	border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap;
	-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
}

#splash01 .splash-button:disabled {
	cursor:not-allowed;opacity:0.3;
}

#splash01 .splash-button:hover {
	color:#000!important;background-color:#ccc!important;
}

#splash01 .splash-display-topright {
	position:absolute;right:0;top:0;
}

#post-1427 .su-posts {
	display: grid;
	grid-gap: 1em;
  grid-template-columns: auto auto auto;
}

@media screen and (max-width: 768px){
	#post-1427 .su-posts {
		grid-template-columns: auto;
		grid-gap: 3em;
	}
}

#post-1427 .su-posts .su-post-meta, #post-1427 .su-posts .su-post-excerpt {
	display: none;
}

#post-1427 .su-posts .su-post-thumbnail {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 1rem;
}

#post-1427 .su-posts .su-post-thumbnail img {
	width: 100%;
	max-width: unset;
	max-height: unset;
	margin: 0;
}

#post-1427 .su-post .su-post-title {
	text-align: center;
	position: relative;
}

#post-1427 .su-post-title a {
	display: block;
	text-shadow: 1px 1px 1px white;
	padding-bottom: 2rem;
	background-color: rgba(0,0,0,0.1);
	transition: background-color 1s, color 1s, transform 0.5s;
	-webkit-transition: background-color 1s, color 1s, transform 0.5s;
	-ms-transition: background-color 1s, color 1s, transform 0.5s;
}

#post-1427 .su-post-title a:hover {
	background-color: rgba(0,0,0,0.4);
	transform: scale(1.025);
}

#post-1784 .table-cleaning-threshold {
	border-bottom: solid 1px #3c3c3c;
}

#post-1784 .su-row  .table-cleaning-threshold:first-child, 
#post-1784 .su-row  .table-cleaning-threshold:last-child {
	margin-left: 0;
}

#post-1827 .core-values-grid-container {
	display: grid;
	grid-gap: 2em;
  grid-template-columns: 50% 50%;
}

#post-1827 .core-values-grid-container .su-column {
	width: 100%;
	margin: 0;
	padding: 3em;
	border: 1px #eee solid;
	border-radius: 4em 3rem;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(transparent));
}

#post-1827 .core-values-grid-container .su-column p {
	text-align: justify;
	text-align-last: center;
}

#post-1827 .core-values-grid-container .su-column:last-child {
	grid-column-start: 1;
	grid-column-end: 3;
	width: 50%;
	left: 50%;
	transform: translateX(50%);
}

@media screen and (max-width: 768px){
	#post-1827 .core-values-grid-container {
		grid-template-columns: auto;
	}
	#post-1827 .core-values-grid-container .su-column:last-child {
		grid-column-start: inherit;
		grid-column-end: inherit;
		width: inherit;
		left: inherit;
		transform: none;
	}
}

#post-1827 .core-values-grid-container .su-column h2 {
	text-align: center;
	padding-bottom: 8rem;
	margin-bottom: 1em;
}

#post-1827 .core-values-grid-container .su-column:nth-child(1) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/yoga.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-1827 .core-values-grid-container .su-column:nth-child(2) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/customer-insights-manager.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-1827 .core-values-grid-container .su-column:nth-child(3) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/square-arrows.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-1827 .core-values-grid-container .su-column:nth-child(4) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/handshake--v3.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#post-1827 .core-values-grid-container .su-column:nth-child(5) h2 {
	background: url('https://img.icons8.com/pastel-glyph/64/null/cloud-connection--v1.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.qshe-quote > div {
	text-align: justify;
	text-align-last: center;
}

.section-container > .left-section {
	padding: 1rem;
}

.section-container > .left-section img:first-child {
	padding-bottom: 1em;
}

.section-container > .right-section {
	padding: 3em;
	border: 2px #eee solid;
/* 	background: -webkit-gradient(linear,left top,left bottom,from(rgba(233,54,36,.25)),to(transparent)); */
	border-radius: 3rem;
}

#post-1950 .su-posts {
	display: grid;
	grid-gap: 1em;
  grid-template-columns: auto auto auto;
}

@media screen and (max-width: 768px){
	#post-1950 .su-posts {
		grid-template-columns: auto;
		grid-gap: 3em;
	}
}

#post-1950 .su-posts .su-post-meta, #post-1950 .su-posts .su-post-excerpt {
	display: none;
}

#post-1950 .su-posts .su-post-thumbnail {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 1rem;
}

#post-1950 .su-posts .su-post-thumbnail img {
	width: 100%;
	max-width: unset;
	max-height: unset;
	margin: 0;
}

#post-1950 .su-post .su-post-title {
	text-align: center;
	position: relative;
}

#post-1950 .su-post-title a {
	display: block;
	text-shadow: 1px 1px 1px white;
	padding-bottom: 2rem;
	background-color: rgba(0,0,0,0.1);
	transition: background-color 1s, color 1s, transform 0.5s;
	-webkit-transition: background-color 1s, color 1s, transform 0.5s;
	-ms-transition: background-color 1s, color 1s, transform 0.5s;
}

#post-1950 .su-post-title a:hover {
	background-color: rgba(0,0,0,0.4);
	transform: scale(1.025);
}

.product-desc {
	margin-top: 6em;
}

.product-desc > .right-section {
	border: none;
	padding: 2em;
	border-radius: 1em;
	background-color: rgba(0,0,0,0.1);
}

.vwead {
	border-radius: 5em 2em;
}

#post-4 .su-quote p {
	text-align: justify;
}

.rounded-corner {
	border-radius: 10em 2em;
}