/**
Theme Name: Leizi Digital
Author: Leizi Digital
Author URI: http://leizi.xyz/
Description: Design & Developed by Leizi Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html {scroll-behavior: smooth;}
body, p, li {
  font-size: 16px;
  line-height: 24px;
}
a:empty {visibility: none;}

/* Buttons */
a.commonBtn, .contactForm input[type=submit], .quickQuote input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    background: #16529b;
    transition: all .3s;
    border: none;
}
a.commonBtn:hover, .contactForm input[type=submit]:hover, .quickQuote input[type="submit"]:hover{background: #333;}
a.sliderBtn{
	padding: 15px 35px;
	color: #fff !important;
}
a.minwidth245 {min-width: 245px;}
a.minwidth265 {min-width: 265px;}
.contactForm input[type=submit] {min-width: 145px;}

/* Colors */
.greySection {background: #f6f6f6;}
.darkGreySection {background: #e9e9e9;}

.clrWhite {color: #fff !important;}
.clrBlue {color: #16529b !important;}

/* Header */
.main-header-bar {
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.main-header-menu .menu-item a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	padding: 0 25px;
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link {
	background: #16529b;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 400;
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link:hover, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link:hover {
	background: #195eb3;
}
.ast-header-breadcrumb {
	display: none;
}

/* Footer */
.footerText {
	font-size: 14px;
	line-height: 22px;
}
ul.footerSocial li {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid;
	border-radius: 100%;
	text-align: center;
	line-height: 27px;
	margin: 0 2px;
	position: relative;
}
ul.footerSocial li.fb, ul.footerSocial li.fb a {color: #2e5eb5;}
ul.footerSocial li.yt, ul.footerSocial li.yt a {color: #d00000;}
ul.footerSocial li.ld, ul.footerSocial li.ld a {color: #18418a;}
.footer-adv-overlay .widget-title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px;
}
.footer-adv-overlay .menu .menu-item a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 20px;
}
.footer-adv-overlay .menu .menu-item a:hover {
	color: #18418a;
}
ul.footerDetails {position: relative;}
ul.footerDetails li {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 3px 0 3px 40px;
	margin-bottom: 10px;
	position: relative;
}
ul.footerDetails li a{color: #000;}
ul.footerDetails li a:hover{color: #16529b;}
ul.footerDetails li.location {padding: 0 0 0 40px;}
ul.footerDetails li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/10/footerSprite.png) 0 0 no-repeat;
}
ul.footerDetails li.phone:before {background-position: 0px 0px;}
ul.footerDetails li.mobile:before {background-position: 0px -28px;}
ul.footerDetails li.lcoation:before {background-position: 0px -56px;}
ul.footerDetails li.email:before {background-position: 0px -84px;}
.ast-footer-overlay {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dadada;
}
/* Home */
ul.homeSlider {
    margin: 0 auto !important;
	max-width: 550px;
    padding: 0 !important;
    list-style-type: none;
	position: relative;
	z-index: 1;
}
ul.homeSlider li.slick-slide {outline: none;}
ul.homeSlider ul.slick-dots {
    margin: 17px 0 0px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
ul.homeSlider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 100%;
    margin: 0 2px;
}
ul.homeSlider ul.slick-dots li.slick-active {
    background: #154d9c;
}
.iconList ul {
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.iconList ul li {
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
  padding-left: 20px;
  margin-bottom: 20px !important;
  position: relative;
}
.iconList ul li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/listIcon.png);
}
.homeSection1 .iconList ul li{font-weight: 500;}
.homeSection2 h2 {
  color: #1f57a5;
  margin-bottom: 30px;
}
.homeSection2 h2 b {
  display: block;
  font-size: 24px;
  color: #222222;
  margin-top: 15px;
}
.section2Img {
	max-width: 550px;
	margin: 0 auto;
}
.productBox {
  display: inline-block;
  max-width: 370px;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.productImg {overflow: hidden;}
.productImg a {
  display: block;
  transition: all 0.3s;
}
.productImg a:hover {transform: scale(1.1);}
.productContent {
  padding: 45px 28px;
  background: #fff;
}
.productTitle a {
  font-size: 28px;
  color: #222222;
  line-height: 32px;
  font-weight: 500;
}
.productTitle a:hover {color: #16529b;}
.productText {
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}
.productText a  {
  font-weight: 600;
}
.homeSection4 p {
  font-size: 16px;
  color: #494949;
  line-height: 28px;
}
.dblBtn a {
  margin: 0 8px;
}
.homeSection6 {
  border-top: 3px solid #16529b;
}
.videoImg a{
	display: block;
	position: relative;
}
.videoImg a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/playIcon-1.png) 0 0 no-repeat;
	transition: all .3s;
}
.videoImg a:hover:before{transform: scale(1.1);}
.sec6Box {
  display: inline-block;
  max-width: 370px;
  background: #fff;
  padding:70px 24px 50px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec6Title {
  font-size: 24px;
  line-height: 28px;
  color: #16529b;
  font-weight: 600;
  padding-bottom: 15px;
}
.sec6Text {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.sec6Box:hover {
  background: #16529b;
}
.sec6Box:hover .sec6Title, .sec6Box:hover .sec6Text {color: #fff;}
.featuredBox {
  display: inline-block;
  max-width: 370px;
}
.featuredImg {
  border-radius: 10px;
  overflow: hidden;
}
.featuredTitle {
  font-size: 22px;
  font-weight: 500;
  color: #16529b;
  padding-top: 60px;
}
.faqSection {position: relative;}
.faqSection:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 982px;
  min-height: 100%;
  background: #16529b;
}
.homeContactSection h2 {
  margin-bottom: 45px;
}
.formWrapper {
  max-width: 490px;
  margin: 0 auto;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  color: #363636;
  line-height: 18px;
  margin-bottom: 18px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
  padding: 20px;
}
.contactForm textarea {
  min-height: 210px;
  max-height: 210px;
}
.contactForm input[type="text"]::placeholder, .contactForm input[type="email"]::placeholder, .contactForm textarea::placeholder {
	color: #363636;
	font-size: 14px;
}
.faqWrapper {
	padding-left: 50px;
	counter-reset: step-counter;
	z-index: 1;
    position: relative;
}
.accordionWraper .accordion {
    position: relative;
    color: #fff;
    padding: 10px 35px 10px 40px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
	min-height: 60px;
    overflow: hidden;
    position: relative;
	counter-increment: step-counter;
    transition: all .3s;
}
.accordionWraper .active .accordion {
	margin-bottom: 0;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
}
.accordionWraper .accordion:before {
    position: absolute;
    content: '+';
    top: 0;
    right: 15px;
    text-align: center;
    font-size: 34px;
    line-height: 55px;
    color: #fff;
}
.accordionWraper .active .accordion:before {
    content: '-';
}
.accordionWraper .accordion:after {
    position: absolute;
    content: counter(step-counter)" )";
    top: 10px;
    left: 13px;
    font-size: 16px;
    color: #fff;
}
.accordionWraper .panel {
    padding: 15px;
    display: none;
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    position: relative;
}
.accordionWraper .panel p {
	font-size: 14px;
    line-height: 18px;
}
.sec5Box {
	display: inline-block;
	padding-left: 75px;
	margin-bottom: 30px;
	position: relative;
}
.sec5Box:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 62px;
	height: 62px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/homeSprite.png) 0 0 no-repeat;
}
.sec5Box1:before {
	background-position: 0px 0px;
	height: 61px;
}
.sec5Box2:before {
	background-position: 0px -123px;
}
.sec5Box3:before {
	background-position: 0px -247px;
}
.sec5Box4:before {
	background-position: 0px -61px;
}
.sec5Box5:before {
	background-position: 0px -185px;
}
.sec5Box6:before {
	background-position: 0px -309px;
}
.sec5Title {
	font-size: 18px;
	line-height: 22px;
	color: #16529b;
	font-weight: 500;
}
.sec5Text {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

/* About */
.bannerWraper {position: relative;}
.bannerWraper .bannerContent {
    position: absolute;
    top: 0;
    width: 100%;
	max-width: 950px;
    padding-top: 4%;
}
.categoryBanner .bannerContent{text-align: center;}
.bannerText {
    font-size: 2vw;
    line-height: 3vw;
	color: #fff;
	padding: 5px 0 0;
}
.bannerHeading {
    font-size: 4vw;
    line-height: 4vw;
	color: #fff;
}
.categoryBanner .bannerHeading{padding-bottom: 20px;}
.bannerBtn a.commonBtn {min-width: 215px;}
.aboutList ul {
	padding: 0;
	margin: 0 0 20px !important;
	list-style-type: none;
	border-radius: 5px;
	position: relative;
}
.aboutList ul li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.aboutList ul li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 15px;
	height: 19px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/abtListIcon.png);
}
.aboutProductDetails h2 {
	margin-bottom: 20px;
}
.aboutContactForm {
	max-width: 1020px;
	margin: 0 auto;
}
.aboutContactForm input[type="textarea"] {
	min-height: 360px;
	max-height: 360px;
}
.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
}
.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    text-align: left;
}
.wpcf7 form>div, .wpcf7 form>p {margin-bottom: 0 !important;}
/* Category */
.categorySection1 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.cBannerContent {
	padding-top: 90px;
	padding-bottom: 90px;
}
.chevronList ul {
	padding: 0 !important;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.chevronList ul li {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
	padding-left: 25px;
	margin-bottom: 15px;
	position: relative;
}
.chevronList ul li:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 9px;
	height: 16px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/listArrows.png);
}
.categoryFormSection {
	position: relative;
	z-index: 1;
	padding: 90px 0;
}
.categoryForm {
    margin: 0 auto;
    background: rgba(255,255,255,.2);
    padding: 20px;
}
.cFormTitle {
	font-size: 24px;
	font-weight: 500;
}
.categoryForm input[type="text"], .categoryForm input[type="email"], .categoryForm textarea {
	width: 100%;
	background: transparent;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 12px;
	color: #fff;
}
.categoryForm textarea {
	min-height: 135px;
	max-height: 135px;
}
.categoryForm input[type="text"]::placeholder, .categoryForm input[type="email"]::placeholder, .categoryForm textarea::placeholder {
	color: #fff;
	font-size: 16px;
}
.categoryForm input[type="submit"] {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	min-width: 138px;
	font-weight: 500;
	padding: 20px 10px;
	border-radius: 5px;
}
.videoBox {
	max-width: 550px;
	margin: 0 auto;
}
.videoBox a {
    display: block;
    position: relative;
}
.videoBox a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -37px;
    width: 75px;
    height: 76px;
    background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/playIcon.png);
    transition: all .3s;
}
.videoBox a:hover:before {transform: scale(1.1);}
.tabsWrapper {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
}
ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
	background: #fff;
}
ul.tabs li {
    display: inline-block;
    padding: 0 0 15px;
    color: #16529b;
    font-size: 18px;
	font-weight: 500;
	margin-right: 40px;
	border-bottom: 3px solid transparent;
    transition: all .3s;
	cursor: pointer;
	position: relative;
}
ul.tabs li.current {
    color: #16529b;
	border-bottom: 3px solid #16529b;
}
.tab-content{
    display: none;
	padding: 40px 0 0;
}
.tab-content.current{display: block;}
.relatedProductSlider{
	margin: 0;
	padding: 0 !important;
	position: relative;
}
.relatedProductSlider .slick-slide{
	outline: none;
    margin: 0 15px;;
}
.relatedProductSlider .slick-arrow{
	position: absolute;
	top: 110px;
	width: 44px;
	height: 44px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderHoverArrows.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.relatedProductSlider .slick-prev {
    background-position: 36px 0px;
    left: -85px;
}
.relatedProductSlider .slick-prev:hover {
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: 36px 0px;
}
.relatedProductSlider .slick-next{
	background-position: -44px 0px;
	right: -85px;
}
.relatedProductSlider .slick-next:hover {
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: -44px 0px;
}
.relatedProductImg {
	overflow: hidden;
	padding: 7px;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	position: relative;
}
.relatedProductTitle a {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
}
.redCircleList ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.redCircleList ul li {
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.redCircleList ul li:before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #16529b;
	border-radius: 100%;
}
.quickQuote {
	padding: 45px 30px 60px;
	border: 1px solid #e1eaec;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/qqBG.png) right top 20px no-repeat #f3f3f3;
	margin: 0 auto;
}
.quickQuoteTitle {
	font-size: 22px;
	line-height: 24px;
	color: #171717;
	font-weight: 500;
	margin-bottom: 20px;
}
.quickQuote input[type="text"], .quickQuote input[type="email"], .quickQuote textarea {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e1eaec;
	padding: 15px;
	margin-bottom: 7px;
	font-size: 15px;
	color: #636363;
}
.quickQuote textarea {
	min-height: 155px;
	max-height: 155px;
}
.quickQuote input[type="submit"] {
	padding: 12px 15px;
	min-width: 120px;
}
.categoryProductSection .productBox .productContent {
	padding: 25px;
}

/* Contact */
.page-template-template-contact .ast-header-breadcrumb {
	display: block;
	box-shadow: none;
	border: none;
	background: #16529b;
}
.ast-breadcrumbs ul li, .ast-breadcrumbs ul li a {
	font-size: 18px;
	color: #fff;
}
.trail-items li:after {
    content: "-" !important;
	margin: 0 20px;
}
.contactBox {
    display: inline-block;
    max-width: 270px;
    padding-top: 148px;
    position: relative;
}
.contactBox:before {
    position: absolute;
	content: '';
    top: 0;
    left: 50%;
    margin-left: -59px;
    width: 118px;
    height: 118px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/contactSprite.png) 0 0 no-repeat;
}
.contactBox1:before {
	background-position: 28px 30px;
}
.contactBox2:before {
	background-position: -62px 30px;
}
.contactBox3:before {
	background-position: -150px 30px;
}
.contactTitle {
    font-size: 24px;
    line-height: 24px;
    color: #0863bb;
	font-weight: 500;
    padding-bottom: 20px;
}
.contactTitle a {
	font-size: 24px;
    line-height: 24px;
    color: #0863bb;
}
.contactText, .contactText a {
    font-size: 20px;
    line-height: 30px;
	color: #494949;
}
.contactSection2 h2 {
	margin-bottom: 30px;
}
.contactSection2 {overflow: hidden;}
.cPageformSection {
	position: relative;
    z-index: 1;
}
.cPageformSection:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2000px;
    height: 2000px;
    background: #f7f7f7;
    z-index: -1;
}
.contactSection2 .contactForm {
	padding: 40px 25px;
}
.locationSection {
	padding-left: 60px !important;
}
.locationImg {
    border: 2px solid #d7d7d7;
    padding: 4px;
	max-width: 550px;
}

