html,
body {
	overflow-x: hidden;
	-webkit-overflow-x: hidden;
}
body {
	font-family: 'Lato', sans-serif;
	color: #000000;
}
img {
	max-width: 100%;
}
figure,
ul,
li {
	margin: 0;
	padding: 0;
}
button:focus,
a:focus {
	outline: none;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus,
.btn.focus,
.btn:focus {
	box-shadow: none;
}
.custom-select:focus {
	box-shadow: none;
}
/*.trs {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}*/
.trs { -webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;
transition: all .3s ease-out; -webkit-animation: slide-down .3s ease-out;
   -moz-animation: slide-down .3s ease-out;}

@-webkit-keyframes slide-down {
     0% { opacity: 0; -webkit-transform: translateY(-100%); }  
   100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
     0% { opacity: 0; -moz-transform: translateY(-100%); }  
   100% { opacity: 1; -moz-transform: translateY(0); }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #1D1D1D;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #1D1D1D;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #1D1D1D;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #1D1D1D;
	opacity: 1;
}
select,
input,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.custom-control-inline {
	margin-right: 0;
	padding-left: 0;
	right: 15px;
	z-index: 99;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom-control-inline .custom-control-label::before {
	top: auto;
	left: auto;
	border: #707070 solid 1px;
	background: none;
}
.custom-control-inline .custom-control-input:checked~.custom-control-label::before {
	background-color: #f04e23;
	box-shadow: none;
}
.custom-control-inline .custom-control-input {
	top: 0;
	width: 23px;
	height: 23px;
}
.custom-control-inline .custom-control-label::after {
	top: auto;
	left: auto;
	display: none;
}
@font-face {
	font-family: 'synergy';
	src: url('../fonts/fonts/synergy.eot?36nxeb');
	src: url('../fonts/synergy.eot?36nxeb#iefix') format('embedded-opentype'), url('../fonts/synergy.ttf?36nxeb') format('truetype'), url('../fonts/synergy.woff?36nxeb') format('woff'), url('../fonts/synergy.svg?36nxeb#synergy') format('svg');
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
[class^="icon"],
[class*=" icon"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'synergy' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
}
.iconplus:before {
	content: "\e900";
}
.iconminus:before {
	content: "\e901";
}
.iconrail:before {
	content: "\e902";
}
.iconarrow:before {
	content: "\e903";
}
.iconindustry:before {
	content: "\e904";
}
.iconproduct:before {
	content: "\e905";
}
.iconuser-icon:before {
	content: "\e906";
}
.iconclose-bar:before {
	content: "\e908";
}
.iconmenu-bar:before {
	content: "\e907";
}
p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.default-heading {
	position: relative;
}
.default-heading h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
	color: #000000;
}
.container {
	max-width: 1200px;
}
.banner-img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	min-height: 685px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
.header-area {
	position: relative;
	z-index: 99;
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
	width:100%;

}
.header-area.inner-head {
	background-color: #011831;
	max-width: 100%;
	padding-bottom: 15px;
}
.header-area.inner-head .navbar {
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
}
.header-area .navbar {
	padding: 0;
}
.header-area .navbar-brand {
	background: #011831;
	text-align: center;
	max-width: 540px;
	width: 100%;
	margin-left: 15px;
	padding-top: 15px;
	margin-top: 15px;
}
.header-area.header-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: #011831;
	padding-bottom: 10px;
}
.header-area.header-fixed .navbar-brand {
	margin-top: 0;
}

.header-area.header-fixed .navbar-brand img {
	max-height: 60px;
	-webkit-transition: max-width 1s ease-in-out;
	-moz-transition: max-width 1s ease-in-out;
	-o-transition: max-width 1s ease-in-out;
	transition: max-width 1s ease-in-out;
}
.header-area.header-fixed .navbar-nav > li.nav-item.active .nav-link::before,
.header-area.header-fixed .navbar-nav > li.nav-item.show .nav-link::before,
.header-area.header-fixed .navbar-nav > li.nav-item:hover .nav-link::before {
	top: -5px;
}
.navbar-nav {
	position: relative;
	width: 100%;
}
.navbar-nav li.nav-item {
	position: relative;
}
.navbar-nav li.nav-item:hover .dropdown-menu{ display: block; }
.navbar-nav li.nav-item:hover .nav-link.dropdown-toggle::after{ font-family: 'synergy';   content: "\e901";}

.navbar-nav > li.nav-item.active .nav-link::before,
.navbar-nav > li.nav-item.show .nav-link::before{
	content: '';
	position: absolute;
	left: 0;
	top: -90px;
	background-color: #eb1d24;
	width: 100%;
	height: 7px;
}
.navbar-nav > li.nav-item:hover .nav-link::before{
	content: '';
	position: absolute;
	left: 0;
	top: -90px;
	width: 100%;
	height: 7px;
	background-color: #fff;
}
/*.navbar-nav li.nav-item .nav-link.dropdown-toggle::after{ display: none;}*/

.navbar-nav li.nav-item .nav-link.dropdown-toggle::after {
	content: "\e900";
	font-family: 'synergy';
	position: absolute;
	left: 0;
	font-size: 12px;
	margin-top: 5px;
	color: #00dcfa;
	border: none;
	margin-left: 0;
}
.navbar-nav li.nav-item.show .nav-link.dropdown-toggle::after {
	content: "\e901";
}

.navbar-nav > li.nav-item.active .nav-link.dropdown-toggle::after,
.navbar-nav > li.nav-item.show .nav-link.dropdown-toggle::after{
    font-family: 'synergy';   
    content: "\e901";
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 1.5rem 1.1rem;
	color: #FFFFFF;
	font-size: 18px;
	position: relative;
}
.mega-dropdown {
	position: static !important;
}
.header-fixed .mega-dropdown-menu {
	margin-top: -27px;
}
.mega-dropdown-menu {
	padding: 0px;
	margin: 0;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	background: none;
	border: none;
	background: #011831;
	left: 0;
	right: 0;
	padding:0px 10px 10px 0px;
	margin-top: -20px;
	/*margin-left: 20px;*/
}
.mega-dropdown-menu ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	/*display: table;*/
	position: relative;
	text-align: center;
	
}
.mega-dropdown-menu ul > li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.mega-dropdown-menu ul > li:hover a,
.mega-dropdown-menu ul > li.active a {
	color: #FFFFFF;
}
.mega-dropdown-menu ul > li a {
	color: #00dcfa;
	font-size: 12px;
	font-weight: 500;
	padding: 0 5px;
	position: relative;
}
.mega-dropdown-menu ul > li a::after {
	content: '';
	position: absolute;
	left: -2px;
	top: 1px;
	height: 100%;
	width: 2px;
	background-color: #00dcfa;
}
.mega-dropdown-menu ul > li:first-child a::after {
	display: none;
}
.mega-dropdown-menu ul > li:first-child a {
	padding-left: 0;
}
.navbar-expand-lg .navbar-collapse {
	background: #011831;
	margin-left: 50px;
	position: relative;
}
.navbar-expand-lg .navbar-collapse:after {
	content: '';
	position: absolute;
	right: -200%;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 200%;
	background-color: #011831;
}
.navbar-toggler {
	/*background: #FFFFFF;*/
	line-height: inherit;
	position: absolute;
	right: 15px;
	line-height: 0;
	padding: 8px;
}
.navbar-brand span{
	display:none;
}
.navbar-toggler-icon {
	color: #eb1d24;
	width: auto;
	height: auto;
	font-size: 20px;
}
.owl-carousel .owl-item img {
	width: auto;
	display: inline;
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 45%;
}
.owl-carousel .owl-nav button span {
	font-size: 0;
	color: #a8ad00;
	font-weight: 900;
}
.owl-carousel .owl-nav .owl-prev {
	left: 6px;
}
.owl-carousel .owl-nav .owl-next {
	right: 6px;
}
.owl-next:before,
.owl-prev:before {
	color: #a8ad00;
	font-size: 27px;
}
.owl-next:before {
	content: "\e250";
	font-family: 'Glyphicons Halflings';
}
.owl-prev:before {
	content: "\e251";
	font-family: 'Gly;phicons Halflings';
}
.top-slider {
	background: #011831;
	padding: 50px;
	max-width: 540px;
}
.top-slider .rail-icon {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.top-slider h1,
.top-area h1 {
	font-size: 57.53px;
	color: #FFFFFF;
	font-weight: 900;
	text-align: center;
}
.top-slider h1 span {
	color: #00dcfa;
}
.top-slider .owl-dots {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.top-slider .owl-dots button.owl-dot {
	background-color: #97aabd;
	height: 11px;
	width: 11px;
	border-radius: 100%;
	margin-right: 10px;
}
.top-slider .owl-dots button.owl-dot:hover,
.top-slider .owl-dots button.owl-dot.active {
	background-color: #00dcfa;
}
.top-slider .owl-dots button.owl-dot:focus {
	outline: none;
}
.home-area .slider-area {
	margin-bottom: -100px;
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
}
.slider-area {
	position: relative;
	z-index: 1;
}
.slider-area .news {
	height: 86px;
	width: 86px;
	background-color: #011831;
	font-size: 24px;
	margin-right: 30px;
	color: #ffffff;
}
.slider-area .media .media-body {
	position: relative;
}
.slider-area .media .media-body p {
	margin-bottom: 0;
}
.max-width-area {
	margin-bottom: -100px;
}
.middle-area {
	position: relative;
	display: block;
	z-index: 1;
}
.section-one {
	position: relative;
	padding: 200px 0 80px 0;
	background: #a1e3ec;
}
.section-one .default-heading {
	max-width: 490px;
}
.section-one .default-heading .btn-link {
	border: none;
	padding: 0;
	font-size: 24px;
	color: #000000;
	padding-left: 60px;
	position: relative;
}
.section-one .default-heading .btn-link i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	font-size: 43px;
	color: #011831;
	position: absolute;
	left: 0;
}
.section-two {
	position: relative;
	padding: 0 0 100px 0;
}
.section-two .container-fluid {
	padding: 0;
}
.industry-area {
	position: relative;
	background-color: #5d9c37;
}
/*.industry-area:before{ content: ''; position: absolute; background-image:url(../images/indus-green-top.svg); background-repeat: no-repeat; top: 0; left: 0 }*/

.svg-img {
	position: absolute;
	width: 100%;
}
.svg-img.indus-green-top {
	top: -64px;
	left: 0;
}
.svg-img.indus-green-top polygon {
	fill: #5d9c37;
}
.svg-img.indus-green-bottom {
	bottom: -52px;
	left: 0;
}
.svg-img.indus-green-bottom polygon {
	fill: #5d9c37;
}
.svg-img.indus-yellow-top {
	top: -64px;
	left: 0;
}
.svg-img.indus-yellow-top polygon {
	fill: #eeca20;
}
.svg-img.indus-yellow-bottom {
	bottom: -52px;
	left: 0;
}
.svg-img.indus-yellow-bottom polygon {
	fill: #eeca20;
}
.industry-content-area {
	width: 100%;
	max-width: 400px;
	margin: 0 0 0 auto;
	padding: 0px 0 0px 0;
}
.product-area-width{
	max-width: 575px;
}
.industry-content-area .default-heading .learn-more {
	font-size: 24px;
	padding-left: 20px;
	color:#000;
}
.industry-content-area .list-unstyled {
	list-style: none;
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
.industry-content-area .list-unstyled li {
	display: block;
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
}
.product-link .list-unstyled li {
	font-size: 15px;
	margin-bottom: 12px;
}
.product-link a{
	font-size: 24px;
	padding-left: 20px;
	color: #000;
}
.industry-content-area .list-unstyled li a {
	color: #000000;
	font-size: 24px;
}
.product-link .list-unstyled li a {
	font-size: 15px;
}
.industry-content-area .list-unstyled li a:hover {
	text-decoration: none;
}
.industry-content-area .list-unstyled li a i {
	margin-right: 10px;
}
.icon-industry {
	position: absolute;
	left: 30px;
	bottom: -50px;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.icon-product {
	position: absolute;
	right: 30px;
	bottom: -80px;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.icon-industry img,
.icon-product img {
	max-width: 250px;
}
.product-area {
	position: relative;
	background-color: #eeca20;
}
.industry-area:before {
	position: absolute;
	left: 0;
	height: 110%;
	width: 4px;
	top: -64px;
	content: '';
}
.product-area .industry-content-area {
	margin: 0 auto 0 0;
	padding-left: 64px;
}
.section-three {
	position: relative;
	padding: 0 0 100px 0;
}
.president-note {
	position: relative;
	text-align: center;
}
.president-note .uer-area {
	text-align: center;
	display: inline-block;
	margin: 20px 0;
	width: 288px;
	height: 288px;
	border-radius: 100%;
	background-color: #cccccc;
	padding: 10px;
}
.president-note .uer-area i {
	font-size: 260px;
	color: #ffffff
}
.president-note .paragraph-area {
	display: block;
	text-align: left;
}
.president-note .paragraph-area p {
	font-style: italic;
	font-size: 24px;
}
.president-note .paragraph-area h3 {
	font-size: 24px;
	margin: 0;
	padding: 0 60px 0 0;
	font-style: italic;
	text-align: right;
}
.section-four {
	position: relative;
	padding: 0 0 0px 0;
}
.client-logos {
	text-align: center;
	position: relative;
}
.client-logos .owl-carousel {
	padding: 50px 100px 70px 100px;
}
.client-logos .owl-carousel .owl-item {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.logo-area {
	margin: 0;
	padding: 0;
}
.section-five {
	position: relative;
	padding: 30px 0 30px 0;
	background-color: #f6f6f6;
}
.certifications-logos {
	text-align: center;
	position: relative;
	/* max-width: 450px; */
	margin: 0 auto;
}
.certifications-slider{
	padding:50px 0;
}
.certifications-logos .owl-carousel .owl-item {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.footer-area {
	position: relative;
	background-color: #001730;
	padding: 50px 0 0px 0;
}
.footer-area ul {
	list-style: none;
	text-align: left;
	margin-top: 40px;
}
.footer-area ul li {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 900;
	text-transform: uppercase;
	padding-right: 10px;
}
.footer-area ul li a {
	color: #FFFFFF;
}
.footer-links {
	position: relative;
}
.footer-links .default-heading {
	display: block;
}
.footer-links .default-heading h5 {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-links ul.links {
	list-style: none;
	text-align: left;
	margin-top: 30px;
}
.footer-links ul.links li {
	display: block;
	vertical-align: middle;
	color: #a3a7ad;
	font-size: 14px;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.footer-links ul.links li a {
	color: #a3a7ad;
}
.footer-links ul.links li a:hover {
	color: #fff;
}
.address {
	position: relative;
	max-width: 320px;
}
.address h5 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.address p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 0;
}
.copyright {
	padding: 30px 0 30px 0;
}
.copyright p {
	margin: 0;
	color: #676e78;
	font-weight: 300;
	font-size: 14px;
	padding-left: 200px;
}
/******   Inner Pages *****/
.slider-area .top-slider.inner-slider {
	margin-top: 30px;
}
.top-slider.inner-slider {
	padding: 0;
	text-align: center;
	margin-top: 135px;
}
.top-slider.inner-slider img {
	width: 100%;
}
.top-area {
	position: relative;
	margin-top: 30px;
}
.top-area h1 {
	text-align: left;
	padding: 0;
}
.top-area h2 {
	color: #a1e3ec;
	font-weight: 800;
}
.top-area p {
	color: #ffffff;
	font-size: 18px;
}
.top-area.color p {
	color: #a1e3ec;
}
.top-area.image-area-top h1 {
	/*padding-left: 140px;*/
}
.top-area.image-area-top p {
	font-size: 24px;
	line-height: 36px;
}
.top-area.image-area-top .image-area {
	/*position: absolute; left: 0; top:30px;*/
	display: inline-block;
	vertical-align: middle;
	max-width: 110px;
	margin-right: 20px;
}
.top-area.image-area-top span {
	display: inline-block;
	vertical-align: middle;
	max-width: 75%;
}
.synergy-location {
	position: relative;
	text-align: right;
	/*padding-right: 40px;*/
}
.company {
	position: relative;
}
.company .slider-area {
	background-color: #011831;
}
.industries-area {
	position: relative;
}
.industries-area .slider-area {
	background-color: #011831;
}
.industries-area .listing-area li:before{ background-color: #FFFFFF; }
.industries-area .listing-area.small-list li{ line-height: 24px; }

.section-six {
	position: relative;
	padding: 50px 30px 150px 30px;
	background: #a1e3ec;
}
.quick-facts {
	position: relative;
	margin-top: 120px;
	padding-left: 50px;
}
.quick-facts .list-unstyled {
	list-style: none;
}
.quick-facts .list-unstyled li {
	font-size: 24px;
	font-weight: 800;
}
.quick-facts .list-unstyled li span {
	display: inline-block;
	vertical-align: middle;
}
.quick-facts .list-unstyled li strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 48px;
}
.section-seven {
	position: relative;
	padding: 50px 0 100px 0;
	background: #FFFFFF;
}
.svg-img-angle {
	top: -215px;
	position: absolute;
	width: 100%;
}
.svg-img-angle path {
	fill: #FFFFFF;
}
.column-area {
	position: relative;
	margin-top: -120px;
	z-index: 999;
}
.column-area .boxes-area {
	position: relative;
	text-align: center;
	padding-right: 20px;
}
.column-area .boxes-area .paragraph-area {
	display: block;
	text-align: left;
}
.column-area .boxes-area .paragraph-area p {
	font-size: 18px;
}
.column-area .boxes-area .icon-image {
	margin-bottom: 30px;
}
.column-area .boxes-area .default-heading h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
}
.column-area .boxes-area.one {
	margin-top: 50px;
}
.column-area .boxes-area.one .default-heading h4 {
	color: #912424;
}
.column-area .boxes-area.two {
	margin-top: 70px;
}
.column-area .boxes-area.two .default-heading h4 {
	color: #378040;
}
.column-area .boxes-area.three {
	margin-top: 120px;
}
.column-area .boxes-area.three .default-heading h4 {
	color: #374080;
}
.column-area .boxes-area.four {
	margin-top: 50px;
}
.column-area .boxes-area.four .default-heading h4 {
	color: #da7524;
}
.section-eight {
	position: relative;
	padding: 50px 0 200px 0;
	background: #a1e3ec;
}
.section-eight .svg-img-angle path {
	fill: #a1e3ec;
}
.listing-area {
	list-style: none;
	padding: 30px 0 0 0;
	margin: 0;
}
.listing-area li {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 24px;
}
.listing-area li:before {
	position: absolute;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: #FFFFFF;
	top: 50px;
	background-color: #497f28;
	width: 8px;
	height: 8px;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.mission-area {
	margin-top: 70px;
}
.mission-area .default-heading {
	margin-bottom: 30px;
}
.mission-area .flag {
	margin-right: 20px;
}
.mission-area .media-body p {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 800;
}
.section-nine {
	position: relative;
	padding: 50px 0 150px 0;
	background: #001730;
}
.section-nine .svg-img-angle path {
	fill: #001730;
}
.section-nine .default-heading h2 {
	color: #a1e3ec;
}
.column-area .leader-boxes {
	position: relative;
	padding-right: 20px;
}
.column-area .leader-boxes.one {
	margin-top: 50px;
}
.column-area .leader-boxes.two {
	margin-top: 90px;
}
.column-area .leader-boxes.three {
	margin-top: 120px;
}
.column-area .leader-boxes.four {
	margin-top: 120px;
}
.column-area .leader-boxes .uer-area {
	text-align: center;
	display: inline-block;
	margin: 20px 0;
	width: 288px;
	height: 288px;
	border-radius: 100%;
	background-color: #284a5f;
	overflow: hidden;
}
.column-area .leader-boxes .uer-area i {
	font-size: 260px;
	color: #001730;
}
.column-area .leader-boxes .default-heading {
	padding-left: 30px;
}
.column-area .leader-boxes .default-heading h3 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #FFFFFF;
	margin-bottom: 15px;
	max-width: 200px;
}
.column-area .leader-boxes .default-heading h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #00b2cf;
}
.column-area .leader-boxes .paragraph-area p {
	color: #a1e3ec;
	font-size: 18px;
	line-height: 24px;
}
.section-ten {
	position: relative;
	padding: 50px 0 50px 0;
	background: #c8c8c8;
	margin-bottom: 50px;
}
.section-ten .svg-img-angle path {
	fill: #c8c8c8;
}
.section-ten .timeline-tagline {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.section-ten .timeline-tagline li {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 24px;
}
.section-ten .timeline-tagline li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100px;
	background-color: #9d5c31;
}
.section-ten .timeline-tagline li:nth-child(1):before {
	background-color: #9d5c31;
}
.section-ten .timeline-tagline li:nth-child(2):before {
	background-color: #2d8e32;
}
.timeLine-years {
	position: relative;
	text-align: center;
}
.top-circle {
	width: 115px;
	height: 115px;
	background-color: #001730;
	color: #FFFFFF;
	text-align: center;
	border-radius: 100%;
	margin: 0 auto;
}
.top-circle.large {
	width: 230px;
	height: 230px;
}
.top-circle.large p {
	font-size: 24px;
	max-width: 110px;
	margin: 0 auto;
	color: #ffffff;
}
.top-circle span {
	font-size: 16px;
	line-height: 18px;
}
.top-circle strong {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
}
.section-ten .timeline-list {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
	float: left;
}
.section-ten .timeline-list:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10px;
	height: 100%;
	background-color: #001730;
	content: "";
}
.section-ten .timeline-list li {
	font-size: 16px;
	color: #001730;
	display: inline-block;
	float: left;
	width: 100%;
	max-width: 50%;
	position: relative;
}
.section-ten .timeline-list li:nth-child(odd) {
	text-align: right;
	padding-right: 50px;
}
.section-ten .timeline-list li:nth-child(odd):after {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 25px;
	height: 10px;
	background-color: #001730;
	content: "";
}
.section-ten .timeline-list li:nth-child(even) {
	text-align: left;
	padding-left: 50px;
	padding-top: 30px;
}
.section-ten .timeline-list li:nth-child(even):after {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 25px;
	height: 10px;
	background-color: #001730;
	content: "";
}
.section-ten .timeline-list li strong {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
}
.section-ten .timeline-list li strong.color-one {
	color: #9d5c31;
}
.section-ten .timeline-list li strong.color-two {
	color: #329037;
}
.section-ten .timeline-list li p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
}
.dot {
	color: #FFFFFF;
}
.section-eleven {
	position: relative;
	padding: 50px 0 50px 0;
	background: #ffffff;
	margin-bottom: 50px;
}
/*.section-eleven .column-area{ padding: 0 20px; }*/

.listing-area.small-list {
	padding: 0;
}
.listing-area.small-list li {
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}
/*.listing-area.small-list li:before{ top: 15px;}*/

.listing-area.small-list li ul {
	padding-left: 30px;
	padding-top: 0;
	display: block;
}
.listing-area.small-list li ul li {
	font-size: 16px;
	margin-bottom: 0;
}
.domain-area {
	position: relative;
	margin-top: 100px;
	z-index: 9;
}
.domain-area .default-heading h2 {
	margin-bottom: 30px;
}
.domain-area ul li {
	font-size: 16px;
	color: #000000;
	margin-bottom: 30px;
	font-weight: 800;
}
.industry-boxes-area {
	padding: 15px;
	margin-top: 50px;
}
.industry-boxes-area .default-heading {
	text-align: center;
	padding: 10px 0 20px 0px;
}
.industry-boxes-area .default-heading h4 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 800;
}
.industry-boxes-area .icon-image {
	display: block;
	text-align: center;
	padding: 20px 0;
}
.industry-boxes-area p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
}
.industry-boxes-area .btn-link {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	padding-left: 30px;
	text-align: left;
}
.industry-boxes-area .btn-link i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.industry-boxes-area.one {
	background-color: #497f28;
}

.industry-boxes-area.one .btn-link a{
	color: #21430c;
}
.industry-boxes-area.two {
	background-color: #cd7e18;
	margin-top: 70px;
}

.industry-boxes-area.two .btn-link a {
	color: #60421a;
}
.industry-boxes-area.three {
	background-color: #cd6d18;
}

.industry-boxes-area.three .btn-link a{
	color: #ecc99b;
}
.industry-boxes-area.four {
	background-color: #c35525;
	margin-top: 70px;
}
.industry-boxes-area.four .btn-link a{
	color: #e9a88c;
}

.industry-boxes-area.five {
	background-color: #4e3166;
}
.industry-boxes-area.five .btn-link a{
	color: #b37fdd;
}
.section-twelve {
	position: relative;
	padding: 50px 0px 200px 0px;
	margin-top: -150px;
}
.section-twelve .domain-area .default-heading h2 {
	color: #FFFFFF;
}
.section-twelve .listing-area.small-list li {
	color: #FFFFFF;
}
.section-twelve .listing-area.small-list li:before {
	background-color: #7bd147;
}
.section-twelve .listing-area.small-list li p {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 400;
}
.section-twelve .listing-area.small-list li ul li {
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 15px;
}
.section-twelve .quick-facts {
	padding-top: 170px;
}
.section-twelve .quick-facts .default-heading h2 {
	color: #7bd147;
}
.section-twelve .quick-facts .list-unstyled li {
	color: #7bd147;
}
.key-projects {
	text-align: center;
	margin-bottom: -100px;
	margin-top: 50px;
	padding-left: 20%;
}
.key-projects .default-heading h3 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 800;
}
.railway-transpotation .slider-area {
	background-color: #497f28;
}
.railway-transpotation .slider-area .max-width-area {
	margin-bottom: 0;
}
.railway-transpotation .section-twelve {
	background-color: #497f28;
}
.section-green {
	position: relative;
	padding: 100px 0px 245px 0px;
	background-color: #7bd147;
}
.section-green .svg-img-angle path {
	fill: #7bd147;
}
/*.section-green .column-area{ margin-top: -50px;}*/

