/*blue bug fix*/
*{
	outline: none !important;
}
.btn:focus,
.btn-close:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
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;
}
[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*chrome blurry - bug fix*/
img{
	image-rendering: -webkit-optimize-contrast;
}

/* DEFAULT LINK .OK
-------------------------------------------------- */
a{
	font-family: Poppins;
	color:#0d1a26;
	text-decoration:none;
	outline:none;
}
a:hover{
    color:#36ada2;
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
} 




/* BODY .OK
-------------------------------------------------- */
body{ 
	font-family: Poppins;
    font-weight: 400;
	font-size:14px;
	color:#0d1a26;
	padding-top:108px; /*navbar-custom -> height + header .top-bar .align-items-center -> height*/
}
body.home {
	padding-top:30px !important; /*header .top-bar .align-items-center -> height*/
}



/* HEADER .OK
-------------------------------------------------- */
/*top bar*/
header .top-bar {
	z-index: 1031;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	background-color: #e8e7e7;
}
header .top-bar.sticky {
	background-color: #f00;
}
header .top-bar .align-items-center{
	height: 30px;
}
header .top-bar .top-nav li{
	margin-right:40px;
}
header .top-bar .language{
	margin:0;
	padding:0;
}
header .top-bar .language li{
	float:left;
	margin-left:10px;
}
header .top-bar .top-nav li a,
header .top-bar .language li a{
	font-family: Poppins;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
header .top-bar .top-nav li a:hover,
header .top-bar .language li a:hover{
	color: #00a596;
}
/*navbar-custom*/
header .navbar-custom {
	margin-top:30px; /*header .top-bar .align-items-center -> height*/
	padding-top:0;
	padding-bottom:0;
    max-height: 78px;
	background:none !important;
	background-color: #fff !important;
	border-bottom: 1px solid #e6e6e6;
}
header .navbar-custom.sticky{
	margin-top:0;
}
body.home header .navbar-custom{
	border-bottom: none !important;
}
body.home:not(.hover):not(.opened) header .navbar-custom{
	background-color:transparent !important;
}
body.opened header .navbar-custom{
	background-color:#f8f8f8 !important;
}
header .navbar-custom .navbar-brand {
    padding-top: 17px;
    padding-bottom: 17px;
	min-height:30px; /*X animation close bug fix*/
	z-index: 1999;
    object-fit: contain;
}
body.home:not(.hover):not(.opened) header .navbar-custom:not(.sticky) .teknokon-logo path,
body.home:not(.hover):not(.opened) header .navbar-custom:not(.sticky) .baker-hughes-logo g path:not(.default-color){
	fill:#fff !important;
}
header .navbar-custom .baker-hughes-logo{
	margin-left:30px;
}
header .navbar-custom .navbar-toggler {
	border:none;
	padding-right:5px;
	height:30px;
}
header .navbar-custom .navbar-toggler:focus {
	box-shadow:none !important; /*bug fix*/
}
header .navbar-custom  .navbar-toggler span {
	display: block;
	margin-top:10px;
	width: 29px;
	height: 2px;
	background-color: #ffffff;
	-webkit-animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	box-shadow: 1px 1px 4px darken(#9b59b6, 4%);
	transition: all 0.25s ease-out;
}
header .navbar-custom .navbar-toggler span:nth-of-type(1){
	margin-top:0;
}
header .navbar-custom.sticky .navbar-toggler span,
header .navbar-custom .navbar-toggler:not(.collapsed) span,
body.home header .navbar-custom.sticky .navbar-toggler span,
body:not(.home):not(.opened) header .navbar-custom .navbar-toggler span{
	 background-color: #000 !important;
}
header .navbar-custom .navbar-toggler:not(.collapsed) span:nth-of-type(1){
	 transform: rotate(45deg);
}
header .navbar-custom .navbar-toggler:not(.collapsed) span:nth-of-type(2){
	margin-top: -2px;
	transform: rotate(-45deg);
}
header .navbar-custom .navbar-nav > .nav-item{
	/*margin-right:30px;*/
	padding:0 13px;
	position:inherit; /*full width menu*/
}
header .navbar-custom .navbar-nav > .nav-item:first-child{
	padding-left:0;
}
header .navbar-custom .navbar-nav > .nav-item:last-child{
	padding-right:0;
}
header .navbar-custom .navbar-nav > .nav-item.language {
    margin-right: 0;
}
header .navbar-custom .navbar-nav > .nav-item > .nav-link,
header .navbar-custom .navbar-nav > .nav-item.language > .nav-link a{
    padding: 26px 0;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
body.home:not(.hover):not(.opened) header .navbar-custom .navbar-nav > .nav-item > .nav-link,
body.home:not(.hover):not(.opened) header .navbar-custom:not(.sticky) .navbar-nav > .nav-item.language > .nav-link a{
	color: #ffffff;
}
header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
header .navbar-custom .navbar-nav > .nav-item.active > .nav-link,
header .navbar-custom.sticky .navbar-nav > .nav-item.active > .nav-link,
header .navbar-custom.sticky .navbar-nav > .nav-item:hover > .nav-link,
body.home:not(.hover):not(.opened) header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
body.home:not(.hover):not(.opened) header .navbar-custom.sticky .navbar-nav > .nav-item:hover > .nav-link,
header .navbar-custom .navbar-nav > .nav-item.language > .nav-link a:hover
{
	color: #36ada2;
	position:relative; /*active top blue border*/
}
.navbar-nav .dropdown-toggle::after{
	display:none;
}
/*dropdown*/
header .navbar-custom .navbar-nav .dropdown-menu{
    padding: 60px 0 50px 0;
    margin-top: 0;
    background-color: #f8f8f8;
    background-clip: inherit !important;
	border-radius: 0;
	border: none;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
header .navbar-custom .navbar-nav .dropdown-menu.dropdown-menu-right::before{
	left:inherit;
	right:0;
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link{
    padding: 0 0 30px 0px;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link:hover{
	color: #36ada2;
}
/*dropdown multi col*/
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .info p{
	max-width:375px;
	font-family: Poppins;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.45;
	letter-spacing: -0.26px;
	text-align: left;
	color: #00a596;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .info img{
	max-width:350px;
	display:block;
	margin:0 auto;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul{
	float:left;
	width:100%;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul li{
	float:left;
	width:50%;
	padding-right:15px;
}
/*dropdown-menu language*/
header .navbar-custom .navbar-nav > .nav-item.language > .nav-link:hover{
	color: #0d1a26 !important; /*language seperator(slash)*/
}
header .navbar-custom .navbar-nav > .nav-item.language > .nav-link a{
	padding:0;
}
/*navbar sticky*/
header .navbar-custom,
header .navbar-custom .navbar-brand,
.home header .navbar-custom .navbar-brand svg *,
header .navbar-custom.sticky .navbar-nav > .nav-item > .nav-link,
header .navbar-custom.sticky .navbar-nav > .nav-item.language > .nav-link a,
header .navbar-custom .search-item .nav-link svg *
{
	transition: all 0.7s;
}
header .navbar-custom.sticky,
body.home:not(.hover):not(.opened) header .navbar-custom.sticky{
	background:#fff !important;
	min-height:64px;
	-webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
}
header .navbar-custom.sticky .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .navbar-custom.sticky .navbar-nav > .nav-item > .nav-link,
body.home:not(.hover):not(.opened) header .navbar-custom.sticky .navbar-nav > .nav-item > .nav-link{
	color: #0d1a26;
	padding-top: 20px;
    padding-bottom: 20px;
} 
/*search*/
header .navbar-custom .search-item .nav-link:hover svg path{
	fill:#36ada2 !important;
}
body.home:not(.hover):not(.opened) header .navbar-custom:not(.sticky) .search-item .nav-link svg path{
	fill:#fff !important;
}
.search-form.custom .search-input {
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #767676;
	padding: 14px 0 15px 0;
	border-radius: 0;
	border: none;
	border-bottom: solid 1px #d8d8d8;
	background-color: transparent;
}
.search-form.custom .search-input:focus {
	border-color: #d8d8d8 !important;
}
/*submit button*/
.search-form.custom .form-group {
	position:relative;
}
.search-form.custom input[type=submit] {
	display:inherit !important;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22search%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23b7b7b7%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_3263%22%20d%3D%22M10.515%2010.515a1.25%201.25%200%200%201%201.769%200L17.1%2015.33a1.251%201.251%200%201%201-1.769%201.77l-4.814-4.814a1.25%201.25%200%200%201%200-1.769z%22%20class%3D%22cls-1%22%20transform%3D%22translate(2.535%202.535)%22%2F%3E%3Cpath%20id%3D%22Path_3264%22%20d%3D%22M8.128%2015.005A6.878%206.878%200%201%200%201.25%208.128a6.878%206.878%200%200%200%206.878%206.878zm8.128-6.878A8.128%208.128%200%201%201%208.128%200a8.128%208.128%200%200%201%208.128%208.128z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 20px 20px;
    color: transparent;
	background-color: transparent !important;
    outline: none;
    border: none;
}
/*header search modal*/
#searchModal{
	padding:0 !important;
}
#searchModal .modal-dialog{
	width: 100% !important;
	max-width:inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}
#searchModal .modal-content{
	min-height: 222px;
	border:none;
	border-radius:0;
	border-top: solid 3px #1d8976;
	background-color: #f8f8f8;
}
#searchModal .modal-body{
	padding:0 !important;
}
#searchModal button.close {
    z-index: 9999;
    position: fixed;
    top: 20px;
    right: 20px;
    background: none;
    float: inherit;
    font-size: inherit;
}


/* FOOTER .FALSE
-------------------------------------------------- */
footer{
	padding-top: 76px;
	color:#767676;
	background:#01342b;
}
/*first-block*/
/*footer-nav .FALSE*/
footer h4{
	margin-bottom:18px;
}
footer h4,
footer h4 a{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: -0.28px;
	text-align: left;
	color: #fff;
}
footer h4 a:hover,
footer ul li a:hover,
footer .address a:hover{
	color: #36ada2;
}
footer ul{
	margin-bottom:0;
	padding-left:0;
}
footer ul li a{
	font-family: Poppins;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #767676;
}
/*footer address .FALSE*/
footer .address,
footer .address a{
	font-family: Poppins;
	font-size: 14px;
	line-height: 1.29;
	text-align: left;
	color: #767676;
}
footer .address .map-pin{
	margin-top:14px;
}
/*footer newsletter .FALSE*/
footer .newsletter .custom .form-group {
    margin-bottom: 25px;
}
footer .newsletter .custom .form-control {
	margin-bottom:18px;
	padding:10px 0 11px 0;
	font-size:14px;
	background:none;
	border:none;
	border-bottom:1px solid #c7c7c7 !important;
	font-size: 15px;
	line-height: 1.2;
	color: #ffffff !important;
	border-radius:0;
}
footer .newsletter .btn {
	width:100%;
	border:1px solid #c7c7c7 !important;
}
footer .newsletter .btn:hover{
	border:1px solid #fff !important;
}
footer .newsletter .custom .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
footer .newsletter .custom .form-control::-moz-placeholder {
  color: #ffffff;
}
footer .newsletter .custom .form-control:-ms-input-placeholder {
  color: #ffffff;
}
footer .newsletter .custom .form-control::-ms-input-placeholder {
  color: #ffffff;
}
footer .newsletter .custom .form-control::placeholder {
  color: #ffffff;
}
/*footer-bottom .FALSE*/
.footer-bottom{
	margin-top:82px;
	padding-top:30px;
	padding-bottom:27px;
	background-color: #fff;
	color:#767676;
}
.footer-bottom .nav li{
	margin-left:40px;
}
.footer-bottom .nav li:first-child{
	margin-left:0;
}
.footer-bottom .nav li > a{
	font-family: Poppins;
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: #767676;
}
.footer-bottom .nav li > a:hover{
	color: #000;
}
/*slogan*/
.footer-bottom .slogan{
	position:relative;
}
.footer-bottom .slogan .top{
	position:absolute;
	left:22px;
	top:-260px;
}
.footer-bottom .slogan .bottom{
	position:absolute;
	left:0;
	top:0;
}


/* FORM
-------------------------------------------------- */
/*custom .form-group .OK*/
.custom .form-group {
	margin-bottom: 24px;	
}
.custom .form-control {
	background-clip: padding-box;
	transition:none;
	height:auto;
	padding: 12px 1px;
	background-color:transparent;
	border: none;
	border-bottom:1px solid #c6c6c6;
	border-radius: 0;
	font-family: Poppins;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	text-align: left;
	color: #0d1a26;
}
.custom textarea.form-control {
	margin-top:60px;
	padding: 12px 14px;
	min-height: 139px;
	border:1px solid #c6c6c6;
}
.custom select.form-control {
	margin-top:42px;
	padding: 12px 14px;
	min-height: 60px;
	border:1px solid #c6c6c6;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.223%22%20height%3D%2211.819%22%20viewBox%3D%220%200%2022.223%2011.819%22%3E%3Cpath%20id%3D%22Path_103%22%20data-name%3D%22Path%20103%22%20d%3D%22M11871.148-66l10.76%2C10.758L11892.664-66%22%20transform%3D%22translate(-11870.795%2066.354)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat, repeat;
	background-position: right 23px top 50%, 0 0;
	background-size: 21.5px 10.8px;
}
.custom .form-control::-webkit-input-placeholder {
  color: #0d1a26;
}
.custom .form-control::-moz-placeholder {
  color: #0d1a26;
}
.custom .form-control:-ms-input-placeholder {
  color: #0d1a26;
}
.custom .form-control::-ms-input-placeholder {
  color: #0d1a26;
}
.custom .form-control::placeholder {
  color: #0d1a26;
}
.custom .form-control:focus {
  box-shadow:none;
}
/*custom radio and checkbox .FALSE*/
.custom .form-check,
.custom .custom-control{
	line-height: 1.5rem;
}
.custom .form-check.form-check-inline{
    margin-right: 33px;
}
.custom .form-check .form-check-label,
.custom .form-check .form-check-label a,
.custom .custom-control .custom-control-label,
.custom .custom-control .custom-control-label a{
	font-family: Poppins;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5rem;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.custom .form-check .form-check-label a,
.custom .custom-control .custom-control-label a{
	text-decoration:underline;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ed1d24;
    background-color: #ed1d24;
}
.custom .form-check .form-check-label a:hover,
.custom .custom-control .custom-control-label a:hover{
	color: #333;	
}
.custom .form-check.policy .form-check-label,
.custom .custom-control.policy .form-check-label{
	font-weight: normal;
}
/*input-group .FALSE*/
.custom .input-group-text {
	min-width: 86px;
	-ms-flex-pack: center;
    justify-content: center;
	font-family: Poppins;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	border: solid 1px #e2e2e2;
	background-color: #f8f8f8;
    border-radius: 12px;
}
/*file .FALSE*/
.custom .form-file{
	margin-top:34px;
}
.custom .form-file input[type=file]{
	display:none;
}
.custom .form-file label{
	position:relative;
	margin-bottom:0;
	min-width: 187px;
	height: 56px;
	padding-left:11px;
	padding-right:68px;
	background-color: #ededed;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	line-height: 56px;
	text-align: left;
	color: #000000;
	cursor:pointer;
}
.custom .form-file label:hover{
	background-color: #000;
	color: #fff;
}
.custom .form-file label::before{
	content:"";
	position:absolute;
	right:19px;
	top:16px;
	width:22px;
	height:24px;
	background-color: #000;
	mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
}
.custom .form-file label:hover::before{
	background-color: #fff;
}
.custom .form-file span{
	margin-top:20px;
	display:block;
	font-family: Poppins;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.47;
	color: #000000;
}
/*form custom button .OK*/
.custom .btn {
	margin-top: 20px;
}



/* BUTTONS .OK
-------------------------------------------------- */
.btn{
	display:inline-block;
	min-width:200px;
	height: 40px;
	line-height:40px; /*vertical center*/
	padding:0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.08px;
	text-align: center;
	border-radius:0;
	transition: all .3s;
	border-radius: 0;
	
}
.btn.focus, 
.btn:focus{
	box-shadow:none;
}
.btn:hover{
}
.btn.btn-lg{
	min-width:204px;
	height: 56px;
	line-height:56px; /*vertical center*/
}
/*btn-rounded .OK*/
.btn.btn-rounded{
	position:relative;
	min-width:196px;
	height: 40px;
	line-height:40px; /*vertical center*/
	border-radius: 20px;
}
/*btn-arrow-animate .OK*/
.btn.btn-arrow-animate{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn.btn-arrow-animate:hover{
	padding-right:30px;
}
.btn.btn-arrow-animate:after{
	opacity:0;
	margin-top:-7px;
	margin-left:-6px;
	content:"";
	display:inline-block;
	position:absolute;
	top: 50%;
	width:25.1px;
	height:15.025px;
	background-color: #fff; /*arrow color = default(white)*/
	-webkit-mask-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.1%22%20height%3D%2215.025%22%20viewBox%3D%220%200%2025.1%2015.025%22%3E%3Cpath%20transform%3D%22translate(.2%20.125)%22%20style%3D%22fill%3Anone%22%20d%3D%22M0%200h24.9v14.9H0z%22%2F%3E%3Cpath%20d%3D%22m972.4%20539.6-6.7-6.7a.636.636%200%200%200-.9.9l5.5%205.5h-21.7a.7.7%200%200%200%200%201.4h21.7l-5.5%205.5a.636.636%200%200%200%20.9.9l6.7-6.6a.561.561%200%200%200%200-.9%22%20style%3D%22fill%3A%23fff%22%20transform%3D%22translate(-947.9%20-532.675)%22%20data-name%3D%22Group%203184%22%2F%3E%3C%2Fsvg%3E');
	mask-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.1%22%20height%3D%2215.025%22%20viewBox%3D%220%200%2025.1%2015.025%22%3E%3Cpath%20transform%3D%22translate(.2%20.125)%22%20style%3D%22fill%3Anone%22%20d%3D%22M0%200h24.9v14.9H0z%22%2F%3E%3Cpath%20d%3D%22m972.4%20539.6-6.7-6.7a.636.636%200%200%200-.9.9l5.5%205.5h-21.7a.7.7%200%200%200%200%201.4h21.7l-5.5%205.5a.636.636%200%200%200%20.9.9l6.7-6.6a.561.561%200%200%200%200-.9%22%20style%3D%22fill%3A%23fff%22%20transform%3D%22translate(-947.9%20-532.675)%22%20data-name%3D%22Group%203184%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 25.1px 15.025px;
	background-position: center right;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn.btn-arrow-animate:hover:after{
	opacity:1;
	margin-left:15px;
}
/*.btn-light .FALSE*/
.btn-light{
	color: #000;
	border: solid 1px #e2e2e2;
	background:#ffffff;
}
.btn-light:hover{
	color: #ffffff;
	border: solid 1px #000;
	background:#000;
}
/*.btn-outline-light .OK*/
.btn-outline-light{
}
.btn-outline-light:hover{
}
.btn-outline-light.btn-arrow-animate:after{
	background-color: #000 !important; /*arrow color*/
}
/*.btn-primary .OK*/
.btn-primary{
	border: solid 1px #36ada2;
    background-color: #36ada2;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.btn:active,
.btn-primary.btn:disabled{
	border: solid 1px #36ada2;
    background-color: #fff;
    color: #36ada2;
}
/*.btn-outline-primary .OK*/
.btn-outline-primary{
	border: solid 1px #36ada2;
	color: #36ada2;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.btn:active,
.btn-outline-primary.btn:disabled{
    background-color: #36ada2;
	border: solid 1px #36ada2;
    color: #fff;
}


/* BANNER .FALSE
-------------------------------------------------- */
body .banner.hidden-banner{
	background:none !important;
}
body .banner:not(.hidden-banner){
	border-bottom:1px solid #e2e2e2;
    /*background-image:url(../images/banner-shapes.png) !important;
	background-image:none !important;
    background-color:#f8f8f8 !important;
    background-repeat:repeat !important;*/
    background-size:center center !important;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size:auto !important;
}
body .banner:not(.hidden-banner)::before {
	display:none;
}
body .banner:not(.hidden-banner) .row {
	height: 300px;
    -ms-flex-align: center!important;
    align-items: center!important;
}
body .banner h1{
	display:none;
}
body .banner:not(.hidden-banner) h1 {
	display:inherit !important;
    font-family: Poppins;
	margin:0;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
body .banner:not(.hidden-banner) .nav-breadcrumb{
	display:none;
}


/* BREADCRUMB .FALSE
-------------------------------------------------- */
.nav-breadcrumb{
	margin-bottom:0;
}
.nav-breadcrumb .breadcrumb{
	padding:0;
	margin: 25px 0;
	background-color: transparent !important;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item{	
	padding-left:11px;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a{
	font-family: Poppins;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.24px;
	text-align: left;
	color: #b2b2b2;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb .breadcrumb-item:hover,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a:hover{
	color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #b5b5b5;
	padding-right:11px;
}


/* SECOND MENU SCROLLER .FALSE
-------------------------------------------------- */
.nav-second{
    background-color:inherit;
	border-bottom: 1px solid #e2e2e2;
	/*navbar scroller*/
	position: relative;
	height:54px;
	z-index: 2;
	overflow-y: hidden;
}
.nav-second .nav {
	/*navbar scroller*/
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: 0;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-second .nav .nav-item .nav-link,
.nav-second .nav .nav-item.active .nav-link {
	position:relative;
    margin-right: 20px;
    padding: 18px 0;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.43px;
	text-align: left;
	color: #b4b4b4;
}
.nav-second .nav .nav-item .nav-link:hover,
.nav-second .nav .nav-item.active .nav-link {
	color: #000000;
}
/*.nav-second .nav .nav-item .nav-link:hover:before,*/
.nav-second .nav .nav-item.active .nav-link:before {
	content:"";
	display:block;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	border-bottom:2px solid #000;
}
.nav-second .nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.nav-second .nav .nav-item .nav-link.logout-link svg{
    margin-top:-3px;
	margin-left:6px;
}
.nav-second .nav .nav-item .nav-link.logout-link:hover svg path{
    fill:#000000;
}


/* WRAPPER .FALSE
-------------------------------------------------- */
main > .wrapper{
	margin-top:30px;
	margin-bottom:86px;
}


/* GALLERY CAROUSEL
-------------------------------------------------- */
.carousel.gallery{
	background-color: #f8f8f8; 
}
.carousel.gallery .carousel-control-next,
.carousel.gallery .carousel-control-prev{
	display:inherit;
	opacity: 1;
	top: inherit;
	width:40px;
}
.carousel.gallery .carousel-control-next{
	right: 20px;
	bottom: 20px;
}
.carousel.gallery .carousel-control-next svg,
.carousel.gallery .carousel-control-prev svg{
	width:40px;
	height:40px;
}
.carousel.gallery .carousel-control-next svg path,
.carousel.gallery .carousel-control-prev svg path{
	stroke:#36ada2;
}
.carousel.gallery .carousel-control-next:hover svg rect,
.carousel.gallery .carousel-control-prev:hover svg rect{
	fill:#36ada2;
}
.carousel.gallery .carousel-control-next:hover svg path,
.carousel.gallery .carousel-control-prev:hover svg path{
	stroke:#fff;
}
.carousel.gallery .carousel-control-prev{
	left: inherit;
	right: 70px;
	bottom: 20px;
}


/* GENERAL TEXT .FALSE
-------------------------------------------------- */
main .content .text{
	font-family: Poppins;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.53;
	color: #000;
}
main .content .text .carousel.gallery{
	margin-top:60px;
}
main .content .text .exp2{
	margin-top:45px;
}
main .content .text h1{
	margin-bottom:20px;
	font-family: Poppins;
	font-size: 32px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.64px;
	text-align: left;
	color: #008874;
}
main .content .text h2{
	margin-top:20px;
	margin-bottom:12px;
	font-family: Poppins;
	font-size: 28px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.64px;
	text-align: left;
	color: #008874;
}
main .content .text h3{
	margin-top:18px;
	margin-bottom:8px;
	font-family: Poppins;
	font-size: 19px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.64px;
	text-align: left;
	color: #008874;
}
main .content .text h4{
	margin-bottom:10px;
	font-family: Poppins;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: left;
	color: #008874;
}
main .content .text h5{
	margin-bottom:10px;
	font-family: Poppins;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: left;
	color: #008874;
}
main .content .text ul{
	list-style:outside;
}
main .content .text ul li{
	margin-left:20px;
}
main .content .text table{
	width:100%;
	border: solid 1px #e6e6e6;
}
main .content .text table tr{
    border-bottom: 1px solid #e6e6e6;
}
main .content .text table tr td,
main .content .text table tr th{
	padding:14px 32px;
    border-right: 1px solid #e6e6e6;
	font-family: Poppins;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
main .content .text table thead{
	background-color: #f8f8f8;
}
main .content .text table thead tr th{
	padding-top:16px;
	padding-bottom:16px;
	font-weight: 600;
}
main .content .text figure.banner{
	margin-bottom:20px;
}



/* SCROLLBAR .FALSE
-------------------------------------------------- */
.scroll{
	overflow-y: hidden;
    overflow-x: auto;
	scrollbar-color: #fff rgba(153,153,153,1);
	scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.scroll::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.scroll::-webkit-scrollbar-thumb {
	background: #999;
	border: 10px none #ffffff;
	border-radius: 61px;
}
.scroll::-webkit-scrollbar-thumb:hover {
 	background: #999;
}
.scroll::-webkit-scrollbar-thumb:active {
	background: #999;
}
.scroll::-webkit-scrollbar-track {
	background: #e6e6e6;
	border: 6px none #ffffff;
	border-radius: 30px;
}
.scroll::-webkit-scrollbar-track:hover {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-track:active {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-corner {
	background: transparent;
}


/* LIST GROUP
-------------------------------------------------- */
.list-group-item {
    padding-top:16px;
    padding-bottom:16px;
    border: 1px solid #e2e2e2;
	font-family: Poppins;
	font-size: 14px;
	line-height: 1.23;
	color: #000000;	
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #000000;
    background-color: #fafafa;
}
.list-group-item.list-group-red{
	font-size:14px;
	color: #ed1d24;
	border:none;
	padding-bottom:0;
}
.list-group .list-group-header{
	font-weight:600;
}


/* HOME
-------------------------------------------------- */
/* home carousel .OK*/
#homeCarousel{ }
#homeCarousel::before{ /*slider top black gradient*/
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	left:0;
	content: "";
	height: 100%;
	max-height: 192px;
	opacity: 0.8;
	background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
#homeCarousel::after{ /*slider left black gradient*/
	z-index:1;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	content: "";
	width:100%;
	max-width: 766px;
	opacity: 0.56;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}
/*carousel-caption .OK*/
#homeCarousel .caption {
	z-index:99;
	position:absolute;
	margin-top:-80px;
	top: 50%;
	transform: translateY(-50%);
	bottom:initial;
	width:100%;
    padding-left: 0;
    padding-right: 0;
	padding-bottom:0;
	text-align: center;
}
#homeCarousel .caption .col-12 {
	max-height:320px;
	overflow:hidden;
}
#homeCarousel .caption .col-12 .title{
	margin: 0 auto 35px auto;
	max-width: 540px;
	max-height: 68px;
	overflow:hidden;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.48px;
	text-align: center;
	color: #fff;
}
#homeCarousel .caption .col-12 .info{
	margin: 0 auto 36px auto;
	max-width: 720px;
	max-height: 52px;
	overflow:hidden;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
#homeCarousel .caption .col-12 .btn{
	min-width:300px;
}
/*carousel controls .OK*/
#homeCarousel .controls{
	position:absolute;
	width:100%;
	bottom:222px;
	z-index:150;
}
/*carousel indicators .OK*/
.carousel-indicators {
	margin-bottom:0;
}
.carousel-indicators [data-bs-target]{
	width: 17px ;
	height: 13px;
	border:none;
	border-radius: 5px;
	background-color: #fff;
    opacity: 1;
}
.carousel-indicators .active {
	background-color: #00c48f;
}
/*explore-btn .OK*/
.explore-btn-wrap{
	position:absolute;
    left:0;
    right:0;
	height:0;
	margin-left:5px;
	margin-top:30px;
	text-align:center;
}
a.explore-btn {
	display:inline-block;
	text-align:center;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	color:#fff;
}
a.explore-btn svg {
	width:20px;
	height:auto;
}
/*main-brands. OK*/
.main-brands{
	position:relative;
	margin-top:-186px;
	z-index:1;
}
.main-brands .nav-tabs{
	border: none;
}
.main-brands .nav-tabs .nav-link{
	margin-bottom:0;
	padding:9px 0 8px 0;
	width:25%;
	border: none;
	border-top: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	background-color: #fff;
	text-align:center;
	border-radius:0;
}
.main-brands .nav-tabs .nav-link.active{
	background-color: #008773;
	border-top: solid 1px #008773;
	border-right: solid 1px #008773;
}
.main-brands .nav-tabs .nav-link:not(.active) img,
.main-brands .nav-tabs .nav-link.active img.active{
	display:none;
}
.main-brands .nav-tabs .nav-link:not(.active) img.active,
.main-brands .nav-tabs .nav-link.active img:not(.active){
	display:inline-block;
}
.main-brands .tab-content{
	padding:45px 15px;
	border: solid 1px #d2d2d2;
	border-top: solid 1px #008773;
	background-color: #fff;
}
.main-brands .tab-content h3{
	margin: 7px 0 18px 0;
	font-family: Poppins;
	font-size: 31px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #00a596;
}
.main-brands .tab-content .info{
	margin-bottom: 22px;
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.72;
	letter-spacing: -0.05px;
	text-align: left;
	color: #000;
}
.main-brands .tab-content .btn{
	float:right;
}
.main-brands .tab-content figure{
	margin:0;
}
/*main-about. OK*/
.main-about{
	margin-top: 38px;
}
.main-about .info{
	margin:0 auto;
	max-width:1000px;
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
/*main-sevices. OK*/
.main-sevices{
	margin-top: 61px;
}
.main-sevices h2{
	margin-bottom:32px;
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1d8976;
}
.main-sevices .sevices-tabs {
	border: solid 1px #dfdfdf;
}
.main-sevices .nav-tabs{
	width:100%;
	min-width:255px;
	max-width:255px;
	border: none;
}
.main-sevices .nav-tabs .nav-link{
	min-height: 128px;
	margin-bottom:0;
	padding-left:28px;
	padding-right:28px;
	border-radius:0;
	border: none;
	border-right: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	background-color: #f4f4f4;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1d8976;
}
.main-sevices .nav-tabs .nav-link:last-child{
	border-bottom:none;
}
.main-sevices .nav-tabs .nav-link.active{
	color: #00bf85;
	background-color: #fff;
	border-right: none;
	border-left: solid 6px #00bf85;
	margin-left:-1px;
}
.main-sevices .tab-content{
	padding:26px 30px;
}
.main-sevices .tab-content figure{
	margin-bottom:24px;
}
.main-sevices .tab-content h4{
	margin-bottom:16px;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #00bf85;
}
.main-sevices .tab-content .info{
	margin-bottom:25px;
	max-height: 460px;
	overflow: hidden;
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.main-sevices .tab-content .readmore{
	float:right;
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #00bf85;
}
.main-sevices .tab-content .readmore:hover{
	color: #1d8976;
}
/*main-sevices -> accordion menu*/
.main-sevices .collapse {
	display: block;
}
.main-sevices .accordion-button {
	display: none;
	width:100%;
	height: 53px;
	padding: 14px 10.9px 14px 10px;
	border-bottom: solid 1px #dfdfdf;
	background-color: #f4f4f4;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1d8976;
}
/*main-support. OK*/
.main-support{
	margin-top: 70px;
	background:url(../images/home/support/bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:left;
}
.main-support .row{
	min-height: 516px;
}
.main-support .title,
.main-support p,
.main-support .support-link{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.main-support .title{
	margin-bottom:0;
	font-weight: 600;
	color: #00cfa4;
}
.main-support p{
	margin-bottom:0;
}
.main-support .support-link{
	font-weight: 400;
	color: #00cfa4;
}
.main-support .support-link:hover{
	color: #1d8976;
}
/*main-blog. OK*/
.main-blog{
	margin-top: 60px;
	margin-bottom:70px;
}
.main-blog h2{
	margin-bottom:34px;
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1d8976;
}
.main-blog .record{
	display:block;
	margin-bottom:30px;
}
.main-blog .record figure{
	margin-bottom:21px ;
}
.main-blog .record .title{
	margin-bottom:13px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1d8976;
}
.main-blog .record p{
	margin-bottom:13px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #0d1a26;
}
.main-blog .record .readmore{
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.31;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.main-blog .record .readmore:hover{
	color: #1d8976;
}
/*link animate*/
.link-arrow-animate{
	position:relative;
	padding-right:15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.link-arrow-animate:after{
	content:">";
	position:absolute;
	right:0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.link-arrow-animate:hover:after{
	right:-10px;
}





/* RECORD LIST .FALSE
-------------------------------------------------- */
.record-list h3{
	margin: 42px 0 30px 0;
	font-family: Poppins;
	font-size: 26px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.52px;
	text-align: left;
	color: #008874;
}
.record-list .record{
	display:block;
	margin-bottom:30px;
}
.record-list .record figure{
	margin:0;
	overflow:hidden;
	border: solid 1px #e6e6e6;
}
.record-list .record figure img{
	image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
    transition: 0.3s;
}
.record-list .record:hover figure img{
	/*
    transition: scale(1.2);
    transform: scale(1.1);
	*/
}
.record-list .record .title{
	display: block;
	border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    padding: 15px;
}
.record-list .record .title b{
	display: block;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
.record-list .record .compare-checkbox{
	background-color: #c4c4c4;
}
.record-list .record .compare-checkbox .form-check{
	margin:6px 10px;
	padding-left:0;
	min-height:auto;
}
.record-list .record .compare-checkbox input{
	margin:1px 10px 0 0 !important;
	height: 18px;
	width: 32px;
	/*width: 18px;*/
	/*border-radius:0;*/
}
.record-list .record .compare-checkbox input:checked {
    background-color: #008874;
    border-color: #008874;
}
.record-list .record .compare-checkbox span{
	font-family: Poppins;
	font-size: 14px;
	text-align:left;
	color: #fff;
}
.record-list .record .brand-title{
	margin-bottom:10px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #008874;
}
.record-list .record .category-title{
	margin:4px 0 10px 0;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
.record-list .record .btn{
	margin:0 auto;
	display:block;
	min-width: 176px;
}


/*PRODUCTS DETAIL .OK*/
.products.detail main > .wrapper {
    margin-top:0;
}
.products.detail .large-img,
.products.category .large-img,
.products .large-img {
	float:right;
	padding-left:30px;
	padding-bottom:15px;
	width:50%;
}
.products.detail h2{
	margin-top:42px !important;
}
/*products.detail specs*/
.products.detail .specs b{
	line-height: 1.65;
}
.products.detail .specs b{
	font-weight: 500;
	color: #00bf85;
}
/*products.detail usage*/
.products.detail .attributes{
	line-height: 1.65;
}
/*products.detail files*/
.products.detail .files .card{
	margin-bottom:18px;
	background-color: #f6f6f6;
	border:none;
	border-radius:0;
}
.products.detail .files .card .card-body{
	padding: 15px 18px;
}
.products.detail .files .card .card-title{
	font-family: Poppins;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.32;
	letter-spacing: -0.45px;
	text-align: left;
	color: #707070;
}
.products.detail .files .card .card-text{
	margin-bottom:0;
}
.products.detail .files .card .card-text small{
	font-family: Poppins;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.35px;
	text-align: left;
	color: #707070;
}
.products.detail .files .card .btn{
	width:100%;
	min-width:inherit;
}


/* CONTACT .FALSE
-------------------------------------------------- */
/*contact list*/
.contact main .content .map-pin{
	margin-top: 30px;
}
/*contact form*/
.contact .contact-form h2{
	font-family: Poppins;
	font-size: 44px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.97px;
	text-align: left;
	color: #30c4bb;
}
.contact .contact-form p{
	margin-bottom:0;
	font-family: Poppins;
	font-size: 17px;
	line-height: 1.53;
	text-align: left;
	color: #0d1a26;
}
.contact .contact-form form{
	margin-top: 25px;
}


/* NEWS+BLOG .OK
-------------------------------------------------- */
.news main .content .record,
.blog main .content .record{
    display: block;
    position: relative;
    margin-bottom: 60px;
	text-align:left;
}
.news main .content .record figure,
.blog main .content .record figure{
	margin:0;
	border: solid 1px #e6e6e6;
}
.news main .content .record .title,
.blog main .content .record .title{
	margin-top:30px;
	height: 67px;
	overflow:hidden;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: #0d1a26;
}
.news main .content .record p,
.blog main .content .record p{
	margin: 14px 0 23px 0;
	font-family: Poppins;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #0d1a26;
}
.news main .content .record .readmore,
.blog main .content .record .readmore{
	position: relative;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.31;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.news main .content .record .readmore::before,
.blog main .content .record .readmore::before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -8px;
	left: 0;
	background-color: #000;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.news main .content .record:hover span:before,
.blog main .content .record:hover span:before{
	visibility: visible;
	width: 100%;
}


/* CATEGORY+SEARCH .FALSE
-------------------------------------------------- */
.category h1,
.products.search h1{
	margin: 0 0 29px 0;
	font-family: Poppins;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
.category .filter,
.products.search .filter{
	margin-top:22px;
}
.category .filter .form-group,
.products.search .filter .form-group{
	float:right;
	margin:0;
	padding:0 0 0 24px;
}
.category .filter select.form-control,
.products.search .filter select.form-control{
	margin:0;
	padding: 0 20px 0 0;
	min-width: auto;
	height:auto;
	font-size: 15px;
	line-height: 1.47;
	border:none;
	background-position: right 0 top 50%, 0 0;
}


/* MODAL .OK
-------------------------------------------------- */
.modal-backdrop.show {
    opacity: .8;
}
/*modal as left/right sidebar .OK */
.modal.left .modal-body,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding-left:30px;
	padding-right:30px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -400px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/*model sidebar style*/
.modal.sidebar .modal-content{
	border-radius: 0;
	border: none;
	background-color: #fff;
}
.modal.sidebar button.close{
	z-index:9999;
	position:fixed;
	top:26px;
	right:26px;
	background:none;
	float:inherit;
	font-size:inherit;
}
/*modal language+currency*/
.modal.sidebar h5{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.28px;
	text-align: left;
	color: #000000;
}
.modal.sidebar .language,
.modal.sidebar .currency{
	margin:60px 40px 0 40px;
}
.modal.sidebar .language h5,
.modal.sidebar .currency h5{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.23;
	letter-spacing: -0.52px;
}
.modal.sidebar .language ul,
.modal.sidebar .currency ul{
	margin-top:22px;
	margin-bottom:0;
}
.modal.sidebar .language ul > li,
.modal.sidebar .currency ul > li{
	margin-top:15px;
}
.modal.sidebar .language ul > li:first-child,
.modal.sidebar .currency ul > li:first-child{
	margin-bottom:0;
}
.modal.sidebar .language ul > li a,
.modal.sidebar .currency ul > li a{
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.28px;
	text-align: left;
	color: #b4b4b4;
}
.modal.sidebar .language ul > li a.active,
.modal.sidebar .language ul > li a:hover,
.modal.sidebar .currency ul > li a.active,
.modal.sidebar .currency ul > li a:hover{
	color: #000000;
}
.modal.sidebar .language ul > li a img,
.modal.sidebar .currency ul > li a figure{
	opacity:0.4;
}
.modal.sidebar .currency ul > li a figure{
	display:inline-block;
	margin:0;
	width: 48px;
	height: 48px;
	border: solid 1px #000000;
	background-color: #ffffff;
	text-align:center;
	line-height:48px;
	border-radius:48px;
}
.modal.sidebar .language ul > li a.active img,
.modal.sidebar .language ul > li a:hover img,
.modal.sidebar .currency ul > li a.active figure,
.modal.sidebar .currency ul > li a:hover figure{
	opacity:1;
}
.modal.sidebar .language ul > li a span,
.modal.sidebar .currency ul > li a span{
	margin-left:16px;
}



/*TABLIST (scroll) .OK*/
.nav-scroll {
    z-index: 2;
    position: relative;
    height: 24px;
	margin-bottom:20px;
    overflow-y: hidden;
}
.nav-scroll .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: 0;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroll .nav-item{
	min-height:24px;
}
.nav-scroll .nav-item .nav-link{
	padding:0;
	margin-right:24px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.43px;
	text-align: left;
	color: #000;
	opacity: 0.4;
}
.nav-scroll .nav-item:last-child .nav-link{
	margin-right:0;
}
.nav-scroll .nav-item .nav-link.active{
	color: #000000;
	opacity: 1;
	position:relative;
}
.nav-scroll .nav-item .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}


/* PAGINATION .ok
-------------------------------------------------- */
.pagination {
	margin-top:30px;
}
.page-link {
	padding: 12px 16px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-family: Poppins;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.page-link:hover {
	color: #000;
	background-color: #e9ecef;
	border-color: #e2e2e2;
}
.page-item.active .page-link {
	color: #000;
	background-color: #e9ecef;
	border-color: #e2e2e2;
}


/* ALERTS .OK
-------------------------------------------------- */
#Msgbox .btn-close{
	text-indent:-10000px;
}


/* WP .OK
-------------------------------------------------- */
/*wp btn*/
.wp-btn {
    display: block;
    z-index: 200;
    position:fixed;
	right:20px;
	bottom:20px;
    cursor: pointer;
    overflow: hidden;
    border: 0px;
}
.popover{
	z-index:999 !important;
}
.wp-popover{
	position:fixed !important;
}	


/* SUPPORT BUTTON .OK
-------------------------------------------------- */
.support-btn{
	z-index:99;
	position:fixed;
	right:-168px;
	bottom:0;
	width: 246px;
	height: 78px;
	padding: 20px 10px 19px 19px;
	background-color: #008773;
	font-family: Poppins;
	font-size: 11px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.22px;
	text-align: left;
	color: #fff;
	transition: all 0.35s;
}
.support-btn:hover{
	color: #fff;
	right:0;
}
.support-btn span{
	display: inline-block;
    margin: 12px 0 0 16px;
	transition: all 0.35s;
	opacity: 0;
}
.support-btn:hover span{
	opacity: 1;
}


/* LEFT MENU .OK
-------------------------------------------------- */
.left-menu{
	margin-bottom:30px;
}
/* left-menu > .nav-left(sevices)*/
.left-menu .nav-left{}
.left-menu .nav-left .nav-item{
	position:relative;
	width:100%;
	border-bottom:1px solid #313131;
}
.left-menu .nav-left .nav-item.active{
	margin-top:-1px;
	background-color: #008874;
	border-bottom:1px solid #008874;
}
.left-menu .nav-left .nav-item:first-child.active{
	margin-top:0;
}
.left-menu .nav-left .nav-item .nav-link{
	width:100%;
	min-height:60px;
	padding:15px 39px 15px 14px;
	margin:0;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.left-menu .nav-left .nav-item.active .nav-link{
	color: #fff;
} 
.left-menu .nav-left .nav-item .nav-link:after{
	position:absolute;
	right:20px;
	content:"";
	width:9px;
	height:16px;
	background-color: #000;
	mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23313131%22%20d%3D%22M.3%2014.3c-.4.4-.4%201.02%200%201.4.38.4%201%20.4%201.4%200l7-7c.4-.4.4-1.02%200-1.4l-7-7C1.3-.1.68-.1.3.3c-.4.38-.4%201%200%201.4L6.6%208%20.3%2014.3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center / contain;
	-webkit-mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23313131%22%20d%3D%22M.3%2014.3c-.4.4-.4%201.02%200%201.4.38.4%201%20.4%201.4%200l7-7c.4-.4.4-1.02%200-1.4l-7-7C1.3-.1.68-.1.3.3c-.4.38-.4%201%200%201.4L6.6%208%20.3%2014.3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center / contain;
}
.left-menu .nav-left .nav-item.active .nav-link:after{
	background-color: #fff;
}
/*left-menu > .menu-item(products)*/
.left-menu .menu-item{
	margin-bottom:28px;
}
.left-menu .menu-item h3{
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	height:52px;
	margin-bottom:0;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #fff;
	text-align:center;
	background-color: #008874;
}
.left-menu .menu-item .nav{
	padding: 0 8px 0 9px;
	border-right: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	background-color: #f5f5f5;
}
.left-menu .menu-item .nav-item{
	display: block;
	width:100%;
	padding: 17px 0 16px 0;
	border-bottom:1px solid #acacac;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: left;
	color: #acacac;
}
.left-menu .menu-item .form-check {
	margin-top:-4px;
	margin-bottom:0;
}
.left-menu .menu-item .form-check input {
    height: 19px;
    width: 19px;
	border-radius: 0;
}
.left-menu .menu-item .form-check input:checked {
    background-color: #008874;
    border-color: #008874;
}
.left-menu .menu-item .form-check-label{
	margin: 5px 0 0 8px;
}
.left-menu .menu-item .filter-btn{
	width:100%;
	padding:24px 0 22px 0;
	text-align:center;
}
.left-menu .menu-item .filter-btn .btn{
	min-width:auto !important;
	max-width:196px;
	width:100%;
}


/* COMPARE .OK
-------------------------------------------------- */
.compare.detail .compare-bottom{
	display:none;
}
.w-37 {
    width: 37% !important;
}
/*compare-table*/
.compare-table .table>:not(caption)>*>* {
    padding: 20px 18px;
	vertical-align: middle;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.06px;
	text-align: left;
	color: #000;
}
.compare-table .table>:not(caption)>*>*:not(th) {
	border: solid 1px #e6e6e6 !important;
}
.compare-table .table>:not(caption)>*>th {
	border-bottom: solid 1px #e6e6e6 !important;
	min-width:200px;
}
.compare-table .table-success {
    --bs-table-accent-bg: #31a697 !important;
    color: #fff !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fafafa;
}
.table-striped>tbody>tr:nth-of-type(odd):hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
}
/*compare-table -> compare-products*/
.compare-table .compare-products {
    margin-bottom: 42px;
}
.compare-table .compare-products a{
    display:block;
}
.compare-table .compare-products figure {
    margin-bottom: 6px;
}
.compare-table .compare-products .brand-title {
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #008874;
}
.compare-table .compare-products .title {
    margin-bottom: 4px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
.compare-table .compare-products .category-title {
    margin-bottom: 12px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
.compare-table .compare-products .compare-remove {
	width:100%;
	min-width:auto;
	max-width:152px;
}
/*footer -> compare-bottom*/
.compare-bottom{
	z-index:9999;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	border-top: solid 1px #e6e6e6;
	background-color: #fff;
}
.compare-bottom .compare-menu{
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}
.compare-bottom .compare-menu .compare-btn{
	width:100%;
	min-width:auto !important;
}
.compare-bottom .compare-menu .compare-btn svg{
	margin-right:8px;
	transition: all .3s;
}
.compare-bottom .compare-menu .compare-btn:hover svg path{
	fill:#fff !important;
}
.compare-bottom .compare-menu .compare-remove-all{
	margin-top: 14px;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	background:none;
	border-bottom:0;
}
.compare-bottom .compare-menu .compare-remove-all:hover{
	color: #008874;
}
.compare-bottom .compare-list{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.compare-bottom .compare-list .row{
	flex-wrap:nowrap;
}
.compare-bottom .compare-products{
	position:relative;
	min-width:266px;
	padding-top:12px;
	padding-bottom:15px;
	border-right: solid 1px #e6e6e6;
}
.compare-bottom .compare-remove{
	position:absolute;
	top:0;
	right:0;
	padding:8px;
	background:none;
	border:none;
	height:auto;
	line-height:10px;
}
.compare-bottom .compare-remove:hover svg path{
	fill:#000 !important;
}
.compare-bottom .compare-products figure{
	margin:0 15px 0 0;
	min-width:80px;
}
.compare-bottom .compare-products .brand-title{
	margin-bottom:8px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: left;
	color: #008874;
}
.compare-bottom .compare-products .title{
	max-height:48px;
	overflow:hidden;
}
.compare-bottom .compare-products .title,
.compare-bottom .compare-products .category-title{
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.compare-bottom .compare-products .category-title{
	margin-top:6px;
	font-weight: normal;
}
.compare-toast{
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0.9;
}
.compare-toast .btn-close{
	position:absolute;
	top:8px;
	right:8px;
	color:#fff;
}
.compare-toast .btn-close{
	position:absolute;
	top:8px;
	right:8px;
}



/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	/*body .OK*/
	body{ 
		padding-top:68px; /*navbar-custom -> height + header .top-bar .align-items-center -> height*/
	}
	body.home {
		padding-top: 0 !important;
	}
	/*navbar open .OK*/
	.top-bar{
		display:none;
	}
	body.opened {
		overflow-y:hidden;
	}
	header .navbar-custom {
		max-height:none !important;
		margin-top: 0;
	}
	header .navbar-custom.sticky, body.home:not(.hover):not(.opened) header .navbar-custom.sticky{
		min-height:inherit !important;
	}
	header .navbar-custom .navbar-brand svg {
		max-width:118px;
		height:auto;
	}
	header .navbar-custom .baker-hughes-logo {
		margin-left: 15px;
	}
	
	header .navbar-custom .navbar-collapse{
		overflow-y: auto;
		width:100%;
		margin-right: -15px;
		margin-left:-15px;
	}
	header .navbar-custom .navbar-nav{
		border-top:none;
		margin-top: 0;
		padding-top: 0;
	}
	header .navbar-custom .navbar-nav > .nav-item {
		border-top: 1px solid #D5D5D5;
		padding-left:0;
		padding-right:0;
		margin-right: 0;
		margin-left:0;
		margin-right:0;
		position:relative;
	}
	header .navbar-custom .navbar-nav .members-item {
		border-top: 1px solid #efefef;
		background:#efefef;
	}
	header .navbar-custom .navbar-nav > .nav-item > .nav-link{
		font-family: Poppins;
		font-size: 22px;
		font-weight: 500;
		line-height: normal;
		text-align: left !important;;
		color: #1d8976 !important;;
		padding: 22px 16px 22px 16px !important;;
		position:inherit !important;
	}
	header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link {
		color: #000;
	}
	header .navbar-custom .navbar-nav .dropdown-menu {
    	background-color: #f8f8f8;
		padding: 0 18px 22px 18px;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu::before{
		display:none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link {
		padding: 0px !important;
		font-size: 18px !important;
		line-height: 2.78 !important;
		text-align: left;
		color: #000000;
	}
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown):hover > .nav-link::before,
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown).active > .nav-link::before{
		display:none !important;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link::before{
		position:absolute;
		top:30px !important;
		right:25px !important;
		left:inherit !important;
		width: 13px !important;
		height: 8px !important;
		margin:0;
		padding:0;
		vertical-align:inherit;
		content: "";
		border: none !important;
		background-color: #1d8976;
		-webkit-mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
		mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link.show::before{
		-webkit-mask: url(../images/svg/navbar-up.svg) no-repeat 50% 50%;
		mask: url(../images/svg/navbar-up.svg) no-repeat 50% 50%;
	}
	/*multi-col .OK*/
	header .navbar-custom .navbar-nav .dropdown-menu .container {
		padding-left:0;
		padding-right:0;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .multi-col .info{
		display:none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap{
		width: 100% !important;
		margin-left:0;
	}
	header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul{
		margin-bottom: 24px !important;
	}
	header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul:last-child{
		margin-bottom: 0 !important;
		padding-left:0;
	}
	header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul.small{
		width: 100% !important;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul li {
		width: 100% !important;
		padding-right: 0 !important;
	}
	header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .category .nav-link {
		font-weight:bold !important;
		font-size:20px !important;
	}
	header .navbar-custom.sticky .navbar-nav .dropdown-menu::before {
		display:none;
	}
	/*language .OK*/
	header .navbar-custom .navbar-nav > .nav-item.language{
		border:none;		
	}
	header .navbar-custom .navbar-nav > .nav-item.language > .nav-link,
	header .navbar-custom .navbar-nav > .nav-item.language > .nav-link a{
		display:inline-block;
		font-weight:600;
		font-size: 20px;
		line-height: 1.23;
		color: #000 !important;
	}
	header .navbar-custom .navbar-nav > .nav-item.language > .nav-link{
		font-size: 16px;
		line-height: 1.63;
	}
	/*search .OK*/
	header .search-button{
		margin-top:3px;
	}
	header .search-button svg path{
		fill:#fff;
	}
	header .navbar-custom.sticky .search-button svg path,
	body.opened header .navbar-custom .search-button svg path,
	body.home header .navbar-custom.sticky .search-button svg path,
	body:not(.home):not(.opened) header .navbar-custom .search-button svg path{
		fill:#000;
	}
	/*FOOTER .OK*/
	footer {
		padding-top: 54px;
	}
	footer .block-2,
	footer .block-3,
	footer .block-4 {
		margin-top: 50px;
	}
	/*footer newsletter .FALSE*/
	footer h4 {
		margin-bottom: 10px;
	}
	footer .newsletter p {
		margin-bottom: 20px;
	}
	footer .newsletter, footer .newsletter h4, footer .newsletter p, footer .newsletter .custom .form-control {
		text-align: left;
	}
	/*contact .OK*/
	.contact .contact-form h2 {
		font-size: 34px;
	}
	/*home .OK*/
	/*carousel .OK*/
	#homeCarousel .caption{
		margin-top: -60px;
	}
	#homeCarousel .caption .info{
		display:none;		
	}
	#homeCarousel .controls {
		bottom: 166px;
	}
	/*main-brands .OK*/
	.main-brands{
		margin-top:-130px;
	}
	/*main-sevices .OK*/
	.main-sevices h2,
	.main-blog h2{
		margin-bottom:18px;
		font-size: 32px;
	}
	.main-sevices .nav-tabs {
		min-width: 200px !important;
		max-width: 200px !important;
	}
}
/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	/* general text FALSE*/
	main .content .text{
		line-height: 1.53;
		font-size: 14px;
	}
	main .content .text h1, 
	main .content .text h2, 
	main .content .text h3, 
	main .content .text h3, 
	main .content .text h5{
		line-height: 1.3;
		letter-spacing: -0.24px;
	}
	main .content .text h1 {
		font-size: 24px;
		margin-bottom:10px;
	}
	main .content .text h2{
		margin-bottom:14px;
		font-size: 22px;
	}
	main .content .text h3 {
		font-size: 18px;
	}
	main .content .text h4 {
		font-size: 16px;
	}
	main .content .text h5 {
		font-size: 14px;
	}
	main .content .text .carousel.gallery {
		margin-top: 35px;
	}
	main .content .text .exp2 {
		margin-top: 30px;
	}
	main .content .text .exp2 {
		margin-top: 30px;
	}
	/*HOME .OK*/
	/*home carousel .OK*/
	#homeCarousel .caption {
		margin-top: -10px;
	}
	#homeCarousel .caption .col-12 {
		max-height: 360px;
	}
	#homeCarousel .caption .col-12 .title {
		font-size: 24px;
		max-height: 104px;
	}
	#homeCarousel .caption .col-12 .info {
		display:block;
		max-height: 133px;
	}
	#homeCarousel .controls {
		bottom: 112px;
	}
	.main-sevices h2,
	.main-blog h2{
		margin-bottom:18px;
		font-size: 24px;
	}
	/*main-brands. OK*/
	.main-brands {
		margin-top: -82px;
		z-index: 1;
	}
	.main-brands .tab-content {
		padding: 15px;
	}
	.main-brands .tab-content h3 {
		margin: 7px 0 5px 0;
		font-size: 22px;
	}
	.main-brands .tab-content .info {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: normal;
	}
	.main-brands .tab-content .btn {
		min-width: 100%;
	}
	/*main-about. OK*/
	.main-about .info {
		font-size: 16px;
	}
	/*main-sevices .OK*/
	.main-sevices .sevices-tabs {
		border-bottom:none;
	}
	.main-sevices .tab-content {
		padding: 0;
		width:100%;
	}
	.main-sevices .nav-tabs {
		display: none;
	}
	.main-sevices .accordion-button {
		position:relative;
		display: block;
	}
	.main-sevices .accordion-button:not(.collapsed) {
		color: #00bf85;
		background-color: transparent;
		border-bottom:none;
	}
	.main-sevices .accordion-button:after{
		content:"";
		position: absolute;
		width: 16px;
		height: 16px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-plus%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%204a.5.5%200%200%201%20.5.5v3h3a.5.5%200%200%201%200%201h-3v3a.5.5%200%200%201-1%200v-3h-3a.5.5%200%200%201%200-1h3v-3A.5.5%200%200%201%208%204z%22%2F%3E%3C%2Fsvg%3E'g) no-repeat center / contain;
		-webkit-mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-plus%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%204a.5.5%200%200%201%20.5.5v3h3a.5.5%200%200%201%200%201h-3v3a.5.5%200%200%201-1%200v-3h-3a.5.5%200%200%201%200-1h3v-3A.5.5%200%200%201%208%204z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
		background-color: #227863;
		background-repeat: no-repeat, repeat;
		background-size: 16px 16px;
	}
	.main-sevices .accordion-button:not(.collapsed):after {
		mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-dash%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M4%208a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7A.5.5%200%200%201%204%208z%22%2F%3E%3C%2Fsvg%3E'g) no-repeat center / contain;
		-webkit-mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-dash%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M4%208a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7A.5.5%200%200%201%204%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
		background-color: #00bf85;
	}
	.main-sevices .sevices-content-wrap{
		display:inline-block;
		width:100%;
		padding:12px;
		border-bottom: solid 1px #dfdfdf;
	}
	.main-sevices .collapse:not(.show) {
		display: none;
	}
	.main-sevices .tab-pane {
		display: block !important;
		opacity: 1;
	}
	.main-sevices .tab-content h4 {
		display:none;
	}
	.main-sevices .tab-content figure {
		margin-bottom: 15px;
	}
	.main-sevices .tab-content .info {
		margin-bottom: 15px;
		max-height: 454px;
		font-size: 14px;
	}
	.main-sevices .tab-content .readmore {
		font-size: 14px;
	}
	/*main-support. OK*/
	.main-support {
		background-position: 90% center;
	}
	.main-support .row {
		min-height: 210px;
	}
	.main-support .title,
	.main-support p,
	.main-support .support-link {
		margin-left:85px;
		font-size: 12px;
	}
	/*main-blog. OK*/
	.main-blog {
		margin-top: 30px;
		margin-bottom: 35px;
	}
	.main-blog .record figure{
		margin-bottom:20px ;
	}
	.main-blog .record .title{
		margin-bottom:8px;
		font-size: 15px;
	}
	.main-blog .record p{
		margin-bottom:8px;
		font-size: 14px;
		line-height: normal;
	}
	.main-blog .record .readmore{
		font-size: 13px;
	}
	/*record-list*/
	.record-list h3 {
		margin: 25px 0 15px 0;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: -0.36px;
	}
	/*nav-breadcrumb*/
	.nav-breadcrumb .breadcrumb{
		margin: 15px 0;
	}
	.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item {
		padding-left: 6px;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: 6px;
	}
	.nav-breadcrumb .breadcrumb .breadcrumb-item,
	.nav-breadcrumb .breadcrumb .breadcrumb-item > a {
		font-size: 11px;
	}
	/*blog+news*/
	.news main .content .record,
	.blog main .content .record {
		margin-bottom: 30px;
	}
	.news main .content .record .title,
	.blog main .content .record .title {
		margin-bottom: 8px;
		font-size: 15px;
		height: 40px;
	}
	.news main .content .record p, .blog main .content .record p {
		margin: 0 0 8px 0;
		font-size: 14px;
		line-height: normal;
	}
	/*PRODUCTS DETAIL .OK*/
	.products.detail .large-img,
	.products.category .large-img,
	.products .large-img {
		float:none;
		padding-left:0;
		padding-bottom:16px;
		width:100%;
	}
	/*LEFT MENU .OK*/
	.left-menu .btn-collapse{
		position:relative;
		width:100%;
		height: 40px !important;
		line-height: 40px !important;
		font-family: Poppins;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #008874 !important;
		background-color: #fff !important;
		border: solid 1px #008874 !important;
		transition: all .3s;
		cursor:pointer;
	}
	.left-menu .btn-collapse.expanded{
		color: #fff !important;
		background-color: #008874 !important;
	}
	.left-menu .btn-collapse:before{
		content:"";
		position: absolute;
		width: 8px;
		height: 13px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%3E%3Cpath%20data-name%3D%22Path%203143%22%20d%3D%22M16.591%203.991a1.053%201.053%200%200%201%200%201.413l-5.57%206a.884.884%200%200%201-1.315%200l-5.57-6a1.054%201.054%200%200%201%200-1.415.882.882%200%200%201%201.315%200l4.912%205.29%204.914-5.29a.881.881%200%200%201%201.312%200z%22%20transform%3D%22rotate(-90%206.583%2010.28)%22%20style%3D%22fill%3A%231d8976%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E'g) no-repeat center / contain;
		-webkit-mask: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%3E%3Cpath%20data-name%3D%22Path%203143%22%20d%3D%22M16.591%203.991a1.053%201.053%200%200%201%200%201.413l-5.57%206a.884.884%200%200%201-1.315%200l-5.57-6a1.054%201.054%200%200%201%200-1.415.882.882%200%200%201%201.315%200l4.912%205.29%204.914-5.29a.881.881%200%200%201%201.312%200z%22%20transform%3D%22rotate(-90%206.583%2010.28)%22%20style%3D%22fill%3A%231d8976%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
		background-color: #008874;
		background-repeat: no-repeat, repeat;
		background-size: 8px 13px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.left-menu .btn-collapse.expanded:before{
		background-color: #fff;
		transform: rotate(90deg);
		margin-top:-6px;
	}
	.left-menu .menu-item {
		margin-bottom: 15px;
	}
	.left-menu .nav{
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.left-menu .nav:not(.show){
		height:0;
		overflow:hidden;
		visibility:hidden;
		opacity:0;
	}
	/* left-menu > .nav-left(sevices) .OK*/
	.left-menu .nav-left{
		padding: 0 8px 0 9px;
		border-right: solid 1px #e6e6e6;
		border-left: solid 1px #e6e6e6;
		border-bottom: solid 1px #e6e6e6;
		background-color: #f5f5f5;	
	}
	.left-menu .nav-left .nav-item{
		display: block;
		width:100%;
		padding: 17px 0 16px 0;
		border-bottom:1px solid #acacac;
	}
	.left-menu .nav-left .nav-item.active{
		margin-top: inherit;
		background-color: transparent;
		border-bottom: solid 1px #acacac;
	}
	.left-menu .nav-left .nav-item:last-child{
		border-bottom: none !important;
	}
	.left-menu .nav-left .nav-item:first-child.active{
		margin-top:0;
	}
	.left-menu .nav-left .nav-item .nav-link{
		width:100%;
		min-height: inherit;
		padding:0;
		margin:0;
		font-family: Poppins;
		font-size: 14px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.29;
		letter-spacing: normal;
		text-align: left;
		color: #acacac;
	}
	.left-menu .nav-left .nav-item.active .nav-link,
	.left-menu .nav-left .nav-item:hover .nav-link{
		color: #068a77;
	} 
	.left-menu .nav-left .nav-item .nav-link:after{
		display:none;
	}
	/*contact .OK*/
	.contact .contact-form h2 {
		margin-top:42px;
	}
	/*products.detail .OK*/
	.products.detail .files .card svg {
		max-width:61px;
		width:100%;
	}
	.products.detail .files .card .card-text small {
		font-size: 13px;
	}
	.products.detail .files .card .card-title {
		font-size: 15px;
	}
	.products.detail .files .card .btn {
		font-size:14px;
	}
}
/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/*wrapper .FALSE*/
	main > .wrapper {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	/* MODAL .OK */
	.modal.left .modal-body,
	.modal.right .modal-dialog {
		width: 360px;
	}
	/*CONTACT .FALSE*/
	input[name=captcha]{
		width: 140px !important;
	}
	/*pagination .OK*/
	.page-link {
		padding: 10px 10px;
	}
	/*compare-table .OK*/
	.compare-table .table>:not(caption)>*>th {
		min-width: 180px;
	}
	/*compare-bottom .OK*/
	.compare-bottom .compare-menu .compare-btn svg{
		margin-right:0;
	}
	.compare-bottom .compare-menu .compare-btn span{
		display:none !important;
	}
	.compare-bottom .compare-products{
		min-width:300px;
	}
}
/*#new add only for desktop screens*/
@media all and (min-width: 992px) {
	/*header.dropdown hover auto open .OK*/
	header .dropdown:hover>.dropdown-menu {
		display: block;
	}
	/*hover effect only for desktop screens .OK*/
	.navbar .nav-item .dropdown-menu{
		display:inherit !important;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s, opacity 0.3s linear;
		left:0; /*full width menu*/
		right:0; /*full width menu*/
	}
	.navbar .nav-item:hover .dropdown-menu{
		opacity:1;
		visibility:visible;
		top:100%;
	}
}
/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*header .OK*/
	header .navbar-custom .navbar-nav .dropdown-menu li {
		margin-left: 25px;
	}
	/*home .OK*/
	/*carousel .OK*/
	#homeCarousel .caption{
		margin-top: -54px;
	}
	#homeCarousel .controls {
		bottom: 152px;
	}
	/*main-brands .OK*/
	.main-brands{
		margin-top:-120px;
	}
}
/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
/*Extra Extra large(xxl) devices (large desktops, 1400px and up)*/
@media only screen and (min-width: 1400px) {
} 
/*#new add full hd screens*/
@media only screen and (min-width: 1920px) {
	/*container .OK*/
	.container {
		max-width: 1680px;
	} 
}