
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: tahoma;
  
}
.loader-container{
    width: 100%;
    height: 100vh;
    background-color: #111;
    position: fixed;
    top:0;
    left:0;
    z-index:99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
iframe {
    width: 100%;
  }
.loader{
    width: 50px;
    height: 50px;
    border: 5px solid;
    color: #ff5003 !important;
    border-radius: 50%;
    border-top-color: transparent;
    animation: loader 1.2s linear infinite;
}

@keyframes loader{
    25%{
        color: #ff5003;
    }
    50%{
        color: #f1c40f;
    }
    75%{
        color: #e74c3c;
    }
    to{
        transform: rotate(360deg);
    }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Neo Sans Std';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/NeoSansStd-Regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/NeoSansStd-Regular.otf") format("otf"), url("assets/fonts/NeoSansStd-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeoSansStd-Regular.woff2") format("woff2"), url("assets/fonts/NeoSansStd-Regular.woff") format("woff"), url("assets/fonts/NeoSansStd-Regular.ttf") format("truetype"), url("assets/fonts/NeoSansStd-Regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Neo Sans Std';
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/NeoSansStd-Medium.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/NeoSansStd-Medium.otf") format("otf"), url("assets/fonts/NeoSansStd-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeoSansStd-Medium.woff2") format("woff2"), url("assets/fonts/NeoSansStd-Medium.woff") format("woff"), url("assets/fonts/NeoSansStd-Medium.ttf") format("truetype"), url("assets/fonts/NeoSansStd-Medium.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Neo Sans Std';
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/NeoSansStd-Bold.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/NeoSansStd-Bold.otf") format("otf"), url("assets/fonts/NeoSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeoSansStd-Bold.woff2") format("woff2"), url("assets/fonts/NeoSansStd-Bold.woff") format("woff"), url("assets/fonts/NeoSansStd-Bold.ttf") format("truetype"), url("assets/fonts/NeoSansStd-Bold.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
.header-navibox-1-left .header-navibox-1, .header-navibox-2-left .header-navibox-2, .header-navibox-3-left .header-navibox-3, .header-navibox-4-left .header-navibox-4 {
    float: left;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:tahoma !important;
	
}
p{text-align:justify;}
.nav-pills>li {
    float: left;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
}
.logo {
  height: auto;
  width: 100px;
  display: block;
}
h3, .h3 {
    font-size: 28px;
    /* font-weight: bold; */
    font-family: tahoma !important;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
}
.owl-dots .owl-dot.active span {
  background: #008000 !important;
}
.border-orange{
	border:3px solid #9d2222 !important;
}
.b-title-page {
 
    font-size: 48px;
}
a.pdf-open {
    position: relative;
}
img.open-pdf {
    height: auto;
    width: 30px;
    object-fit: contain;
    margin-right: 10px;
}
.box-with-pdf-block {
    -webkit-box-shadow: 0 0px 5px rgb(64 64 64 / 25%);
    -moz-box-shadow: 0 0px 5px rgba(64, 64, 64, 0.25);
    box-shadow: 0 0px 5px rgb(64 64 64 / 25%);
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    margin: 0 30px;
}
ul.box-with-pdf-wrap li {
    margin-bottom: 15px;
    font-size: 20px;
}
.owl-dots span {
  width: 30px !important;
  height: 30px !important;
  border-radius: initial !important;
}
.banner .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.blockSlider {
  padding:30px 0;
}
.bg-colorgrey {
  padding-bottom: 50px;
  background-color: #ebebe0;
}
img.img-profile.img-fluid.img-responsive {
    max-width: 75%;
    height: 100%;
    border-radius: 50%;
    margin:auto;
}
.owner-info ,.owner-info p {
    text-align: center !important;
}
.blockSlider h4 {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 15px;
  font-family: tahoma;
  font-size: 24px;
  letter-spacing: 1px;
  color: :#ccc;
}
.blockSlider p{
  color: #7b7d7f;
    font-family: tahoma;
    font-weight: 100;
    line-height: 1.4;
    font-size: 13px;
    padding:0 12px;
}
h2.ui-title-inner-2 a {
    font-family: tahoma;
    letter-spacing: 1px;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.main-prod span {
    padding-right: 10px;
}
img.product-list-two-img {
    padding: 15px;
}
main{
    margin-top: 100px;
}
span.glyphicon.glyphicon-arrow-right {
    padding-right: 10px;
}
li.b-advantages-1__item {
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
	height: 300px;
}
.font-tahoma h2, .font-tahoma p .font-tahoma span{
	font-family:tahoma;
}
.h-100{height:100% important;}
.bannerBgImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
}
.pos-rel{position:relative !important;}
.navbar {
    margin-bottom: 0 !important;
}
.carousel-box {
  background: #fff;
  
  border-radius: 5px;
    border: 1px solid #ECECEC;
    -webkit-box-shadow: 0px 4px 4px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 4px 4px 0px rgb(204,204,204);
    box-shadow: 0px 4px 4px 0px rgb(204 204 204);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}
.BannerHeading {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #ff5003;
    color: #fff;
	padding:10px 20px;
}
.BannerHeading h1{
    color: #fff;
	font-size:24px;
		padding:0;
	margin:0;
	font-family:tahoma;
	letter-spacing:2px;
}
.owl-theme .owl-dots .owl-dot span {
    position: relative !important;
}
.owl-dots .owl-dot.active span {
    background: #ff5003 !important;
}
.owner-info h2{
    font-family: tahoma;
    font-size: 18px;
	margin:0;
	margin-top:10px;
	letter-spacing:2px;
	font-weight: bold;
}
.owner-info p{
    font-family: tahoma;
    font-size: 14px;
	letter-spacing:2px;
}
.BannerHeading h2{
    color: #fff;
	font-size:18px;
	padding:10px 0;
	margin:0;
	font-family:tahoma;
}
.image-block img {
    height: 375px;
    object-fit: contain;
}
a.btn.redirect-btn {
    background: #ff5003 !important;
    border-radius: 0;
    font-family: tahoma;
    padding: 8px 15px;
    font-size: 14px;
    margin:10px 0;
}
.blockSlider .owl-dots {
    position: absolute;
    bottom: -30px !important;
    left: 50%;
	right:auto;
	transform:translateX(-50%);
}
.chairman-story h3{
	font-family:tahoma;
	margin-bottom: 10px
}
.bg-attachment{
	height:400px;
	background-attachment:fixed;
	position:absolute;
}
.bg-attachment-relative{
    position:relative;
        background-position: top;
}
.blackBlock span{
	color:#000;
}
.blackBlock li{
	color:#000;
}
h1,h2,h3,h4,h5,h6,p{
    padding:0 10px;
}
section ul {
    list-style: none;
}
.info-product {
    margin-top: 37px;
}
img.equal-height-img {
    height: 500px;
    padding: 15px;
}
img.proudct-list-img {
    height: 500px;
    object-fit: contain;
}
.equal-height-img-stretch{
        object-fit: unset;
        height:450px;
        padding:10px;
}
.ui-title-block.subheading {
    font-size: 24px;
}
.plasma-img{
    height: 500px;
    width: 500px;}
section.b-post.b-post-5.clearfix {
    padding: 15px 0;
}
.Gallery-us img.img-responsive {
    height: 350px;
    width: 100%;
}
section ul li::before {
    content: "\2022";
    color: #ef4326;
    font-weight: bold;
    display: inline-block;
    width: 1em;

}
ul.sub-tri-menu {
    display: none;
}
.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}
.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}
.navbarResp li a{
    font-size: 20px;
    text-transform: uppercase;
    color: #19426b;
    padding: 5px 0;
}
.sub-tri-menu a {
    font-size: 16px !important;
    padding: 0px 0 !important;
}
.navbarResp li{
       font-size: 20px !important;
    text-transform: uppercase;
    color: #19426b;
    padding: 5px 15px;
    color: #19426b;
}
.submenu-wrap{
	position:relative;
}

