body {
	font-size: 18px;
    font-family: 'Helvetica Neue';
	font-weight: 100;
	line-height: 2em;
	color: #140000;
	padding-top: 90px;
	background: #fbfafa;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin-top: 15px;
}

h1, h2, h3 {
  	margin-bottom: 15px;
  	margin-top: 10px;
}

h4, h5, h6 {
	margin-bottom: 10px;
}

h1:first-child,
h2:first-child, 
h3:first-child {
	margin-top: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


p {
	margin-top: 0;
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}


a {
	color: #3e86df;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #3e86df;
}

a:focus {
	text-decoration: none;
	outline: none;
	color: #3e86df;
}

input,
textarea,
button,
input:focus {
	outline: none;
}


.button {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	letter-spacing: .075em;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: none;
	color: #fff;
	background-color: rgb(81, 134, 216);
	font-weight: 500;
	border-radius: 10px;
}

.button:hover {
	color: #fff;
	text-decoration: none;
	background: rgb(62, 113, 191);
}


audio, video {
	max-width: 100%;
}

/**
* 1.0 - #header
* ------------------------------------------------------------------------------
*/
#mobile-menu {
	display: none;
	text-align: right;
}

#mobile-menu a {
	font-size: 36px;
	line-height: 60px;
}

#header.stuck #mobile-menu a  {
	line-height: 60px;
}

#header {
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 90px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

#header.stuck {
	height: 70px;
	border-bottom: 1px solid rgba(000, 000, 000, .2);
}

#header .logo  {
	line-height: 90px;
		-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#header.stuck .logo {
	line-height: 70px;
}

#header .logo img {
	max-width: 180px;
	line-height: 90px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	list-style: none;
	margin: 0 15px;
}

#nav ul li:first-child {
	margin-left: 0;
}

#nav ul li:last-child {
	margin-right: 0;
}

#nav ul li a {
	line-height: 90px;
	color: #140000;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	font-weight: normal;
}

#nav ul li.login {
  	margin-left: 40px;
  	float: right;
}

#nav ul li.login a {
  	height: 36px;
  	line-height: 36px;
  	display: inline-block;
  	width: 130px;
  	background-color: rgb(81, 134, 216);
  	text-align: center;
  	font-size: 14px;
  	font-family: 'Helvetica Neue';
  	font-weight: normal;
  	margin-top: 27px;
  	-webkit-transition: all .3s;
  	-o-transition: all .3s;
  	transition: all .3s;
  	color: #fff;
  	border-radius: 10px;
}

#nav ul li.login a:hover {
	background: rgb(62, 113, 191);
	text-decoration: none;
}

#header.stuck #nav ul li.login a {
	margin-top: 17px;
	line-height: 36px;
}

#nav ul li.login a:before {
	display: none;
}



#header.stuck #nav ul li a {
	line-height: 70px;
}

#nav ul li a:hover {
	text-decoration: none;
	text-decoration: underline;
}

#header.stuck #nav ul li a  {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#nav>ul>li>a {
	position: relative;
}

#nav>ul>li>a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	margin-top: 15px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#nav>ul>li>a:hover:before {
	opacity: 1;
	width: 100%;
}


#nav li ul {
	display: none;
	min-width: 180px;
	background: #383838;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
}

#nav li ul li a,
#header.stuck #nav li ul li a {
	line-height: 1em;
	padding: 15px 15px;
	border-bottom: 1px solid #5f5e5e;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#nav li ul li a:hover {
	background: #313030;
} 

#nav li ul  li {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

/**
* 2.0 - #home-slider
* ------------------------------------------------------------------------------
*/

#home-slider .single-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#home-slider .container {
	height: 500px;
	display: table;
	color: #fff;
}

#home-slider .slide-caption {
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}

#home-slider .slide-caption h1 {
	font-size: 42px;
	font-weight: bold;
	color: #3e86df;
	width: 65%;
	line-height: 1.3em;
	margin-bottom: 30px;
}


#home-slider .slide-caption h3 {
	width: 65%;
	font-weight: 500;
	letter-spacing: 0.01em;	
	line-height: 1.5em;
}

#home-slider .owl-nav .disabled {
	display: none;
}

#home-slider .owl-nav .owl-next,
#home-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 92px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	font-size: 100px;
	color: #3e86df;
	opacity: .5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#home-slider .owl-nav .owl-next:hover,
#home-slider .owl-nav .owl-prev:hover {
	opacity: 1;
}

#home-slider .owl-nav .owl-next {
	right: 25px;
}

#home-slider .owl-nav .owl-prev  {
	left: 25px;
}

/**
* 3.0 - #promo
* ------------------------------------------------------------------------------
*/

#promo {
	padding-top: 60px;
	background-color: #1d1d1d;
	color: #c6c6c6;
	background-repeat: no-repeat;
/*	background-image: url(/wp-content/themes/onping/images/left-background.png), url(/wp-content/themes/onping/images/right-background.png);
	background-position: left calc(50% - 417px) top 90px, left calc(50% + 368px)  top 138px;*/
	font-size: 15px;
}

