/* Start Global Style */
* {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: 0;
}

*[status="active"] {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-bottom: 2px solid #ffd700 !important;
}

@media (max-width: 991px) {
  *[status="active"] {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-bottom: 0 !important;
  }
}

body {
  font-family: 'Cairo', sans-serif;
  overflow: hidden;
}

.p {
  line-height: 1.8;
  color: #666;
}

@media (max-width: 767px) {
  .p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .p {
    font-size: 14px;
  }
}

hr {
  background-color: #eaeaea;
  width: 60%;
  margin: 50px auto;
}

@media (max-width: 767px) {
  hr {
    width: 80%;
  }
}

.button {
  background-color: #6f1111;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
}

h2 {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
}

input {
  display: block;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  bottom: 0;
  background-color: #eee;
  z-index: 9999;
}

.loading img {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 400px;
  margin-left: -200px;
}

@media (max-width: 991px) {
  .loading img {
    width: 300px;
    margin-left: -150px;
  }
}

.hidden {
  display: none;
}

.fadeout {
  opacity: 0;
}

/* End Global Style */
/* Start Header */
/* keyframes*/
@keyframes slideShow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transformm: scale(1);
  }
}

header {
  position: relative;
  height: 100vh;
}

header .pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

header .pic-wrapper figure {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: slideShow 30s linear infinite 0s;
  -o-animation: slideShow 30s linear infinite 0s;
  -moz-animation: slideShow 30s linear infinite 0s;
  -webkit-animation: slideShow 30s linear infinite 0s;
}

header .pic-wrapper .pic-1 {
  opacity: 1;
  background-size: cover;
}

header .pic-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  /* Start Navbar */
  /* End Navbar */
  /* Start Head */
  /* End Head */
}

header .pic-wrapper .overlay .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

header .pic-wrapper .overlay .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

header .pic-wrapper .overlay .navbar .navbar-brand img {
  width: 100px;
}

header .pic-wrapper .overlay .navbar .navbar-brand .logo-info {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 25px;
}

header .pic-wrapper .overlay .navbar .navbar-brand .logo-info span {
  display: block;
}

header .pic-wrapper .overlay .navbar .navbar-brand .logo-info span:first-of-type:after {
  content: '';
  position: absolute;
  width: 170px;
  left: 0px;
  height: 1px;
  background-color: #ffd700;
  top: 25px;
}