.section-green.first .column-area {
	margin-top: -50px;
}
.highlights-box-area {
	position: relative;
}
.highlights-box-area .default-heading {
	margin-bottom: 30px;
}
.highlights-box-area .default-heading h3 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #000000;
}
.highlights-box-area .default-heading span {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
/*.highlights-item .highlights-image-area{ margin-right: 30px; }*/

.highlights-details {
	position: relative;
}
.highlights-details .default-heading h4 {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 30px;
	color: #000000;
}
.highlights-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.highlights-details ul li {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	margin-bottom: 20px;
}
.highlights-details ul li:last-child {
	margin-bottom: 0;
}
.highlights-details ul li i {
	font-size: 18px;
}
.highlights-details ul li span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 15px;
	color: #000000;
}
.highlights-details ul li span:before {
	position: absolute;
	right: 6px;
	height: 100%;
	width: 3px;
	content: "";
	background-color: #000000;
}
.highlights-details ul li a {
	color: #497f28;
	display: inline-block;
	vertical-align: middle;
}
.heigh-light .default-heading h3 {
	color: #497f28;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 30px;
}
.heigh-light .listing-area.small-list li {
	color: #497f28;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.heigh-light .listing-area.small-list li ul {
	padding-top: 15px;
}
.heigh-light .listing-area.small-list li ul li {
	margin-bottom: 10px;
}
.heigh-light .listing-area.small-list li ul li:before {
	top: 50px;
	background-color: #497f28;
	width: 6px;
	height: 6px;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.success-story {
	display: block;
	margin-top: 50px;
	font-size: 24px;
	font-weight: 800;
	color: #cd6d18;
}

.success-story i {
	color: #000000;
	font-size: 18px;
}
.svg-img-angle-bottom {
	bottom: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.svg-img-angle-bottom polygon {
	fill: #FFFFFF;
}
.section-white {
	position: relative;
	padding: 100px 0px 245px 0px;
	background-color: #FFFFFF;
}
.section-white.last {
	padding-bottom: 100px;
}
.section-white .svg-img-angle-bottom {
	transform: rotate(-180deg);
}
.section-white .svg-img-angle-bottom polygon {
	fill: #7bd147;
}
/*.section-white .highlights-item .highlights-image-area{ margin-right: 0; margin-left: 30px; }*/

.industry-powertransmission .domain-area {
	margin-top: -50px;
}
.industry-powertransmission .svg-img-angle path {
	fill: #ecc99b;
}
.industry-powertransmission .slider-area {
	background-color: #cd6d18;
}
.industry-powertransmission .top-area {
    height: 500px;
}
.industry-powertransmission .slider-area .max-width-area {
	margin-bottom: 0;
	/*margin-top: -50px;*/
}
.industry-powertransmission .section-twelve {
	background-color: #cd6d18;
}
.industry-powertransmission .section-green {
	background-color: #ecc99b;
}
.industry-powertransmission .section-white .svg-img-angle-bottom polygon {
	fill: #ecc99b;
}
.industry-powertransmission .quick-facts {
	margin-top: 0;
}
.industry-powertransmission .quick-facts .default-heading h2,
.industry-powertransmission .quick-facts .list-unstyled li {
	color: #ecc99b;
}
.industry-powertransmission .domain-area ul li {
	font-weight: 400;
}
.industry-powertransmission .listing-area.small-list li {
	line-height: 24px;
}
.industry-powertransmission .listing-area.small-list li:before {
	background-color: #FFFFFF;
}
.industry-powertransmission .section-green .heigh-light .default-heading h3 {
	color: #cd6d18;
}
.industry-powertransmission .section-green .heigh-light .listing-area.small-list li {
	color: #cd6d18;
}
.industry-powertransmission .section-green .heigh-light .listing-area.small-list li:before {
	background-color: #cd6d18;
}
.industry-powertransmission .section-green .highlights-details ul li a {
	color: #cd6d18;
}
.industry-powertransmission .section-white .heigh-light .default-heading h3 {
	color: #cd6d18;
}
.industry-powertransmission .section-white .heigh-light .listing-area.small-list li {
	color: #cd6d18;
}
.industry-powertransmission .section-white .heigh-light .listing-area.small-list li:before {
	background-color: #cd6d18;
}
.industry-powertransmission .section-white .highlights-details ul li a {
	color: #cd6d18;
}
.industry-powerdistribution .domain-area {
	margin-top: -50px;
}
.industry-powerdistribution .slider-area {
	background-color: #cd7e18;
}
.industry-powerdistribution .section-twelve {
	background-color: #cd7e18;
}
.industry-powerdistribution .quick-facts {
	margin-top: 0;
}
.industry-powerdistribution .quick-facts .default-heading h2,
.industry-powerdistribution .quick-facts .list-unstyled li {
	color: #ecc99b;
}
.industry-powerdistribution .success-story {
	color: #cd7e18;
}
.industry-powerdistribution .section-twelve .listing-area.small-list li:before {
	background-color: #FFFFFF;
}
.industry-powerdistribution .slider-area .max-width-area {
	margin-bottom: 0;
}
.industry-powerdistribution .top-area {
    height: 500px;
}
.industry-powerdistribution .svg-img-angle path {
	fill: #e3d4c0;
}
.industry-powerdistribution .section-green {
	background-color: #e3d4c0;
}
.industry-powerdistribution .section-white .svg-img-angle-bottom polygon {
	fill: #e3d4c0;
}
.industry-powerdistribution .section-green .heigh-light .default-heading h3,
.industry-powerdistribution .section-green .heigh-light .listing-area.small-list li,
.industry-powerdistribution .section-green .highlights-details ul li a {
	color: #cd7e18;
}
.industry-powerdistribution .section-green .heigh-light .listing-area.small-list li:before {
	background-color: #cd7e18;
}
.industry-powerdistribution .section-white .heigh-light .default-heading h3,
.industry-powerdistribution .section-white .heigh-light .listing-area.small-list li,
.industry-powerdistribution .section-white .highlights-details ul li a {
	color: #cd7e18;
}
.industry-powerdistribution .section-white .heigh-light .listing-area.small-list li:before {
	background-color: #cd7e18;
}
.industry-powerdistribution .listing-area.small-list li {
	line-height: 24px;
	font-weight: 400;
}
.aap-note.success-story {
	color: #000000;
}
.aap-note.success-story a{
	color: #000000;
}
.industry-powergeneration .slider-area {
	background-color: #c35525;
}
.industry-powergeneration .section-twelve {
	background-color: #c35525;
}
.industry-powergeneration .slider-area .max-width-area {
	margin-bottom: 0;
	margin-top: -50px;
}
.industry-powergeneration .listing-area.small-list li:before {
	background-color: #FFFFFF;
}
.industry-powergeneration .section-green {
	background-color: #e3d4c0;
}
.industry-powergeneration .svg-img-angle path {
	fill: #e3d4c0;
}
.industry-powergeneration .heigh-light .default-heading h3 {
	color: #c35525;
}
.industry-powergeneration .heigh-light .listing-area.small-list li:before {
	background-color: #c35525;
}
.industry-powergeneration .heigh-light .listing-area.small-list li {
	color: #c35525;
}
.industry-powergeneration .highlights-details ul li a {
	color: #c35525;
}
.industry-powergeneration .success-story {
	color: #c35525;
}
.industry-oil-and-gas .slider-area {
	background-color: #4e3166;
}
.industry-oil-and-gas .section-twelve {
	background-color: #4e3166;
}
.industry-oil-and-gas .quick-facts {
	margin-top: 0;
}
.industry-oil-and-gas .quick-facts .default-heading h2,
.industry-oil-and-gas .quick-facts .list-unstyled li {
	color: #b37fdd;
}
.industry-oil-and-gas .success-story {
	color: #4e3166;
}
.industry-oil-and-gas .section-twelve .listing-area.small-list li:before {
	background-color: #b37fdd;
	height: 6px;
	width: 6px;
}
.industry-oil-and-gas .slider-area .max-width-area {
	margin-bottom: 0;
	margin-top: -50px;
}
.industry-oil-and-gas .section-twelve .listing-area.small-list li ul {
	margin-top: 15px;
}
.industry-oil-and-gas .svg-img-angle path {
	fill: #b37fdd;
}
.industry-oil-and-gas .section-green {
	background-color: #b37fdd;
}
.industry-oil-and-gas .section-white .svg-img-angle-bottom polygon {
	fill: #b37fdd;
}
.industry-oil-and-gas .section-green .heigh-light .default-heading h3,
.industry-oil-and-gas .section-green .heigh-light .listing-area.small-list li,
.industry-oil-and-gas .section-green .highlights-details ul li a {
	color: #4e3166;
}
.industry-oil-and-gas .section-green .heigh-light .listing-area.small-list li:before {
	background-color: #4e3166;
}
.industry-oil-and-gas .section-white .heigh-light .default-heading h3,
.industry-oil-and-gas .section-white .heigh-light .listing-area.small-list li,
.industry-oil-and-gas .section-white .highlights-details ul li a {
	color: #4e3166;
}
.industry-oil-and-gas .section-white .heigh-light .listing-area.small-list li:before {
	background-color: #4e3166;
}
.industry-oil-and-gas .listing-area.small-list li {
	line-height: 24px;
	font-weight: 600;
}
.industry-oil-and-gas .listing-area.small-list li .listing-area.small-list {
	padding-top: 15px;
	padding-bottom: 15px;
}
.industry-oil-and-gas .listing-area.small-list li .listing-area.small-list li {
	font-weight: 400;
	margin-bottom: 0;
}
.custom-select {
	background: url(../images/drop-down-arrow.png) no-repeat right .15rem center/23px 12px;
	color: #000000;
	font-size: 24px;
	font-weight: 800;
	width: auto;
	border-radius: 0;
	border: none;
	background-color: inherit;
}
.contact-us {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.form-area .form-group input,
.form-area .form-group textarea {
	background-color: #e3e3e3;
	border-radius: 0;
	border: none;
	font-size: 18px;
	font-weight: 300;
	color: #808080;
	box-shadow: 5px 5px 5px #cdcdcd inset;
	padding: 10px 15px;
	height: auto;
}
.form-area .form-group select {
	border-radius: 0;
	border: none;
	background-color: inherit;
}
.form-area .form-group textarea {
	min-height: 230px;
}
.send-btn {
	background-color: #011831;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	width: 100%;
	max-width: 300px;
	border-radius: 0;
}
.send-btn:hover,
.send-btn:focus,
.send-btn:active {
	background-color: #eb1d24;
	border-color: #eb1d24;
}
.product-interest {
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
	position: relative;
	margin-right: 10px;
}
.product-interest:after {
	position: absolute;
	top: 3px;
	bottom: 3px;
	right: -15px;
	height: 80%;
	width: 2px;
	content: '';
	background-color: #000000;
}
.select-box.custom-select {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 800;
	background: #ffffff url(../images/drop-down-arrow.png) no-repeat right .75rem center/15px 8px;
	color: #000000;
}
.address-area {
	margin-top: 100px;
}
.address-area .default-heading {
	display: block;
	margin-bottom: 20px;
}
.address-area .default-heading h4 {
	font-weight: 800;
}
.address-area p {
	margin: 0;
	padding: 0;
	color: #011831;
}
.address-area .row {
	margin-bottom: 50px;
}
.career {
	position: relative;
}
.career .slider-area {
	background-color: #011831;
}
.career .section-six {
	background-color: #82beab;
	padding: 50px 0 100px 0;
}
.career .section-six .paragraph-area.martop {
	margin-top: 100px;
}
.career .column-area .boxes-area .default-heading h4 {
	font-size: 36px;
}
.career .column-area .boxes-area.one .default-heading h4 {
	color: #debe81;
}
.career .column-area .boxes-area.two .default-heading h4 {
	color: #82beab;
}
.career .column-area .boxes-area.three .default-heading h4 {
	color: #ac82be;
}
.career .column-area .boxes-area.three {
	margin-top: 220px;
}
.career .column-area .boxes-area.four {
	margin-top: -20px;
}
.career .column-area .boxes-area.four .default-heading h4 {
	color: #9c674b;
}
.career .column-area .boxes-area.five {
	margin-top: 50px;
}
.career .column-area .boxes-area.five .default-heading h4 {
	color: #72905a;
}
.career .section-seven {
	padding: 50px 0 100px 0;
}
.career .section-eight {
	background-color: #82beab;
	padding: 50px 0 50px 0;
}
.career .section-eight > .column-area > .default-heading {
	margin-top: 50px;
	margin-bottom: 30px;
}
.career .section-eight > .column-area > .default-heading > span {
	font-size: 24px;
	margin-top: 30px;
	display: block;
}
.career .section-eight .svg-img-angle path {
	fill: #82beab;
}
.form-group-search {
	position: relative;
}
.form-group-search span {
	display: block;
	font-size: 24px;
	font-weight: 500;
	padding-left: 10px;
}
.search {
	font-size: 24px;
	color: #000000;
	font-weight: 800;
}
.search:hover {
	color: #000000;
}
.search i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.position-area {
	position: relative;
	margin-top: 80px;
}
.nav-pills .nav-link {
	color: #000000;
	font-size: 18px;
	padding: 8px 0;
	background-color: inherit;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	font-weight: 800;
	background-color: inherit;
	color: #000000;
}
.position-area .default-heading h4 {
	color: #000000;
	font-size: 24px;
	font-weight: 800;
}
.position-area p {
	font-size: 18px;
	line-height: 24px;
}
.position-area p strong {
	line-height: 30px;
}
.position-area .default-heading h5 {
	color: #000000;
	font-size: 18px;
	font-weight: 800;
}
.position-area .form-area .form-group {
	margin-bottom: 20px;
}
.position-area .form-area .form-group input,
.position-area .form-area .form-group textarea {
	background-color: #FFFFFF;
	padding: 7px 15px;
}
.position-area .form-area .form-group textarea {
	max-height: 120px;
	min-height: 120px;
}
.position-area .form-area .form-group .custom-file {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	height: auto;
	margin-left: 20px;
	cursor: pointer;
}
.position-area .form-area .form-group .custom-file .custom-file-input {
	padding: 0;
	line-height: 1;
}
.position-area .form-area .form-group .custom-file .custom-file-label {
	padding: 0;
	margin-bottom: 0;
	height: auto;
	border-radius: 0;
	background-color: inherit;
	border: none;
	color: #000000;
	font-weight: 800;
	cursor: pointer;
}
.position-area .custom-file-input:lang(en)~.custom-file-label::after {
	display: none;
}
.hardware {
	position: relative;
}
.hardware .svg-img-angle-bottom {
	height: 120px;
}
.hardware .slider-area {
	background-color: #011831;
}
.hardware .slider-area .max-width-area {
	margin-bottom: -30px;
}
.hardware .slider-area .max-width-area.marbotm {
	margin-bottom: 0px;
}
.top-right-img {
	position: relative;
}
.points-area {
	position: relative;
	list-style: none;
	margin-bottom: 50px;
}
.points-area li {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.points-area li a{
	color:#fff;
}
.points-area li i {
	color: #00dbf9;
	position: absolute;
	left: 0;
	top: 45px;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}

 .hardware .paragraph-area {
	position: relative;
}
.hardware .paragraph-area p {
	font-size: 18px;
	line-height: 24px;
}
.hardware .paragraph-area h4 {
	font-size: 18px;
	font-weight: 800;
}
.hardware .paragraph-area p.white,
.hardware .paragraph-area h4.white {
	color: #FFFFFF;
}
.hardware .paragraph-area.yellow p {
	color: #d8bb34;
}
.section-colorful {
	background-color: #d8bb34;
	padding: 150px 0px 120px 0px;
	position: relative;
}
.section-colorful2 {
	background-color: #d8bb34;
	padding: 110px 0px 60px 0px;
	position: relative;
}
.section-colorful .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}
.section-colorful .svg-img-angle-bottom polygon {
	fill: #ffffff;
}
.section-colorful .default-heading.black h3 {
	color: #000000;
	font-size: 30px;
	font-weight: 800;
}
.hardware .section-colorful .default-heading.white-large h2,
.hardware .section-colorful .default-heading.white-large span {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
}
.hardware .section-colorful .default-heading.white-large span {
	font-size: 30px;
	padding-left: 10px;
	font-weight: 800;
}
.hardware .section-colorful .default-heading.white-large.black h2 {
	color: #000000;
}
/*.hardware .section-colorful.first .column-area{ margin-top: -50px; }*/


.company .container-fluid,
.hardware .container-fluid,
.career .container-fluid,
.industry-oil-and-gas .container-fluid,
.industry-powerdistribution .container-fluid,
.industry-powergeneration .container-fluid,
.industry-powertransmission .container-fluid,
.railway-transpotation .container-fluid{ padding-right: 50px; padding-left: 50px; }

.list-area {
	position: relative;
}
.list-area.martop {
	margin-top: 100px;
}
.list-area.martoparea {
	margin-top: 25px;
}
.list-area .default-heading {
	margin-bottom: 20px;
}
.list-area .default-heading h3 {
	font-size: 48px;
	font-weight: 800;
	color: #d8bb34;
}
.list-area ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.list-area ul li {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.list-area ul h4 {
	font-size: 18px;
	font-weight: 800;
}
.list-area ul.listing-area li {
	margin-bottom: 5px;
	font-size: 18px;
}
.list-area ul.listing-area li:before {
	background-color: #d8bb34;
}
.list-area.colored ul li {
	color: #ffffff;
}
.list-area.colored ul li span {
	display: block;
	color: #000000;
}
.list-area.colored .default-heading h3 {
	color: #ffffff;
}
.list-area.colored ul.listing-area {
	padding-top: 0;
}
.list-area.colored ul.listing-area li {
	font-size: 16px;
	margin-bottom: 0px;
}
.list-area.colored ul.listing-area li.black {
	color: #000000;
}
.list-area.colored ul.listing-area li.yellow {
	color: #d8bb34;
}
.list-area.colored ul.listing-area li:before {
	background-color: #FFFFFF;
	height: 6px;
	width: 6px;
}
.hardware .section-white {
	padding: 120px 0px 120px 0px;
}

.hardware .section-white .svg-img-angle-bottom polygon {
	fill: #d8bb34;
}
.hardware .section-white .default-heading.white-large h2,
.hardware .section-white .default-heading.white-large span {
	display: inline-block;
	vertical-align: middle;
	color: #d8bb34;
}
.hardware .section-white .default-heading.white-large span {
	font-size: 30px;
	padding-left: 10px;
	font-weight: 800;
}
.hardware .section-white .default-heading.white-large.black h2 {
	color: #000000;
}
.hardware .section-white .list-area.black .default-heading h3 {
	color: #000000;
	font-size: 30px;
}
.hardware .section-white .list-area ul {
	margin-bottom: 0;
}
.hardware .section-white .list-area ul.listing-area li {
	font-weight: 700;
}
.hardware .section-white .list-area ul.listing-area li.yellow {
	color: #d8bb34;
}
.hardware .section-white .list-area ul.font-weight p {
	color: #d8bb34;
}
.hardware .section-white .list-area ul.font-weight li {
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
}
.hardware .section-white .list-area ul.listing-area li ul li {
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 8px;
}
.hardware .section-white .list-area ul.listing-area li ul li:before {
	height: 6px;
	width: 6px;
}
.hardware .marg-minus.image-area {
	margin-top: -170px;
}
.hardware .marg-tb.image-area {
	margin: 30px 0;
}
.hardware .marg-tb2.image-area {
	margin: 0 auto;
    text-align: center;
    width: 220px;
}

.list-area.colored ul h3 {
	font-weight: 800;
	font-size: 36px;
}
.list-area.model {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.list-area.model li {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 30px;
}
.list-area.model strong {
	display: block;
}
.laptop {
	margin-top: -60px;
	margin-right: -50px;
}