
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'), 
       url('../fonts/Lato-Regular/Lato-Regular.ttf')  format('truetype'), 
       url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Tajawal', sans-serif;
	text-align: right;
	direction: rtl;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}

a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

img{
  max-width: 100%;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .0s ease;
  transition: -webkit-transform .0s ease;
  transition: transform .0s ease;
  transition: transform .0s ease,-webkit-transform .0s ease;
}

/* section header */
.section_home{
  background: url(../images/backHome.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  text-align: center;
  padding: 50px 0;
}
.serv-head{
  height: 45vh;
  display: flex;
  justify-content: end;
  align-items: center;
}
.serv-head > h1{
  background: #008AB1;
  color: #fff;
  width: 40%;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px 20px;
  box-shadow: 0px 0 0 3px #03748e7a;
  position: relative;
}
.serv-head > h1::before{
  content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #018ab1;
    bottom: -20px;
    left: 30px;
}
.serv-txt{
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #018ab1;
}
.title-home{
  display: flex;
  align-items: flex-end;
  height: 380px;
}
.title-home > img{
  height: 350px;
  object-fit: contain;
}
.img-head{
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.first-data{
  background: #eaf4ee;
  margin-top: 50px;
}
.title-form > h1{
  color: #018ab1;
  text-align: center;
  font-size: 30px;
}
.section-data{
  padding: 50px 0;
}
.form-group{
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  position: relative;
}
.form-group > label{
  font-size: 18px;
  font-weight: bold;
  width: 15%;
  position: absolute;
  text-align: center;
  padding: 10px 0;
  background: #078ab1;
  color: #fff;
  border-bottom: 1px solid #fff;
  height: 55px;
}
.form-group > input{
  border: 1px solid #078ab1;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  padding-right: 170px;
  font-size: 14px;
  border-bottom-left-radius: 0;
}
.lasted > label{
  width: 25%;
}
.lasted > input{
  padding-right: 280px;
}
.data-entry{
  margin: 20px 0;
}
.data-entry > h2{
   margin-bottom: 20px;
}
.txt-entry{
  padding: 50px 20px;
  border-radius: 15px;
}
.sec-numb{
  border: 1px solid #eaf4ee;
  border-radius: 15px;
  padding: 0 0 20px;
  box-shadow: 0 0 10px #eaf4ee;
  background-color: #cce8ef;
}

/* Custom Radio Button Start*/

.radiotextsty {
  color: #000;
  font-size: 18px;
  vertical-align: middle;
}

.customradio {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 30px;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 40px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #078ab1;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #078ab1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 4px;
    width: 30px;
    height: 24px;
    border-radius: 6px;
    background: #078ab1;
}
.form-check-inline{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.box-serv {
  margin-bottom: 40px;
}
.box-serv > h2{
  font-size: 25px;
  text-align: center;
  background: #058ab1;
  color: #fff;
  width: 35%;
  margin: auto;
  padding: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.num-for > .form-group{
  margin-bottom: 20px;
}
.num-for > .form-group > input{
  border: 1px solid #fff;
  border-radius: 10px;
}
.num-for > .form-group > label{
  width: 25%;
    background: #087738;
    color: #fff;
    border-radius: 10px;
    height: 39px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 0;
}
.num-for{
  background: #eaf4ee;
  padding: 20px 20px;
  margin: 30px;
  border-radius: 10px;
}
.txt-title{
  position: relative;
  margin-right: 30px;
}
.txt-title > p{
  background: #eaf4ee;
  display: inline;
  font-size: 17px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: 0;
}
.txt-title > input{
  border: 1px solid #eaf4ee;
  height: 45px;
  width: 95%;
  border-radius: 10px;
  padding: 0 100px;
}
.file{
  margin: 50px 0 0;
  background: #cce8ef;
  border-radius: 15px;
  box-shadow: 0 0 10px #eaf4ee;
  padding-bottom: 40px;
}
.file > h2{
  margin-bottom: 20px;
}
.file > input{
  border: 1px solid #fff;
  background: #fff;
  height: 100px;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.send{
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  background: #018ab1;
  height: 50px;
  border-radius: 10px;
  color: #ffff;
  font-size: 20px;
  padding: 0px 20px;
  box-shadow: 0 0 10px #bdc8cc;
}
.send > i{
  margin-left: 10px;
}
.form-group > input:focus{
  transition: all .4s  linear;
  box-shadow: 0 0 10px #c4ccc7a1;
}
.details-serv{
  position: relative;
  padding-top: 50px;
}
.details-serv > h2{
  font-size: 22px;
  background: #038ab1;
  width: 30%;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 30px;
}
.details-serv > input{
  padding: 50px 20px;
  background: #fff;
  width: 90%;
  margin: 0 20px 0;
}
.details-serv > textarea{
  resize: none;
  width: 90%;
  padding: 30px 20px;
  margin: 0px 20px 0 0;
  height: 150px;
}
.txt-thank{
  text-align: center;
  margin: 40px 0;
}
.txt-thank > h1{
  font-size: 30px;
  color: #058ab1;
}
.txt-end{
  text-align: center;
  background: #058ab1;
  color: #fff;
  padding: 15px;
}
.txt-end > h3{
  font-size: 20px;
}
