@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
@font-face {
    font-family: 'HelveticaNeueLT Arabic 45';
    src: url('../fonts/HelveticaNeueLTArabic-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTArabic-Light.woff') format('woff');
	
		
    font-weight: 300;
    font-style: normal;
    font-display: swap;

}

body {
  
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #21376b;
  padding: 0;
  margin: 0;
  width:100%;
}

.container {
  width: 80%;
  margin: 0 auto;
  text-align:center;

}

body h1 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center
}

body h5{
 	font-family: 'HelveticaNeueLT Arabic 45'!important;
  	font-size: 20px;
  	font-weight: 400;
	text-align:right;
	color:#21376b;

 }
 
body p {
  line-height: 1.8em;
  font-size: 18px;
  color: #eee;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 50px auto;
}

button {
  font-family: 'Open Sans', sans-serif;
  padding: 9px 40px;
  border: none;
  background: #21376b;
  font-size: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border-bottom: 2px solid #ddd;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  width:300px;
}

button.transition-button-two { color: #3bb17c }
button.transition-main-one {

}
.logo {
display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.footer
{
margin-top:40px;

/*border:solid #FFFFFF;
border-radius: 25px;*/
padding:10px;



}
hr {
        position: relative;
        top: 20px;
        border: none;
        height: 2px;
        background: #db0c28;
        margin-bottom: 50px;
		size:200px;
    }

section {
  padding: 30px 0;
  margin: 0;
  position: absolute;
  overflow: hidden;
  height: 100vh;
  top: 0;
  left: 0;
}

section.section-one {
  background: #fff;
  width:100%;
  height: 100vh;
  z-index: 99;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

section.section-two {
  background: #fff;
  height: 2px;
  padding: 0;
  top: 50vh;
  left: 50%;
  width: 5px;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.section-three {
  background: #fff;
  height: 2px;
  padding: 0;
  /*top: 50vh;
  left: 50%;*/
  width: 5px;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.section-four {
  background: #fff;
  height: 2px;
  padding: 0;
  /*top: 50vh;
  left: 50%;*/
  width: 5px;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

section.section-five {
  background: #fff;
  height: 2px;
  padding: 0;
  /*top: 50vh;
  left: 50%;*/
  width: 5px;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

section.section-six {
  background: #fff;
  height: 2px;
  padding: 0;
  /*top: 50vh;
  left: 50%;*/
  width: 5px;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

section.section-seven {
  background: #fff;
  height: 2px;
  padding: 0;
  /*top: 50vh;
  left: 50%;*/
  width: 5px;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

 @media screen and (max-width: 830px) {

section { overflow-y: scroll; }
}
a:link {text-decoration: none;color: #21376b;} 
a:visited {text-decoration: none;color: #21376b;} 
a:active {text-decoration: none;color: #21376b;} 
a:hover {text-decoration: none;color: #21376b;}
a.ab { text-decoration: none;color: #db0c28;}

#phone-text a{color:#fff; text-decoration:none;}

