/* CSS document */

/* DESKTOP */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	width:1024px;
	margin:0 auto;
	height:3550px;
	font-family:arial;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#header {
	width:1024px;
	height:135px;
	background-color:white;
	overflow: hidden;
	position:fixed;
	z-index:2;
    right:0;
	left:0;
	margin:0 auto;
}
.header-right {
	float:right;
	width:341px;
	height:135px;
}	
.logo {
	width:200px;
	height:auto;
	margin-top:60px;
}
.logo:hover {
	opacity:0.9;
}
.header-mid {
	float:right;
	width:341px;
	height:135px;
	overflow:hidden;
}
.header-mid p {
	color:#28343E;
	text-align:center;
	font-size:20px;
	direction:rtl;
	text-shadow:0.3px 0.3px white;
	text-decoration:none;
	margin-top:60px; 
}
.header-left {
	float:right;
	width:341px;
	height:135px;
	overflow:hidden;
}
.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top:65px; 
    cursor: pointer;
	float:left;
}
.button1 {
    background-color: #28343E;
	border-radius:5px;
}
.button1:hover {
	color:#28343E;
	background-color: white;
	border: 1px dotted #28343E;
}
.navbar {
	width:100%;
	height:30px;
	margin-top:155px;
	display:inline-block;
	overflow: hidden;
	text-align:center;
	margin-bottom:-7px;
	background: linear-gradient(to bottom, #ffffff 0%,#e9ebee  100%);
}
.navbar a {
    color:#28343E;
    text-align:center;
	padding: 12px 20px;
    display:inline-block;
    text-decoration:none;
    direction:rtl;
    font-size:17px;
	text-shadow:0.2px 0.2px grey;
}
.navbar a:hover {
    background-color:#28343E;
    color:white;
	text-shadow:0.2px 0.2px #0F385C;
}
#top {
	width:1024px;
	height:400px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	background-repeat: no-repeat;
	position: relative;
    text-align: center;
    color: white;
}
img {
    width: 1024px;
    height: 400px;
}
.top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title {
	color:white;
	font-size:70px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
	opacity:0.9;
}
#content {
	width:1024px;
	height:2100px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	position:relative;
}
.content-top {
	width:100%;
	height:50px;
}
.content-right {
	width:60%;
	height:300px;
	float:right;
}
.title-article {
	color:black;
	font-size:30px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.content-right p {
	color:#30373D;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.button3 {
    background-color: #28343E;
	margin-top:60px;
	border-radius:5px;
}
.button3:hover {
	background-color: #0F385C;
}
.content-left {
	width:40%;
	height:300px;
	float:left;
}
.content-left-img {
    background-repeat: no-repeat;
	width:70%;
	height:auto;
	margin-top:15px;
	float:left;
}
#contact {
	width:100%;
	height:250px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
.contact-title {
	color:#28343E;
	font-size:25px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.container {	
    width:1024px;
	height:200px;
    border-radius: 5px;
}
.container-name {
	float:right;
	width:240px;
	height:70px;
}
.container-phone {
	float:right;
	margin-right:10px;
	width:240px;
	height:70px;
}
.container-model {
	float:right;
	margin-right:10px;
	width:240px;
	height:70px;
}
.container-submit {
	float:right;
	margin-right:10px;
	width:240px;
	height:70px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #28343E;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  margin-right:0;
  margin-left:0;
  margin:0 auto;
  
}
::-webkit-input-placeholder { /* Edge */
  color: #28343E;
  text-align:right;
  margin-right:5px;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #28343E;
  text-align:right;
  margin-right:5px;
}

::placeholder {
  color: #28343E;
  text-align:right;
  margin-right:5px;
}
input[type=submit] {
  background-color: #28343E;
  color: white;
  padding: 12px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #28343E;
}
#trigger {
	background-color:#0058a4;
	width:1024px;
	bottom:0px;
	margin-right: 0 auto;
	margin-left: 0 auto;
	position:fixed;
	height:55px;
	box-shadow: 2px 4px 2px 2px grey;
	border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
}
#trigger p {
    font-size:28px;
	color:white;
	margin-top:5px;
	text-shadow: 0.2px 0.2px grey;
	direction:rtl;
	font-family:tahoma;
	text-align:center;
}
#trigger p:hover {
	opacity:0.8;
	text-decoration: none;
}
#links {
	width:1024px;
	height:280px;
	right:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
}
#links p {
	color:#212121;
	margin-top:10px;
	line-height:21px;
	font-size:16px;
    text-align:right;
	direction:rtl;
	text-shadow:1px 1px white;
	text-decoration:none;
	margin-right:20px;
}
a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.links-content {
	width:1024px;
	height:200px;
	right:0;
	left:0;
	margin:0 auto;
}
.links-right {
	float:right;
	width:250px;
	height:300px;
}
.links-mid-right{
	float:right;
	width:250px;
	height:300px;
}
.links-mid-left {
	float:right;
	width:250px;
	height:300px;
}
.links-left {
	float:right;
	width:250px;
	height:300px;
}
#footer {
	width:1024px;
	height:50px;
	right:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
}
#footer p {
	color:#222222;
	font-size:20px;
    text-align:center;
	margin-top:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}