body {
  margin: 0;
  font-size: 28px;
}

.header {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #104b85;
  color: white;
}

.active {
  background-color: #eb1f2b;
  color: white;
}

.topnav .icon {
  display: none;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 10px;
box-sizing: border-box;
height:  auto;
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
box-sizing: border-box;
}

.contact{
height:auto;
}

/* Form */
input[type=text], select, textarea {
    width: 90%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
height: auto;
}


label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #eb1f2b;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #104b85;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 30px;
	width:50%;
margin: 0 auto;

}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}


/* Form */

.parts-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 30px;
	width:70%;
margin: 0 auto;
}


/* HR Style */
hr.style11 {
	height: 6px;
	background: url(https://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


/* Slideshow */

@keyframes slidy {
0% { left: 0%; }

25% { left: -100%; }

50% { left: -200%; }

75% { left: -300%; }

100% { left: -400%; }

}


div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}


 

.footer-distributed{
	
background-color: #292c2f;
	
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	
box-sizing: border-box;
	width: 100%;
	
text-align: left;
	
font: bold 16px sans-serif;

	
padding: 55px 50px;
	
margin-top: 80px;
}



.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	
display: inline-block;
	
vertical-align: top;
}



/* Footer left */


.footer-distributed .footer-left{
	
width: 40%;
}



/* The company logo */


.footer-distributed h3{
	
color:  #ffffff;
	
font: normal 36px 'Cookie', cursive;
	
margin: 0;
}



.footer-distributed h3 span{
	
color:  #5383d3;
}



/* Footer links */


.footer-distributed .footer-links{
	
color:  #ffffff;
	
margin: 20px 0 12px;
	
padding: 0;
}



.footer-distributed .footer-links a{
	
display:inline-block;
	
line-height: 1.8;
	
text-decoration: none;
	
color:  inherit;
}



.footer-distributed .footer-company-name{
	
color:  #8f9296;
	
font-size: 14px;
	
font-weight: normal;
	
margin: 0;
}



/* Footer Center */


.footer-distributed .footer-center{
	
width: 35%;
}



.footer-distributed .footer-center i{
	
background-color:  #33383b;
	
color: #ffffff;
	
font-size: 25px;
	
width: 38px;
	
height: 38px;
	
border-radius: 50%;
	
text-align: center;
	
line-height: 42px;
	
margin: 10px 15px;
	
vertical-align: middle;
}



.footer-distributed .footer-center i.fa-envelope{
	
font-size: 17px;
	
line-height: 38px;
}



.footer-distributed .footer-center p{
	
display: inline-block;
	
color: #ffffff;
	
vertical-align: middle;
	
margin:0;
}



.footer-distributed .footer-center p span{
	
display:block;
	
font-weight: normal;
	
font-size:14px;
	line-height:2;
}



.footer-distributed .footer-center p a{
	
color:  #5383d3;
	
text-decoration: none;;
}




/* Footer Right */


.footer-distributed .footer-right{
	
width: 20%;
}



.footer-distributed .footer-company-about{
	
line-height: 20px;
	
color:  #92999f;
	
font-size: 13px;
	
font-weight: normal;
	
margin: 0;
}



.footer-distributed .footer-company-about span{
	
display: block;
	color:  #ffffff;
	
font-size: 14px;
	
font-weight: bold;
	
margin-bottom: 20px;
}



.footer-distributed .footer-icons{
	
margin-top: 25px;
}



.footer-distributed .footer-icons a{
	
display: inline-block;
	
width: 35px;
	
height: 35px;
	
cursor: pointer;
	
background-color:  #33383b;
	
border-radius: 2px;

	
font-size: 20px;
	
color: #ffffff;
	
text-align: center;
	
line-height: 35px;

	
margin-right: 3px;
	
margin-bottom: 5px;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* Footer media queries */



@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}






 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}




/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 992px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

.tabcontent {
padding:100px;
}

.column {
width: 100%;
height: auto;
}

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

.container{
width: 90%;
}

.parts-container{
width: 90%;
}


} 