/* Detail */
.productSliderWraper {
	max-width: 640px;
	margin: 0 auto;
}
ul.detailProductSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}
ul.detailProductSlider .slick-slide {
    outline: none;
	border-radius: 10px;
    overflow: hidden;
    margin: 0;
}
ul.productSliderPager {
    margin: 35px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
ul.productSliderPager .slick-slide{
	padding: 0 10px;
	outline: none;
}
ul.productSliderPager .slick-slide a{
    outline: none;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}
ul.productSliderPager .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 26px;
    padding: 0;
	margin-top: -12px;
    text-indent: -999999px;
    border: none;
    background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderArrows-1.png) 0 0 no-repeat transparent;
    z-index: 2;
}
ul.productSliderPager  .slick-prev{left: -34px;}
ul.productSliderPager  .slick-next {
    right: -34px;
    background-position: -13px 0;
}
.diamondList ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.diamondList ul li {
	font-size: 16px;
	line-height: 22px;
	color: #636363;
	font-weight: 500;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
}
.diamondList ul li:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #aeaeae;
	transform: rotate(45deg);
}
.tabsWrapper {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0, 0.1);
	padding: 30px;
}
ul.tabs {
	background: #fff;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
ul.tabs li {
	padding: 0 0 15px;
	margin-right: 40px;
	color: #16529b;
	border-bottom: 3px solid transparent;
}
ul.tabs li:before {display: none;}
ul.tabs li.current {
    color: #16529b;
	border-bottom: 3px solid #16529b;
}
.tab-content {padding: 40px 0 0;}
.catalogTitle a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #16529b; 
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 2px solid #16529b;
}
.dProductBox {
	display: inline-block;
	max-width: 270px;
}
.dProductImg {
	overflow: hidden;
	border-radius: 20px;
}
.dProductImg a {
	display: block;
	transition: all 0.3s;
}
.dProductImg a:hover {transform: scale(1.1);}
.dproductTitle a {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0 0;
}
/* Sticky Form */
#stickyForm {
	width: 240px;
	background: #fff;
	position: fixed;
	bottom: 40px;
	left: 20px;
	z-index: 999;
	display:none;
	border: 1px solid #dadada;
}
.stickyForm{padding: 5px 15px 15px;}
.closeForm {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #000;
}
.stickyFormHeading h3{
	margin: 0;
	padding: 15px 10px;
	 background: #16529b;
	color: #fff;
	text-align: center;
	font-size: 16px;
	word-spacing: 5px;
}
.stickyFormHeading p {
	padding: 10px 0px 5px;
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #61676d;
	box-shadow: inset 0 5px 7px -5px #333;
}
.stickyForm input[type="text"], .stickyForm input[type="email"], .stickyForm textarea{
	border: 1px solid #dedede;
	background:none;
	font-size: 14px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.stickyForm input[type="text"], .stickyForm input[type="email"]{height: 28px;}
.stickyForm textarea {
	height: 75px;
	padding-top: 12px;
}
.stickyForm input[type="submit"] {
	height: 42px;
	width: 100%;
	background: #16529b;
	color: #fff;
	border: none;
	border-bottom: 3px solid #1173ea;
	font-size: 20px;
}
.stickyForm input[type="submit"]:hover {background: #1173ea;}
/* Blog */
.ast-article-post, .single .ast-article-single{
    margin-bottom: 40px !important;
    padding: 35px !important;
    border: none !important;
}
.ast-blog-featured-section {margin-top: 0 !important;}
.blog .entry-title, .archive .entry-title {margin-bottom: 0 !important;}
.blog .read-more a, .archive .read-more a {
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    text-align: center;
    background-color: #16529b;
    border-color: #16529b;
    font-size: 1rem;
    font-weight: 100 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    transition: all .2s ease-in-out;
}
.blog .read-more a:hover, .archive .read-more a:hover{
	background-color: #0f5cb9;
    border-color: #0f5cb9;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {padding: 15px !important;}
/* Sidebar */
.sidebar-main .widget-title {
    background: #0f5cb9;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
	margin: 0;
}
.sidebar-main .widgetBox {
    background: #fff;
    padding: 20px;
}
/* Xyz PSD */
.xyzBanner .banerContentWrapper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    max-width: 1170px;
}
.xyzBanner .banerContent {
	padding: 40px;
    background: rgba(255,255,255,.8);
    max-width: 945px;
	margin: 0 auto;
}
.xyzBanner .banerHeading {
	font-size: 2.5vw;
	line-height: 3vw;
	font-weight: 700;
	text-transform: uppercase;
}
.xyzBanner .banerText {
	padding: 30px 0;
}
.xyzBanner .banerBtn a.commonBtn {
	border-radius: 0;
	min-width: 150px;
}
h2.sepHead {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
h2.sepHead:before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 3px;
    background: #16529b;
}
.xyzSlider{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.xyzSlider .slick-slide{
	outline: none;
    margin: 0 5px;;
}
.xyzSlider .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderHoverArrows.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.xyzSlider .slick-prev {
    background-position: 36px 0px;
    left: -85px;
}
.xyzSlider .slick-prev:hover {
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: 36px 0px;
}
.xyzSlider .slick-next{
	background-position: -44px 0px;
	right: -85px;
}
.xyzSlider .slick-next:hover {
	background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: -44px 0px;
}
.xyzProductSection h2 b {
	color: #16529b;
}
.xyzSectionText p {
	font-size: 24px;
	line-height: 28px;
}
.xyzProductBox {
	display: inline-block;
    max-width: 370px;
    border: 1px solid #ebeaea;
}
.xyzProductImg {
    overflow: hidden;
}
.xyzProductImg a {
    display: block;
    transition: all .3s;
}
.xyzProductImg a:hover {
	transform: scale(1.1);
}
.xyzProductTitle {
    position: relative;
    padding: 45px 0 25px;
}
.xyzProductTitle a {
	font-size: 20px;
    line-height: 36px;
    color: #032527;
}
.xyzProductTitle:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 2px;
    background: #16529b;
}
.xyzProductText {
    padding: 20px 20px 5px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    background: #f6f6f6;
    width: 100%;
    max-width: 340px;
    margin: 0 auto -70px;
}
.xyztabSection {
	position: relative;
}
.xyztabSection:before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #f6f6f6
}
.xyzSeperator {
    border-top: 1px solid #dcdcdc;
}
.xyzSection5 h2 b {
	display: block;
	color: #16529b;
	padding-bottom: 10px;
}
.xyzFeaturedPointBox {
    display: inline-block;
    padding-left: 130px;
    position: relative;
}
.xyzFeaturedPointBox:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    background: url(https://www.yindamachinery.com/wp-content/uploads/2020/09/landingSprite.png) 0 0 no-repeat;
}
.xyzFeaturedPointBox2:before {
    background-position: 0 -88px;
}
.xyzFeaturedPointBox3:before {
    background-position: 0 -176px;
}
.xyzFeaturedPointBox4:before {
    background-position: 0 -264px;
}
.xyzFeaturedPointTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 0 0 13px;
    margin: 0 0 15px;
    position: relative;
}
.xyzFeaturedPointTitle:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background: #fff;
}
.xyzFeaturedPointText {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.xyzFeaturedPointSection {
	background: #16529b;
}
/* Youtube Responsive */
.youtube-player {
    position: relative;
    padding-bottom: 63%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 76px;
    width: 76px;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -38px;
    position: absolute;
    background: url("/wp-content/uploads/2020/09/playIcon.png") no-repeat;
    cursor: pointer;
}
/* Popup Form */
#contactPopUpForm .quickQuote {
    padding: 25px 15px;
    max-width: 340px;
}

