@charset "utf-8";
@import url("font-awesome.css");

@font-face{font-family:Karbon;font-style:normal;font-weight:100;src:url(fonts/Karbon-Light.eot?#iefix) format("embedded-opentype"),url(fonts/Karbon-Light.woff2) format("woff2"),url(fonts/Karbon-Light.woff) format("woff"),url(fonts/Karbon-Light.ttf) format("truetype"),url(fonts/Karbon-Light.svg#Karbon) format("svg")}

@font-face{font-family:Karbon;font-style:normal;font-weight:200;src:url(fonts/Karbon-Thin.eot?#iefix) format("embedded-opentype"),url(fonts/Karbon-Thin.woff2) format("woff2"),url(fonts/Karbon-Thin.woff) format("woff"),url(fonts/Karbon-Thin.ttf) format("truetype"),url(fonts/Karbon-Thin.svg#Karbon) format("svg")}

@font-face{font-family:Karbon;font-style:normal;font-weight:400;src:url(fonts/Karbon-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/Karbon-Regular.woff2) format("woff2"),url(fonts/Karbon-Regular.woff) format("woff"),url(fonts/Karbon-Regular.ttf) format("truetype"),url(fonts/Karbon-Regular.svg#Karbon) format("svg")}

@font-face{font-family:Karbon;font-style:normal;font-weight:500;src:url(fonts/Karbon-Medium.eot?#iefix) format("embedded-opentype"),url(fonts/Karbon-Medium.woff2) format("woff2"),url(fonts/Karbon-Medium.woff) format("woff"),url(fonts/Karbon-Medium.ttf) format("truetype"),url(fonts/Karbon-Medium.svg#Karbon) format("svg")}

@font-face{font-family:Karbon;font-style:normal;font-weight:700;src:url(fonts/Karbon-Semibold.eot?#iefix) format("embedded-opentype"),url(fonts/Karbon-Semibold.woff2) format("woff2"),url(fonts/Karbon-Semibold.woff) format("woff"),url(fonts/Karbon-Semibold.ttf) format("truetype"),url(fonts/Karbon-Semibold.svg#Karbon) format("svg")}

@font-face{font-family:Luma;font-style:normal;font-weight:100;src:url(fonts/Luma-Light.eot?#iefix) format("embedded-opentype"),url(fonts/Luma-Light.woff2) format("woff2"),url(fonts/Luma-Light.woff) format("woff"),url(fonts/Luma-Light.ttf) format("truetype"),url(fonts/Luma-Light.svg#Luma) format("svg")}

@font-face{font-family:Luma;font-style:normal;font-weight:200;src:url(fonts/Luma-Thin.eot?#iefix) format("embedded-opentype"),url(fonts/Luma-Thin.woff2) format("woff2"),url(fonts/Luma-Thin.woff) format("woff"),url(fonts/Luma-Thin.ttf) format("truetype"),url(fonts/Luma-Thin.svg#Luma) format("svg")}

@font-face{font-family:Luma;font-style:normal;font-weight:400;src:url(fonts/Luma-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/Luma-Regular.woff2) format("woff2"),url(fonts/Luma-Regular.woff) format("woff"),url(fonts/Luma-Regular.ttf) format("truetype"),url(fonts/Luma-Regular.svg#Luma) format("svg")}

@font-face{font-family:Luma;font-style:normal;font-weight:500;src:url(fonts/Luma-SemiBold.eot?#iefix) format("embedded-opentype"),url(fonts/Luma-SemiBold.woff2) format("woff2"),url(fonts/Luma-SemiBold.woff) format("woff"),url(fonts/Luma-SemiBold.ttf) format("truetype"),url(fonts/Luma-SemiBold.svg#Luma) format("svg")}

@font-face{font-family:Luma;font-style:normal;font-weight:700;src:url(fonts/Luma-SemiBold.eot?#iefix) format("embedded-opentype"),url(fonts/Luma-SemiBold.woff2) format("woff2"),url(fonts/Luma-SemiBold.woff) format("woff"),url(fonts/Luma-SemiBold.ttf) format("truetype"),url(fonts/Luma-SemiBold.svg#Luma) format("svg")}

body {
	font-size: 15px;
	font-family: karbon, Luma;
	font-weight:400;
	background: #fff;
	color:#787878;
	overflow-x: hidden;
}
a {
	color: #58595b;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}
a:hover,
a:focus {
	color: #58595b;
	outline: none;
	text-decoration: none;
}
*:focus {
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 500;
	color: #58595b;
	line-height: 1.1;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
input[type='text'],
input[type='number'],
input[type='password'],
button,
textarea,
select,
option,
img,
.item {
    outline: none;
    box-shadow: none !important;
}
.btn,
.wpcf7-submit {
	background-color: #e1ad03;
	border: 1px solid #e1ad03;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	padding: 12px 18px;
	border-radius: 7px;
	cursor:pointer;
	min-width: 130px;
}
.btn:hover,
.btn:focus,
.wpcf7-submit:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	box-shadow: none;
}
.btn.arrowbtn {
	background-image: url(../images/btn-right-arrow.png);
	background-repeat: no-repeat;
	background-position: right 18px top 13px;
	background-size: 8px;
	padding-right: 35px;
	min-width: 170px;
	text-align: left;
/*    border: 1px solid transparent;*/
}

.productdetail  .btn.arrowbtn, 
.productlisting .btn.arrowbtn {
      border: 1px solid transparent;
}

.btn.onwhite:hover,
.btn.onwhite:focus {
	border-color: #e1ad03;
	color: #e1ad03;
}
.btn.arrowbtn.onwhite:hover,
.btn.arrowbtn.onwhite:focus {
	background-image: url(../images/btn-right-arrow2.png);
   
}
.btn.bluebtn {
	background-color: #2c3485;
	border-color: #2c3485;
}
.btn.bluebtn:hover,
.btn.bluebtn:focus {
	background-color: transparent;
	border-color: #2c3485;
	color: #2c3485;
	background-image: url(../images/next-blue.png);
}
.btn img {
	width: 8px;
	margin-left: 5px;
	margin-top: -3px;
}
.btngrey {
	background-color: #e1ad03;
	border: 1px solid #e1ad03;
	color: #fff !important;
}
.btngrey:hover,
.btngrey:focus {
	background-color: #fff;
	border: 1px solid #e1ad03;
	color: #e1ad03 !important;
}
.mobile {
	display: none !important;
}

/*-------------------------Header Css Start-----------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 30px 0 20px;
	background: #fff;
	transition: all ease-in-out 300ms;
}
header .logo {
	display: block;
	width: 260px;
}
header .searchbx {
	position: relative;
}
header .searchbx {
	margin-right: 10px;
	margin-bottom: -6px;
}
header .searchbx .form-control {
	width: 295px;
	height: 30px;
	font-size: 15px;
	color: #a7a7a7;
	border: 1px solid #a7a7a7;
	border-radius: 0;
	padding: 3px 30px 3px 12px;
	transition: all ease-in-out 300ms;
}
header .searchbx .searchbtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon-search.png) no-repeat center;
	background-size: 13px;
	border: none;
    font-size: 0;
}
header .headersocialicons a {
	display: block;
	margin-left: 25px;
}
header .headersocialicons a:hover {
	opacity: 0.8;
}
header .headersocialicons a img {
	height: 20px;
	transition: all ease-in-out 300ms;
}
@media only screen and (min-width:991px) {
header.sticky {
	padding: 10px 0;
}
header.sticky .logo {
    width: 200px;
}
header.sticky .mainmenu {
/*    top: 60px;*/
    top: 58px;
	background: rgba(80,80,80,0.8);
}
header.sticky .menuconainer {
	background: none;
}
header.sticky .searchbx {
	margin-bottom: 0;
}
header.sticky .searchbx .form-control {
	width: 250px;
}
header.sticky .headersocialicons a img {
    height: 15px;
}
}
/*-------------------------Header Css End-----------------------------*/


/*-------------------------Footer Css Start-----------------------------*/
footer {
	padding: 0;
	background: #363636;
	color: #fff;
	position: relative;
}
.footer-top {
	padding: 50px 0;
}
.footer-top .container > .row + .row {
	margin-top: 50px;
}
.footer-top .pl60 {
	padding-left: 50px;
}
.footer-top h6 {
/*	font-size: 20px;*/
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 12px;
}
.footer-top h6 a {
	color: #e1ad03;
}
.footer-top ul li {
	display: block;
/*	margin-bottom: 7px;*/
	margin-bottom: 0;
}
.footer-top ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.footer-top ul.boldatags li a {
	font-weight: 700;
}
.footer-top ul li a:hover {
	color: #e1ad03;
}
.footer-top .socialicons {
	font-size: 0;
}
.footer-top p {
	margin-bottom: 10px;
}
.footer-top .socialicons a {
	margin: 0 0 0 25px;
	display: inline-block;
	color: #103156;
	background-repeat: no-repeat;
	background-size: auto 40px;
	background-position: left top;
}
.footer-top .socialicons a.linkedin {
	background-image: url(../images/icon-linkedin-yl1.png);
}
.footer-top .socialicons a.facebook {
	background-image: url(../images/icon-fb-yl1.png);
}
.footer-top .socialicons a.twitter {
	background-image: url(../images/icon-twitter-yl1.png);
}
.footer-top .socialicons a.instagram {
	background-image: url(../images/icon-instagram-yl1.png);
}
.footer-top .socialicons a img {
	height: 20px;
	display: block;
}
.footer-top .socialicons a:first-child {
	margin-left: 0;
}
.footer-top .socialicons a:hover {
	background-position: left -20px;
}
.footer-top .row + .row h6 {
	font-weight: 500;
}
.footer-top .newsletter .col {
	margin-right: 2px;
}
.footer-top .newsletter .form-control,
.footer-top .newsletter select.form-control:not([size]):not([multiple]) {
	border: 1px solid #f4f4f4;
	border-radius: 0;
	height: 50px;
	color: #ababab;
	font-size: 18px;
    height: 100%;
    border: 0;
}
.footer-top .newsletter select {
	cursor: pointer;
}
.footer-top .newsletter .form-control[type="email"] {
	width: 200px;
}
.footer-top .newsletter .btn {
	border-radius: 0;
	font-size: 18px;
	min-width: 105px;
    height: 100%;
}
.footer-top .newsletter .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
  opacity: 1; /* Firefox */
}
.footer-top .newsletter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ababab;
}
.footer-top .newsletter .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ababab;
}
.footer-top .newsltrcheck {
	margin-top: 5px;
}
.footer-top .appicon {
    font-size: 0;
}
.footer-top .appicon a {
    display: inline-block;
    width: 150px;
}
.footer-top .appicon a + a {
    margin-left: 20px;
}
.footer-top .qrscanner {
	margin-top: 20px;
        display: flex;
    align-items: center;
}
.footer-top .qrscanner p {
	display: inline-block;
    margin-right: 26px;
}
.footer-top .qrscanner img {
	vertical-align: middle;
    width: 98px;
        margin-left: 30px;
}

.footer-top .newsletter p{
    margin-bottom: 0;
}


.footer-bottom {
	padding: 20px 0;
	background: #51859a;
	color: #fff;
}
.footer-bottom p {
	margin-bottom: 20px;
}
.footer-bottom ul li {
	display: inline-block;
	padding: 0 30px;
}
.footer-bottom ul li:first-child {
	padding-left: 0;
}
.footer-bottom ul li:last-child {
	padding-right: 0;
}
.footer-bottom ul li a {
	color: #fff;
}
.footer-bottom ul li a:hover {
	opacity: 0.7;
}
.footer-bottom p a{
    text-decoration: underline;
}
.footer-bottom p a,
.footer-bottom p a:visited{
    color: #fff;
}
.footer-bottom p a:hover{
text-decoration: underline;
}
.gotop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	border: 2px solid #e1ad03;
	color: #e1ad03;
	font-size: 30px;
}
/*-------------------------Footer Css End-----------------------------*/



/*-------------------------Banner Css Start-----------------------------*/
.bannerbx {
	position: relative;
}
.bannerbx .item {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    position: relative;
}

.bannerbx .item::before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.17+44,0.6+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.17) 44%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.17) 44%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.17) 44%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */


}
.bannerbx .item > img,
.bannerbx > img {
	width: 100%;
}
.bannerbx .banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.bannerbx .banner-text .textbx {
    width: 575px;
    max-width: 100%;
	color: #fff;
}
.bannerbx .banner-text h3 {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 3px;
	color: #edb403;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.bannerbx .banner-text h1 {
	font-size: 55px;
	line-height: 0.9;
	color: #fff;
	margin-bottom: 30px;
}
.bannerbx .banner-text p {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.bannerbx .banner-text .btn {
	margin-top: 20px;
}
.bannerbx.homeslider .banner-text {
	width: 555px;
	max-width: 100%;
	right: 0;
	padding-right: 40px;
	transform: none;
    top: 25%;
}
.bannerbx.homeslider .rightside .banner-text {
	right: auto;
	left: 0;
	padding-right: 0;
	padding-left: 40px;
}
.bannerbx.homeslider .banner-text .textbx {
	width: 100%;
}
.bannerbx .owl-dots {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 1;
	direction: ltr;
}
.bannerbx .owl-nav div {
    background-image: url(../images/next-yellow.png);
}
.owl-dots span {
	width: 11px;
	height: 11px;
	background: #edb403;
	opacity: 0.4;
	border-radius: 0;
}
.owl-dots .active span {
	background: #edb403;
	opacity: 1;
}
.innerslider .owl-nav div {
    right: 100px;
}
.innerslider .owl-nav div.owl-prev {
    left: 100px;
}
.innerslider .owl-dots {
    bottom: 85px;
}

.innerslider.innerslider2 .owl-dots {
        bottom: 25px;
}
.bannermenu {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 1;
}
.bannermenu ul {
	font-size: 0;
	line-height: 1;
}
.bannermenu ul li {
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid #fff;
}
.bannermenu ul li:first-child {
	padding-left: 0!important;
	border-left: none;
}
.bannermenu ul li a {
	font-size: 18px;
	color: #fff;
}
.bannermenu ul li a:hover {
	color: #edb403;
}
.bannermenu ul li.active a {
	font-weight: 700;

}


.bannermenuv2  ul li a,
.bannermenuv2  ul li a:hover{
    color: #fff !important;
}


.dark-tint::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        background: #0606068f;
    
}


.medium-tint::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        background: #06060657;
    
}


.light-tint::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        background: #0606062e;
    
}
/*-------------------------Banner Css End-----------------------------*/


/*-------------------------Common Css Start-----------------------------*/
.header-mt {
	margin-top: 103px;
}
.content {
	padding: 50px 0;
	position: relative;
}


h2.title {
	font-size: 32px;
	margin-bottom: 30px;
}
h3.title {
	font-size: 32px;
	margin-bottom: 30px;
}
h4.title {
	font-size: 22px;
	margin-bottom: 20px;
}
.content p {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.content p:last-child {
	margin-bottom: 0px;
}
.content p a,
.content li a {
	color: #3c6b7f;
	border-bottom: 1px solid;
}
.content p a:hover,
.content li a:hover {
	border-bottom: none;
}
.content h5,
.content .titlefont {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	color: #787878;
	margin-bottom: 40px;
}
.content .titleafter {
	margin-bottom: 40px;
}


.content.ourmachines p a{
    color: #fff;
} 
.skybg {
	background-color: #d3dee2;
}
.lightgreybg {
	background-color: #666666;
}
.darkgreybg {
	background-color: #505050;
}
.greybg-eaeaea {
	background-color: #eaeaea;
}
.bluebg {
	background-color: #2c3485;
}
.imagebx img {
	width: 100%;
}
.imagebg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.whitefont {
	color: #fff;
}
.vcenter {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.fullimg {
	width: 100%;
}
.content .mb-40 {
	margin-bottom: 50px;
}
.loaderbx {
	position: relative;
    text-align: center;
	margin: 20px 0;
	display: none;
 }
 .loaderbx .loadmore {
    display: inline-block;
    background: none;
    text-indent: -9999px;
    border: 5px solid #e1ad03;
    border-top: 5px solid #51859a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.space-default {    
    height: 50px;
}
/*-------------------------Common Css End-----------------------------*/


/*-------------------------Ourbrands Css Start-----------------------------*/
.ourbrands .leftside {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 40px;
}
.ourbrands .rightside {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	border-left: 1px solid #787878;
}
.textheight {
	min-height: 325px;
}
.ourbrands .brandbx {
	margin-top: 50px;
}
.ourbrands .brandbx a {
    display: block;
    position: relative;
	background: url(../images/arrow15.png) no-repeat right center;
	background-size: 15px auto;
	margin-bottom: 60px;
	margin-right: 22px;
	padding-right: 30px;
}
.ourbrands .brandbx a img:hover {
	/* filter: grayscale(100%); */
	opacity: 0.85;
}
/*-------------------------Ourbrands Css End-----------------------------*/



/*-------------------------ourmachines Css Start-----------------------------*/
.ourmachines [class*=col-] {
	overflow: hidden;
}
.ourmachines .animbx,
.ourmachines .imagebx {
	height: 100%;
}
.ourmachines .imagebx {
	transition: all ease-in-out 300ms;
}
.ourmachines .imagebx:hover {
	transform: scale(1.1);
}
.ourmachines .textbx {
	padding: 40px;
	background: #505050;
	color: #fff;
}
.ourmachines .textbx h2 {
	color: #fff;
}
.ourmachines .textbx .btn {
	margin-top: 20px;
}
/*-------------------------ourmachines Css End-----------------------------*/



/*-------------------------newssection Css Start-----------------------------*/
.newssection .item {
	padding: 5px;
}
.newssection .newsbx {
    border-radius: 1px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.05);
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    height: 100%;
}
.newssection .imgbx {
	overflow: hidden;
}
.newssection .imgbx img {
	width: 100%;
	transition: all 300ms ease-in-out;
}
.newssection .imgbx img:hover {
	transform: scale(1.05);
}
.newssection .newsbx .textbx {
	padding: 25px 20px;
}
.newssection .newsbx p {
	margin-bottom: 15px;
}
.newssection .newsbx .datebtn {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #bcbec0;
	background-image: url(../images/arrow15.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	min-height: 23px;
	padding-right: 30px;
}
.newssection .newsbx .datebtn:hover {
	color: #edb403;
	background-image: url(../images/next-yellow.png);
}
.newssection .newsbx .textright {
	text-align: right;
}
/*-------------------------newssection Css End-----------------------------*/

.exploreus .imagebg {
	background-attachment: fixed;
}


/*-------------------------Contact Us Css Start-----------------------------*/
.formbx .form-group label {
	display: block;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.formbx .form-group {
	margin-bottom: 50px;
}
.formbx .form-group .form-control {
	border: 1px solid #505050;
	border-radius: 0;
	border-right-color: transparent;
	border-top-color: transparent;
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	padding-left: 20px;
}
.formbx .form-group select.form-control,
.formbx .form-group textarea.form-control {
	border-right-color: #505050;
	border-top-color: #505050;
	background-image: none;
	padding-left: 12px;
}
.formbx .form-group textarea.form-control {
	resize: none;
	height: 150px;
}
.formcheck {
	margin-top: -20px;
	margin-bottom: 30px;
}
.formcheck .form-check + .form-check {
	margin-top: 10px;
}
.formcheck label {
	font-size: 14px;
}
.formradio.form-group label {
	cursor: pointer;
	margin-bottom: 20px;
}
.formradio.form-group label.form-check-label {
	margin-bottom: 5px;
}
.btnbx {
	text-align: right;
}
.contactinfosec .row > div > .row > div {
	margin-bottom: 40px;
}
.contactinfosec p strong {
	font-weight: 700;
	display: block;
    font-size: 16px;
}
.contactinfosec .rightside::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: calc(100% - 20px);
    width: 1px;
    background: #fff;
}
.contactinfosec p{
    font-size: 14px;
}
.contactinfosec{
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#parts_list{
background-color: #e1ad03;
    border: 1px solid #e1ad03;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 18px;
    border-radius: 7px;
    cursor: pointer;
    min-width: 130px;
    display: block;
    text-align: center;
    max-width: 200px;
}

#parts-list-file{
    padding-left: 10px;
}



/*-------------------------Contact Us Css End-----------------------------*/


/*-------------------------About Us Css Start-----------------------------*/
.aboutusbx::before {
    content: "";
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
    height: 100%;
    width: 1px;
    background: #787878;
}
.aboutusbx > .container > .row + .row {
	margin-top: 50px;
}
.aboutusbx > .container > .row:not(.flex-row-reverse) [class*="col-"]:nth-child(1),
.aboutusbx > .container > .row.flex-row-reverse [class*="col-"]:nth-child(2) {
	padding-right: 40px;
}
.aboutusbx > .container > .row:not(.flex-row-reverse) [class*="col-"]:nth-child(2),
.aboutusbx > .container > .row.flex-row-reverse [class*="col-"]:nth-child(1) {
	padding-left: 40px;
}
.aboutusbx .animbx,
.aboutusbx .imagebx {
	height: 100%;
}
.aboutusbx .textbx .btn {
	margin-top: 20px;
}
.mdmessage .imagebx {
	margin-bottom: 25px;
}
.mdmessage .leftside {
	padding-right: 40px;
}
.mdmessage .rightside {
	position: relative;
	padding-left: 40px;
}
.mdmessage .rightside::before {
	content: "";
	position: absolute;
	left: 0;
	top: -50px;
	height: calc(100% + 100px);
	width: 1px;
	background: #787878;
}
/*-------------------------About Us Css End-----------------------------*/


/*-------------------------News and Media Css Start-----------------------------*/
.newsmediabx .btnbar{
    display: none;
}
.newsmediabx .mediabx {
	margin-bottom: 70px;
}
.newsmediabx .mediabx .imgbx {
	overflow: hidden;
	margin-bottom: 25px;
}
.newsmediabx .mediabx .imgbx img {
	width: 100%;
	transition: all 300ms ease-in-out;
}
.newsmediabx .mediabx .imgbx img:hover {
	transform: scale(1.05);
}
.newsmediabx .mediabx h2.title {
	margin-bottom: 20px;
}
.newsmediabx .mediabx p {
	margin-bottom: 15px;
}
.newsmediabx .mediabx .datebtn {
	display: block;
	font-size: 20px;
	line-height: 33px;
	font-weight: 700;
	color: #787878;
	background-image: url(../images/next2-yellow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 33px;
	min-height: 33px;
	padding-right: 30px;
	margin-top: 20px;
}
.newsmediabx .mediabx .datebtn:hover {
	color: #edb403;
}
.newsmediabx .mediabx .datebtn span {
	font-weight: 400;
	margin: 0 10px;
}
.newslisting .mediabx .datebtn {
	font-size: 16px;
	line-height: 1.2;
}
.newslisting .btnbx .btn {
	font-size: 18px;
	font-weight: 500;
	padding: 12px 18px;
}
.newslisting .btnbx .btn.loading {
	position: relative;
	pointer-events: none;
}
.newslisting .btnbx .btn.loading::after {
    content: "Loading...";
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 7px;
	font-size: 18px;
    line-height: 55px;
}
.newslisting .btnbx .btn.loading::before {
    content: "";
    position: absolute;
    left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
    border: 3px solid #e1ad03;
    border-top: 3px solid #363636;
    border-radius: 50%;
    width: 20px;
    height: 20px;
	animation: spin 1s linear infinite;
	z-index: 1;
}

.request-a-quote-hide-feild{display: none;}
.request-a-quote-new-btn{
	width: 100%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0px 10px 10px 10px;
}

.newsmediabx .mediabx .dateDetail {
	font-size: 20px;
	line-height: 33px;
	font-weight: 700;
	color: #787878;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 33px;
	min-height: 33px;
	padding-right: 30px;
	margin-top: 20px;
}



select#alj-news-select {
    border-right: 10px solid #fff;
	background: #fff;
}

.newssearch {
	margin-bottom: 40px;
}
.newssearch .searchbx {
	position: relative;
	margin-right: 40px;
}
.newssearch .searchbx .form-control {
	width: calc(100% - 130px);
	height: 44px;
    font-size: 22px;
	color: #787878;
	border: none;
    border-bottom: 1px solid #787878;
    border-radius: 0;
    padding: 5px 12px 5px 30px;
    transition: all ease-in-out 300ms;
    background: url(../images/icon-search.png) no-repeat left center;
    background-size: 13px;
}
.newssearch .searchbx .searchbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 44px;
    padding: 0 10px;
    min-width: initial;
    font-size: 18px;
    font-weight: 500;
}

.newssearch p{
    display: none;
}
.btnbar .btn {
	font-size: 32px;
    font-weight: 400;
    min-width: 320px;
    max-width: 100%;
    padding: 22px;
    border-radius: 15px;
    margin:0 15px 40px;
}
.news-descrtiption img{
     float: left;
    margin-right: 15px; 
}



.news-descrtiption .alignright{
    float: right;
    margin-left: 15px;
}

/*-------------------------News and Media Css End-----------------------------*/



/*-------------------------Product Listing Css Start-----------------------------*/
.productlisting {
	background: url(../images/gradient.png) repeat-x left bottom;
}
.productlisting .title {
	margin-top: 20px;
    margin-bottom: 20px;
}
.myaccordian .myaccrbx {
	margin-top: 50px;
}
.myaccordian .title {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-right: 35px;
	margin-bottom: 0px !important;
}
.myaccordian .title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 11px;
	height: 21px;
	background-image: url(../images/next-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 11px auto;
	transition: all 300ms ease-in-out;
}
.myaccordian .title.active::after {
	transform: rotate(90deg);
	-webkit-transform: translateY(90deg);
}
.productlisting .prodbx {
	text-align: center;
	/* padding: 0 40px; */
}
.productlisting .prodbx p {
    font-size: 26px;
    margin: 20px 0 15px;
    font-weight: 500;
}

.productlisting .owl-item .item {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
    border-radius: 7px;
    padding: 40px;
}

.productlisting .owl-stage {
    padding: 25px 0px;
}

.productlisting .owl-stage .owl-item {
    padding: 0 10px;
}

.productslink{
    padding: 30px 0;
}
.productslink ul li {
/*
	width: 50%;
	margin: 20px 0;
	padding-right: 15px;
*/
    
        width: 33%;
    margin: 16px 0;
    padding-right: 15px;
    
}
.productslink .linkbtn {
font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    background-image: url(../images/next-white.png);
    background-repeat: no-repeat;
    background-position: right top 8px;
    background-size: 6px;
    padding-right: 16px;
	border-bottom: none;
}
.productslink .linkbtn:hover {
    color: #edb403;
    background-image: url(../images/next-yellow.png);
}



/*-------------------------Product Listing Css End-----------------------------*/



/*-------------------------Our Branches Css Start-----------------------------*/
.ourbranches .branchbx {
	margin-bottom: 60px;
}
.ourbranches .imagebx {
    overflow: hidden;
}
.ourbranches .imagebx img {
    width: 100%;
    transition: all 300ms ease-in-out;
}
.ourbranches .imagebx img:hover {
    transform: scale(1.05);
}
.ourbranches h4.title {
	margin-top: 13px;
	margin-bottom: 25px;
}
.ourbranches .branchbx p {
	font-size: 18px;
	margin-bottom: 5px;
}
.ourbranches .branchbx p a {
	color: #787878;
	border: none;
}
.ourbranches .branchbx p a:hover {
	text-decoration: underline;
}
.ourbranches .branchbx .maplink {
	font-size: 22px;
	font-weight: 500;
}
.ourbranches .branchbx .maplink:hover {
	color: #787878;
}
/*-------------------------Start Branches Css Start-----------------------------*/

.requote h4.title {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.requote h6 {
	font-size: 20px;
	font-weight: 700;
}
.quotebx {
	margin-top: 35px;
}
.quotebx .form-check {
	margin-bottom: 8px;
	padding-left: 25px;
	padding-right: 150px;
}
.quotebx .form-check-input {
    margin-left: -25px;
}
.quotebx .form-check-label {
	position: relative;
	font-size: 20px;
	line-height: 1.1;
	cursor: pointer;
}
.quotebx .form-group {
	display: none;
	position: absolute;
	right: -170px;
	top: -2px;
	margin: 0;
}
.quotebx .form-check-input:checked + .form-group {
	display: block;
}
.quotebx .form-group label {
    margin: 0 10px 0 0;
}
.quotebx .form-group input {
	width: 60px;
	border: 1px solid #505050;
	border-radius: 0;
	padding:0 5px;
}
.quotebx .textlink {
	font-size: 14px;
	font-weight: 700;
}
.quotebx .textlink:hover {
	color: #787878;
}
.requote .formbx .form-group {
    margin-bottom: 35px;
}

.modal.formbx .form-group{
        margin-top: 15px;
    margin-bottom: 25px;
    
}

.requote .btnbx {
    text-align: initial;
}
.requote .btnbx .btn:hover {
	background-image: none;
}

.linknsec .linkbx {
	text-align: center;
}
.linknsec .linkbx img {
	width: 70px;
}
.linknsec .linkbx p {
	font-weight: 500;
	font-size: 30px;
	margin: 15px 0 0 0;
}
.linknsec .linkbx a {
	display: block;
}

.productdetail .gallery-image{
        padding-bottom: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    
}
.productdetail .leftbx {
	padding-right: 40px;
}
.productdetail .imagebx {
	position: relative;
}
.productdetail .zoomin {
	width: 28px;
	position: absolute;
	left: 0px;
	top: 10px;
    z-index: 1;
    pointer-events:none;
    touch-action:none;
}
.productdetail .zoomin  img{
    width: 28px;
    height: auto;
}
.productdetail .rightbx {
	position: relative;
	padding-left: 40px;
}
.productdetail .rightbx::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    height: calc(100% + 50px);
    width: 1px;
    background: #787878;
}
.productdetail h6 {
	color: #58595b !important;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
}
.productdetail .prodspecs {
	margin-bottom: 70px;
}
.productdetail .table {
	margin: 0;
}

.productdetail .table th,
.productdetail .table td {
	padding: 13px;
	font-size: 18px;
	color: #58595b;
	border-top: none;
	border-bottom: 1px solid #58595b;
}
.productdetail .table th {
	font-weight: 400;
	padding-left: 0 !important;
    min-width: 180px;
}
.productdetail .table td {
	font-weight: 700;
	padding-right: 0 !important;
	text-align: right;
}





.aboutusbx  .container  .row {
    padding-top:50px;
    
}

.aboutusbx:last-child{
    padding-bottom: 50px !important;
}


/*********search**********/

.search-page{
    margin-bottom: 100px;
}
.search-page .results,
.search-page .noresult,
.search-page .searchkeyword{
        font-size: 16px;
       font-weight: 500;
}
.search-page .text {
    background: #33333308;
    padding: 15px 25px;
  border-bottom: 1px solid #e0e0e0;
}

.search-page p.cat {
    font-weight: 500;
    margin: 0;
}

.search-page a.title {
   font-size: 19px;
    display: block;
    margin-bottom: 10px;
}

.search-page a.readmore {
    display: block;
    color: #4f8497;
        font-weight: 600;
}

.search-page .showmorewrapper{
    text-align: center;
    margin-top: 50px;
}
.search-page .showmorewrapper a,
.search-page .showmorewrapper a:hover{
    background-color: #e1ad03;
    border: 1px solid #e1ad03;
    color: #fff;
}

/*********error********/

.wpcf7 form .wpcf7-response-output {
   
    border: 0 !important;
/*    margin: 0 !important;*/
    padding: 0 !important;
    color: #e1ad04;
   font-size: 16px !important;
    
}

.submit-success{
       color: #e1ad04;
    text-align: center;
    
}
.wpcf7-not-valid-tip {
    color: #dc3232;
  font-size: 12px !important;
}




.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: center;
	margin: 5px;
}

span.wpcf7-list-item{
     margin: 0 !important;
    
}
.form-check{
    margin-bottom: 10px;
}

.form-check label{
    margin-bottom: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
        border-radius: 0;
/*    height: 100px;*/
      border:1px solid #505050 !important;
}

.select2-container--default .select2-selection--multiple{
    border:1px solid #505050 !important;
      border-radius: 0  !important;
    
}



/*******map*************/
.wpsl-gmap-canvas{
    margin: 0;
}
.wpsl-gmap-canvas {
    margin: 0 !important;
}



/****policy pages***/

.lazyblock-default-text-ZzqykY table,
.lazyblock-default-text-ZFDfox table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: 1px solid #ddd;
    width: 100%;
}

.lazyblock-default-text-ZzqykY table tbody,
.lazyblock-default-text-ZFDfox table tbody {
    border-top: 1px solid #ccc;
}

.lazyblock-default-text-ZzqykY table tbody tr:first-child,
.lazyblock-default-text-ZFDfox table tbody tr:first-child {
    border-bottom: 3px solid #ccc;
}


.lazyblock-default-text-ZzqykY  table tbody tr th,
.lazyblock-default-text-ZFDfox  table tbody tr th {
    font-family: inherit;
    color: #616163;
    padding: 9px 10px;
    color: #222;
    text-align: left;
}

.lazyblock-default-text-ZzqykY table tbody tr td,
.lazyblock-default-text-ZFDfox table tbody tr td{
    
    color: #616163;
    display: table-cell;
    line-height: 1.1;
    padding: 9px 10px;
    text-align: left;
}


.services-detail img{
    width: 100%;
    height: auto;
    margin: 10px 0;
    
}

.services-detail ul{
        margin: 0;
    margin-left: 15px;
    margin-bottom: 1rem;
}

.services-detail ul li::before {
  content: "■";
  color: #e1ad03;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/*
.services-detail a{
    cursor: pointer;
      color: #e1ad03;
    text-decoration: underline;
    
    
}
*/

.services-detail h2 {
	font-size: 44px;
	margin-bottom: 30px;
}

.lazyblock-default-text-ZzqykY .content,
.lazyblock-default-text-Z1zs4pD .content,
.lazyblock-default-text-15fsMY .content,
.lazyblock-default-text-17vOMK .content,
.lazyblock-default-text-15fsMY .content,
.lazyblock-default-text-Zz4LsQ .content,
.lazyblock-default-text-ZFDfox .content{
    padding: 35px 15px;
    
}
.lazyblock-default-text-ZzqykY .content ul,
.lazyblock-default-text-Z1zs4pD .content ul,
.lazyblock-default-text-15fsMY .content ul,
.lazyblock-default-text-17vOMK .content ul,
.lazyblock-default-text-15fsMY .content ul,
.lazyblock-default-text-Zz4LsQ .content ul,
.lazyblock-default-text-ZFDfox .content ul {
    font-size: 20px;
}


.lazyblock-default-text-ZzqykY .content h2,
.lazyblock-default-text-Z1zs4pD .content h2,
.lazyblock-default-text-15fsMY .content h2,
.lazyblock-default-text-17vOMK .content h2,
.lazyblock-default-text-15fsMY .content h2,
.lazyblock-default-text-Zz4LsQ .content h2,
.lazyblock-default-text-ZFDfox .content h2{
    font-size: 22px;
}
.lazyblock-default-text-ZzqykY .content p,
.lazyblock-default-text-Z1zs4pD .content p,
.lazyblock-default-text-15fsMY .content p,
.lazyblock-default-text-17vOMK .content p,
.lazyblock-default-text-15fsMY .content p,
.lazyblock-default-text-Zz4LsQ .content p,
.lazyblock-default-text-ZFDfox .content p{
    font-size: 16px;
} 
.lazyblock-default-text-ZzqykY .content ul,
.lazyblock-default-text-Z1zs4pD .content ul,
.lazyblock-default-text-15fsMY .content ul,
.lazyblock-default-text-17vOMK .content ul,
.lazyblock-default-text-15fsMY .content ul,
.lazyblock-default-text-Zz4LsQ .content ul,
.lazyblock-default-text-ZFDfox .content ul{
    padding-left: 40px;
    margin: inherit;
    list-style: inherit;
    font-size: 16px;
    margin-bottom: 20px;
}

.lazyblock-default-text-Z1zs4pD .content ul{
        list-style: lower-roman;
}

.lazyblock-default-text-Z1zs4pD .content ul.alpha{
        list-style: lower-alpha;
}




@media only screen and (max-width:1099px) {
    .services-detail h2{    font-size: 32px;
    margin-bottom: 20px;} 

}

@media only screen and (max-width:767px) {
        .services-detail h2{
            font-size: 26px;
    } 
    
.services-detail ul {
    font-size: 14px;
    }
}

.file-size-text{
    font-size: 11px;
    margin-top: 5px;
}


.captcha{
    margin-bottom: 50px;
}


.sitemap-wrapper ul {
    margin: 20px 0;
    padding: 0;
}
        
        .sitemap-wrapper ul li {
/*    background: url(https://alj-machinery-media.s3.eu-west-2.amazonaws.com/wp-content/uploads/2020/12/21134000/bullet-icon.png) no-repeat 0 8px;*/
             background: url(https://alj-machinery-media.s3.eu-west-2.amazonaws.com/wp-content/uploads/2021/02/01070352/bullet-icon-round-1.png) no-repeat 0 10px;
            
    list-style: none;
    margin-bottom: 3px;
    color: #616163;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0 20px;
    width: 100%;
    position: relative;
            background-size: 6px;
}
.sitemap-wrapper ul li ul li {  
     background: url(https://alj-machinery-media.s3.eu-west-2.amazonaws.com/wp-content/uploads/2021/02/01070352/bullet-icon-round-1.png) no-repeat 0 10px;
    background-size: 4px;
}
        .sitemap-wrapper a {
    color: #51859a;
    font-weight: 400;
    text-decoration: none;
}
        
        
    .sitemap-wrapper ul li ul {
    margin-top: 5px;
}

.error-page ul {
    margin: 20px 0;
    padding: 0;
}

.error-page ul li {
  background: url(https://alj-machinery-media.s3.eu-west-2.amazonaws.com/wp-content/uploads/2020/12/21134000/bullet-icon.png) no-repeat 0 8px;
    list-style: none;
    margin-bottom: 3px;
    color: #616163;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0 25px;
    width: 100%;
    position: relative;
}


.quick-links.newssection .newsbx{
    position: relative;
}

.quick-links.newssection .newsbx .datebtn{
    
        position: absolute;
    bottom: 10px;
    right: 15px;
}
.alj-yt-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.alj-yt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.aligncenter {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.bluetheme .formbx .btn:hover, .bluetheme .formbx .btn:focus {
	background-image: none !important;
}
.alj-yt-container video
{
	width:100%;
	height:auto;
}