@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    background: url("/images/img02.jpg");
    background-repeat: repeat;
    background-size:contain ;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13pt;
	line-height: 1.75em;
    color: #474747;
	overflow-x:hidden;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
header{
    background-image: url("/images/img01.jpg");
    background-repeat:repeat ;
    background-size:contain ;
}
.header{
    display: flex;
    flex-wrap: nowrap;
    height: 90px;
 
}
.header-item a{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
li.header-item{
    display: flex;
    padding:30px;
}
.active{
    position: relative;
}
.active::after{
    content: "";
    position: absolute;
    bottom: -40px;
    right: 50%;
    border-width: 20px;
    border-style: solid;
    border-color: #364047 transparent transparent transparent;
}
.toggle-menu-button {
    display: none;
    cursor: pointer;
    position: absolute;
}
.toggle-menu-button .line {
    position: relative;
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    background: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}
.toggle-menu{
	padding-top:15px;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    transition: .4s;
    background-image: url("/images/img01.jpg");

}
.toggle-menu-items{
	padding-left:10px;
}
.toggle-menu-item a{
    color: #FFFFFF;

}
.toggle-menu-items > :first-child {
	font-size:30px;
	font-weight:bold;
}
.toggle-menu-item{
    padding: 20px 0 20px 0;
}
.toggle-menu-item.languages{
    display: flex;

}
.languages a img{
	padding:0 15px;
}
.active-menu{
	display:flex;
    left: 0;
	position:fixed;
}
.curtain {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: transparent;
    display: flex;
    position: fixed;
}
.wrapper{
    background-image: url("/images/img02.jpg");
    background-repeat:repeat ;
    background-size:contain ;
    padding-top: 40px;
}
.products{
    background-image: url("/images/img02.jpg");
    background-repeat:repeat ;
    background-size:contain ;
    box-shadow: inset 0px 20px 80px 0px rgba(0,0,0,0.3);
    padding: 20px 100px 0 100px;
    display: flex;
    height: 100%;
	width:100%;
	margin:0 !important;
}
.product , .product-img{
    padding: 30px 10px;
    width: 100%;
}
.product-title{
    text-align: center;
    height: 30px;
    padding-bottom: 70px;
}
.product-title a{
    color: rgb(34,44,51);
    font-size: 30px;
    font-weight: 700;
}
.product-description{
    font-family: Arial, Helvetica, sans-serif;
    color: #39434c;
    font-size: 17px;
    height: 150px;
    padding: 50px 0 200px 0;
}
.footer{
    height: 200px;
    background-image: url("/images/img01.jpg");
    background-repeat:repeat ;
    background-size:contain ;
    text-align: center;
}
.footer-item a{
    color: #FFFFFF;
    font-size: 20px;
}
.footer-links{
    margin: auto;
    width: 70%;
}
.copyright{
    padding-top: 50px;
    font-size: 25px;
    font-weight: 600;
}
.copyright a{
    color: #0099FF;
}
.copyright strong{
    color: #FFFFFF;
}
/*PRODUCTS SECTION*/
.products-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-name a{
    color: #222c33;
}
.product-name{
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding: 0 20px;
    text-align: center;
}
ul.plus{
    list-style:inside;
}
dd{
    margin-inline-start: 40px;
}
.products-wrapper{
    padding-top:50px;
    
}
figcaption{
    text-align: center;
}
.product-card{
    display: flex;
    padding: 30px 0;
}
.card-title a{
    color: rgb(0,0, 204);
    font-size: 35px;
    font-family: Tahoma, sans-serif;
    font-weight: 400;
}
.subtitle{
    color: rgb(0,0, 204);
    font-size: 25px;
    padding: 20px 0;
}
.card-title{
    padding-bottom: 20px ;
}
.subcard-title{
    font-weight:bold;
}
.part-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.ordered-list{
    font-size: 18px;
    font-weight: bold;
    margin-left: 50px;
}
.part-1 img{
    width: 100%;
}
.part-2 img{
    width: 80%;
    height: 100%;
    object-fit: contain;
    margin-left: 40px;
}
.part-1 p ,li ,dd,dt,h2,h3{
    font-size: 24px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(71,71,71);
    padding-bottom: 10px;
}
figcaption p{
    margin-left: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(71,71,71);
}
.part-1 >a{
    color:rgb(16, 134, 211);
    font-weight: 700;
    font-size: 26px;
    padding: 25px 0;
}
.part-1 img{
    padding: 20px 0;
}
.underline{
    text-decoration: underline;
}
.product-subtitle{
    color: rgb(16, 134, 211) ;
    font-size: 30px;
    font-weight: bolder;
}
.reference , .subtitle , .divider{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
.divider , .subtitle {
    font-size: 30px;
    font-weight: bold;
}
.references img{
    width:100%;
    height: 100%;
    object-fit: contain;
    margin: 30px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, .1);
}
.card-description{
    font-size: 24px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(71,71,71);
    padding-bottom: 10px;
}
.center a{
    color:rgb(16, 134, 211);
    font-weight: 700;
    font-size: 26px;
    padding: 25px 0;
}
.center p{
    font-size: 24px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(71,71,71);
    font-weight: bold;

}
.center{
    text-align: center;
}
.about img{
    padding: 20px 10px;
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.contact{
    display: flex;
}
.right iframe{
    width: 100%;
    height: 50%;
    object-fit: contain;
}
.right{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left:80px;
}
.left{
    margin: 10px 0 80px;
}
.left img{
    margin-bottom: 50px;
	width: 100%;
    height: auto;
    object-fit: contain;
}
.left p{
    color: rgb(51,51,51);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    
}
.engineer{
    color: rgb(0, 0, 0) !important;
    font-size: 30px !important;
    font-weight: bold;
}
.job{
    font-weight: bold;
}

@media screen and (max-width : 1200px){
    .product-description, .product img{
        padding: 50px 10px 100px 10px;
    }
	.product-description{
		height:200px;
	}
}
@media screen and (max-width : 992px){
    .toggle-menu-button{
        display: block;
        position: absolute;
        right: 10px;
        top: 25px;
    }
    .footer{
        height:250px;
    }
	li.header-item{
		display: none;
	}
	.products{
		padding:0 15px;
	}
	.references img{
		margin:0;
	}
}














