/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.sectionbg {
	background-color:#F9F9F9;
	position:relative;
}
.section {
	background-color: #f4f6f8;
}
.sectionwhitebg {
	background-color:#FFF;
	position:relative;
}
.h3with-leftborder {
	border-left: solid 5px #FCB63D;
	padding-left:10px;
	line-height:24px;
}
.h3mechnical {
	font-weight: 500;
}
.h2Auto1 {
	font-family: 'Auto 1 LightLF';
	letter-spacing: 1px;
	font-size: 1.431rem;
}
.heading-block::after {
	margin-top: 15px;
}
.menu-link {
	padding-left: 7px;
	padding-right: 7px;
	letter-spacing: 0px;
}
.menu-item:hover > .menu-link {
	color: #1A7DBC;
	font-weight: bold;
}
.menu-item.current > .menu-link  {
	color:#1A7DBC;
	font-weight: bold;
}
.downloadPdf:hover {
	-webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.abouttext18 {
	font-size: 20px;
}
img.mfp-img {
	max-height: unset !important;
}
.full-header .primary-menu .menu-container {
	border-right: 0px;
}
.heading-block h2.heading {
	font-weight: 500;
	text-transform: unset;
	line-height: 1.3;
	background: url(../images/ns-logo.png) no-repeat right center;
}
.heading > label {
	font-weight: 900;
	font-size: 36px;
	color: #000;
	margin-bottom: 0;
	text-transform: unset;
}
.unsetborder::after {
	border-top: 0px;
}
.p20 {
	padding: 20px;
}
.featureslist {
    margin-bottom: 0px;
}
.featureslist li {
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
}
.featureslist > li::before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
    margin-left: -18px;
}
.specmargin {
	margin: 70px 0px 75px;
}
.table th {
	background:#F5F5F5;
}
.w215 {
	width: 215px;
}
.p0 {
	padding: 0px;
}
.mb54 {
	margin-bottom: 54px;
}
.pricebox {
	font-size: 40px;
}
.pricebox > div {
	display: inline-block;
}
.pricebox > .label {
	color: #ff0000;
	font-weight: 900;
}
.btnenquire {
	border-bottom: solid 2px #1A7DBC;
	border-radius: 3px;
	width: 227px;
	line-height: 31px !important;
	font-size: 24px;
}
.btnblue {
	border-bottom: solid 2px #1A7DBC;
	border-radius: 3px;
	text-transform: initial;
    letter-spacing: 0;
    line-height: 30px;
    width: 140px;
    text-align: center;
    font-size: 27px;
}
.product-desc > div {
	display: inline-block;
}
.product-desc > .product-title {
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
}
.product-desc > .product-price {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
}
.product-desc > p {
	margin-bottom: 0;
}
.fr {
	float: right;
}
.contactbox {
	font-size: 16px;
}
.contactbox h4 {
	color: #505050;
	margin-bottom: 0px;
	font-weight: 500;
}
.contactbox a {
    color: #000;
}
.contactbox a:hover {
	color: #1A7DBC;
}
.contactbox a.alink {
	font-style: italic;
	font-size: 30px;
    font-weight: bold;
}
.contacttext p {
	margin-bottom: 10px;
}

#contact-us .heading-block > h2 {
	margin-bottom: 50px;
	height: 90px;
}
.fancy-title h3 {
	color: #505050;
}
.sm-form-control {
	font-size: 11px;
}
.footerleft {
	padding-bottom: 0px !important;
	margin-bottom: 30px;
}
.copyrights-menu a {
	font-size: 0.875rem;
}

@media (min-width: 991.98px) {
	.borderight {
		border-right: solid 2px #4E7199;
	}
}
@media (max-width: 991.98px) {
	.copyright-links a {
		display:block;
		text-align: center;
	}
}