#promo .icon {
	height: 50px;
	line-height: 50px;
	margin-bottom: 24px;
}

#promo .single-feature h3 {
	font-family: 'New Cicle';
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-bottom: 45px;
}

#promo  .col-lg-4:first-child {
	padding-right: 50px;
}

#promo  .col-lg-4:nth-child(2) {
	padding-left: 25px;
	padding-right: 25px;
}


#promo  .col-lg-4:last-child {
	padding-left: 50px;
}

#promo .feature-bottom {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 60px;
	text-align: center;
	margin-top: 60px;
	position: relative;
}

#promo .feature-bottom p {
	position: relative;
	z-index: 2;
}


#promo .feature-bottom p {
	font-size: 24px;
	color: #fff;
	line-height: 2em;
	margin-bottom: 35px;
}

/**
* 4.0 - #footer-new-update
* ------------------------------------------------------------------------------
*/

#footer-new-update {
	margin-top: 90px;
}

#footer-new-update header h2 {
	text-align: center;
	font-family: 'New Cicle';
	font-weight: bold;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 35px;
	font-size: 26px;
}


#footer-new-update header h2:before {
	position: absolute;
	content: '';
	width: 60%;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
  	background-color: #3e86df;
  	height: 4px;
}

#footer-new-update .post-text {
	overflow: hidden;
}

#footer-new-update h3 a {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: -2px;
	display: block;
	margin-bottom: 30px;
}

#footer-new-update .post-thumb {
	float: right;
	margin-left: 22px;
}


#footer-new-update .col-lg-6:first-child {
	padding-right: 40px;
}

#footer-new-update .col-lg-6:last-child {
	padding-left: 40px;
}

#footer-new-update .post-data {
	font-size: 14px;
	font-style: italic;
	color: #3e86df;
	font-family: 'New Cicle';
}

#footer-new-update .recent-news-update {
	padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 80px;
}


/**
* 5.0 - #footer
* ------------------------------------------------------------------------------
*/

#footer  .footer-wrap {
	text-align: center;
}

#footer header h3 {
	font-size: 24px;
	color: #140000;
	font-family: 'Helvetica Neue';
	font-weight: 500;
}

#footer header p {
	color: #898585;
	font-size: 18px;
	font-family: 'Helvetica Neue';
	font-weight: 500;
}

#footer  .footer-wrap {
	padding: 60px 0 30px 0;
}

#footer  .footer-wrap .footer-logo {
	text-align: center;
}

#footer  .footer-wrap .contact-info {
	text-align: center;
	margin-top: 25px;
}

#footer  .footer-wrap .copyright {
	text-align: right;
	margin-top: 40px;
}

#footer  .footer-widget {
	font-size: 14px;
	color: #898989;
}

#footer  .footer-widget a {
	color: #898989;
}

#footer .footer-widget {
	margin-top: 100px;
	font-weight: normal;
}

.footer-logo {
	margin-top: -60px;
}

/**
* 6.0 - #about-us-banner
* ------------------------------------------------------------------------------
*/

#about-us-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#about-us-banner .banner-caption {
		padding-top: 125px;
		padding-bottom: 110px;
		text-align: center;
}

#about-us-banner .banner-caption img {
	width: 336px;
	margin-bottom: 50px;
}

#about-us-banner .banner-caption  a {
	color: #fff;
	font-size: 25px;
}

#about-us-banner .banner-caption  a {
	margin: 0 45px;
	font-weight: 100;
	letter-spacing: .130em;
}

#about-us-banner .banner-caption  a:first-child {
	margin-left: 0;
}


#about-us-banner .banner-caption  a:last-child {
	margin-right: 0;
}


/**
* 7.0 - #about-tech
* ------------------------------------------------------------------------------
*/

#about-tech {
	padding: 60px 0 30px 0;
	text-align: center;
	font-size: 17px;
}

#about-tech h3 {
	font-size: 27px;
	color: #ca3c2c;
	font-family: 'New Cicle';
	font-weight: bold;
	margin-bottom: 45px;
}

#about-tech .about-tech-wrap {
	padding: 0 80px;
}


#about-tech .top-img img {
	width: 100%;
	margin-bottom: 40px;
}

/**
* 8.0 - #why-tech
* ------------------------------------------------------------------------------
*/

#why-tech {
	padding-bottom: 70px;
}

#why-tech .why-tech-wrap {
	padding-top: 60px;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
	text-align: center;
}

#why-tech .why-tech-wrap:before {
	content: '';
	position: absolute;
	width: 60%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	background-color: #3e86df;
	height: 4px;

} 

#why-tech .why-tech-wrap h3 {
	font-size: 27px;
	color: #ca3c2c;
	font-family: 'New Cicle';
	font-weight: bold;
	margin-bottom: 45px;
}

#why-tech  ul  {
	margin: 0;
	padding: 0 40px;
	list-style: none;
}

#why-tech  ul li {
	margin-bottom: 40px;
	text-align: left;
	font-size: 17px;
	padding-left: 70px;
	position: relative;
	counter-increment: item;   
}

#why-tech  ul li:last-child {
	margin-bottom: 0;
}

