@charset "UTF-8";

body {
	background-color: #F5F5F5;
	font-family: sansweb;
	min-width: 300px;
}


h1{
	font-size: 2em;
	padding-bottom: 1em;
	/*margin-bottom: 1em;*/
}
h2{
	font-size: 1.5em;
	padding-bottom: 0.75em;
	
}

h3{
	font-size: 1.17em;
	padding-bottom: 0.58em;
}
h4{
	font-size: 1em;
	padding-bottom: 0.5em;
}
h5{
	font-size: 0.83em;
	padding-bottom: 0.41em;
}
h6{
	font-size: 0.67em;
	padding-bottom: 0.33em;
}
.top {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #940606;
}


header {
	overflow: auto;
	background-image: url(../images/bg-29-ss.jpg);
}
header svg {
	width: 100%;
	position: absolute;
	height: 3vw;
	bottom: 0;
}


.logo-box {
	width: 20%;
	float: left;
	transition: all 0.3s linear;
}

.logo {
	/* [disabled]width: 100%; */
	height: 100px;
	/* [disabled]position: relative; */
	/* [disabled]border-radius: 50%; */
	/* [disabled]float: right; */
	margin-left: auto;
	background-image: url(../images/logo-ii.png);
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
}
.nav-box {
	width: 80%;
	padding-top: 0px;
	overflow: auto;
	padding-bottom: 0px;
	margin-right: 10vw;
	margin-left: 10px;
	min-width: 518px;
}
.nav-box ul {

}
.former ul {

}

.nav-box ul li    {
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	width: 19%;
	text-align: center;
	transition: all 0.3s linear;
	list-style: none;
	background-color: #929292;
}
.former ul li    {
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	width: 24%;
	text-align: center;
	transition: all 0.3s linear;
	list-style: none;
	background-color: #929292;
}
.nav-box ul li a    {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}




#menu li a:hover, #menu .active a {
	color: #000000;
	background-color: rgba(199,199,199,1.00);
	width: auto;
	padding-left: 0px;
}
#menu li a:hover span, #menu .active a span {
	color: #fff
}




/*SLIDER HAMID*/

.slider {
	position: relative;
	/* [disabled]font-size: 0; */
	box-shadow: 0px 15px 40px rgba(0,0,0,0.53);
	-webkit-box-shadow: 0px 15px 40px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 15px 40px rgba(0,0,0,0.53);
}

.mySlides {
	display: none;
}
	
.slider img {
	vertical-align: middle;
}

.slider-bg {
	background-image: url(../images/bg_slider.gif);
	width: 100%;
	background-repeat: repeat;
	background-size: auto 100%;
	background-color: #6B04C3;
}
/*former HAMID*/

.former {
	position: relative;
	/* [disabled]font-size: 0; */
	box-shadow: 0px 15px 40px rgba(0,0,0,0.53);
	-webkit-box-shadow: 0px 15px 40px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 15px 40px rgba(0,0,0,0.53);
}
.former img {
	vertical-align: middle;
}


/* Slideshow container */
.slideshow-container {
	max-width: 80%;
	position: relative;
	margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.actives {
  background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
	
	
}
.dotdiv {
	text-align: center;
	display: none;
}
@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}
/*END SLIDER HAMID*/






.cards {
	padding-top: 10vw;
	padding-bottom: 10vw;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	/* [disabled]background-color: #606060; */
	background-image: url(../images/xxx-bg-42-s3.jpg);
	padding-right: 10vw;
	padding-left: 10vw;
}
.ikarus {
	width: auto;
	text-align: right;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	
}
.ikarus h3 {
	background-color: #5C089C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 100%;
	color: #FFFFFF;
	font-size: 100%;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.51);
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.51);
	margin-bottom: 23px;
	padding-left: 0px;
}
.ikarus h3 span {
	text-align: left;
	float: left;
	padding-left: 19px;
}



.cards img {
	width: 100%;
	height: 100%;
}
.cards-column {
	float: right;
	width: 33%;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	display: block;
}
/* Remove extra left and right margins, due to padding */
.cards-row {
	margin-top: 0;
	margin-right: 0vw;
	margin-left: 0vw;
	margin-bottom: 0;
}
/* Clear floats after the columns */
.cards-row:after {
  content: "";
  display: table;
  clear: both;
}
/* Style the counter cards */
.card {
	
	padding: 16px;
	text-align: center;
	background-color: #f1f1f1;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.51);
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.51);
}

.testimonial img {
	width: 100%;
	height: 100%;
}