.b-contacts__title{
    margin-bottom:0 !important;
}
.b-contacts__info {
    margin-bottom: 25px !important;
}
.menu-btn span {
    display: block;
    height: 5px;
    width: 50px;
    margin-bottom: 11px;
    background-color: #19426b;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.menu-btn {
    display: none;
}
.nodisplay {
    display: none !important;
}
.menu-wrap{
    margin: 15px;
}
.submenu li a {
    font-size: 20px;
}
div#respheader {
    display: none;
}
.main-prod.open ul.sub-tri-menu {
    display: block;
}
li.main-prod {
    padding-left: 40px;
}
img.small-cssd-images {
    height: 250px;
    object-fit: contain;
}
.box-shadow {
    -webkit-box-shadow: 0px 1px 4px 2px rgb(204 204 204);
    -moz-box-shadow: 0px 1px 4px 2px rgb(204,204,204);
    box-shadow: 0px 1px 4px 1px rgb(204 204 204);
    padding: 10px;
    margin:20px;
    height:400px;
}
h2.subheading {
    font-size: 26px;
    margin: 18px 0;
    padding: 0;
}
.list-common{margin:10px;}
.box-shadow p {
    padding-top: 10px;
}
@media (max-width: 992px){
.navbar {
    display: none;
}
#respheader{display:block!important;}
}

@media screen and (max-width: 992px){
    main{
        margin-top:140px;
    }
    .banner .owl-dots{display:none;}
    .ui-title-block-3{font-size:15px;}
    .BannerHeading {
    position: relative;
    width: 100%;
    text-align: center;
}
.plasma-img {
    
    width: 100%;
}
.bannerBgImg {

    height: 400px;
}
.BannerHeading h1{
    font-size:16px;
}
.BannerHeading h2{
    font-size:14px;
    text-transform:uppercase;
}
.menu-btn {
	    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
.menu-btn.open span:first-child {
    transform: rotate(
45deg
) translate(12px, 8px);
}
.menu-btn.open span:last-child {
    transform: rotate(
-45deg
) translate(2px, 2px);
}
.menu {
    opacity: 0;
    height:0;
    position: relative;
    left: -100%;
    transition: all 0.5s ease;
}
ul.submenu {
    display: none;
}
.navbar-Wrap.open ul.submenu {
    display: block;
}
.navbarResp {
    background: #fff;
}
.respheader.open .menu {
    display: block;
     left: 0;
     opacity:1;
}

li.b-advantages-1__item {
    width: 100%;
}
.blockSlider .owl-dots {
  display: none;
}
.b-contacts.b-contacts_left {
    padding: 0;
    text-align: center;
}
.img-group-1 {
    padding-left: 0 !important;
}
}