#why-tech  ul li:before {
	content: '';
	width: 40px;
  	height: 34px;
  	background-color: rgb(202, 60, 44);
  	position: absolute;
  	top: 8px;
  	left: 0;
}

#why-tech  ul li:after {
    content: counter(item);
	position: absolute;
    top: 19px;
    left: 18px;
	font-size: 28px;
  	font-weight: bold;
}

#why-tech .button {
	margin-top: 67px;
}


/**
* 9.0 - #partners
* ------------------------------------------------------------------------------
*/
#partners .partners-wrap {
	padding-top: 60px;
	position: relative;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: 17px;
}

#partners .partners-wrap:before {
	content: '';
	position: absolute;
	width: 60%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	background-color: #3e86df;
	height: 4px;

} 

#partners .partners-wrap h3 {
	font-size: 27px;
	color: #ca3c2c;
	font-family: 'New Cicle';
	font-weight: bold;
	margin-bottom: 45px;
}

#partners .partners-wrap img {
	margin-top: 30px;
}

/**
* 10.0 - #main
* ------------------------------------------------------------------------------
*/

#main .page-title  {
	padding: 60px;
}

#main .page-title h1 {
	font-size: 27px;
	position: relative;
	margin-bottom: 0;
	font-family: 'New Cicle';
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

#main.page-main {
	padding-top: 40px;
	padding-bottom: 60px;
}

.page-id-28 #main form {
	padding-left: 150px;
	padding-right: 150px;
}

#main .page-title h1:before {
	content: '';
	width: 60%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	background: #3e86df;
}

#main .blog-header {
	background: #ddd;
}

#blog-nav {
	padding: 0;
	margin: 0;
	margin-top: 26px;
}

#blog-nav li {
	list-style: none;
	float: left;
	margin-right: 50px;
	position: relative;
}

#blog-nav li:last-child {
	margin-right: 0;
}

#blog-nav li a {
	color: #202020;
	display: block;
	font-weight: bold;
	font-size: 20px;
}

#blog-nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	z-index: 9;
	min-width: 300px;
	margin-top: 10px;
}

#blog-nav li ul li {
	margin: 0;
}

#blog-nav li ul li a {
	font-size: 12px;
	padding-right: 16px;
	margin-right: 16px;
	font-weight: 400;
	position: relative;
	color: #202020;
}

#blog-nav li ul li a:before {
	content: '|';
	position: absolute;
	right: 0;
	top: -1px;
}

#blog-nav li ul li:last-child a:before {
	display: none;
}

.blog-header .search-from {
	padding: 30px 0 40px 0;
	float: right;
}

.blog-header .search-from input[type="text"] {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	border: none;
	border-bottom: 1px solid #868686;
	background: transparent;
	width: 210px;
	max-width: 100%;
	height: 44px;
	padding: 0 30px 0 5px;
	outline: none;
}

.blog-header .search-from form {
	display: inline-block;
	position: relative;
}

.blog-header .search-from form button {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	cursor: pointer;
	top: 7px;
	right: 0;
}

.blog-header .search-from input[type="text"]::-webkit-input-placeholder {
    color: #202020;
    opacity: 1;
}

.blog-header .search-from input[type="text"]:-ms-input-placeholder {
    color: #202020;
    opacity: 1;
}

.blog-header .search-from input[type="text"]::-ms-input-placeholder {
    color: #202020;
    opacity: 1;
}

.blog-header .search-from input[type="text"]::placeholder {
    color: #202020;
    opacity: 1;
}

.blog-header .search-from input[type="text"]:-ms-input-placeholder {
    color: #202020;
}

.blog-header .search-from input[type="text"]::-ms-input-placeholder { 
    color: #202020;
}

#main #articles {
	margin-top: 80px;
}

#main #articles.single-page {
	margin-top: 0;
	font-size: 24px;
}

#main #articles .thumb img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#main #articles .col-md-6:nth-child(odd) {
	padding-right: 30px;
}

#main #articles .col-md-6:nth-child(even) {
	padding-left: 30px;
}

#main #articles article {
	margin-bottom: 100px;
	text-align: center;
}

#main #articles article h3 a {
	font-size: 24px;
	color: #000;
	line-height: 1.2em;
}

#main #articles article .date {
	font-size: 14px;
	color: #3e86df;
	font-family: 'New Cicle';
	font-style: italic;
	font-weight: bold;

}


/**
* 11.0 - #onpig-banner
* ------------------------------------------------------------------------------
*/

#onpig-banner {
	padding: 100px 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#onpig-banner h1 {
	font-size: 57px;
	font-weight: 500;
	margin-bottom: 40px;
	letter-spacing: 0;
	margin-bottom: 25px;
	color: #fefafa;
}

#onpig-banner.plwotech-banner h1 {
	font-size: 45px;
}

#onpig-banner h2 {
	font-size: 20px;
	font-weight: 100;
	color: #fcfbfb;
}

#onpig-banner a {
	display: inline-block;
	font-size: 24px;
	letter-spacing: .13em;
	color: #fff;
	margin: 0 40px;
	font-weight: 100;
	
}

