@font-face {
    font-family: fontBold;
    src: url("../fonts/HelveticaBold.ttf");
}
@font-face {
    font-family: fontRegular;
    src: url("../fonts/HelveticaRegular.ttf");
}
body {
    margin: 0;
    padding: 0;
    height: auto;
}
/*#ferrousMelats {
	display:none;
}*/
.click_tab_act {
	font-weight:bold;
}
.container-fluid {
    padding: 0;
}
.carousel-indicators {
    left: initial;
    right: -10%;
    width: auto;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    margin-left: 15px;
    background-color: #D9D9D9;
    border: none;
}
.carousel-indicators .active {
    background-color: #A35A36;
    width: 10px;
    height: 10px;
    margin-left: 15px !important;
}
.carousel-inner {
    height: 100vh;
}
/*.carousel-item {
   height: 100vh;
}*/
.carousel-caption {
    position: absolute;
    top: 38%;
    text-transform: uppercase;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.carousel-caption h2 {
    font-family: fontBold;
    font-size: 3rem;
    letter-spacing: 0.1rem;
    color: #D9D9D9;
}
.logoMob {
    display: none;
}
.toggle-btn2 span {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.toggle-btn2 span .close {
    position: absolute;
    right: 0;
    display: none;
}
.navbar-brand {
    margin-left: 20%;
    margin-top: 35px;
    top: 0;
    padding: 0;
}
.navbar_smallScreen {
    display: none;
}
.navbar {
    position: absolute;
    top: 0;
    background-color: #333438;
    opacity: 0.8;
    width: 25%;
    height: 100%;
    justify-content: initial;
}
.navbar-nav .nav-link {
    padding-left: 9%;
}
.nav-item a {
    font-family: fontRegular;
    font-size: 17px;
    color: #D9D9D9;
    text-transform: uppercase;
    margin-bottom: 2%;
    width: 270px;
}
.navbar-toggler {
    position: absolute;
    padding: 0;
    top: 5vh;
    left: 8% ;
    outline: none;
}
.menu-img {
    width: 100%;
}
.logo-img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.navbar-mobile {
    display: none;
}
/*choose language*/
.lang1 {
    position: absolute;
    top: 35px;
    right: 50px;
}
.lang_item {
    width: 30px;
    margin: 4px;
}
/*menu for scrolled page*/
.scrolled_menu {
    position: fixed;
    top: 0;
    display: none;
    z-index: 10;
}
.scrolled_menu_active1 {
    background-color: #202020;
    opacity: 0.7;
    width: 17.5%;
    height: 100vh;
    padding: 30px;
}
.toggle-btn1 {
    position: relative;
    display: block;
    width: 41px;
    height: 34px;
    background-image: url("../img/menu_black.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
    left: 40px;
    top: 20px;  
}
.toggle-btn1_active1 {
    background-image: url("../img/menu_close.png");
    left: 0;
}
#sidebar1 {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    display: none;
}
#sidebar1.active1 {
    left: -200px;
    position: fixed;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    display: block;
}
.nav1 {
    position: relative;
    z-index: 1;
    width: 20%;
    opacity: 0.8;
    height: 100%;
    padding-top: 17vh;
}
.menu_nav1 {
    position: relative;
    width: 100%;
    float: initial;
    height: auto;
    display: table;
    margin-bottom: 10px;
    margin-left: 188px !important;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.header_div1 {
    display: block;    
}
#sidebar1 a {
    font-family: fontRegular;
    font-size: 16px;
    width: 100px;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#sidebar1 ul li {
    list-style: none;
    padding: 10px 15px;
    width: 70%;
    margin: 0;   
}
/*ferrous or non ferrous metals*/
.btn.focus, .btn:focus {
    box-shadow: none;
}
.info_section {
    background-color: #E7E7E7;
    width: 100%;
    height: auto;
    padding-top: 8vh;
}
.metals_type {
    position: relative;
    width: 64%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.h2 {
    position: relative;
    font-family: fontRegular;
    text-transform: uppercase;
    text-align: center;
    color: #202020; 
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: 3vh;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 0;
}
.col-lg-5 {
    background-color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.btn {
    position: relative;
    background-color: #fff;
    width: 48%;
    margin-left: 1%;
    margin-bottom: 2%;
}
.btn:hover {
  font-weight: bold;
}
.btn-metal {
    font-family: fontRegular;
    margin-top: 1.5%;   
    margin-bottom: 1.5%;
    text-transform: uppercase;
}
.row2 {
    position: relative;
    width: 72% !important;  
}
.row1 {
    position: relative;
    width: 47% !important
}
.flip-div {
    position: relative;
    width: 95%;
    display: flex;
    align-items: center;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.flip-box {
    width: 290px;
    height: 250px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-backface-visibility: visible;
    backface-visibility: visible;*/
}
.flip-box-img {
    width: 100%;
    height: auto;
}
.flip-box-back {
    font-family: fontRegular;
    color: #202022;
    transform: rotateY(180deg);
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.flip-box-back p {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-family: fontRegular;
    font-weight: bolder; 
}
.ferrous {
   /* height: 650px;*/
   height: 50%;
}
.fer-slide {
    margin-top: -28px;
}
/*ferrous slider*/
.fer-slider-item {
    margin-top: 2.2vh;
}
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  /*margin-right: 15px;*/
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}
/*text_production + more read*/
.production_text {
    position: relative;
    padding-top: 8vh;
    padding-bottom: 13vh;
}
.txt_product {
    position: relative;
    font-family: fontRegular;
    width: 90%;
    font-size: 22px;
    color: #202020;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-align: justify;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*moreInfo*/
.moreless_button {
    position: relative;
    font-family: fontRegular;
    text-decoration: none;
    font-size: 25px;
    color: #A35A36;
    left: 5%;
    background: none;
}
.moreless_button.hover, .moreless_button:hover {
    text-decoration: none;
    color: #A35A36;
}
.h3 {
    position: absolute;
    font-family: fontRegular;
    width: auto;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2% 8%;
    background-color: #E7E7E7;
   /* font-size: 27px;*/
}
.process {
    padding: 40px;
    border-radius: 10px; 
    border: 2px solid black !important;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.process_div {
    position: relative;
    width: auto;
    display: flex;
}
.process_part {
    position: relative;
    width: calc(100%/5);
    padding-left: 5%;
    padding-right: 5%;
}
.process_img {
    position: relative;
    display: block;
    width: 100%
}
.process_p {
    position: relative;
    width: 100px;
    font-family: fontRegular;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 10px;
}
.process_p:hover {
    font-weight: bold;
}
.circle {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #A35a37;
    top: 0;
    right: 0;
}
.circle_1 {
    position: absolute;
    font-family: fontBold;
    color: #D8D8D8;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.height {
    position: relative;
    height: 400px !important;
    margin-top: 50px;
}
.mach_title {
    margin-top: 7%;
}
.carousel_indicators {
    position: relative;
    display: flex;
    width: 30%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 20px;
}
.carousel-control-prev {
    position: relative;
    display: inline-block;
    opacity: 1;
}
.carousel-control-next{
    position: relative;
    display: inline-block;
    opacity: 1;
}
.process-slider li {
    background-color: #838385;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.carousel-indicators li .active {
    background-color: #A35A36;
}
.process-slider {
    position: relative;
    right: 0;
    left: 0;
}
.reports-section {
    position: relative;
    display: flex;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    margin-bottom: 3%;
}
.pdf-button {
    position: relative;
    left: 5%;
    display: flex;
    background-color: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #fff !important;
    box-shadow: 3px 3px 3px 2px #D9D9D9 !important;
    width: 250px;
    margin-left: 3%;
    margin-right: 3%;
}
.pdf-button a {
    position: relative;
    text-decoration: none;
    color: #202020;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: none;
}
.pdf-img {
    position: relative;
    width: 40px;
}
.pdf-name {
    position: relative;
    top: 50%;;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: fontRegular;
    text-transform: uppercase;
}
.card-deck {
    padding-bottom: 7vh;
}
.card-text {
    font-family: fontRegular;
    font-size: 18px;
    text-align: justify;
}
.card-text li {
    list-style-type: '-  ';
}
.txt-about {
    margin-bottom: 5vh;
    width: 98%;
}
.txt-about li {
    list-style-type: '-  ';
    margin-bottom: 10px;
}
.video {
    position: relative;
    width: 100%;
    height: auto;
}
.section1 {
    display: block;
    width: 100%;
}
.section2 {
    display: none;
    width: 100%;
}
.youtube {
    position: absolute;
    z-index: 999999;
    bottom: 10%;
    right: 3.5%;
}
/*Partners*/
.part {
    position: relative;
    background-color: #E7E7E7;
}
.partners {
    position: relative;
    width: 66%;
    /* width: 71.5%; */
    height: auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: 10vh;
    padding-top: 10vh;
}
.partners_box {
    position: relative;
    width: 100%;
    display: flex;
    height: auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.part_1 {
    position: relative;
    width: calc(100%/2);
}
.partners_title {
    position: relative;
    width: calc(100%/2);
    /*width: 20%;*/
    font-family: fontRegular;
    font-size: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.partners-slider {
    position: relative;
    width: 99%;
}
.form-box {
    position: relative;
}
.form-row {
    position: relative;
    width: calc(98%/2);
    margin-left: 0;
    margin-right: 0;
}
.line-fullName {
    position: relative;
    width: 98%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.form-control {
    font-family: fontRegular;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    background-color: #E0E0E0;
}
textarea {
    resize: none;
}
.contacts {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 1.5vh;
    margin-bottom: 5vh;
}
.info {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 4%;
}
.message_form {
    position: relative;
    width: 70%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: none;
}
.message_form input {
    position: relative;
    width: calc((100% - 5px) / 2);
    height: 45px;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
    padding: 4px 4px 4px 15px;
    color: #202020;
}
.form-line {
    margin-bottom: 1vh;
    width: 100%;
    background: none;
}
.form-sub {
    position: relative;
    width: 100% !important;
}
.form-text {
    background: #E0E0E0;
    color: #202020;
    border: 1px solid #E0E0E0;
    padding:4px 4px 4px 15px;
    overflow-y: auto;
    height: 18vh;
    margin-top: 0;
}
.message_form button {
    position: relative;
    font-family: fontRegular;
    border: none;
    width: 100px;
    font-size: 18px;
    letter-spacing: 1px;
    color:white;
    padding: 6px 10px;
    background-color: #34383E;
    outline: none;
    cursor: pointer;
    float: right;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.customer_service {
    position: relative;
    width: 100%;
    background-color: #b1b1b1;
    padding: 10vh 18%; 
}
.h2_map {
    position: relative;
    font-family: fontRegular;
    text-transform: uppercase;
    text-align: center;
    color: #202020; 
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: 3vh;
    font-size: 28px;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
}
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.table_section {
    position: relative;
    margin-top: 1vh;
    margin-bottom: 3vh;
    font-weight: bold;
}
.table thead th {
    border: 2px solid #D8D8D8 !important;
    min-width: 150px;
}
.copyright {
    position: relative;
    font-family: fontRegular;
    width: 100%;
    height: auto;
    padding: 1vh 5%;
    background-color: #b1b1b1;
}
#back2Top {
    width: 74px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
/*Media Query*/
@media screen and (max-width:1700px){
    /*.row {
        height: 220px;
    }*/
    .height {
        height: 330px !important; 
    }
    .flip-box {
        height: 220px;
    }
    .bxslider_li img {
        width: 190px;
    }
    .h3 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:1550px){
    .carousel-inner {
        height: auto;
    }
    /*.carousel-item {
        height: auto;
    }*/
    .flip-box {
        height: 200px;
    }
    .flip-box-back p {
        font-size: 12px;
    }
    .circle {
        width: 40px;
        height: 40px;
    } 
    .height {
        height: auto !important; 
    }
    .h3 {
        font-size: 1.3rem;
    }
    .youtube {
        right: 4.5%; 
    }
    .youtube_img {
        width: 90px;
    }
    .nav-item a {
        margin-bottom: 1%;
    }
    .bxslider_li img {
        width: 160px;
    }
    .info {
        font-size: 13px;
    }
    .info img {
        width: 22px;
    }
    .table tr {
        font-size: 12px;
    } 
    #back2Top {
        width: 50px;
    }
    #back2Top img {
        width: 50px;
    }
}
@media screen and (max-width: 1350px){
    .toggle-btn2 span {
        width: 2.2rem;
    }
    .carousel-caption h2 {
        font-size: 2.5rem;
    }
    .nav-item a {
        font-size: 1em;
        width: 210px;
    }
    .metals_type {
        width: 70%;
    }
    .h2 {
        font-size: 33px;
    }
    .ferrous {
        height: 480px;
    }
    .flip-box {
        height: 180px;
    }
    .flip-box-back p {
        font-size: 12px;
    }
    .container {
        margin-top: 2%;
    }
    .txt_product {
        font-size: 20px;
        line-height: 30px;
    }
    .moreless_button {
        font-size: 23px;
    }
    .circle {
        width: 35px;
        height: 35px;
    }
    .h3 {
        font-size: 20px
    }
    .process_p {
        width: 130px;
        font-size: 15px;
    }
    .production_text {
        padding-bottom: 8vh;
    }
    .card-text {
        font-size: 17px;
        line-height: 22px;
    }
    .pdf-button {
        width: 200px;
    }
    .pdf-button a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .youtube {
        right: 2.5%; 
        bottom: 12%;
    }
    .partners_title {
        font-size: 35px;
    }
    .bxslider_li img {
        width: 140px;
    }
    .h2_map {
        width: 85%;
        font-size: 25px;
    }
    #map {
        height: 350px;
    }
    .message_form input {
        height: 40px;
    }
}
@media screen and (max-width:1100px){
    .metals_type {
        width: 75%;
    }
    .flip-box {
        height: 170px;
    }
    .toggle-btn2 span {
        width: 2rem;
        margin-top: 2%;
    }
    .carousel-caption h2 {
        font-size: 2rem;
    }
    .nav-item a {
        font-size: 14px;
        width: 180px;
    }
    .h2 {
        font-size: 30px;
    }
    .carousel-indicators {
        right: -11%;
    }
    .carousel-indicators li {
        margin-left: 11px;
    }
    .lang1 {
        top: 28px;
        right: 30px;
    }
    .lang_item {
        width: 28px;
        margin: 3px;
    }
    .process_p {
        width: 65px;
        font-size: 13px;
        line-height: 15px;
    }
    .circle {
        width: 28px;
        height: 28px;
    }
    .h3 {
        padding: 2% 6%;
    }
    .card-text {
        font-size: 15px;
        line-height: 20px;
    }
    .pdf-img {
        width: 35px;
        height: 28px;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .pdf-button {
        width: 170px;
    }
    .pdf-button a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pdf-name {
        font-size: 12px;
    }
    .partners_title {
        font-size: 30px;
    }
    .bxslider_li img {
        width: 120px;
    }
    .h2_map {
        width: 95%; 
    }
    #map {
        height: 300px;
    }
    .info {
        font-size: 11px;
    }
    .info img {
        width: 20px;
    }
    .table th, .table td {
        padding: 5px !important;
        font-size: 11px;
    } 
    .message_form button {
        width: 90px;
        font-size: 16px;
    }
    .copyright p {
        font-size: 12px;
    }
}
@media screen and (max-width:1000px){
    .toggle-btn2 span {
        width: 1.7rem;
    }
    .scrolled_menu {
        display: none !important;
    }
    .navbar_mobile {
        position: absolute;
        display: block;
        top: 0;
        width: 25%;
        height: 100%;
    }
    .toggle-btn {
        position: fixed;
        left: 5vh;
        top: 3vh;
    }
    .menu-open {
        width: 33px;
    }
    .nav-list {
        position: absolute;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        font-size: 13px;
        top: 50%;
        margin-top: 0;
        margin-left: 20px;
        list-style: none;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
    .nav-item a {
        font-size: 13px;
    }
    .btn_block {
        position: relative;
        width: 80%;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    /*.carousel-inner .active{
        display: flex;
    }*/
    .flip-div {
        flex-wrap: wrap;
        width: 70%;
    }
    .row2 {
        width: 70% !important;
    }
    .row1 {
        width: 70% !important;
    }
    .flip-box {
        width: calc(100% / 2);
        height: 220px;
    }
    .h2 {
        font-size: 25px;
    }
    .txt_product {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }
    .moreless_button {
        font-size: 21px;
    }
    .process {
        padding: 30px;
    }
    .circle {
        width: 26px;
        height: 26px;
    }
    .h3 {
        font-size: 19px;
    }
    .card-text {
        font-size: 14px;
    }
    .card-deck {
        position: relative;
        display: block;
        width: 60%;
        margin: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        margin-top: -6%;
    }
    .card {
        margin: 10%;
    }
    .youtube {
        bottom: 15%;
    }
    .youtube_img {
        width: 50px;
    }
    .bxslider_li img {
        width: 100px;
    }
    .info {
        margin-right: 15px;
    }
    .info img {
        width: 16px;
    }
    .h2_map {
        font-size: 22px;
    }
}
@media screen and (max-width:900px) {
    .toggle-btn2 span {
       /* width: 2.5rem;*/
       margin-top: 4%;
    }
    .lang1 {
        top: 23px;
        right: 25px;
    }
    .lang_item {
        width: 25px;
        margin: 2px;
    }
    .carousel-caption h2 {
        font-size: 1.8rem;
    }
    .flip-box {
        height: 190px;
    }
    .ferrous {
        height: 400px;
    }
    .fer-slide {
        margin-top: 30px;
    }
    .production_text {
        padding-top: 10vh;
        padding-bottom: 0vh;
    }
    .youtube {
        bottom: 18%;
        right: 4%;
    }
    .h3 {
        font-size: 18px;
        padding: 1% 4%;
    }
    .circle {
        width: 23px;
        height: 23px;
    }
    .circle_1 {
        font-size: 12px;
    }
    .process {
        padding: 20px;
        margin-top: 5vh;    
        margin-bottom: 5vh;
    }
    .partners_title {
        font-size: 27px;
    }
    .row {
        flex-wrap: initial;
    }
    .bxslider_li img {
        width: 90px;
    }
    .info {
        margin-right: 10px;
        font-size: 10px;
    }
    .info img {
        width: 14px;
    }
    .table th, .table td {
        font-size: 10px;
    }
    .message_form input {
        height: 38px;
    }
    #back2Top {
        width: 40px;
    }
    #back2Top img {
        width: 40px;
    }
}
@media screen and (max-width:800px) {
    .metals_type {
        width: 80%;
    }
    .info {
        margin-right: 5px;
    }
    .info img {
        width: 10px;
    }
    .message_form button {
        width: 85px;
        font-size: 15px;
    }
    .bxslider_li img {
        width: 80px;
    }
    .h2_map {
        width: 100%;
        font-size: 19px;
    }
}
@media screen and (max-width:770px) {
    .row {
        display: block;
        position: relative;
        height: 300px;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .carousel-inner {
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .d-block {
        width: 80%;
    }
}
@media screen and (max-width:750px){
    .navbar {
        display: none;
    }
    .navbar-mobile {
        z-index: 999999;
        position: fixed;
        display: block;
    }
    .logoMob {
        display: block;
        position: relative;
        width: 92%;
        text-align: center;
        margin-bottom: 3%;
    }
    .lang1 {
        top: 14px;
    }
    .carousel-caption {
        top: 30%;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
    }
    #sidebar {
        position: absolute;
        top: 0;
        width: 200px;
        height: 100%;
        left: -200px;  
    }
    #sidebar.active {
        left: -40px;
        position: fixed;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        height: 100%;
        width: 100%;
        opacity: 0.8;
    }
    .nav {
        position: relative;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background-color: #202020;
        opacity: 0.8;
        height: 100%;
        padding-top: 17vh;
    }
    .menu_nav {
        width: 100%;
        float: initial;
        height: auto;
        display: table;
        margin-bottom: 10px;
        margin-left: 20px !important;
    }
    .header_div {
        display: block;    
    }
    #sidebar a {
        font-family: fontRegular;
        font-size: 15px;
        width: 100px;
        position: relative;
        color: #D9D9D9;
        text-decoration: none;
        text-transform: uppercase;
    }
    #sidebar ul li {
        list-style: none;
        padding: 5px;
        width: 90%;
        margin: 0;   
    }
    .toggle-btn {
        position: fixed;
        width: 35px;
        height: 22px;
        left: 20px;
        z-index: 2; 
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; 
    }
    .toggle-btn span {
        display: block;
        width: 100%;
        height: 4px;
        background: #D9D9D9;
        margin: 4px 0;
        border-radius: 2px; 
        position: relative;
        top: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .active .toggle-btn_active {
        left: 20px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; 
    }
    .toggle-btn_active span.close1 {
        background: #D9D9D9;
        transform: rotate(45deg); 
        margin-top: 18px;
    }
    .toggle-btn_active span.close2 {
        opacity: 0;
    }
    .toggle-btn_active span.close3 {
        background: #D9D9D9;
        transform: rotate(-45deg);
        margin-top: -16px;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 0;
    }
    .lang {
        right: 10px;
    }
    .lang a {
        font-size: 11px;
    }
    .h2 {
        font-size: 20px;
    }
    .btn-metal {
        font-size: 13px;
    }
    .h3 {
        font-size: 16px;
    }
    .circle {
        width: 20px;
        height: 20px;
    }
    .txt_product {
        font-size: 17px;
        line-height: 25px;
    }
    .txt-about{
        margin-left: -4%;
    }
    .moreless_button {
        font-size: 19px;
    }
    /*.pdf-img {
        width: 30px;
        height: 25px;
    }*/
    .pdf-img {
        width: 24px;
        height: 22px;
    }
    .pdf-button {
        width: 150px;
    }
    .pdf-button a {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .pdf-name {
        font-size: 10px;
    }
    .card-deck {
        margin-top: -10%;
    }
    .section1 {
        display: none;
    }
    .section2 {
        display: block;
    }
    .partners {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .partners_title {
        font-size: 25px;
    }
    .contacts {
        margin-bottom: 3vh;
    }
    .customer_service {
        padding: 8vh 10%;
    }
    .message_form input {
        height: 35px;
        font-size: 12px;
    }
    .form-text {
        font-size: 12px;
    }
}
@media screen and (max-width:670px){
    .carousel-caption h2 {
        font-size: 1.6rem;
    }
    .youtube {
        bottom: 20%;
    }
    .process-slider {
        left: -6px;
    }
    .flip-div {
        width: 76%;
    }
    .btn-metal {
        font-size: 12px;
    } 
    .ferrous {
        height: 400px;
    }
    .row2 {
        width: 76% !important;
    }
    .row1 {
        width: 76%!;
    }
    .flip-box {
        height: 160px;
    }
    .pdf-name {
        font-size: 10px;
    }    
    .h3 {
        padding: 0% 2%;
        font-size: 15px;
    }
    .production_text {
        padding-bottom: 3vh;
    }
    .height {
        margin-top: 25px;
    }
    .partners {
        width: 56%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .partners_box {
        display: block;
    }
    .part_1 {
        width: 100%;
    }
    .partners_title {
        width: 100%;
        text-align: center;
    }
    .production_text {
        padding-top: 3vh;
    }
    .h2_map {
        font-size: 17px;
    }
    #map {
        height: 250px;
    }
    .info {
        font-size: 9px;
    }
}
@media screen and (max-width:570px){
    .carousel-caption h2 {
        font-size: 1.2rem;
    }
    .btn-metal {
        font-size: 11px;
    }
    .ferrous {
        height: 350px;
    }
    .flip-box {
        height: 140px;
    }
    .flip-box-back p {
        font-size: 10px;
        line-height: 12px
    }
    .h2 {
        font-size: 18px;
    }
    .lang1 {
        right: 20px;
    }
    .lang_item {
        width: 20px;
    }
    .txt_product {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .moreless_button {
        font-size: 17px;
    }
    .h3 {
        font-size: 12px;
    }
    .pdf-name {
        font-size: 9px;
    }  
    /*.pdf-img {
        width: 22px;
        height: 20px;
    } */ 
    .process_p {
        width: 56px;
        font-size: 10px;
        line-height: 13px;
    }
    .process_part {
        padding-left: 6%;
        padding-right: 6%;
    }
    .circle {
        width: 17px;
        height: 17px;
    }
    .circle_1 {
        font-size: 8px;
    }
    .card-deck {
        width: 75%;
    }
    .card-body {
        padding: 1rem;
    }
    .card-text {
        font-size: 13px;
        line-height: 17px;
    }
    .youtube {
        bottom: 23%;
    }
    .youtube_img {
        width: 30px;
    }
    .info {
        font-size: 8px;
    }
    .table th, .table td {
        font-size: 9px;
        min-width: 80px !important;
    }
    .message_form input {
        height: 30px;
    }
    .message_form button {
        width: 70px;
        font-size: 14px;
    }
    .copyright p {
        font-size: 10px;
    }
    #back2Top {
        width: 30px;
    }
    #back2Top img {
        width: 30px;
    }
}
@media screen and (max-width:510px){
    .carousel-caption h2 {
        font-size: 1rem;
    }
    .btn_block {
        width: 85%;
    }
    .btn-metal {
        font-size: 10px;
    }
    .btn {
        padding: 6px 0px; 
    }
    .h3 {
        font-size: 10px;
    }
    .fer-slider-item {
        margin-top: 0;
    }
    .ferrous {
        height: 330px;
    }
    .row {
        height: 280px;
    }
    .circle {
        width: 15px;
        height: 15px;
    }
    .txt-about{
        margin-left: -8%;
    }
    .youtube {
        bottom: 28%;
    }
    .process_p {
        font-size: 9px;
        line-height: 11px;
    }
    #map {
        height: 200px;
    }
    .contacts {
        display: block;
        width: 180px;
        left: 4px;
    }
    .info {
        display: block;
        margin: 5px;
        font-size: 1
    }
}
@media screen and (max-width:480px){
    .row {
        height: 250px;
    }
    .partners {
        padding-bottom: 6vh;
        padding-top: 6vh;
    }
}
@media screen and (max-width:430px){
    .carousel-indicators {
        right: -8%;
    }
    .carousel-indicators li {
        margin-left: 8px;
    }
    .carousel-caption {
        top: 35%;
    }
    .btn-metal {
        font-size: 9px;
    }
    .ferrous {
        height: 280px;
    }
    .row {
        height: 230px;
    }
    .flip-box {
        height: 110px;
    }
    .flip-box-back p {
        font-size: 8px;
        line-height: 10px;
    }
    .txt_product {
        font-size: 15px;
        line-height: 20px;
    }  
    .moreless_button {
        font-size: 15px;
    } 
    .process {
        padding: 13px;
    }
    .circle {
        width: 13px;
        height: 13px;
    }
    .process_p {
        font-size: 7px;
        line-height: 9px;
        width: 44px;
    }
    .card-deck {
        width: 85%;
    }
    .pdf-button {
        width: 110px;
    }
    .pdf-name {
        font-size: 8px;
        margin-right: 2px;
    }
    .pdf-img {
        width: 20px;
        height: 18px;
        margin-right: 3px;
        margin-left: 3px;
    }
    .bxslider_li img {
        width: 70px;
    }
}
@media screen and (max-width:380px){
    .metals_type {
        width: 90%;
    }
    .carousel-caption h2 {
        font-size: 0.7rem;
    }
    .txt_product {
        font-size: 13px;
        line-height: 19px;
    }
    .flip-box {
        height: 100px;
    }
    .h3 {
        font-size: 9px;
    }
    .process {
        padding: 10px;
    }
    .card-deck {
        width: 95%;
    }
    .card-text {
        font-size: 11px;
        line-height: 15px;
    }
    .youtube {
        bottom: 35%;
    }
    .message_form input{
        font-size: 10px;
    }
    .form-text {
        font-size: 10px;
    }
    .message_form button {
        width: 60px;
        font-size: 13px;
    }
}
@media screen and (max-width: 360px) {
    .ferrous {
        height: 266px;
    }
    .h2_map {
        font-size: 15px;
    }
}
/*slider*/
  @media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
    }
  }
  @media all and (min-width: 768px) and (transform-3d),
    all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  @media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -33.3%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 33.3%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
    }
  }
  @media all and (min-width: 992px) and (transform-3d),
    all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(33.3%, 0, 0);
      transform: translate3d(33.3%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-33.3%, 0, 0);
      transform: translate3d(-33.3%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }

  .carousel-control:hover,
  .carousel-control:focus {
    opacity: 1;
  }

  .carousel-control,
  .carousel-control {
    opacity: 1;
  }

  @media all and (min-width: 1600px) {
    .carousel-main-container {
      width: 66.66666667%;
      margin-left: 16.66666667%;
    }
  }

  .glyphicon {
    color: #46166b;
    top: 60px;
  }

  @media all and (min-width: 768px) {
    .glyphicon {
      top: 62px;
    }
  }

  @media all and (min-width: 992px) {
    .glyphicon {
      top: 65px;
    }
  }

  @media all and (max-width: 767px) {
    .glyphicon-menu-right {
      margin-left: 20px;
    }

    .glyphicon-menu-left {
      right: 28px;
    }
  }
  /*silder*/
  .carousel_size {
      position: relative;
      height: auto !important;
  }
  .arrows_carousel {
      position: relative;
      display: flex;
      width: 220px;
      left: 50%;
      transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      padding-top: 20px;
      padding-bottom: 10px
  }
  .carousel-indicators {
      margin-top: 4.5%;
  }
  @media (min-width: 768px) {
    .multi-item-carousel .carousel-inner .carousel-item {
      margin-right: inherit;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
    .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
      display: block;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
      -webkit-transition: none;
      transition: none;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -33.33333333%;
      z-index: -1;
      display: block;
      visibility: visible;
    }
    .multi-item-carousel .carousel-inner .carousel-item-next,
    .multi-item-carousel .carousel-inner .carousel-item-prev {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible;
    }
    .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      display: block;
      visibility: visible;
    }
  }

  /*loader*/
  #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999999;
      background:#FFFFFF;
  }
  #loader {
      display: block;
      position: relative;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #202020;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
  #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #202020;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite;
  }
  #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #202020;
      -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
  }
  @-webkit-keyframes spin {
      0%   {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  @keyframes spin {
      0%   {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
