@font-face {
  font-family: 'neo-sans-arabic-regular';
  src: url('../fonts/neo-sans-arabic-regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neo-sans-arabic-medium';
  src: url('../fonts/neo-sans-arabic-medium.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neo-sans-arabic-bold';
  src: url('../fonts/neo-sans-arabic-bold.ttf')  format('truetype');
  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: neo-sans-arabic-regular;
	font-size: 16px;
	font-weight: 400;
	direction: rtl;
    text-align: right;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	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;
    width: 100%;
}

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;
}

.menu-toggle .main-wrapper {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

html.menu-toggle {
	overflow: hidden;
}

/*head-page*/

.head-page {
    margin-top: 90px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.head-page:before {
    content: "";
    background: #000;
    position: absolute;
    top: 50px;
    left: 0;
    height: 120px;
    width: 100%;
    z-index: -1
}
.head-page img {
    max-width: 140px
}
.head-title {
    width: 70%;
    margin: auto;
}

.sec-head {
    text-align: center;
    margin-bottom: 20px;
}
.sec-head h3 {
    color: #000;
    font-family: 'neo-sans-arabic-medium';
}


/**/


.flex-form {
    display: flex;
}

.flex-form > div {
    width: 50%;
    padding: 15px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fa7d09;
    outline: 0;
    box-shadow: 0 0 6px -1px rgb(250 125 9);
}
textarea.form-control {
    height: 115px;
}
#googleMap2 {
    height: 300px;
}
.form-contact ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.form-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

.form-contact ::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}

input[type="file"] {
	 display: none;
}
.btn-send {
    background: #fa7d09;
    min-width: 18px;
    display: block;
    color: #fff;
    padding: 10px 50px;
    margin: 30px auto;
}
.btn-send i {
    margin-right: 10px;
    font-size: 13px
}

.list-aqar {
    margin-top: 10px;
    position: relative;
    padding: 0 15px;
}
.service-aqar > p {
    position: relative;
    padding: 0 15px;
    display: inline-block;
    font-weight: 700
}
.service-aqar > p:before {
    content: "*";
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f00;
}

.list-aqar li {
    display: inline-block;
    clear: both;
    margin-left: 30px;
}
.sec-title {
    text-align: center;
    margin-right: 5px;
}
.sec-title img {
    max-width: 30px;
    margin: 0 auto 0;
}
.sec-title p {
    font-weight: 700;
    font-size: 13px
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
    display: flex;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
    border: 0;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 17px;
  height: 17px;
    background: #eee;
  border-radius: 3px;
    border: 0;
  transform: scale(1);
  vertical-align: middle;
  transition: all 0.2s ease;
    top: 10px;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fa7d09;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 0;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fa7d09;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.cbx:hover span:first-child {
  border-color: #fa7d09;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #fa7d09;
  background: #fa7d09;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}

 .js .inputfile {
	 width: 0.1px;
	 height: 0.1px;
	 opacity: 0;
	 overflow: hidden;
	 position: absolute;
	 z-index: -1;
}
 .inputfile + label {
	 max-width: 100%;
	 width: 100%;
	 font-size: 20px;
	/* 20px */
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 cursor: pointer;
	 display: inline-block;
	 overflow: hidden;
	 padding: 10px 20px;
	 position: relative;
}
 .no-js .inputfile + label {
	 display: none;
}
 .inputfile:focus + label, .inputfile.has-focus + label {
	 outline: 1px dotted #000;
	 outline: -webkit-focus-ring-color auto 5px;
}
 .inputfile + label {
	 background-color: #d0d0d0dd;
	 padding: 0;
     text-align: center;
}
 .inputfile + label .archive-name{
	 height: 50px;
     line-height: 50px;
	 font-style: normal;
}
 .inputfile + label .archive-name {
	 width: 100%;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden;
	 vertical-align: top;
	 color: #000;
     font-size: 15px
}
.archive-name {
    display: flex;
    justify-content: center;
    align-items: center;
}
.archive-name i {
    font-size: 22px;
    margin-right: 10px;
}
 .inputfile:focus + label .btn-inputfile, .inputfile.has-focus + label .btn-inputfile, .inputfile + label:hover .btn-inputfile {
	 background-color: #e62b3a;
}
.gallery {
    padding: 10px;
    padding-bottom: 0;
}
.gallery img {
    width: 85px;
    height: 85px;
    margin-right: 5px;
    margin-bottom: 5px;
    object-fit: cover;
}
.flex-upload {
    display: flex;
}
.flex-upload .form-group {
    width: 50%;
    margin-left: 10px
}
.flex-upload .form-group:last-child {
    margin-left: 0
}

@media screen and (max-width: 767px) {
    .flex-form {
        width: 100%;
        display: block;
    }
    .flex-form .sec-right, .flex-form .sec-left {
        width: 100%;
    }
    
    .flex-upload .form-group {
    width: 100%;
    margin-left:0;
    margin-bottom: 0;
}
  .flex-upload {
    display: block;
}  

}