#onpig-banner .logo img {
	max-width: 300px;
	margin-bottom: 35px;
}

#onpig-banner .phone-contact {
	margin-top: 70px;
}

#onpig-banner a:first-child {
	margin-left: 0;
}

#onpig-banner a:last-child {
	margin-right: 0;
}


/**
* 12.0 - #onpig-colud-description
* ------------------------------------------------------------------------------
*/
#onpig-colud-description {
	text-align: center;
	padding: 100px 0 60px 0;
	font-size: 17px;
	letter-spacing: .01em;
	line-height: 2em;
}

#onpig-colud-description  img.top-image {
	width: 250px;
	margin-bottom: 45px;
}

#onpig-colud-description p {
	margin-bottom: 50px;
}

#onpig-colud-description .desktop {
	margin-bottom: 60px;
}


/**
* 13.0 - #onpig-offer
* ------------------------------------------------------------------------------
*/

#onpig-offer {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #1d1d1d;
	padding: 100px 0;
	text-align: center;
}

#onpig-offer .offer {
	padding: 0 80px;
}

#onpig-offer .offer h3 {
	font-size: 23px;
	margin-bottom: 15px;
}

#onpig-offer .offer .single-offer {
	margin-bottom: 60px;
}

#onpig-offer .offer .single-offer:last-child {
	margin-bottom: 0;
}

#onpig-offer .offer .single-offer:nth-child(odd) h3 {
	margin-right: 40px;
}

#onpig-offer .offer .single-offer:nth-child(even) h3 {
	margin-left: 40px;
}


/**
* 14.0 - #onpig-activities
* ------------------------------------------------------------------------------
*/

#onpig-activities {
	padding: 100px 0 50px 0;
	text-align: center;
	color: #c6c6c6;
}

#onpig-activities header h1 {
  	font-family: 'New Cicle';
  	padding-bottom: 50px;
  	margin-bottom: 70px;
  	position: relative;
}

#onpig-activities header h1:before {
	content: '';
	height: 4px;
	background-color: rgb(81, 134, 216);
	width: 65%;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	position: absolute;
}

#onpig-activities .activities {
	/*background-image: url(/wp-content/themes/onping/images/onpig-bg.png);*/
	background-repeat: no-repeat;
	background-position: left 80px top 40px;
}

#onpig-activities .icon {
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

#onpig-activities .single-activity {
	margin-bottom: 60px;
	padding: 0 100px;
}



/**
* 15.0 - #request-demo
* ------------------------------------------------------------------------------
*/

#request-demo header h1 {
  	font-family: 'New Cicle';
  	text-align: center;
}

#request-demo .request-form {
	padding: 80px 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	border: 1px solid rgb(29, 29, 29);
	height: 50px;
	background: #fff;
	font-size: 14px;
	padding: 0 22px;
}

textarea {
	height: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.submit-button {
	text-align: center;
	margin-top: 40px;
}

::-webkit-input-placeholder {
  color: #a7a7a7;
}
::-moz-placeholder {
  color: #a7a7a7;
}
:-ms-input-placeholder {
  color: #a7a7a7;
}
 :-moz-placeholder {
  color: #a7a7a7;
}



/**
* 16.0 - #onpig-features
* ------------------------------------------------------------------------------
*/

#onpig-features {
	padding-top: 110px;
}

#onpig-features header {
	text-align: center;
}

#onpig-features header h1 {
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 70px;
}

#onpig-features header h1 img {
	width: 180px;
}

#onpig-features .features {
	margin: 0;
	padding: 0 0 0 200px;
	list-style: none;
}

#onpig-features .features li {
	width: 50%;
	float: left;
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
	line-height: 1.2em;
	font-size: 17px;
	color: #c7c7c7;
}

#onpig-features .features li:nth-child(odd) {
	padding-right: 100px;
}

#onpig-features .features li:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid rgb(58, 58, 60);
	background-color: rgb(81, 134, 216);
	position: absolute;
	top: 3px;
	left: 0;
}

#onpig-features .features li:nth-child(odd) {
	clear: left;
}


/**
* 17.0 - #onpig-features
* ------------------------------------------------------------------------------
*/

#more-about-onpig {
	padding-top: 120px;
}

#more-about-onpig header h1 {
  	font-family: 'New Cicle';
  	text-align: center;
  	margin-bottom: 80px;
}

#more-about-onpig .single-link {
	position: relative;
	margin-bottom: 30px;
}

#more-about-onpig .single-link img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#more-about-onpig .single-link a {
	display: block;
}

#more-about-onpig .single-link a:hover img {
	opacity: .7;
}

#more-about-onpig .single-link h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding: 0 10px;
}

/**
* 18.0 - #plow-onpig
* ------------------------------------------------------------------------------
*/

#plow-onpig {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}	

#plow-onpig .single-po-wrap {
	margin: 0 50px;
	padding: 60px 10px 40px 60px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .01em;
	position: relative;
}

#plow-onpig .single-po-wrap:before {
	font-size: 185px;
	color: #ebd7d6;
	opacity: .07;
	letter-spacing: .01em;
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: bold;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#plow-onpig .plwo .single-po-wrap:before {
	content: 'PLOW';
}