/* Media */
.visible-sm {display: none;}
@media(min-width: 1200px) {
  .bannerHeading {
    font-size: 45px;
    line-height: 52px;
  }
  .bannerText {
    font-size: 22px;
    line-height: 24px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .faqWrapper {padding-left: 0;}
  .bannerWraper .bannerContent {padding-top: 4%;}
  .bannerText {padding: 5px 0 0;}
  .quickQuote {padding: 15px;}
  .xyzBanner .banerContentWrapper {padding-top: 2%;}
  .xyzBanner .banerContent {padding: 20px;}
}
@media(min-width: 768px) and (max-width: 991px){
  .hidden-sm {display: none !important;}
  .visible-sm {display: block !important;}
}
@media(max-width: 991px){
  .responsiveMargin {margin-top: 30px;}
  .sec5Img {display: none;}
  .sec5Box {
  	text-align: left;
	padding-left: 75px;
	margin: 0 0 80px;
  }
  .sec5Box:before {left: 0;}
  .faqWrapper {margin: 0 auto;}
  .footer-adv-overlay .col1 {margin-bottom: 30px;}
  .dblBtn a.commonBtn {margin: 10px 0 0;}
  .bannerWraper .bannerContent {padding-top: 6%;}
  .bannerBtn {display: none;}
  .formSection:before {display: none;}
  .contactPageWraper {background: #f5f5f5;}
  .featuredTitle {padding-top: 20px;}
  .sec6Box {padding: 20px 20px 0;}
  .sec5Box {margin: 0 0 30px;}
  .productContent {padding: 20px;}
  .faqWrapper {padding-left: 0;}
  .faqSection:before {background: #2C60A9;}
  .cBannerContent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .categoryFormSection {padding: 10px 0;}
  .quickQuote {padding: 15px;}
  .cPageformSection:before{display: none;}
  .locationSection {padding-left: 15px !important;}
  .bannerWraper .bannerContent {max-width: 750px;}
  .bannerText {padding: 5px 0 0;}
  .bannerWraper .bannerContent {padding-top: 4%;}
  .xyzBanner .banerBtn {display: none;}
  .xyzBanner .banerText {padding: 30px 0 0;}
}
@media(max-width: 767px){
  .hidden-xs{display: none;}
  .detailTabSection ul.tabs li {
  	display: block;
	width: auto;
	margin: 0 0 15px;
	text-align: center;
  }
  .tabsWrapper {padding: 10px;}
  ul.tabs li {margin-right: 20px;}
  .bannerWraper .bannerContent {max-width: 480px;}
}
@media(max-width: 479px){
  .hidden-sXs{display: none;}
  .aboutList ul {padding: 15px 15px 1px !important;}
  ul.tabs li {
    padding: 0 0 15px;
    margin-right: 0;
    display: block;
  }
  .ast-article-post, .single .ast-article-single {padding: 15px !important;}
  .bannerWraper .bannerContent {max-width: 320px;}
  .xyzBanner .banerText {display: none;}
  .xyzFeaturedPointBox {padding-left: 100px;}
}