/*blue bug fix .OK*/
*{
	outline: none !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;
}

/* DEFAULT LINK .OK
-------------------------------------------------- */
a{
	font-family: 'Proxima Nova';
	color:#0d1a26;
	text-decoration:none;
	outline:none;
}
a:hover{
    color:#2468a3;
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
} 


/* BODY .OK
-------------------------------------------------- */
body{ 
	font-family: 'Proxima Nova';
    font-weight: 400;
	font-size:14px;
	color:#0d1a26;
	padding-top:78px; /*navbar-custom -> height*/
}
body.home {
	padding-top:inherit !important;
}



/* HEADER .OK
-------------------------------------------------- */
header .navbar-custom {
	padding-top:0;
	padding-bottom:0;
    max-height: 78px;
	background:none !important;
	background-color: #fff !important;
}
body.home:not(.hover):not(.opened) header .navbar-custom{
	background-color:transparent !important;
}
header .navbar-custom .navbar-brand {
    padding-top: 16px;
    padding-bottom: 18px;
	min-height:30px; /*X animation close bug fix*/
}
header .navbar-custom .navbar-brand svg{
	height:44px;
	width:auto;
}
body.home:not(.hover):not(.opened) header .navbar-custom .navbar-brand svg g.logo-text * {
	fill:#fff;
}
header .navbar-custom .navbar-toggler {
	border:none;
	padding-right:5px;
	height:30px;
}
header .navbar-custom  .navbar-toggler span {
	display: block;
	margin-top:9px;
	width: 29px;
	height: 3px;
	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 .navbar-toggler span:nth-of-type(2){
	/*width: 22px;*/
}
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: #388fcb !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: -3px;
	transform: rotate(-45deg);
}
header .navbar-custom .navbar-nav > .nav-item{
	/*margin-right:30px;*/
	padding:0 15px;
	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:32px 0;
	font-family: 'Proxima Nova';
	font-size: 16px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: -0.1px;
	text-align: left;
	color: #0d1a26;
}
.icon-menu{
	float: left;
    width: 28px;
    margin-right: 10px;
}
.dark-logo {display: block;}
.light-logo {display: none;}
.sticky .dark-logo  {display: block;}
.sticky .light-logo  {display: none;}
.opened .dark-logo  {display: block;}
.opened .light-logo  {display: none;}


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: #388fcb;
	position:relative; /*active top blue border*/
}
body.home:not(.hover):not(.opened) header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link::before,
header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link::before,
header .navbar-custom .navbar-nav > .nav-item.active > .nav-link::before{
	/*active top blue border*/
	content: attr(x);
    position: absolute;
    top: 0;
	left:0;
    width: 100%;
	height:3px;
	background-color: #388fcb;
}
.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: 7px 0 26px 0px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #767676;
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link:hover{
	color: #388fcb;
}
/*dropdown multi col*/
header .navbar-custom .navbar-nav .dropdown-menu .multi-col{
	display:inline-block;
	width:100%;
}
/*dropdown menu info*/
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .info{
	float:left;
	width:45%;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .info p{
	max-width:330px;
	font-family: Proxima Nova;
	font-size: 22px;
	font-style:italic;
	line-height: 1.45;
	letter-spacing: -0.26px;
	text-align: left;
	color: #388fcb;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .info image{
	max-width:430px;
	font-family: Proxima Nova;
	font-size: 22px;
	font-style:italic;
	line-height: 1.45;
	letter-spacing: -0.26px;
	text-align: left;
	color: #388fcb;
}
/*dropdown menu links*/
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap{
	float:left;
	width:55%;
}
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 products*/
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul{
	margin-bottom:32px;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul:last-child{
	margin-bottom:26px;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul.small{
	width:50%;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul.small li{
	width:100%;
	padding-right:15px;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .nav-link {
    padding: 0;
    font-size: 13px;
    line-height: 1.9;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .multi-col .link-wrap ul li.category{
	width:100%;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .category .nav-link {
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.22;
    color: #0d1a26;
}
header .navbar-custom .navbar-nav .nav-item.products .dropdown-menu .category .nav-link:hover{
	color: #388fcb;
}
/*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
{
	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-brand svg g.logo-text *,
body.home:not(.hover):not(.opened) header .navbar-custom.sticky .navbar-brand svg g.logo-text *{
	fill: #191034;
}
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: 24px;
    padding-bottom: 24px;
} 



/* FOOTER .OK
-------------------------------------------------- */
footer{
	padding-top:100px;
	color:#fff;
	background:#0d1a26 url(../images/footer-bg.png) top -155px right -120px no-repeat;
}
/*footer-nav .OK*/
footer h4{
	margin-bottom:16px;
}
footer h4,
footer h4 a{
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.33;
	text-align: left;
	color: #ebebeb;
}
footer h4 a:hover{
	opacity:0.7;
}
footer ul{
	margin-bottom:0;
}
footer ul.first,
footer .address{
	min-height:170px;
	margin-bottom:20px;
}
footer ul li a{
	font-family: Proxima Nova;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #767676;
}
footer .address,
footer .address a{
	font-family: Proxima Nova;
	font-size: 14px;
	line-height: 1.29;
	text-align: left;
	color: #767676;
}
footer ul li a:hover{
	color: #ebebeb;
}
/*footer address .OK*/
footer .address,
footer .address a{
	font-family: Proxima Nova;
	font-size: 14px;
	line-height: 1.29;
	text-align: left;
	color: #767676;
}
footer .address a:hover{
	color: #ebebeb;
}
/*footer newsletter .OK*/
footer .newsletter{}
footer .newsletter h3{
	margin-bottom:30px;
	font-family: 'Proxima Nova';
	font-size: 44px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.97px;
	text-align: left;
	color: #ffffff;
}
footer .newsletter p{
	margin-bottom:45px;
	font-family: Proxima Nova;
	font-size: 15px;
	line-height: 1.33;
	text-align: left;
	color: #969696;
}
footer .newsletter .custom .form-control {
	font-size:14px;
	border-bottom:1px solid #ffffff !important;
	color: #ffffff !important;
}
footer .newsletter .btn {
	margin-top: 8px;
	width: 185px;
}
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 .OK*/
.footer-bottom{
	margin-top:120px;
	padding-top:30px;
	padding-bottom:30px;
	background-color: #fff;
	color:#767676;
	line-height: 1.23;
}
.footer-bottom a{
	margin-right:45px;
	font-family: Proxima Nova;
	font-size: 14px;
	font-weight: normal;
	color: #767676;
}
.footer-bottom a:hover{
	color: #000;
}
.footer-bottom a:last-child{
	margin-right:0;
}
.footer-bottom .copyright{
	font-family: Proxima Nova;
	text-align:right;
	font-size: 14px;
	color: #767676;
}
/*footer-contact .OK*/
.footer-contact{
	background-color: #f8f8f8;
}
.footer-contact .row{
	min-height:218px;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.footer-contact h4{
	margin-bottom:7px;
	font-family: Proxima Nova;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -0.84px;
	text-align: left;
	color: #0d1a26;
}
.footer-contact p{
	margin-bottom:0;
	font-family: Proxima Nova;
	font-size: 15px;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	color: #0d1a26;
}


/* 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: 'Proxima Nova';
	font-size: 13px;
	font-weight: 600;
	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{
	padding-top:26px;
}
.custom .form-check.form-check-inline {
    margin-right: 33px;
}
.custom .form-check .form-check-label{
	font-family: 'Proxima Nova';
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
}
.custom .form-check.policy .form-check-label{
	font-weight: normal;
}
/*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: Proxima Nova;
	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:attr(x);
	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: Proxima Nova;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.47;
	color: #000000;
}
/*form custom button*/
.custom .btn {
	margin-top:20px;
}


/* BUTTONS .OK
-------------------------------------------------- */
.btn{
	display:inline-block;
	min-width:185px;
	padding:0 29px;
	height:56px;
	line-height:56px; /*vertical center*/
	border: solid 1px #000;
	font-family: Proxima Nova;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #388fcb;
	background:none;
	border-radius:0;
	transition: all .3s;
}
.btn.focus, 
.btn:focus{
	box-shadow:none;
}
.btn:hover{
	background:#388fcb;
	color: #fff;
}
.btn.btn-lg{
	padding:0 45px;
}
/*.btn-outline-light .OK*/
.btn.btn-outline-light{
	border: solid 1px #ffffff;
	color: #ffffff;
}
.btn.btn-outline-light:hover{
	background:#388fcb;
	color: #fff;
	border-color:#388fcb;
}
/*.btn-outline-dark .OK*/
.btn-outline-dark{
	border: solid 1px #707070;
	color: #388fcb;
}
.btn-outline-dark:hover{
	border: solid 1px #388fcb;
	background: #388fcb;
	color: #fff;
}
/*.btn-outline-dark .OK*/
.btn-outline-primary{
	border: solid 1px #388fcb;
	color: #0d1a26;
}
.btn-outline-primary:hover{
    background-color: #388fcb;
    color: #fff;
}


/* HOME
-------------------------------------------------- */
/* home carousel .OK*/
#homeCarousel{ }
#homeCarousel::before{ /*menu top black gradient*/
	z-index:1;
	position:absolute;
	content: ""; 
	width:100%;
	height: 220px;
	opacity: 0.63;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
}
#homeCarousel::after{ /*slider left black gradient*/
	z-index:1;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	content: "";
	width:100%;
	max-width: 787px;
	opacity: 0.45;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}
/*carousel-caption .OK*/
#homeCarousel .caption {
	z-index:99;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom:initial;
	width:100%;
    padding-left: 0;
    padding-right: 0;
	padding-bottom:0;
}
#homeCarousel .caption .col-12 {
	max-height:320px;
	overflow:hidden;
}
#homeCarousel .caption .col-12 .title{
	margin: 0 0 25px;
	max-height: 120px;
	overflow:hidden;
	font-family: Proxima Nova;
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -2px;
	text-align: left;
	color: #ffffff;
}
#homeCarousel .caption .col-12 .info{
	margin: 0 27px 40px 1px;
	max-height: 69px;
	overflow:hidden;
	font-family: Proxima Nova;
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
/*carousel prev+next .OK*/
#homeCarousel .carousel-control-next,
#homeCarousel .carousel-control-prev{
	display:none;
}
/*carousel-indicators .OK*/
#homeCarousel .controls{
	position:absolute;
	width:100%;
	bottom:60px;
	z-index:150;
}
#homeCarousel .carousel-indicators{
	position:relative;
	bottom:inherit;
	float:right;
	padding:0;
    margin: 0;
}
#homeCarousel .carousel-indicators li{
	margin-left:9px;
	margin-right:0;
	width: 16px;
	height: 16px;
	object-fit: contain;
	border: solid 1px #ffffff;
	border-radius:16px;
	background:none;
}
#homeCarousel .carousel-indicators li.active{
	background:#ffffff;
}
/*explore-btn .OK*/
a.explore-btn {
	float:left;
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}
a.explore-btn svg {
	margin-left:8px;
    width: 12px;
}
/*main-career .OK*/
.main-career{
	margin-top: 70px;
	background:url(../images/career/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-career .row{
	min-height: 620px;
}
.main-career .title{
	margin-bottom:27px;
	font-family: Proxima Nova;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.29;
	letter-spacing: -0.84px;
	text-align: left;
	color: #0d1a26;
}
.main-career p{
	margin-bottom:39px;
	font-family: Proxima Nova;
	font-size: 15px;
	line-height: 1.33;
	text-align: left;
	color: #0d1a26;
}
.main-career .btn{
	margin-top:0;
}
/*main-references .OK*/
.main-references{
	margin-top:70px;
}
.main-references .title{
	margin-bottom:20px;
	font-family: Proxima Nova;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.84px;
	text-align: center;
	color: #0d1a26;
}
.main-references .slick-prev, 
.main-references .slick-next{
	display:none !important;
}
/*main-industries .OK*/
.main-industries {
	margin-top:120px;
}
.main-industries .title{
	margin-bottom:43px;
	font-family: Proxima Nova;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #388fcb;
}
.main-industries .container-fluid{
	overflow:hidden;
}
.main-industries .container-fluid .row{
    margin-right: -16px;
    margin-left: -16px;
}
.main-industries .container-fluid .row > .wrap{
	padding:1px;
}
.main-industries .record{
    display: block;
    position: relative;
	min-height: 140px;
}
.main-industries .record figure{
	margin-bottom:0;
}
.main-industries .record .hover{
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
  	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.70));
	transition: all 0.25s;
}
.main-industries .record:hover .hover{
  	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    height: 100%;
}
.main-industries .record:hover .hover b{
	bottom:60px;
}
.main-industries .record:hover .hover span{
    opacity: 1;
    visibility: visible;
}
.main-industries .record .hover b,
.main-industries .record .hover span{
	font-family: 'Proxima Nova';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
	text-align: left;
	color: #ffffff;
}
.main-industries .record .hover b{
	position:absolute;
	left:32px;
	bottom:25px;
	transition: all 0.25s;
}
.main-industries .record .hover span{
	font-size: 14px;
    opacity: 0;
    visibility: hidden;
	position:absolute;
	left:32px;
	bottom:25px;
	font-weight: bold;
	transition: all 0.3s;
}
/*main-products .OK*/
.main-products{
	padding-top:120px;
}
.main-products .info{
	height:100%;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.main-products .info .title{
	margin-bottom:25px;
	font-family: Proxima Nova;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.75;
	letter-spacing: -0.48px;
	text-align: left;
	color: #388fcb;
}
.main-products .info p{
	margin-bottom:75px;
	font-family: Proxima Nova;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.84px;
	text-align: left;
	color: #0d1a26;
}
.main-products .record{
    display: block;
	border: solid 1px #e6e6e6;
}
.main-products .record:hover{
	box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.09);
}
.main-products .record figure{
	margin:0;
	background:#f8f8f8;
}
.main-products .record .title{
	display: block;
	padding: 25px 35px 32px 35px;
	/*min-height: 230px;*/
	border-top: solid 1px #e6e6e6;
}
.main-products .record .title b{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.6px;
	text-align: center;
	color: #388fcb;
}
.main-products .record .title .desc{
	display: block;
	height: 62px;
	margin: 15px 0 57px 0;
	overflow:hidden;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.main-products .record .title .more{
	display: block;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.31;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.main-products .record:hover .title .more{
	color: #388fcb;
}
/*main-partners .OK*/
.main-partners{
	margin-top:120px;
}
.main-partners .info{
	height:100%;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.main-partners .info .title{
	margin-bottom:20px;
	font-family: Proxima Nova;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.75;
	letter-spacing: -0.48px;
	text-align: left;
	color: #388fcb;
}
.main-partners .info p{
	margin-bottom:75px;
	max-width:340px;
	font-family: Proxima Nova;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.84px;
	text-align: left;
	color: #0d1a26;
}
/*main-services*/
.main-services{
	margin-top:120px;
}
.main-services .record{
	position:relative;
}
.main-services .record:after{
	z-index:1;
	content:attr(x);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	min-height: 504px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.70));
}
.main-services .record figure{
	margin:0;
}
.main-services .record .wrap{
	z-index:2;
	position:absolute;
	left:45px;
	bottom:57px;
}
.main-services .record .name{
	font-family: Proxima Nova;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.75;
	letter-spacing: -0.48px;
	text-align: left;
	color: #ffffff;
}
.main-services .record .title{
	display:block;
	margin-top: 18px;
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -1.32px;
	text-align: left;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-services .record .desc{
	display:block;
	margin-top: 12px;
	max-width:320px;
	height:58px;
	overflow:hidden;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.main-services .record .btn{
	margin-top: 43px;
}
/*main-products+main-partners+main-services slider .OK*/
/*slider -> full with*/
.main-products,
.main-partners,
.main-services{
	overflow:hidden; 
	position:relative;
}
.main-products .slider{
	padding-bottom:75px;
}
.main-partners .slider {
	padding-bottom:75px;
}
.main-services .slider {
	cursor:url(../images/slider-cursor.png) 20 20, auto;
}
.main-products .slick-list,
.main-partners .slick-list,
.main-services .slick-list{
	overflow:inherit;
}
.main-products .info:after,
.main-partners .info:after{
	z-index:1;
	content:attr(x);
	position:absolute;
	background:#fff;
	width:3000px;
	top:-30px;
	bottom:-30px;
	right:0;
}
.main-products .slick-prev:before,
.main-products .slick-next:before,
.main-partners .slick-prev:before,
.main-partners .slick-next:before,
.main-services .slick-prev,
.main-services .slick-next{
	display:none !important;
}
.main-products .slick-prev,
.main-partners .slick-prev{
	z-index:3;
	top:inherit;
	bottom:0;
	left:15px;
	width: 53px;
	height: 17px;
}
.main-products .slick-next,
.main-partners .slick-next{
	z-index:3;
	top:inherit;
	bottom:0;
	left:88px;
	width: 53px;
	height: 17px;
}
.main-products .slick-prev,
.main-products .slick-prev:hover,
.main-products .slick-prev:focus,
.main-partners .slick-prev,
.main-partners .slick-prev:hover,
.main-partners .slick-prev:focus{
	background:url(../images/svg/slick-prev.svg) no-repeat;
}
.main-products .slick-next,
.main-products .slick-next:hover,
.main-products .slick-next:focus,
.main-partners .slick-next,
.main-partners .slick-next:hover,
.main-partners .slick-next:focus{
	background:url(../images/svg/slick-next.svg) no-repeat;
}
.main-products .slick-disabled,
.main-partners .slick-disabled{
	opacity:0.4;
}
.main-products .info .wrap,
.main-partners .info .wrap{
	z-index:2;
	position:relative;
}


/* BANNER .OK
-------------------------------------------------- */
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.banner::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 857px;
    height: 100%;
    opacity: 0.57;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}
.banner .row {
    min-height: 464px;
	/*banner text vertical center*/
	-ms-flex-align: center!important;
    align-items: center!important;
}
.banner .row > .col{
	margin-bottom:10px; /*banner text vertical center*/
}
.banner h1{
	font-family: "Proxima Nova";
	font-size: 44px;
	font-weight: bold;
	letter-spacing: -1.76px;
	text-align: left;
	color: #ffffff;
}
/*products detail*/
.products.detail .banner {
	background-color: #f8f8f8;
}
.products.detail .banner::before {
	display:none;
}
.products.detail .banner h1 {
	color: #1d1934;
}
.products.detail .banner .madein img{
	width:32px;
}
.products.detail .banner .madein span{
	display:inline-block;
	margin-left:7px;
	font-family: Proxima Nova;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 32px;
	letter-spacing: normal;
	text-align: left;
	color: #0d1a26;
}


/* BREADCRUMB .OK
-------------------------------------------------- */
.nav-breadcrumb{
	position:absolute;
	bottom:0;
	margin-bottom:0;
}
.nav-breadcrumb .breadcrumb{
	padding:0;
	margin-bottom:22px;
	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: Proxima Nova;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.24px;
	text-align: left;
	color: #ffffff;
	opacity: 0.7;
	transition: all .3s;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a:hover{
	opacity: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
	padding-right:11px;
}
/*products detail*/
.products.detail .nav-breadcrumb .breadcrumb .breadcrumb-item,
.products.detail .nav-breadcrumb .breadcrumb .breadcrumb-item > a,
.products.detail .breadcrumb-item+.breadcrumb-item::before {
	color: #1d1934;
}


/* SECOND MENU SCROLLER .OK
-------------------------------------------------- */
.nav-second{
    background-color: #f8f8f8;
    margin-bottom: 55px;
	/*navbar scroller*/
	position: relative;
    height: 50px;
	z-index: 2;
	overflow-y: hidden;
}
.nav-second .nav {
	/*navbar scroller*/
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	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 {
    margin-right: 30px;
    padding: 17px 0;
	font-family: Proxima Nova;
	font-size: 13px;
	line-height: 1.38;
	color: #969696;
}
.nav-second .nav .nav-item .nav-link:hover,
.nav-second .nav .nav-item.active .nav-link {
	color: #0d1a26;
}
.nav-second .nav .nav-item:last-child .nav-link{
    margin-right: 0;
}


/* WRAPPER .OK
-------------------------------------------------- */
main > .wrapper{
	margin-top:52px;
	margin-bottom:80px;
}


/* 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:#388fcb;
}
.carousel.gallery .carousel-control-next:hover svg rect,
.carousel.gallery .carousel-control-prev:hover svg rect{
	fill:#388fcb;
}
.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 .OK
-------------------------------------------------- */
main .content .text{
	font-family: Proxima Nova;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.53;
	color: #0d1a26;
}
main .content .text .carousel.gallery{
	margin-top:70px;
}
main .content .text .exp2{
	margin-top:70px;
}
main .content .text h1{
	margin-bottom:45px;
	font-family: Proxima Nova;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: -0.31px;
	color: #388fcb;
}
main .content .text h2{
	margin-bottom:20px;
	font-family: Proxima Nova;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: -0.31px;
	color: #388fcb;
}
main .content .text h3{
	font-family: Proxima Nova;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.24;
	color: #000000;
}
main .content .text h4{
	font-family: Proxima Nova;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.24;
	color: #000000;
}
main .content .text h5{
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.24;
	color: #000000;
}
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: Proxima Nova;
	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;
}


/* PRODUCTS .OK
-------------------------------------------------- */
/*products record list*/
.products .record{
    display: block;
    margin-bottom: 30px;
	border: solid 1px #e6e6e6;
}
.products .record:hover{
	box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.09);
}
.products .record figure{
	margin:0;
}
.products .record .title{
	display: block;
	min-height: 69px;
	border-top: solid 1px #e6e6e6;
	background-color: #f8f8f8;
}
.products .record .title b{
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height:69px;
	text-align: center;
	color: #000000;
}
.products .record:hover .title b {
	color: #388fcb;
}
/*record -> model*/
.products .model .record .title{
	padding-top:16px;
	padding-bottom:26px;
}
.products .model .record .title b{
	margin-bottom:11px;
	font-size: 15px;
	color: #388fcb;
	line-height: 1.47;
}
.products .model .record .title span{
	display: block;
	font-family: Proxima Nova;
	font-size: 15px;
	line-height: 1.47;
	text-align: center;
	color: #000000;
}
.products .model .record .title span.brand{
	font-weight: 600;
}
.products .model .record:hover .title span{
	color: #388fcb;
}
/*products -> model*/
.products .model{
	margin-top: 102px;
}
.products .model h4{
	margin-bottom: 75px;
	font-family: Proxima Nova;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.26px;
	text-align: center;
	color: #0d1a26;
}
/*products -> certification
+ products -> files*/
.products main .content .certification,
.products main .content .files{
	margin-top: 81px;
	margin-bottom:-30px;
}

.pages main .content .certification h4,
.pages main .content .files h4{
	margin-bottom: 30px;
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #0d1a26;
	margin-top:70px;
}

.mx-auto {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.products main .content .certification h4,
.products main .content .files h4{
	margin-bottom: 30px;
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #0d1a26;
}
.products main .content .certification img{
	margin-bottom: 30px;
}
.products main .content .files .record{
    display: block;
    position: relative;
    margin-bottom: 30px;
	min-height: 255px;
	background-color: #efefef;
	border:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.products main .content .files .record h5{
	padding:28px 18px;
	width: 290px;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #0d1a26;
}

.pagese main .content .files .record h5{
	padding:28px 18px;
	width: 200px;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #0d1a26;
}
.products main .content .files .record .pdf-icon{
	position:absolute;
	right:16px;
	bottom:16px;
	width:41px;
	height:55px;
	background-color: #388fcb;
	mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
}
.products main .content .files .record:hover .pdf-icon{
	background-color: #fff;
}
.products main .content .files .record:hover{
	background-color: #388fcb;
}
.products main .content .files .record:hover h5{
	color: #fff;
}



.pages main .content .files .record{
    display: block;
    position: relative;
    margin-bottom: 30px;
	min-height: 255px;
	background-color: #efefef;
	border:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pages main .content .files .record h5{
	padding:28px 18px;
	width: 200px;
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #0d1a26;
}
.pages main .content .files .record .pdf-icon{
	position:absolute;
	right:16px;
	bottom:16px;
	width:41px;
	height:55px;
	background-color: #388fcb;
	mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
}
.pages main .content .files .record:hover .pdf-icon{
	background-color: #fff;
}
.pages main .content .files .record:hover{
	background-color: #388fcb;
}
.pages main .content .files .record:hover h5{
	color: #fff;
}


/* CONTACT .OK
-------------------------------------------------- */
/*footer contact*/
body.contact .footer-contact{
	display:none;
}
/*contact list*/
.contact main .content .map-pin{
	margin-top: 45px;
}
/*contact form*/
.contact .contact-form h2{
	margin-bottom: 14px;
	font-family: 'Proxima Nova';
	font-size: 44px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.97px;
	text-align: left;
	color: #388fcb;
}
.contact .contact-form p{
	margin-bottom:0;
	font-family: 'Proxima Nova';
	font-size: 17px;
	line-height: 1.53;
	text-align: left;
	color: #0d1a26;
}
.contact .contact-form form{
	margin-top: 40px;
}


/* NEWS+BLOG .OK
-------------------------------------------------- */
.news main .content .record,
.blog main .content .record{
    display: block;
    position: relative;
    margin-bottom: 100px;
	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: 64px;
	overflow:hidden;
	font-family: Proxima Nova;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.23;
	text-align: left;
	color: #0d1a26;
}
.news main .content .record p,
.blog main .content .record p{
	margin: 30px 0 26px 0;
	height: 64px;
	overflow:hidden;
	font-family: Proxima Nova;
	font-size: 15px;
	line-height: 1.53;
	text-align: left;
	color: #0d1a26;
}
.news main .content .record .readmore,
.blog main .content .record .readmore{
	position: relative;
	font-family: Proxima Nova;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.31;
	text-align: left;
	color: #000000;
}
.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%;
}


/* PARTNERS .OK
-------------------------------------------------- */
.partners main .content .text.partners-text h2{
    margin-bottom: 55px;
	text-align:center;
}
.partners .banner .partners-logo{
	margin-top:-30px;
	margin-bottom:20px;
}
.partners .record{
    display: block;
    margin-bottom: 30px;
}
.partners .record figure,
.main-partners .record figure{
	margin:0;
	background-color: #f8f8f8;
}
.partners .record:hover figure,
.main-partners .record:hover figure{
	background-color: #388fcb;
}
.partners .record:hover figure .img-gray,
.partners .record figure .img-white,
.main-partners .record:hover figure .img-gray,
.main-partners .record figure .img-white{
	display:none !important;
}
.partners .record:hover figure .img-white,
.main-partners .record:hover figure .img-white{
	display:block !important;
}
.partners .record .title b{
	margin-top: 6px;
	display: block;
	font-family: Proxima Nova;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.52px;
	text-align: center;
	color: #969696;
}
.partners .record:hover .title b{
	color: #388fcb;
}


/* PARTNERS .OK
-------------------------------------------------- */
.references main .content .text.references-text h2{
    margin-bottom: 55px;
	text-align:center;
}
.references .record{
    display: block;
    margin-bottom: 30px;
	border: solid 1px #e6e6e6;
}
.references .record:hover{
	box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.09);
}
.references .record figure{
	margin:0;
}


/* SCROLLBAR .OK
-------------------------------------------------- */
.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;
}


/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	/*navbar open .OK*/
	body.opened {
		overflow-y:hidden;
	}
	header .navbar-custom {
		max-height:none !important;
	}
	body.opened header .navbar-custom.sticky, 
	body.opened header .navbar-custom {
		background:#f8f8f8 !important;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	body.opened header .navbar-custom .navbar-brand svg g.logo-text path {
		fill: #0d1a26;
	}
	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: 'Proxima Nova';
		font-size: 22px;
		font-weight: 600;
		line-height: 1.23;
		text-align: left !important;;
		color: #388fcb !important;;
		padding: 22px 18px 22px 18px !important;;
		position:inherit !important;
	}
	header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link {
		color: #388fcb;
	}
	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-family: Proxima Nova;
		font-size: 18px !important;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 2.78 !important;
		letter-spacing: normal;
		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: #388fcb;
		-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.show > .nav-link::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;
	}
	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;
	}
	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: 22px;
		line-height: 1.23;
		color: #0d1a26 !important;
	}
	/*buttons*/
	.btn {
		min-width:140px;
		padding: 0 25px;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
	}
	.btn.btn-lg{
		padding: 0 25px;
	}
	/*footer*/
	footer {
		padding-top: 80px;
	}
	footer ul,
	footer .address {
		margin-bottom: 20px;
	}
	.footer-bottom {
		margin-top: 80px;
	}
	/*footer newsletter .OK*/
	footer .newsletter,
	footer .newsletter h4,
	footer .newsletter p,
	footer .newsletter .custom .form-control{
		text-align:center;
	}
	footer .newsletter h4 {
		margin-top: 40px;
	}
	footer .newsletter p {
		margin-bottom: 0;
	}
	/*second menu scroller*/
	.nav-second{
		margin-bottom: 0;
	}
	/*home carousel .OK*/
	#homeCarousel .caption .col-12 .title {
		max-height:80px;
		margin-bottom:20px;
		font-size: 34px;
		letter-spacing: -1.4px;
	}
	#homeCarousel .caption .col-12 .info {
		max-height:60px;
		margin-bottom:25px;
		font-size: 16px;
		line-height: 1.27;
	}
	#homeCarousel .controls {
		bottom: 40px;
	}
	/*main-products+main-partners .OK*/
	.main-products{
		padding-top: 80px;
	}
	.main-services,
	.main-partners,
	.main-industries {
		margin-top: 80px;
	}
	.main-career {
		margin-top: 40px;
	}
	.main-products .info .title,
	.main-partners .info .title{
		margin-bottom:10px;
	}
	.main-products .info p,
	.main-partners .info p {
		font-size: 22px;
	}
	.main-products .record .title {
		padding: 25px 35px;
	}
	.main-products .record .title .desc {
		margin: 15px 0;
		height: 44px;
	}
	/*.main-services .OK*/
	.main-services .record .wrap {
		bottom: 45px;
	}
	.main-services .record:after {
		min-height: 300px;
	}
	.main-services .record .wrap {
	    max-width: 300px;
	}
	.main-services .record .name {
		line-height:1.2;
	}
	.main-services .record .title {
		margin-top: 12px;
		font-size: 30px;
	}
	.main-services .record .desc {
		height: 54px;
		font-size:14px;
	}
	.main-services .record .btn {
		margin-top: 20px;
	}
	/*.products.OK*/
	/*.products detail banner .OK*/
	.products.detail .banner h1 {
		font-size: 35px;
	}
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	/*footer .OK*/
	.footer-bottom {
		margin-top: 40px;
	}
	.footer-bottom,
	.footer-bottom .copyright {
		text-align:left;
	}
	.footer-bottom a {
		display:inline-block;
		margin: 0 20px 15px 0;
	}
	footer ul.first,
	footer .address {
		min-height: 147px;
	}
	footer ul, footer .address {
		margin-bottom: 40px !important;
	}
	footer .address {
		margin-bottom: 0;
		max-width: 210px;
	}
	footer .newsletter h4 {
		margin-top: 0;
	}
	footer .newsletter p {
		margin-bottom: 20px;
	}
	footer .newsletter, footer .newsletter h4, footer .newsletter p, footer .newsletter .custom .form-control {
		text-align: left;
	}
	/*footer contact .OK*/
	.footer-contact h4 {
		font-size: 21px;
	}
	.footer-contact .row {
		min-height: 190px;
	}
	/*banner .OK*/
	.banner::before {
		opacity: 0.74;
		max-width:320px;
	}
	.banner .row {
		min-height: 272px;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.products.detail .banner .row {
		min-height: 320px;
	}
	.banner h1 {
		font-size: 35px;
		letter-spacing: -1.54px;
	}
	.partners .banner .partners-logo {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	/*.products detail banner .OK*/
	.products.detail .banner h1 {
		font-size: 28px;
	}
	.products.detail .breadcrumb-item:nth-child(2){
		padding-left: 0;
	}
	.products.detail .breadcrumb-item:nth-child(2)::before {
		display:none;
	}
	/*home*/
	/*main-products, main-partners .OK*/
	.main-products .info:after,
	.main-partners .info:after{
		display:none;
	}
	/*main-products, main-services, main-partners slider .OK*/
	.main-products .slider-wrap,
	.main-services .slider-wrap,
	.main-partners .slider-wrap {
		padding-left:0;
		padding-right:0;
	}
	.main-products .info p,
	.main-partners .info p {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.main-partners .info p {
		max-width: inherit;
	}
	.main-services .record .desc {
		display:none;
	}
	.main-services .record:after {
		min-height: 260px;
	}
	.main-services .record .title {
		font-size: 28px;
	}
	.main-services .slick-slide {
		height: 320px !important;
	}
	.main-services .slick-slide figure{
		overflow:hidden;
	}
	.main-services .slick-slide figure .img-fluid {
		max-width:inherit !important;
		height: 320px !important;
	}
	/*main-industries .OK*/
	.main-industries .title {
		margin-bottom: 20px;
	}
	/* general text OK*/
	main .content .text{
		line-height: 1.53;
	}
	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 h2,
	.references main .content .text.references-text h2,
	.partners main .content .text.partners-text h2 {
		margin-bottom:32px;
		font-size: 20px;
	}
	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;
	}
	/*table .OK*/
	main .content .text table tr td,
	main .content .text table tr th {
		padding: 10px 7px;
	}
	.scroll table{
		width:100%;
		min-width:690px;
		margin-bottom:10px;
	}
	/* news+blog .OK */
	.news main .content .record,
	.blog main .content .record{
		margin-bottom: 40px;
	}
	.news main .content .record .title,
	.blog main .content .record .title{
		margin-top:15px;
		height: 48px;
		font-size: 20px;
	}
	.news main .content .record p,
	.blog main .content .record p{
		margin: 15px 0 15px 0;
		font-size: 15px;
	}
	/* contact .OK */
	.contact .contact-form h2 {
		margin-top:60px;
		font-size: 32px;
	}
	.contact .contact-form p{
		font-size: 15px;
	}
	/* products .OK */
	.products .model {
		margin-top: 50px;
	}
	.products .model h4 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.products .model .record .title {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.products .model .record .title b {
		margin-bottom: 4px;
	}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/*footer .OK*/
	footer {
		padding-top: 60px;
	}
	.footer-bottom {
		margin-top: 60px;
	}
	footer ul,
	footer .address {
		margin-bottom: 40px !important;;
	}
	footer .address {
		min-height: inherit !important;
		max-width: 280px;
	}
	footer .newsletter p {
		margin-bottom: 8px;
	}
	footer .newsletter .btn {
		width: 100%;
	}
	/*footer contact .OK*/
	.footer-contact {
		padding:45px 0;
	}
	.footer-contact .row {
		min-height: inherit;
		-ms-flex-align: inherit !important;
		align-items: inherit !important;
	}
	.footer-contact .row .float-right{
		margin-top:20px;
		float:left !important;
	}
	/*main-career*/
	.main-career .row {
		min-height: 460px;
	}
	/*main-products+main-partners*/
	.main-products .info p, 
	.main-partners .info p {
		font-size: 18px;
	}
	/*main-services*/
	.main-services .record .wrap {
		bottom: 30px;
		left: 30px;
	}
	/*wrapper .OK*/
	main > .wrapper {
		margin-top: 33px;
		margin-bottom: 58px;
	}
	/*home*/
	/*home->carousel .OK*/
	#homeCarousel .caption .title {
		max-width: 300px;
	}
	/*carousel gallery .OK*/
	.carousel.gallery .carousel-control-next svg,
	.carousel.gallery .carousel-control-prev svg {
		width: 30px;
		height: 30px;
	}
	.carousel.gallery .carousel-control-next {
		right: 10px;
		bottom: 15px;
	}
	.carousel.gallery .carousel-control-prev {
		right: 50px;
		bottom: 15px;
	}
	/* news+blog .OK */
	.news main .content .record .title,
	.blog main .content .record .title{
		height: auto;
	}
	/*.products detail banner .OK*/
	.products.detail .banner .row {
		min-height: 272px;
		-ms-flex-align: inherit !important;
		align-items: inherit !important;
	}
	.products.detail .banner h1 {
		margin-top:30px;
		font-size: 28px;
	}
	.products.detail .banner .banner-img{
		margin-top:20px;
		margin-bottom:60px;
	}
	/*.products detail breadcrumb .OK*/
	.products.detail .nav-breadcrumb .breadcrumb {
		overflow:hidden;
		height:15px;
	}
	.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item {
		padding-left: 6px;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: 6px;
	}
	.products.detail .breadcrumb-item:nth-child(2),
	.products.detail .breadcrumb-item:last-child{
		padding-left: 0;
	}
	.products.detail .breadcrumb-item:nth-child(2)::before, 
	.products.detail .breadcrumb-item:last-child::before{
		display:none;
	}
}
/*#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) {
	/*home .OK*/
	#homeCarousel .caption .col-12 .title {
		max-height: 86px;
		margin-bottom: 20px;
		font-size: 36px;
		letter-spacing: -1.4px;
	}
	#homeCarousel .caption .col-12 .info {
		max-height: 69px;
		margin-bottom: 30px;
	}
	/*main-products .OK*/
	.main-products .record .title .desc {
		margin-bottom: 15px;
	}
	.main-products .record .title {
		padding: 20px 25px;
	}
}
/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
/*#new add 1440px screens*/
@media only screen and (min-width: 1440px) {
	/*container .OK*/
	.container {
		max-width: 1360px;
	}
} 
/*#new add full hd screens*/
@media only screen and (min-width: 1920px) {
	/*container .OK*/
	.container {
		max-width: 1680px;
	} 
} 