#plow-onpig .onpig .single-po-wrap:before {
	content: 'OnPing';
}

#plow-onpig .plwo .single-po-wrap {
	background-color: rgba(202, 60, 44, .75);
}

#plow-onpig .onpig .single-po-wrap {
	background-color: rgba(70, 109, 171, .75);
}

#plow-onpig .single-po {
	margin-bottom: 80px;
}

#plow-onpig .single-po:last-child {
	margin-bottom: 0;
}

#plow-onpig .single-po img {
	width: 300px;
	margin-bottom: 40px;
	margin-left: -105px;
}

#plow-onpig .single-po-wrap:last-child {
	margin-bottom: 0;
}

#plow-onpig .more-link {
	text-align: right;
	margin-right: -60px;
}


/**
* 19.0 - #plow-tech-banner
* ------------------------------------------------------------------------------
*/

#plow-tech-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

#plow-tech-banner .banner-wrap {
	background-color: rgba(202, 60, 44, 0.749);
	text-align: center;
	padding: 60px 0;
	position: relative;
}


#plow-tech-banner .banner-wrap:before {
	content: 'PLOW';
	font-size: 185px;
	color: #ebd7d6;
	opacity: .07;
	letter-spacing: .01em;
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: bold;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#plow-tech-banner .banner-wrap  img {
	width: 300px;
	margin-bottom: 60px;
}

#plow-tech-banner h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 0;
}


/**
* 20.0 - #plow-tech-article
* ------------------------------------------------------------------------------
*/

#plow-tech-article {
	padding: 70px 0;
	text-align: center;
	font-size: 17px;
	letter-spacing: .01em;
}

#plow-tech-article .article-wrap {
	padding: 0 50px;
}

#plow-tech-article .article-wrap h2 {
	font-size: 30px;
	color: #ca3c2c;
	font-family: 'New Cicle';
	font-weight: bold;
	margin-bottom: 30px;
}

#plow-tech-article .products-links {
	position: relative;
	margin-top: 60px;
	padding-top: 70px;
}

#plow-tech-article .products-links:before {
	content: '';
	background-color: #db291d;
	width: 60%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

#plow-tech-article .products-links a {
	height: 120px;
	display: table;
	width: 100%;
	background-image: url(/wp-content/themes/onping/images/product-thumbnail.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

#plow-tech-article .products-links a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ca3c2c;
	opacity: .75;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#plow-tech-article .products-links a:hover:before {
	opacity: 0;
}

#plow-tech-article .products-links a:hover {
	text-decoration: none;
}

#plow-tech-article .products-links a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

#plow-tech-article .row {
	margin-right: -10px;
	margin-left: -10px;
}

#plow-tech-article .products-links .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}


/**
* 21.0 - #product-banner
* ------------------------------------------------------------------------------
*/

#product-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 36px 0;
}

#product-banner .banner-caption {
	padding: 50px;
	position: relative;
	margin: 0 50px;
	background-color: rgba(202, 60, 44, .75);
}

#product-banner .banner-caption {
	background-color: rgba(81, 134, 216, .75);
}


#product-banner .banner-caption h1 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .01em;
}

#product-banner .product-index {
	position: absolute;
	width: 100%;
	left: 0;
	display: block;
	top: 100%;
	background-color: rgba(81, 134, 216, .9);
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
	display: none;
	z-index: 99;
}

#product-banner .product-index li {
	list-style: none;
}

#product-banner .product-index li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 50px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#product-banner .product-index li a:hover {
	text-decoration: none;
	background-color: rgb(81, 134, 216);
}

#product-banner .product-toggler {
	text-align: right;
}

#product-banner  .toggle-button {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .01em;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}


#product-banner  .toggle-button img {
	margin-top: -3px;
	margin-right: 7px;
}


/**
* 22.0 - #product-article
* ------------------------------------------------------------------------------
*/

.product-article {
	background: #fff;
	text-align: center;
	color: #1d1d1d;
	font-size: 17px;
}

.product-article .product-article-wrap {
	padding: 60px 100px;
}

.product-article :last-child {
	margin-bottom: 0;
}

/**
* 23.0 - .product-list-section
* ------------------------------------------------------------------------------
*/

.product-list-section {
	background: #fff;
}

.product-list-section .product-list-section-wrap {
	padding: 60px 100px;
	position: relative;
	color: #1d1d1d;
	font-size: 17px;
	text-align: center;
}