.row-center {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 35px;
}
.row-services {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.row-product {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 35px;
}
.row-center-footer {
	width: 96vw;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 35px;
	padding-right: 0px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}


.about-pic {
	width: 30%;
	float: right;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	animation-duration: 10s;
}
.services-pic {
	width: 20%;
	float: right;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	animation-duration: 10s;
}
.prod-pic {
	width: 46%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.general-pic {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 15px;
}
.left-pic {
	width: 45%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 15px;
}
.text-right-pic {
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.product-pic-big {
	width: 55%;
	float: right;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;

}
.about-pic img {
	width: 100%;
	text-align: center;
}
.services-pic img {
	width: 100%;
	text-align: center;
}
.product-pic img {
	width: 100%;
}
.about-text {
	width: 70%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	display: inline;
	padding-top: 1em;
}
.prod-text {
	width: 54%;
	position: relative;
	padding-right: 15px;
	padding-left: 0px;
	float: right;
	display: inline;
	text-align: justify;
}
.general-text {
	width: 50%;
	position: relative;
	padding-right: 15px;
	padding-left: 0px;
	float: right;
	display: inline;
	text-align: right;
}
.right-text {
	width: 55%;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	display: inline;
	text-align: justify;
}
.advantage li {
	float: right;
	list-style-type: square;
	margin-right: 40px;
	margin-left: 15px;
	padding-bottom: 20px;
	line-height: 200%;
	font-size: 16px;
	list-style-position: inside;
}

.prod-text h2 {
	color: rgba(148,0,2,1.00);
}
.general-text h2 {
	color: rgba(148,0,2,1.00);
}
.right-text h2 {
	color: rgba(148,0,2,1.00);
}
.prod-text p {
	color: rgba(128,128,128,1.00);
}

.product-text {
	width: 45%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	display: inline;
	text-align: justify;

}
.product-text p {
	color: rgba(128,128,128,1.00);
}
.product-text h2 {
	color: rgba(179,0,2,1.00);
}



.about-text p  {
	text-align: justify;
	color: rgba(128,128,128,1.00);
}
.about {
	padding-top: 8%;
	padding-bottom: 8%;
}






.testimonial {
	padding-top: 8%;
	padding-bottom: 8%;
	background-image: url(../images/carbon-fiber-hex-thin2.jpg);
	
}
.col1-container {
	width: 65%;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.col1 {
	float: right;
	margin-left: auto;
	max-width: 600px;
	/* [disabled]min-width: 220px; */
	margin-right: auto;
}

.col2-container {
	/* [disabled]width: 30%; */
	float: left;
}


.col2 {
	width: 220px;
	-webkit-box-shadow: 0 9px 36px #989898;
	box-shadow: 0 9px 36px #989898;
	border: 1px solid #FFFFFF;
	float: left;
	background-image: url(url);
	background-color: #F0F0F0;
	
}
.newsletter-col {
	width: 220px;
	float: left;
	
}
.col2 h2 {
	margin-right: 16px;
	margin-top: 2px;
	margin-bottom: 0px;
}
/*.col1, .col2, .col3, .cols {

}*/


.testimonials {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 214px;
	overflow: hidden;
}
#testimonials div {
	text-align: center;
	padding: 0px 15px;
}
#testimonials h4 {
	padding: 0 15px 0 0;
}
.testimonials li {
	height: 210px;
}
.up, .down {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 32px;
	height: 32px;
	display: block;
	bottom: 0px;
}
.up {
	left: 33px;
	background: url(../images/marker_up.gif) 0 0 no-repeat;
}
.down {
	background: url(../images/marker_down.gif) 0 0 no-repeat;
}


.up:hover, .down:hover {
	background-position: bottom;
}



.products {
	padding-top: 5vw;
	padding-bottom: 5vw;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-color: #8C0002;
	background-image: url(../images/bg-29-ss.jpg);
}
.products-row {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	overflow-y: auto;
}
.product {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 315px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(42,0,83,1.00);
	border: thin solid rgba(63,0,156,1.00);
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 15px;
	-webkit-box-shadow: 0px 8px 20px;
	box-shadow: 0px 8px 20px;
}

	
	
.product:before {
	content: "";
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
	
.product .product-content {
	transition: .3s all ease;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	right: 20px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	left: 20px;
}
.product:hover .product-content{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}
.product .product-content .product-category {
	color: #FFC600;
	margin-bottom: 0px;
}
.product .product-content .product-title {
	color: #fff;
	margin-bottom: 0px;
	margin-top: 5px;
}
.product:hover:before {
	opacity: 1;
	visibility: visible;
}
.product img {
	transform: scale(1);
	transition: .5s all ease;
}
.product:hover img{
	transform: scale(1.2);
}
.img-fluid {
	max-width: 100%;
	height: auto;
}




.footer {
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../images/bg-31-p-small.jpg);
	border-top-style: solid;
	border-top-color: rgba(255,198,0,1.00);
	padding-bottom: 25%;
}
.footer-cols{
	width: 100%;
	padding-right: 1vw;
	padding-left: 1vw;
	padding-top: 29px;
	float: right;
}
.whitetext {
	color: #FFFFFF;
	line-height: 1.5em;
	padding-left: 0px;
	text-align: center;
}
.footer li {
	color: #FFFFFF;
}
.list1 {
	padding-top: 1px;
	border-top: thin solid #9A9A9A;
}
.list1 li {
	line-height: 29px;
	border-bottom: thin solid #9A9A9A;
}
.list1 a {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	padding-right: 0px;
	background-image: url(../images/marker_1.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.list1 a:hover {
	color: #FFFFFF;
}
.address {
	background: url(../images/line_hor1.png) 0px 0 no-repeat;
	padding-top: 1px;
	color: #CCC;
	border-top: thin solid #9A9A9A;
}
#address {
	background: url(../images/line_hor1.png) 0px 0 no-repeat;
	padding-top: 20px;
	color: #696969;
	font-size: 16px;
}

.address li {
	line-height: 29px;
	font-style: normal;
	border-bottom: thin solid #9A9A9A;
}
.address span {
	padding-right: 4px;
	float: right;
	width: 43px;
}
.address span maila {
	padding-right: 4px;
	float: right;
	width: 39px;
}
.address a {
	color: #fff
}
.address span {
	float: right;
	/* [disabled]width: 45px; */
}
#icons {
	padding-top: 1px;
	border-top: thin solid #9A9A9A;
}
#icons li {
	line-height: 29px;
	border-bottom: thin solid #9A9A9A;
}
#icons a {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	display: inline-block
}
#icons img {
	float: right;
	margin-left: 9px;
	margin-top: 5px
}
#icons a:hover {
	color: #fff;
}
#newsletter .input {
	background: #fff;
	padding: 6px 18px;
	width: 184px;
	height: 18px;
	font-style: inherit;
	color: #b4b4b4;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#newsletter .input:focus {
	color: #696969
}
.wrap  {
	min-height: 40px
}
#newsletter a {
	float: left;
	width: 90px;
	height: 32px;
	background: #fff;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-decoration: none
}
#newsletter a:hover {
	background: #60b000;
	color: #fff;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}
