/* CSS document */

/* mobile */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	height:3500px;
	font-family:arial;
	margin:0;
	background-color:white;
}
#header {
	width:100%;
	height:68px;
	top:0;
	background-color:white;
	overflow: hidden;
	display:inline-block;
	position:fixed;
	z-index:1;
	margin: auto;
}
.header-box {
	width:100%;
	height:65px;
	position:fixed;
	right:0;
	left:0;
	margin:0 auto;
}
.header-right {
	float:right;
	width:25%;
	height:100px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #28343E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  margin-right:20px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 30px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
hr.line {
  border-top: 1px dotted #B00000;
  margin-bottom:-22px;
}
.button-nav {
	float:left;
    background-color: #B00000;
	border-radius:5px;
	font-size:20px;
	margin-left:18px;
	margin-top:50px;
}
.button-nav:hover {
	opacity:0.9;
}
.header-right p {
	color:#0F385C;
	margin-right:5px;
	font-size:14px;
	line-height:5px;
	margin-top:5px;
	direction:rtl;
	text-shadow:0.3px 0.3px white;
	text-decoration:none;
}
.logo {
	width:90%;
	height:auto;
	margin-right:5px;
}
.logo:hover {
	opacity:0.9;
}
.header-mid {
	float:right;
	height:65px;
	overflow:hidden;
	width:50%;
}
.header-mid p {
	color:#28343E;
	text-align:center;
	font-size:15px;
	direction:rtl;
	text-shadow:0.3px 0.3px white;
	text-decoration:none;
	margin-top:10px; 
}
.phone {
	width:100%;
}	
.header-left {
	float:left;
	height:65px;
	overflow:hidden;
	width:25%;
}
.button {
    border: none;
    color: white;
    padding: 15px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-top:12px; 
    cursor: pointer;
	float:left;
	margin-left:5px;
}
.button1 {
    background-color: #0F385C;
	border-radius:5px;
}
.button1:hover {
	background-color: #28343E;
}
#top {
	width:100%;
	height:225px;
	margin-top:68px;
	position: relative;
    text-align: center;
    color: white;
}
.main-img {
	background-repeat: no-repeat;
	width:100%;
	height:225px;
}
.center-title {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title {
	color:white;
	width:300px;
	font-size:40px;
	padding:5px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
	border-radius:5px;
}
#content {
	height:2170px;
	overflow:hidden;
	margin-top:10px;
}
#content p {
	color:#0F385C;
	font-size:18px;
	width:92%;
    text-align:justify;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
.title-article {
	color:black;
	font-size:25px;
	width:92%;
	direction:rtl;
	margin-right:10px;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}
.button3 {
    background-color:#0F385C;
	margin-top:15px;
	border-radius:5px;
	margin-left:18px;
}
.button3:hover {
	background-color: #0F385C;
}
.phonenumber {
	margin:0 auto;
	background-color:#0F385C;
	margin-top:15px;
	width:60%;
	border-radius:10%;
	box-shadow: 2px 4px 2px -2px grey;
	height:30px;
	overflow:hidden;
}
.phonenumber p {
	font-size:16px;
	color:white;
	text-align:center;
	direction:rtl;
    word-spacing:3px;
    letter-spacing:1px;
    margin-top:4px;	
}
#contact {
	width:100%;
	height:400px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	margin-top:20px;
}
.contact-title {
	color:#0F385C;
	font-size:25px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #0F385C;
  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: #0F385C;
  text-align:right;
  margin-right:5px;
}

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

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

input[type=submit]:hover {
  background-color: #0A253D;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
#trigger {
	background-color:#660000;
	width:100%;
	bottom:0px;
	position:fixed;
	height:55px;
	box-shadow: 2px 4px 2px 2px grey;
}
.trigger-top {
	width:100%;
	height:20px;
	background-color:#660000;
}
#trigger p {
    font-size:14px;
	color:white;
	margin-top:3px;
	text-shadow: 0.2px 0.2px grey;
	direction:rtl;
	font-family:tahoma;
	text-align:center;
}
#trigger p:hover {
	opacity:0.8;
	text-decoration: none;
}
.trigger-bottom {
	width:50px;
	height:25px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	background-color:#660000;
}
.fa-whatsapp {
	color:white;
	height:auto;
	margin-top:2px;
	font-size:25px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	text-align:center;
}
#links {
	width:100%;
	height:500px;
	right:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
}
#links p {
	color:#212121;
	margin-top:10px;
	line-height:21px;
	font-size:10px;
    text-align:right;
	direction:rtl;
	margin-right:5px;
	text-shadow:1px 1px white;
	text-decoration:none;
}
a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.links-content {
	width:100%;
	height:500px;
	right:0;
	left:0;
	margin:0 auto;
}
.links-right {
	float:right;
	width:33%;
	height:500px;
}
.links-mid{
	float:right;
	width:33%;
	height:500px;
}
.links-left {
	float:right;
	width:33%;
	height:500px;
}
.whatsapp {
	width:100%;
	height:30px;
}
.whatsapp p {
	color:grey;
    text-shadow:0.2px 0.2px white;
	font-size:15px;
	text-align:center;
	direction:rtl;
	margin-top:5px;
}
#footer {
	width:100%;
	height:50px;
	overflow:hidden;
	border-top:0.5px solid #ADADAD;
	margin-right:0;
	margin-left:0;
	margin:0 auto;
}
#footer p {
	color:#222222;
	font-size:14px;
    text-align:center;
	margin-top:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}