.product-list-section .product-list-section-wrap:before {
	content: '';
	background-color: #3e86df;
	width: 60%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.product-list-section .product-list-section-wrap:before {
	background-color: rgb(81, 134, 216);
}

.product-list-section .product-list-section-wrap  h3 {
	text-align: center;
	font-family: 'New Cicle';
	color: rgb(81, 134, 216);
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 40px;
}

.product-list-section ul {
	list-style: none;
	padding: 0 70px;
	display: inline-block;
}

.product-list-section ul li {
	line-height: 2em;
	font-size: 17px;
	margin-bottom: 25px;
	padding-left: 72px;
	position: relative;
	counter-increment: count;
	text-align: left;
}

.product-list-section ul li:before {
	content: counter(count);
	position: absolute;
    top: 21px;
    left: 18px;
	font-size: 28px;
	font-weight: bold;
	z-index: 1;
}

.product-list-section ul li:after {
	content: '';
	background-color: rgb(202, 60, 44);
	width: 40px;
	height: 34px;
	position: absolute;
	top: 10px;
	left: 0;
}

.product-list-section ul li:after {
	background-color: rgb(81, 134, 216);
}


/**
* 24.0 - .product-gellary
* ------------------------------------------------------------------------------
*/

.product-gellary {
	background: #fff;
}

.product-gellary .gellary-wrap h3 {
	text-align: center;
	font-family: 'New Cicle';
	color: #ca3c2c;
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 40px;
}

.product-gellary .gellary-wrap h3{
	color: rgb(81, 134, 216);
}

.product-gellary .gellary-wrap {
	padding: 60px 200px;
	position: relative;
	color: #1d1d1d;
	font-size: 17px;
}

.product-gellary .gellary-wrap:before {
	content: '';
	background-color: #3e86df;
	width: 60%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.product-gellary .gellary-wrap:before {
	background-color: rgb(81, 134, 216);
}


.product-gellary .owl-nav span {
	width: 14px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.product-gellary .owl-nav .owl-prev span {
	background-image: url(/wp-content/themes/onping/images/prev-slide.png);
	left: -50px;
}

.product-gellary .owl-nav .owl-next span {
	background-image: url(/wp-content/themes/onping/images/next-slide.png);
	right: -50px;
}

.product-gellary .more-info {
	text-align: center;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	position: relative;
	z-index: 9;
}









/**
* 0.0 - #WordPress Specific
* ------------------------------------------------------------------------------
*/

.pagination { 
	text-align: center; 
	width: 100%;
	display: block;
	margin-bottom: 50px;
	margin-top: 50px;
} 

.pagination ul li a:hover { 
	background:rgba(0,0,0,.03); 
}  

.pagination ul { 
	display:inline-block; 
	margin-bottom: 9px; 
} 
.pagination ul>li { 
	display: inline; 
	list-style: none;
} 

.pagination ul>li:before {
	display: none;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span { 
	border-left-width: 1px; 
	border-radius: 5px 0 0 5px; 
} 

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span { 
	border-rigth-width: 1px; 
	border-radius: 0 5px 5px 0; 
} 

.pagination ul>li>a, .pagination ul>li>span { 
	float: left; 
	padding: 10px 20px; 
	line-height: 20px; 
	text-decoration: none; 
	background-color: transparent;
	border: 1px solid #dddddd; 
	border-left-width: 0; 
} 


/* WordPress Image Aliment */
body.admin-bar #header,
body.admin-bar .sidr  {
  top: 46px;
}


@media screen and (min-width: 783px) {
  body.admin-bar #header,
  body.admin-bar .sidr {
    top: 32px;
  }

}

@media screen and (max-width: 600px) {
	#wpadminbar {
	    position: fixed;
	}
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}


.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding-top: 4px;
    text-align: center;
}

.wp-caption p {
	margin-bottom: 0 !important;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}


.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 14px;
}

@media only screen and (max-width : 480px) {
	.alignright,
	.alignleft {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important; 
	}
}

#onpig-banner .phone-contact {
	margin-top: 40px;
}

#onpig-banner .go-to-index a {
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-top: 40px !important;
	display: inline-block !important;
	font-size: 16px !important;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#onpig-banner.plwotech-banner .go-to-index a:hover {
	text-decoration: none;
	background: #ca3c2c;
}

#onpig-banner .go-to-index a:hover {
	text-decoration: none;
	background: rgb(62, 113, 191);
}

.call-to-action .call-to-action-wrap {
	padding: 60px 100px;
	margin: 0 170px;
	text-align: center;
}
.call-to-action .call-to-action-wrap {
	padding: 60px 50px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.call-to-action {
	background: #fff;
	padding-bottom: 60px;
}

.call-to-action h3 {
    font-family: 'New Cicle';
    font-size: 27px;
    margin-bottom: 40px;
    font-weight: bold;
}

.product_category-onping .call-to-action .button-red {
	    background-color: rgb(81, 134, 216);
}

.product_category-onping .call-to-action .button-red:hover {
	    background-color: rgb(62, 113, 191);
}

.owl-dots {
	text-align: center;
	position: relative;
	top: -30px;
	z-index: 999;
}
.owl-dots .owl-dot {
	text-align: center;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.owl-dots .owl-dot.active {
	background: #3e86df;
	border-color: #3e86df;
}

.intro-vidoe {
	padding: 0 200px;
	margin-bottom: 40px;
}

/**
* #onping-feature-listed
*/

#onping-feature-listed {
	padding: 70px 0;
}

#onping-feature-listed header {
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}

#onping-feature-listed {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#onping-feature-listed .col-md-4 {
	margin-bottom: 40px;
}

#onping-feature-listed .feature-box-wrp {
	background: #383838;
	overflow: hidden;
	text-align: center;
	padding-bottom: 40px;
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