.right {
	float: right;
}
.left-float--temp-delete {
	float: left;
}
.left {
	float: left;
}
.product-text h4 {
	padding-top: 17px;
}
.general-text h4 {
	padding-top: 17px;
}
.prod-parent {
	/*display: flex;*/
	width: 100vw;
	height: 50vh;
	display: inline-flex;
}
.prod-center {
	padding-right: 10vw;
	padding-left: 10vw;
	margin: auto;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.general-center {
	padding-right: 5vw;
	padding-left: 5vw;
	margin: auto;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.top-poster {
	margin-right: auto;
	margin-left: auto;
}
.prod-back-button {
	background-color: #5C089C;
	border: none;
	color: white;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	margin-top: 20px;
	width: 8em;
	float: left;

}
.prod-back-button:hover {
  background-color: #8A1BCB;
}
.advant_li {
	color: rgba(128,128,128,1.00);
	list-style-type: square;
	text-align: right;
}
.prod-pic-top {
	margin-left: auto;
	margin-right: auto;
}
hr {
	margin-top: 2em;
	margin-bottom: 2em;
}
.about-text h2 {
	color: rgba(148,0,2,1.00);
}
.col1 h2 {
	color: rgba(148,0,2,1.00);
}
.col1 h4 {
	color: rgba(81,81,81,1.00);
}
.col2 h2 {
	color: rgba(148,0,2,1.00);
}
#download {
	width: 100%;
	background-color: #199E00;
	height: 100px;
}




input[type=text], select {
  width: 100%;
  padding: 5px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #EBEBEB;
}


  input[type=text]:focus {
  background-color: lightblue;
}


input[type=submit] {
	width: 100%;
	/*background-color: #4CAF50;*/
	background-color: #894CAF;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #6E3D8D;
}

/*div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}*/

.titles {
	padding: 10px 60px;
	margin: 100px 0px;
    background-color:;
	background-color: #B973FF;
	font-weight: 600;
}

textarea {
  width: 100%;
  padding: 5px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #EBEBEB;
}

 textarea:focus {
  background-color: lightblue;
}