header .pic-wrapper .overlay .navbar .collapse .nav-item {
  margin-left: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

header .pic-wrapper .overlay .navbar .collapse .nav-item:hover {
  background-color: #6f1111;
}

header .pic-wrapper .overlay .navbar .collapse .nav-link {
  color: #fff;
  font-weight: bold;
}

header .pic-wrapper .overlay .navbar .collapse .active {
  border-bottom: 1px solid #ffd700;
}

header .pic-wrapper .overlay .navbar .collapse .lang {
  padding: 6px 10px 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: 10px;
}

header .pic-wrapper .overlay .navbar .collapse .lang:hover {
  background-color: #ffd700;
}

header .pic-wrapper .overlay .bg-light {
  background: none !important;
}

header .pic-wrapper .overlay .bg-dark {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 5px 4px 0px #eee;
          box-shadow: 0px 5px 4px 0px #eee;
}

header .pic-wrapper .overlay .bg-dark .logo-info,
header .pic-wrapper .overlay .bg-dark .nav-link,
header .pic-wrapper .overlay .bg-dark .lang {
  color: black !important;
}

header .pic-wrapper .overlay .bg-dark .nav-link:hover,
header .pic-wrapper .overlay .bg-dark .lang:hover {
  color: #fff !important;
}

header .pic-wrapper .overlay .head {
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .pic-wrapper .overlay .head img {
  width: 300px;
}

header .pic-wrapper .overlay .head h1 {
  color: #fff;
  margin-top: -10px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  header .pic-wrapper .overlay .bg-light {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 5px 4px 0px #eee;
            box-shadow: 0px 5px 4px 0px #eee;
  }
  header .pic-wrapper .overlay .bg-light .logo-info,
  header .pic-wrapper .overlay .bg-light .nav-link,
  header .pic-wrapper .overlay .bg-light .lang {
    color: black !important;
  }
  header .pic-wrapper .overlay .bg-light .navbar-nav {
    padding-bottom: 5px;
  }
  header .pic-wrapper .overlay .bg-light .navbar-nav .nav-item {
    margin-bottom: 5px;
    border-bottom: 0;
  }
  header .pic-wrapper .overlay .bg-light .navbar-nav .nav-item .nav-link {
    padding: 10px;
  }
  header .pic-wrapper .overlay .bg-light .navbar-nav .nav-item .nav-link:hover {
    color: #fff !important;
  }
  header .pic-wrapper .overlay .head img {
    width: 250px;
  }
  header .pic-wrapper .overlay .head h1 {
    font-size: 20px;
  }
}

@media (max-width: 490px) {
  header .pic-wrapper .overlay .navbar-brand img {
    width: 80px !important;
  }
  header .pic-wrapper .overlay .navbar-brand .logo-info {
    font-size: 12px !important;
    top: 23px !important;
  }
  header .pic-wrapper .overlay .navbar-brand .logo-info span:first-of-type:after {
    width: 130px !important;
    top: 18px !important;
  }
}

/* End Header */
/* Start About */
.about {
  padding-top: 50px;
  padding-bottom: 100px;
  height: 100vh;
  overflow-y: scroll;
}

.about h2 {
  margin-bottom: 30px;
}

.about img {
  width: 100%;
}

.about .history h2 {
  margin-bottom: 50px;
}

.about .history .row {
  margin-bottom: 30px;
}

.about .history .row img {
  border-radius: 50%;
}

.about .history .row h4 {
  margin-top: 10px;
}

.about .history .row span {
  color: #999;
}

@media (max-width: 767px) {
  .about .history .row img {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .about .history .row img {
    width: 40%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about p {
    margin-bottom: 30px;
  }
}

/* End About */
/* Start Specialties */
.specialties {
  padding-top: 50px;
  padding-bottom: 100px;
  height: 100vh;
  overflow-y: scroll;
}

.specialties h2 {
  margin-bottom: 30px;
}

.specialties .row .info {
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.specialties .row .info .image {
  cursor: pointer;
}

.specialties .row .info .image h5 {
  margin-top: 10px;
}

.specialties .row .info .text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  position: relative;
  padding: 0 5px;
}

.specialties .row .info .hidden {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* End Specialties */
/* Start Clintes */
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.clintes {
  padding-bottom: 130px;
  height: 100vh;
  overflow-y: scroll;
}

.clintes .clinte-form {
  height: 100vh;


  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
}

.clintes .clinte-form .overlay {
  padding-top: 50px;
}

.clintes .clinte-form .overlay h2 {
  color: #fff;
  margin-bottom: 70px;
}

.clintes .clinte-form .overlay .col-lg-8 {
  padding-left: 0px;
}

.clintes .clinte-form .overlay .col-lg-8 .login-form {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.clintes .clinte-form .overlay .col-lg-8 .login-form h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.clintes .clinte-form .overlay .col-lg-8 .login-form label {
  font-size: 13px;
  text-transform: uppercase;
}

.clintes .clinte-form .overlay .col-lg-8 .login-form input[type="text"],
.clintes .clinte-form .overlay .col-lg-8 .login-form input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.clintes .clinte-form .overlay .col-lg-8 .login-form input[type="submit"] {
  padding: 7px 34px;
  background-color: #6f1111;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.clintes .clinte-form .overlay .col-lg-4 {
  padding-right: 0;
}

.clintes .clinte-form .overlay .col-lg-4 .login-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00000096;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.clintes .clinte-form .overlay .col-lg-4 .login-info p {
  color: #fff;
  line-height: 1.7;
}

.clintes .clinte-form .overlay .cient-down {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 2%;
  bottom: 20%;
}

.clintes .clinte-form .overlay .cient-down .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

.clintes .clinte-form .overlay .cient-down .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

.clintes .clinte-form .overlay .cient-down .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

.clintes .clinte-form .overlay .cient-down .chevron::before, .clintes .clinte-form .overlay .cient-down .chevron::after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.clintes .clinte-form .overlay .cient-down .chevron::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}

.clintes .clinte-form .overlay .cient-down .chevron::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}

.clintes .card {
  height: 400px;
  -webkit-perspective: 800px;
          perspective: 800px;
  border: 1px solid #ffd700;
  margin-bottom: 20px;
}

.clintes .card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.clintes .card:hover .content {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
}

.clintes .card .front, .clintes .card .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clintes .card .front .img-prod {
  margin-top: 15px;
}

.clintes .card .front .img-prod img {
  width: 90%;
}

.clintes .card .front span {
  font-size: 14px;
  color: #555;
}

.clintes .card .front h5 {
  margin-top: 40px;
}

.clintes .card .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 20px 10px;
  overflow-y: scroll;
}

.clintes .card .back ul {
  padding-left: 25px;
}

.clintes .card .back ul li {
  font-size: 14px;
  padding-bottom: 5px;
}

@media (max-width: 1200px) {
  .clintes .card {
    height: 380px;
  }
  .clintes .card .front h5 {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .clintes h2 {
    margin-bottom: 50px !important;
  }
  .clintes .col-lg-8 {
    padding-left: 15px !important;
  }
  .clintes .col-lg-4 {
    padding-right: 15px !important;
  }
  .clintes .card {
    height: 450px;
  }
  .clintes .card .front h5 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .clintes .card {
    height: 450px;
    width: 70%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 490px) {
  .clintes .card {
    height: 400px;
  }
}

@media (max-width: 400px) {
  .clintes .card .front h5 {
    margin-top: 50px;
  }
}
/* Start Clintes */
/* Start Branches */
.branches {
  height: 90vh;
  overflow-x: hidden;
}

.branches .map {

  background-size: cover;
  width: 100%;
  height: 100%;
}

/* End Branches */
/* Start Contact */
.contact {
  height: 100vh;
  overflow-y: scroll;
  padding-top: 50px;
  padding-bottom: 80px;
  /* Start Footer */
  /* End Contact */
}

.contact p {
  margin-top: 20px;
}

.contact .social {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact .social a {
  text-decoration: none;
  margin-right: 10px;
}

.contact .social a i {
  font-size: 40px;
}

.contact .social a .fa-facebook-square {
  color: #3B5998;
}

.contact .social a .fa-linkedin-square {
  color: #0077B5;
}

.contact #map {
  width: 100%;
  height: 300px;
  border: 1px solid #ffd700;
  border-radius: 10px;
}

.contact .applications {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #333;
  color: #fff;
  margin-top: 50px;
}

.contact .applications input[type="text"],
.contact .applications input[type="email"],
.contact .applications input[type="file"] {
  display: block;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact .applications input[type="text"]:focus,
.contact .applications input[type="email"]:focus,
.contact .applications input[type="file"]:focus {
  border: 1px solid #ffd700;
}

.contact .applications input[type="text"]::placeholder,
.contact .applications input[type="email"]::placeholder,
.contact .applications input[type="file"]::placeholder {
  color: #666
}

.contact .applications textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 210px;
  font-family: 'Cairo', sans-serif;
}

.contact .applications textarea:focus {
  border: 1px solid #ffd700;
}

.contact .applications input[class="button"] {
  margin: auto;
  margin-top: 10px;
}

.contact .applications .custom-file-label {
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  color: #666;
}

.contact .applications .custom-file-label:focus {
  border: 1px solid #ffd700;
}

.contact .applications .custom-file-label:after {
  display: none;
}

.contact footer {
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact footer p {
  margin: 0;
  padding: 0;
}

.contact footer p a:hover {
  color: #666;
}
/*# sourceMappingURL=style.css.map */