#onping-feature-listed .feature-box-wrp h3 {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padidng-bottom: 20px;
}

#onping-feature-listed .feature-box-wrp p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

#onping-feature-listed .feature-feature-image {
	display: block;
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}





/*New OnPing Style*/

#page-banner {
	background-color: #fff;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 300px;
}

#page-banner .container {
	padding-top: 110px;
	padding-bottom: 60px;
}

#page-banner img {
	max-height: 260px;
	width: auto;
	height: auto;
}

#page-banner h1 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-top: -70px;
}


@media (min-width: 1250px) {
	#page-banner .container {
		padding-left: 120px;
		padding-right: 120px;
	}
}

#footer-call-to-action {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}


#footer-call-to-action input[type="text"],
#footer-call-to-action input[type="email"]{
	background: #d7d7d7;
	font-size: 18px;
}

#footer-call-to-action input[type="submit"] {
	border: none;
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	border-radius: 10px;
	background-color: #ca3b2b;
	color: #fff;
	font-size: 20px;
	transition: all .3s;
	cursor: pointer;
}

#footer-call-to-action input[type="submit"]:hover {
	background-color: #b52d1e;
}

#footer-call-to-action .request-submit {
	text-align: center;
	margin-bottom: 0;
}

#footer-call-to-action h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
}

#footer-call-to-action p {
	margin-bottom: 15px;
}



@media (min-width: 1250px) {
	#footer-call-to-action .container {
		padding-left: 100px;
		padding-right: 100px;
	}

	#footer-call-to-action .right-form {
		padding-left: 30px;
	}
}

.submit-button input[type="submit"]{
    border-radius: 10px;
    height: 50px;
    text-transform: inherit;
	background-color: rgb(81, 134, 216);
    color: #fff;
    font-size: 20px;
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
}

.submit-button input[type="submit"]:hover {
	background: rgb(62, 113, 191);
}

@media(min-width: 1250px) {
	#page-banner .left-image {
		text-align: center;
	}

	#main #articles.single-page .container {
		padding-left: 150px;
		padding-right: 150px;
		text-align: justify;
	}
}


#onping-features  {
	padding-top: 30px;
}

#onping-features img {
	max-height: 260px;
}

body.page-id-486 #onping-features img {
	max-height: 290px;
}

@media(min-width: 1250px) {
	#onping-features .container {
		padding-left: 100px;
		padding-right: 100px;
	}
}

#onping-features .onping-single-feature {
	margin-bottom: 80px;
	padding-top: 70px;
}

#onping-features .onping-single-feature .feature-descriiption {
	font-size: 24px;
	line-height: 1.4em;
}


#onping-features .onping-single-feature h2 {
	color: #5085d8;
	font-size: 40px;
	font-family: 'Nexa';
	font-weight: bold;
	margin-left: 20px;
	display: inline-block;
}

#onping-features .onping-single-feature .read-more-button {
	text-align: center;
}

#onping-features .onping-single-feature .read-more-button a {
	margin-left: -30px;
}


body.page-template-template-landing #Embed,
body.page-template-template-thankyou #Embed {
	display: none !important;
}

body.page-template-template-landing #footer,
body.page-template-template-thankyou #footer {
	display: none;
}

.landing-page-section {
	padding-top: 100px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.landing-page-section .landing-logo {
	text-align: center;
}

.landing-page-section .landing-logo img {
	max-width: 290px;
	margin-bottom: 30px;
}

.landing-page-section h1 {
	font-size: 40px;
}

.form-wrap {
	padding: 30px;
}

.form-wrap .button {
	margin-top: 20px;
}

.landing-page-section input[type="text"], 
.landing-page-section input[type="email"], 
.landing-page-section textarea {
	height: 30px;
	font-size: 14px;
	border: none;
	border: 1px solid #ddd;
	padding: 0 10px;
}

.landing-page-section textarea {
	height: 100px;
	padding-top: 5px;
	padding-bottom: 5px;;
}

.landing-page-section .form-wrap p {
	margin-bottom: 10px;
}

.landing-page-section .form-wrap input[type="submit"] {
	background-color: #5086d8;
	height: 30px;
	width: 112px;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}

.landing-page-section .form-wrap input[type="submit"]:hover {
	cursor: pointer;    
	background-color: #3470ca;
}

.landing-page-section .form-image {
	margin-top: 40px;
}

.landing-page-section .left-image {
	margin-top: 20px;
	width-width: 640px;
}

.landing-page-section .submit-btn {
	margin-bottom: 0 !important;
	text-align: center;
}


.landing-footer {
	font-size: 16px;
	color: #fff;
	background-color: #000000;
	padding: 20px 0;
}

.landing-footer .landing-footer-wrap {
	padding: 0 135px;
}

.landing-footer .landing-footer-wrap img {
	max-width: 60px;
	margin-right: 20px;
}

.landing-footer .landing-footer-wrap .single-feature {
	display: flex;
	align-items: center;
}

.landing-footer .landing-footer-wrap .single-feature p {
	margin-bottom: 0;
	line-height: 1.2em;
}

.landing-footer .landing-footer-wrap .single-feature {
	margin: 20px 0;
}

.landing-footer .landing-footer-wrap .col-md-6 {
	padding-left: 20px;
	padding-right: 20px;
}


/*scroll top*/
.scroll-top-nav {
	position: fixed;
	bottom: 65px;
	right: 15px;
	font-size: 25px;
	color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	background: #202020;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	cursor: pointer;
}

.scroll-top-nav:hover {
	background: #000;
}

.scroll-top-nav.visible {
	opacity: 1;
	visibility: visible;
}

.form-wrap img {
	width: auto !important;
}


.survey-form-area {
	padding-top: 20px;
	padding-bottom: 100px;
}



.survey-form .owl-dots {
    counter-reset: dots;
}

.survey-form .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}


