@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");

@font-face {
    font-family: 'Fira-Sans-Bold-Italic';
    src: url('../fonts/FiraSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Extra-Bold';
    src: url('../fonts/FiraSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Black-Italic';
    src: url('../fonts/FiraSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Bold';
    src: url('../fonts/FiraSans-Bold.woff2') format('woff2'),
        url('../fonts/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Extra-Bold-Italic';
    src: url('../fonts/FiraSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Black';
    src: url('../fonts/FiraSans-Black.woff2') format('woff2'),
        url('../fonts/FiraSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Light';
    src: url('../fonts/FiraSans-Light.woff2') format('woff2'),
        url('../fonts/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Medium';
    src: url('../fonts/FiraSans-Medium.woff2') format('woff2'),
        url('../fonts/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Light-Italic';
    src: url('../fonts/FiraSans-LightItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Italic';
    src: url('../fonts/FiraSans-Italic.woff2') format('woff2'),
        url('../fonts/FiraSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Medium-Italic';
    src: url('../fonts/FiraSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Semi-Bold';
    src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Extra-Light';
    src: url('../fonts/FiraSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Regular';
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Extra-Light-Italic';
    src: url('../fonts/FiraSans-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Thin';
    src: url('../fonts/FiraSans-Thin.woff2') format('woff2'),
        url('../fonts/FiraSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Thin-Italic';
    src: url('../fonts/FiraSans-ThinItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira-Sans-Semi-Bold-Italic';
    src: url('../fonts/FiraSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}





*{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
}

body {
	font-size: 16px;
	font-family: 'Fira-Sans-Regular';
}

p:last-child {
	margin: 0px;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

.z-index-0 {
	z-index: 0;
}
::selection {
	background: rgba(255, 244, 147, .8);
	color: #272c30;
}

header.headersection {
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    padding: 12px 0;
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}
a.navbar-brand {    padding: 0;}
a.navbar-brand img {    max-width: 380px;}
.navbar-classic.navbar-light .navbar-nav .nav-link {
	color: #181825;
	padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    color: #777;
    padding: 12px 8px 0;
    line-height: 20px;
    border-bottom: transparent;
    letter-spacing: 0.5px;
    /* font-family: 'Fira-Sans-Bold'; */
    text-transform: uppercase;
    font-size: 15px;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
	color: #004f66;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #3544ee;
}
.navbar-classic.navbar {
	padding: 0px;
}
.navbar-classic .dropdown-toggle::after {
	margin-top: 0px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #777;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
	float: right;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #f1f1f6;
	border-radius: 0px;
}
.navbar-brand {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	color:#181825;
	font-size:24px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 0px;
	margin: 10px 0px 0;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
	color: #777;
    line-height: 20px;
    border-bottom: transparent;
/*    letter-spacing: 0.5px;*/
/*    font-family: 'Fira-Sans-Bold';*/
	font-size: 15px;
	display: block;
	width: 100%;
	padding: 8px 14px;
	clear: both;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-transform: uppercase;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4955ef;
	text-decoration: none;
	background-color: #eeeffd;
	border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
	color: #4955ef;
}

.dropdown-item:hover.dropdown-toggle::after{}

a.dropdown-item:hover.dropdown-toggle.subarrow::after{color: #ffcc29;}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in 
}
	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {
	position: unset;
}
.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
}
.mega-dropdown-menu ul {
	list-style: none;
}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {
	position: absolute;
	/* top: -1px;
	*/
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #ffcc29;
    text-decoration: none;
    background-color: #004f66;
	border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
	color: #4955ef;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
/*	padding: 17px 15px;*/
	padding: 12px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: #004f66;
	border: 1px solid #eaeaf0;
	border-radius: .25rem;
	position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #ffcc29;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #ffcc29;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #ffcc29;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #ffcc29;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #ffcc29;
}


.padding{
	padding:60px 0;
}

/*slidersection*/
.heroslidersection {
    padding-top: 100px;
}
.item.custitems {
    position: relative;
}
.custitems-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.custitems-sub h4 {
    color: #fff;
    font-size: 48px;
/*    font-family: 'Fira-Sans-Bold';*/
}
.custitems-sub p {
    color: #fff;
    font-size: 18px;
}
/*end slidersection*/


/*banner*/
/*.aboutusbanner{
	background:url("../images/aboutusbanner.png");
	height: 160px;
}*/
/*.infrastructurebanner{
	background:url("../images/infrastructurebanner.png");
	height: 160px;
}*/
/*.qualitybanner{
	background:url("../images/qualitybanner.png");
	height: 160px;
}
.contactusbanner{
	background:url("../images/contactusbanner.png");
	height: 160px;
}*/
.banner {
	background:url("../images/infrastructurebanner.png");
	height: 160px;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: -19px -3px 4px 0 rgb(0 0 0 / 5%) inset;
    margin-top: 100px;
}

.productbanner-breadcrume {
    display: flex;
    justify-content: space-between;
}
.breadcrume-head {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Fira-Sans-Light';
}
ol.breadcrumb.custbreadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
ol.breadcrumb.custbreadcrumb > li.breadcrumb-item > a {
    color: #fff;
}
ol.breadcrumb.custbreadcrumb > li.breadcrumb-item.active {
    color: #fff;
    font-family: 'Fira-Sans-Light';
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/*end banner*/

/*applicativesectorssection*/
.applicativesectorssection{
	padding: 60px 0 20px;
	background: url("../images/applicative-sectors/applicative-sectors-bg.png");
	background-attachment: fixed;
}
.applicativesectors-desc {
    text-align: center;
    margin-bottom: 30px;
}
.applicativesectors-desc img {
    border-radius: 50%;
    border: 2px solid #ffcc29;
    margin: 0 0 10px;
    max-width: 150px;
}
.applicativesectors-desc h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'Fira-Sans-Light';
}

/*end applicativesectorssection*/


/*homeproductsection */
.homeproductsection {
    background: url(../images/product-slider-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item.product-items h4{
	font-size: 18px;
	background: #004f66;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-family: 'Fira-Sans-Light';
    border: 1px solid #004f66;
}
.item.product-items{
	margin-bottom: 20px;
}
/*.item.product-items a img {
    border: 1px solid #004f66;
}*/
/*homeproductsection */



/*aboutussection*/
.infrastructurtext{
	padding-top:60px;
}

.aboutus-right {
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
    margin-top: 25px;
    padding: 30px 20px;
    margin-left: -150px;
    background: #fff;
}
.aboutus-right p {
    margin-bottom: 20px;
    color: #777;
    font-family: 'Fira-Sans-Light';
    line-height: 28px;
    text-align: justify;
}
.aboutus-right.homeaboutus {
    margin-top: 30px;
}
.aboutus-right.homeaboutus h4 {
    margin-bottom: 10px;
    font-size: 26px;
    text-transform: uppercase;
/*    font-family: 'Fira-Sans-Bold';*/
	font-family: 'Fira-Sans-Light';
    color: #004F65;
/*    border-bottom: 2px solid #004f66;*/
/*    padding-bottom: 20px;*/
}
.themebtn a {
	font-style: 14px;
/*    background: #004f66;*/
    color: #004f66;
    padding: 8px 20px;
    display: inline-block;
/*    font-family: 'Fira-Sans-Bold';*/
    text-transform: uppercase;
/*    letter-spacing: 0.9px;*/
/*    border-radius: 50px;*/
    transition: all .3s ease-in;
    border: 1px solid #004f66;
}
.themebtn a:hover{
	background: #004f66;
	color: #fff;
	border:1px solid transparent;
}
/*end aboutussection*/


.bg-black{	background: #000;}
.bg-gray{	background: #eee;}


/*infrastructuresection*/
.infrastructuresection {}

.infrastructure-head h4 {
    text-align: center;
    font-family: 'Fira-Sans-Light';
    font-size: 28px;
    margin-bottom: 60px;
    position: relative;
    color: #004f66;
}
.infrastructure-head.applicative-head h4 {
    color: #fff;
    position: relative;
    font-family: 'Fira-Sans-Light';
}
.infrastructure-head h4::after{
	content: "";
	position: absolute;
	top: 55px;
	left: 50%;
	height: 1px;
	width: 100px;
	margin-left: -50px;
	background:#004f66;
}
.infrastructure-head.applicative-head h4::after{
	background:#fff;
}
.infrastructure-desc {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-bottom: 30px;
    height: 470px;
}
.infrastructure-txt {
    padding: 20px;
}
.infrastructure-tag h4 {
    font-size: 18px;
    text-align: center;
    color: #777;
    font-family: 'Fira-Sans-Light';
    line-height: 28px;
}
.infrastructure-txt h3 {
    font-size: 18px;
    margin-bottom: 15px;
/*    font-family: 'Fira-Sans-Medium';*/
/*    border-bottom: 2px solid #004f66;*/
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 15px;
    color: #004f66;
    text-align: center;
}
.infrastructure-txt p{
	text-align: center;
	color: #777;

}
.infralast p{
	font-size: 18px;
    text-align: center;
    color: #777;
    font-family: 'Fira-Sans-Light';
/*    line-height: 34px;*/
}
/*end infrastructuresection*/


/*qualitysection*/
.qualitysection{}
.qualitysection h4{
	font-size: 18px;
	text-align: center;
	color: #777;
	font-family: 'Fira-Sans-Light';
	line-height: 28px;
}
.qualityprivacy-image.rightshape{position: relative;}

.qualityprivacy-image.leftshape{position: relative;}

.qualityprivacy-text {
    padding: 0 20px 40px;
}
.cust-p-l{padding-left:0; }
.cust-p-r{padding-right:0;}
/*.qualityprivacy-text h2 {
    font-size: 36px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
.qualityprivacy-text h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50px;
}
*/


.qualityprivacy-text h2 {
    font-family: 'Fira-Sans-Light';
	color: #004f66;
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
}
.qualityprivacy-text h2::after{
	content: "";
    position: absolute;
    width: 100px;
    height: 1.5px;
    background: #004f66;
    left: 0;
    top: 40px;
}
.qualityprivacy-text p {
    color: #777;
    line-height: 26px;
}
.certifications-desc h2 {
    font-size: 36px;
    position: relative;
    margin-bottom: 30px;
    color: #004f66;
    font-family: 'Fira-Sans-Medium';
}
.certifications-desc h2::after{
	content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #004f66;
    left: 0;
    top: 50px;
}
.certifications-desc p {
    font-size: 18px;
}
.certifications-img a {
    display: inline-block;
    padding-right: 5px;
}
.certifications-img a:last-child{
    padding-right: 0px;
}
.certifications-img a img {
    border: 2px solid #000;
}
.certifications-text {
/*    margin-top: 40px;*/
}
.certifications-img {
    display: flex;
    gap: 10px;
}
.certifications-text h2 {
    font-family: 'Fira-Sans-Light';
	color: #004f66;
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
}
.certifications-text h2::after{
	content: "";
    position: absolute;
    width: 100px;
    height: 1.5px;
    background: #004f66;
    left: 0;
    top: 40px;
}
/*end qualitysection*/


/*qclaboratorysection*/
.qclaboratorysection {
    padding: 50px 0 20px;
}
.qclaboratory p {
    margin-bottom: 30px;
}
.qclaboratory-text {
    margin-bottom: 30px;
    border: 1.5px solid #004f66;
}
.qclaboratory-text h5 {
	font-family: 'Fira-Sans-Light';
    background: #004f66;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
/*end qclaboratorysection*/


/*contactsection*/
.contactus-address {
    display: flex;
}
.contactus-desc {
    color: #000;
}
.contactus-desc a{
    color: #000;
}
.contactus-icon {
    margin-bottom: 10px;
    color: #ffcc29;
    width: 35px;
    height: 35px;
    background: #004f66;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
}
.contactus-address, .contactus-phone, .contactus-email {
    margin-bottom: 40px;
    border-bottom: 2px solid #3c3c3c;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.contactus-email {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.contactus-desc h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #3c3c3c;
    font-family: 'Fira-Sans-Bold';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.6px;
}
.contact-map {
    background: #004f66;
}
.contact-map h4 {
    color: #fff;
    text-align: center;
    padding: 85px 20px;
    font-size: 28px;
    font-family: 'Fira-Sans-Light';
}
/*end contactsection*/


/*whyussection*/
.whyus-desc {
    margin-bottom: 30px;
    text-align: center;
/*    border: 1px solid #777777;*/
    border: 1px solid #cdcdcd;
    height: 370px;
    padding: 20px 20px 0 20px;
    transition: all .3s ease-in;
}
.whyus-desc:hover{	background: #004f66;}
.whyus-desc-icon img{	max-width: 75px;text-align: center;}
.whyus-head h4 {
    text-align: center;
    margin-bottom: 40px;
    color: #777;
    font-family: 'Fira-Sans-Light';
    font-size: 26px;
}
.whyus-desc h4{
	color: #004f66;
	font-family: 'Fira-Sans-Light';
	font-size: 20px;
	margin: 20px 0 30px;
	position: relative;
	transition: all .3s ease-in;
	text-transform: uppercase;
}
.whyus-desc:hover.whyus-desc h4{	color: #fff;}

.whyus-desc h4::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #004f66;
    top: 35px;
    left: 50%;
    margin-left: -40px;
    transition: all .3s ease-in;
}
.whyus-desc.cust-whyus-desc h4::after {top: 60px}
.whyus-desc-icon {
    display: flex;
    justify-content: center;
    transition: all .3s ease-in;
}
.whyus-desc:hover.whyus-desc h4::after {    background: #fff;}

.img-second{display: none;}

.whyus-desc:hover .img-second{
	display: block;
}

.whyus-desc:hover img.img-first{
	display: none;
}
.whyus-desc p{
	font-family: 'Fira-Sans-Light';
/*	font-size: 22px;*/
	text-align: center;
	color: #777;
}
.whyus-desc:hover p{
	color: #fff;
}
.whyus-txt p {
	font-size: 18px;
	text-align: center;
	color: #777;
	font-family: 'Fira-Sans-Light';
	line-height: 28px;
}
/*end whyussection*/


/*corepurposesection*/
.corepurposesection {
	padding: 80px 0;
	text-align: center;
	background: url("../images/corepurpos-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.aboutus-right.main-aboutus-right {
    margin: 0;
    box-shadow: none;
    padding: 0;
}
.custrow{
	justify-content: center;
}

.corepurpose-main h3 {
    font-family: 'Fira-Sans-Light';
    font-size: 28px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}

.corepurpose-main p{
    color: #fff;
    line-height: 26px;
}
.corepurpo-icon-sesection{
	padding: 60px 0;
}
.whyus-desc.corepurpose-desc h4::after {
    top: 35px;
}
.whyus-desc.corepurpose-desc {
    height: 300px;
}
.corepurpose-txt{
	text-align: center;
}
.corepurpose-txt p{
/*	font-size: 22px;*/
    color: #777;
    font-family: 'Fira-Sans-Light';
    line-height: 26px;
}

.aboutus-left-sub{
	text-align: center;
}
.aboutus-left-sub p{
	color: #777;
	font-family: 'Fira-Sans-Light';
	line-height: 28px;
	width: 70%;
	margin: 10px auto 20px;
}
.aboutus-sub-img {
    margin-bottom: 30px;
}
/*end corepurposesection*/


/*applicativesection*/
.applicativesection{
	padding: 70px 0;
}
.applicative-txt p {
    font-size: 18px;
    text-align: center;
    color: #777;
    font-family: 'Fira-Sans-Light';
    line-height: 28px;
    margin-bottom: 110px;
}
.applicative-desc {
    text-align: center;
    margin-bottom: 100px;
    border: 1px solid #cdcdcd;
    padding: 20px 20px;
    height: 290px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transition: all .3s ease-in;
}
.applicative-desc:hover{
	background: #004f66;
}
.applicative-desc img {
    border-radius: 50%;
    border: 2px solid #004f66;
    max-width: 140px;
    margin-top: -90px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.applicative-desc h5 {
    margin: 20px 0;
    color: #004f66;
    font-family: 'Fira-Sans-Light';
    font-size: 20px;
    position: relative;
    transition: all .3s ease-in;
    position: relative;
    text-transform: uppercase;
}
.applicative-desc:hover.applicative-desc h5{
	color: #fff;
}
.applicative-desc:hover.applicative-desc p{
	color: #fff;
}
.applicative-desc p {
    font-family: 'Fira-Sans-Light';
    text-align: center;
    color: #777;
    transition: all .3s ease-in;
}
.applicative-desc h5::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #004f66;
    top: 32px;
    left: 50%;
    margin-left: -40px;
    transition: all .3s ease-in;
}

.applicative-desc:hover.applicative-desc h5::after {
    background: #fff;
}
.applicative-desc.cust-applicative-desc h5::after {
    top: 30px;
}
.applicative-desc.lastmargin {
    margin: 0;
}
/*end applicativesection*/



/*environmentsection*/
.environmentsection{}
.environment-txt h5 {
    font-family: 'Fira-Sans-Light';
    color: #004f66;
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
}
.environment-txt h5::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -10px;
}
.environment-txt p{
	color: #777; 
    font-family: 'Fira-Sans-Light';
    line-height: 28px;
}
.sustainingourenvironment-txt{
	text-align: center;
	padding: 60px 0;
}
.sustainingourenvironment-txt h5 {
    margin-bottom: 10px;
    color: #777;
    font-family: 'Fira-Sans-Light';
    font-size: 26px;
}
.sustainingourenvironment-txt p {
    color: #777;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Fira-Sans-Light';
}
.sustainingourenvironment-desc h3 {
	font-family: 'Fira-Sans-Light';
	color: #004f66;
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
}
.sustainingourenvironment-desc h3::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1.5px;
    background: #004f66;
    left: 0;
    top: 40px;
}
.sustainingourenvironment-desc.capabilities-main h3::after {
    top: 80px;
}
.sustainingourenvironment-desc h4 {
    font-family: 'Fira-Sans-Light';
    color: #004f66;
    margin: 10px 0;
    font-size: 22px;
    position: relative;
}
.sustainingourenvironment-desc p {
    color: #777;
    line-height: 28px;
}
.sustainingourenvironment-desc.capabilities-main p {
    margin-bottom: 10px;
}
.row.row-evironment {
    display: flex;
    align-items: center;
}
.sustainingourenvironment-desc.capabilities-main ul {
    padding-left: 20px;
    column-count: 2;
    margin-bottom: 10px;
}
.sustainingourenvironment-desc.capabilities-main ul li{
	color: #777;
	line-height: 26px;
}
.cust-hr hr {
    border-top: 10px solid rgba(0,0,0,.05);
    margin: 0;
}
/*end environmentsection*/


/*productsection*/
.product-description img {
    margin-bottom: 50px;
}
.mainproduct-details > .table {
    margin-bottom: 0;
}
ol.carousel-indicators{margin: -20px 0;}
.carousel-indicators li {
    background: #004f66;
    border: 1.5px solid transparent;
}
/*.carousel-indicators li{background: #004f66;}*/
.product-text p{
	color: #777;
	font-family: 'Fira-Sans-Light';
	line-height: 28px;
	text-align: justify;
}
.valves-slider {
    margin-bottom: 30px;
}
/*end productsection*/



/*footersection*/
.footer-main-section {
    padding: 40px 0;
    background: #004f66;
}
.footer-logo{
	margin-bottom: 50px;
}
.footer-logo img {
    max-width: 340px;
}
.footer-desc img {
    max-width: 330px;
}
.footer-logo p {
    color: #fff;
    padding-top: 30px;
    font-family: 'Fira-Sans-Light';
}
ul.ourproducts {
    column-count: 2;
}
.footer-desc h3 {
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-family: 'Fira-Sans-Light';
    text-transform: uppercase;
    font-size: 22px;
}
.footer-desc ul {
    padding-left: 20px;
    color: #fff;
}
.footer-desc ul li{
    line-height: 28px;
}
.footer-desc ul li a {
    color: #fff;
    display: inline-block;
    font-family: 'Fira-Sans-Light';
    font-size: 15px;
}
.footer-desc a {
    color: #fff;
}
.footer-address,.footer-phone,.footer-email {
    padding-bottom: 5px;
    display: flex;
}
.certifications-text p {
    color: #777; 
    font-family: 'Fira-Sans-Light';
}
.footer-email{
	border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.footer-desc {
    color: #fff;
    font-family: 'Fira-Sans-Light';
    font-size: 15px;
}
.footer-icon {
    margin-bottom: 10px;
    color: #fff;
    padding-right: 20px;
}
.footercopyright {
/*    background: #004f66;*/
    background: #053f50;
    padding: 8px 0;
}
.copyright-left p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;

}
.copyright-right {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.copyright-right a{
    color: #fff;
}
/*end footersection*/


.row.res-view {display: none;}