.survey-left-image {
	max-width: 140px;
	float: left;
}

.servery-wrap {
	padding: 0 50px 0 50px;
}

.servery-wrap .owl-dots {
	position: absolute;
	right: -100px;
	top: 0;
}

.servery-wrap  .owl-dots .owl-dot {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid gray;
	pointer-events: none;
	margin-bottom: 10px;
}

.servery-wrap .owl-dots .owl-dot.active {
	border: 1px solid rgb(81, 134, 216);
	background: transparent;
	color: rgb(81, 134, 216);
}


.servery-wrap  .owl-prev {
	position: absolute;
    top: 35px;
    left: -250px;
    font-size: 45px;
    color: gray;
    cursor: pointer;
}

.servery-wrap  .owl-prev:hover {
	color: #000;
}

.servery-wrap  .owl-prev.disabled {
	display: none;
}


.servery-wrap  .button {
	margin-top: 30px;
}

.servery-wrap h3 {
	margin-bottom: 40px;
}

.servery-wrap  .button {
	min-width: 150px;
}

.page-template-template-servey #header,
.page-template-template-servey #footer {
	display: none;
}

body.page-template-template-servey {
	padding-top: 0
}


.survey-form-area .radio-group label {
	display: block;
	 border: 2px solid #bbb;
    text-align: left;
    cursor: pointer;
    width: 50%;
    height: 70px;
    margin: 10px;
    position: relative;
    -ms-flex-positive: 0;
    flex-grow: 0;
    box-shadow: 1px 0 5px 0 #999;
    font-size: 24px;
    line-height: 70px;
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
}

.survey-form-area .radio-group span.wpcf7-list-item {
	display: block;
}

.survey-form-area  span.wpcf7-list-item  {
	margin-left: 0;
}

.survey-form-area .radio-group .wpcf7-list-item-label {
	padding-left: 55px;
}

.survey-form-area .radio-group .wpcf7-list-item-label:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid gray;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}

.survey-form-area .radio-group .wpcf7-list-item-label:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid gray;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	background: rgb(62, 113, 191);
	display: none;
}

.survey-form-area .radio-group input[type="radio"]:checked ~ .wpcf7-list-item-label:after {
	display: block;
}

.survey-form-area .radio-group input[type="radio"] {
	visibility: hidden;
	opacity: 0;
}


.survey-form-area .radio-image-group label {
    border: 2px solid #bbb;
    text-align: center;
    cursor: pointer;
    width: 190px;
    max-width: 250px;
    height: 165px;
    margin: 10px;
    position: relative;
    box-shadow: 1px 0 5px 0 #999;
	position: relative;
}

.survey-form-area .radio-image-group label:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid gray;
	top: 15px;
	right: 15px;
}

.survey-form-area .radio-image-group label:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid gray;
	top: 30px;
	right: 20px;
	margin-top: -10px;
	background: rgb(62, 113, 191);
	display: none;
}

.survey-form-area .radio-image-group label.checked:after {
	display: block;
}


.survey-form-area .radio-image-group label .wpcf7-list-item-label {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	font-size: 22px;
}

.survey-form-area .radio-image-group input[type="radio"] {
	opacity: 0;
	visibility: hidden;
}

.survey-form-area .radio-image-group .wpcf7-list-item label {
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: center center;
}


.survey-form-area input {
	max-width: 500px;
}

.survey-form-area .button.disabled {
	opacity: .5;
	pointer-events: none;
}


.survey-logo {
	text-align: center;
}

.survey-logo  img {
	max-width: 200px;
	margin-bottom: 120px;
}

.landing-heading {
	text-align: center;
}

.back-to-home {
	margin: 0 0 15px 15px;
}


.onping-features-article .plowtech-single-feature .feature-section-wrapper {
	padding: 70px 100px;	
	overflow: hidden;
	color: #fff;
}


.onping-features-article .plowtech-single-feature .feature-section-wrapper :last-child {
 	margin-bottom: 0;
}

.onping-features-article .plowtech-single-feature  {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.scroll-top-nav:before {
	content: '↑';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.page-id-1143 .wpcf7 label {
	text-align: left !important;
	margin-bottom: 4px;
}

body.page-id-1143 .wpcf7-form {
	max-width: 600px;
    margin: auto;
}

#footer .sitemap {
	margin-top: 25px;
	font-size: 16px;
}







