@font-face {
  font-family: "bahnschrift";
  src: url("../fonts/bahnschrift.ttf");
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "bahnschrift";
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus,
select:focus,
select.form-control:focus,
button:focus,
button.btn-primary:focus,
button.btn-success:focus {
  box-shadow: none;
  /* inset 0 -1px 0 #ddd */
}
/* --------------Button Scroll to top---------- */
#scrollToTop {
  font-size: 2em;
  color: white;
  position: fixed;
  right: 40px;
  bottom: 10%;
  transition: all 0.5s ease;
  z-index: 1000;
  background-color: #f16e22;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}
#scrollToTop:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
  background-color: #728a8a;
}
#scrollToTop .svg-inline--fa {
  position: absolute;
  top: 12px;
  font-size: 35px;
}
.hide {
  transform: scale(0, 0);
}
/* -------------------Navbar-------------- */
.nav-item .nav-link {
  color: black;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
/* ------------------------footer------------------------- */
footer {
  background-color: #333;
  color: white;
  padding: 70px 10px 30px 10px;
}
footer .h4 {
  text-transform: uppercase;
  color: rgb(214, 214, 214);
}
footer p {
  font-size: 17px;
  color: rgb(168, 168, 168);
}
footer .col-md:last-child {
  padding-right: 30px;
}
footer .svg-inline--fa {
  font-size: 30px;
  transition: 0.2s;
}
footer .svg-inline--fa:hover {
  font-size: 30px;
  color: #f16d01;
}
footer .col-md-4 {
  background-color: white;
  border-end-end-radius: 40%;
  border-start-start-radius: 40%;
  -webkit-border-end-end-radius: 40%;
  -webkit-border-start-start-radius: 40%;
  -moz-border-end-end-radius: 40%;
  -moz-border-start-start-radius: 40%;
  -o-border-end-end-radius: 40%;
  -o-border-start-start-radius: 40%;
  -ms-border-end-end-radius: 40%;
  -ms-border-start-start-radius: 40%;
  /* border-start-end-radius: 20%; */
  width: 150px;
  height: 150px;
  margin-left: 10px;
  line-height: 150px;
  margin-top: 10px;
  transition: 0.5s;
}
footer .col-md-4:hover {
  border-radius: 50%;
}
footer .dropdown-divider {
  opacity: 0.3;
}
footer .h5 {
  text-align: center;
  color: rgb(168, 168, 168);
  margin-top: 20px;
}
/* ----------------------Carousel----------------------- */
.carousel-inner {
  height: 100vh;
}
.carousel-inner .slide-cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.carousel-item .carousel-caption {
  z-index: 3;
  top: 50%;
}
.carousel-item .carousel-caption p {
  font-size: 18px;
}
/* ----------------------------Hero img------------------------------ */
.hero-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}
.hero-img .slide-cover {
  position: absolute;
  width: 100%;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-img h2 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
  top: 55%;
}
.arow {
  font-size: 30px;
  margin: 0 10px;
  color: #a9a9a9;
  font-weight: 300;
  position: relative;
  top: -9px;
}
.space {
  border-top: 3px dotted #9a9a9a;
  letter-spacing: 3px;
}
/* ===================================================================== */
/* -------------------------About Us Page------------------------------- */
/* ===================================================================== */
.about-us {
  padding: 80px 160px;
  /* background-image: url(../img/zarcon-logo.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(1);
  background-color: #ecf0f3;
}
.about {
  padding: 30px;
  text-align: center;
  background-color: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
  /* background-image: url(../img/bg-about.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .img_center {
  display: flex;
  justify-content: center;
}
.about .about-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 15px;
  line-height: 100px;
  box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}
.about h2 {
  margin-top: 20px;
  color: #f16d01;
  text-transform: uppercase;
}
.about p {
  padding: 10px 30px;
  color: rgb(92, 92, 92);
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 768px) {
  .about-us {
    padding: 80px 60px;
  }
  .about {
    padding: 20px;
  }
  .about p {
    padding: 10px 20px;
  }
}

@media (max-width: 450px) {
  .about-us {
    padding: 80px 20px;
  }
  .about {
    padding: 10px;
  }
  .about p {
    padding: 10px 10px;
  }
}

/* -------------------mission & vision--------------- */
.mission-vision {
  margin: 60px 0;
  padding: 90px;
  height: 400px;
  text-align: center;
  background-color: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .mission-vision {
    height: 600px;
  }
}
@media (max-width: 500px) {
  .mission-vision {
    height: 500px;
  }
}
.mission-vision .btn-mission {
  position: absolute;
  left: -16px;
  border-radius: 50%;
  background: #f16e22;
  height: 100px;
  width: 100px;
  line-height: 100px;
  top: -10px;
  transform: rotate(408deg);
  cursor: pointer;
  transition: 0.5s;
  z-index: 1000;
}
.mission-vision .btn-mission:hover {
  left: 5px;
  background: #74898a;
  top: 10px;
  transform: rotate(0deg);
}
.mission-vision .btn-vision {
  position: absolute;
  right: -16px;
  border-radius: 50%;
  background: #74898a;
  height: 100px;
  width: 100px;
  line-height: 100px;
  top: -10px;
  transform: rotate(310deg);
  cursor: pointer;
  transition: 0.5s;
  z-index: 1000;
}
.mission-vision .btn-vision:hover {
  right: 5px;
  background: #f16e22;
  top: 10px;
  transform: rotate(0deg);
}
.mission-vision .sec-mission {
  position: absolute;
  /* top: -640px; */
  top: 0;
  transition: 0.5s;
  padding: 40px;
  text-align: left;
  z-index: 1;
}

.mission-vision .sec-vision {
  position: absolute;
  bottom: -640px;
  text-align: right;
  transition: 0.5s;
  z-index: 1;
  padding: 40px;
  direction: rtl;
}

.mission-vision .col-md-6 img {
  margin-bottom: 20px;
  border-radius: 5px;
}
/* -------------------------Our Values---------------------- */
.values {
  text-align: center;
  padding: 80px 10px;
}
.values h2 {
  color: #f16e22;
  text-transform: uppercase;
}
.values .row {
  text-align: left;
}
.values .col-md-4 {
  margin-top: 20px;
  color: rgb(66, 66, 66);
  display: flex;
}
.values .col-md-4 h5 {
  font-size: 1.15rem;
}
.values .svg-inline--fa {
  color: #f16e22;
  font-size: 30px;
  margin-right: 10px;
  transition: 0.3s;
}
.values .col-md-4:hover > .svg-inline--fa {
  color: #728a8a;
}
/* =================================================== */
/* -----------------Products Page--------------------- */
/* =================================================== */
.products-par {
  text-align: center;
  padding: 80px 10px;
}
.products-par h2 {
  color: #f16e22;
  text-transform: uppercase;
}
.products-par .par {
  color: #555;
  margin-bottom: 50px;
}
.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.categories ul li {
  display: inline-block;
  padding: 0;
  line-height: 24px;
  background: transparent;
  margin: 0;
  margin-left: 5px;
  margin-bottom: 10px;
}
.categories ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.categories ul li a:hover,
.categories ul li.active a {
  /* color: #fff; */
  border: 1px solid #f16e22;
  border-radius: 0;
}
.categories ul li .hvr-bounce-to-right:before {
  content: "";
  background: #74898a;
}
.categories ul li .hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
.projects-container .row {
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.portfolio-item.filtered {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.2;
  cursor: default;
}
.no-opacity .portfolio-item.filtered {
  display: none;
}
.portfolio-item.filtered a {
  cursor: default;
}
.portfolio-item.filtered .enlarge,
.portfolio-item.filtered .link,
.portfolio-item.filtered .overlay-mask,
.portfolio-item.filtered .project-title {
  display: none;
}
.portfolio-thumb {
  display: block;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: auto;
}
.scrollimation .portfolio-thumb {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.touch .scrollimation .portfolio-thumb,
.scrollimation .portfolio-thumb.in {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.portfolio-thumb .overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03446d;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.portfolio-thumb:hover .overlay-mask {
  opacity: 0.6;
  filter: alpha(opacity=80);
}
.portfolio-thumb .enlarge,
.portfolio-thumb .link {
  display: inline-block;
  margin: 0;
  margin-top: -25px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  height: 50px;
  width: 64px;
  top: 40%;
  left: 50%;
  text-align: center;
  z-index: 3;
}
.portfolio-thumb .enlarge {
  margin-left: -84px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-thumb:hover .enlarge {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
.portfolio-thumb .link {
  margin-left: 20px;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-thumb:hover .link {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0.6s;
  transition: all 0.3s ease-out 0.6s;
}
.portfolio-thumb .enlarge.centered,
.portfolio-thumb .link.centered {
  margin-left: -32px;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.portfolio-thumb:hover .enlarge.centered,
.portfolio-thumb:hover .link.centered {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portfolio-thumb .project-title {
  position: absolute;
  padding: 30px;
  width: 260px;
  height: 210px;
  bottom: -200px;
  left: -300px;
  background-color: #f16e22bd;
  color: white;
  transition: 0.6s;
}
.portfolio-thumb:hover .project-title {
  left: 0px;
  bottom: -2px;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  pointer-events: visible;
}
/* ============================================================ */
/* --------------------Capabilities---------------------------- */
/* ============================================================ */
.capabilities {
  text-align: center;
  padding: 80px 10px;
}
.capabilities h2 {
  color: #f16e22;
  text-transform: uppercase;
}
.capabilities p {
  color: #555;
}
.our-capabilities {
  background-color: #ecf0f3;
  padding: 50px 0;
}
.our-capabilities .col-md-6 .h3 {
  color: rgb(107, 105, 105);
}
.our-capabilities .col-md-6 p {
  color: gray;
}
.our-capabilities .row:nth-child(odd) {
  direction: ltr;
  margin-top: 40px;
}
.our-capabilities .row:nth-child(even) {
  direction: rtl;
  margin-top: 40px;
  text-align: right;
}
.our-capabilities .row:nth-child(even) .col-md-6 {
  direction: ltr;
}
/* =============================================== */
/* ------------------channels Page---------------- */
/* =============================================== */
.channels-eqt,
.channels-zad,
.channels-joud {
  text-align: center;
  padding: 80px 10px 0 10px;
}
.channels-zad .row {
  direction: rtl;
}
.channels-joud {
  margin-bottom: 40px;
}
.channels-eqt h2,
.channels-zad h2,
.channels-joud h2 {
  color: #f16e22;
  text-transform: uppercase;
}
.channels-eqt .col-md-5 .img-eqt,
.channels-zad .col-md-5 .img-zad,
.channels-joud .col-md-5 .img-joud {
  display: none;
  transition: 0.7s;
}
.channels-eqt .col-md-5 .img-eqt-1,
.channels-zad .col-md-5 .img-zad-1,
.channels-joud .col-md-5 .img-joud-1 {
  display: block;
}
.channels-eqt .col-md-5 .btn-img,
.channels-zad .col-md-5 .btn-img,
.channels-joud .col-md-5 .btn-img {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.channels-eqt .col-md-5 .btn-img img,
.channels-zad .col-md-5 .btn-img img,
.channels-joud .col-md-5 .btn-img img {
  margin-left: 20px;
  cursor: pointer;
}
/* ====================================================== */
/* --------------------Contact Page---------------------- */
/* ====================================================== */
.follow {
  background-color: #ecf0f3;
  text-align: center;
  padding: 80px 5px;
}
.follow h2 {
  color: #f16e22;
  text-transform: uppercase;
}
.social-buttons {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 10px;
  text-align: center;
}

/* Helper class to divide the icons */
.social-margin {
  margin-right: 50px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.social-icon {
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 70px;
  padding-top: 11px;
  transition: all 0.5s;
}
.social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}
/* Facebook Button Styling */
.facebook {
  font-size: 22px;
  padding-top: 9px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}
.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}
/* Twitter Button Styling */
.twitter {
  font-size: 22px;
  padding-top: 10px;
  padding-left: 2px;
  border-color: #55acee;
  background-color: #55acee;
  color: #ffffff;
}
.twitter:hover {
  background-color: #ffffff;
  color: #55acee;
}



/* Youtube Button Styling */
.instagram {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #ed1d7c;
  color: #ffffff;
  border-color: #ed1d7c;
}
.instagram:hover {
  background-color: #ffffff;
  color: #ed1d7c;
}

/* Youtube Button Styling */
.youtube {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #bb0000;
  color: #ffffff;
  border-color: #bb0000;
}
.youtube:hover {
  background-color: #ffffff;
  color: #bb0000;
}
/* --------------------Contact info & contact us-------------------- */
.contact-us {
  text-align: center;
  padding: 40px 10px 80px;
}
.contact-us h2 {
  color: #f16e22;
  text-transform: uppercase;
}
.contact {
  margin-top: 30px;
  text-align: left;
  background-color: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
.contact .contact-info {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}
.contact .contact-info .slide-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #f16e22, #74898a);
  background-size: 1000px;
  opacity: 0.4;
  z-index: 1;
  transition: 0.5s;
}
.contact .contact-info .slide-cover:hover {
  background-position: right;
}
.contact .contact-info .contact-information {
  position: relative;
  z-index: 1000;
  margin-left: 100px;
}
.contact .contact-info h3 {
  margin-top: 50px;
  color: white;
  z-index: 1000;
  text-align: left;
}
.contact .contact-info .contact-icon {
  margin-bottom: 15px;
  font-size: 18px;
  color: white;
  display: flex;
}
.contact .contact-info .contact-icon .svg-inline--fa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f16e22;
  border: 1px solid white;
  font-size: 20px;
  padding: 10px;
  margin-right: 12px;
}
.contact .contact-info .contact-icon span {
  line-height: 43px;
}
@media (max-width: 500px) {
  .contact .contact-info .contact-information {
    padding: 10px;
    margin-left: 10px;
  }
  .contact .contact-info .contact-icon {
    display: block;
  }
}
.contact .contact-form {
  padding: 50px 30px;
}
.contact .contact-form .title {
  padding-bottom: 5px;
  border-bottom: 2px solid #f16e22;
  border-radius: 50%;
  color: #728a8a;
}
.contact .contact-form .form-group {
  position: relative;
}
.contact .contact-form .form-control {
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #728a8a;
  background: transparent;
  transition: 0.5s;
}
.contact .contact-form label {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #728a8a;
  pointer-events: none;
  transition: 0.5s;
}
.contact .contact-form .form-control:focus {
  border-bottom: 2px solid #f16e22;
}
.contact .contact-form .form-control:focus ~ label {
  top: -15px;
  left: 0px;
  color: #f16e22;
  transform: rotate(360deg);
}
.contact .contact-form input[type="email"],
.contact .contact-form input[type="text"] {
  margin-bottom: 10px;
}
.contact .contact-form .btn-primary,
.contact .contact-form .btn-primary:focus,
.contact .contact-form .btn-primary:active {
  padding: 5px 70px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #f16e22, #b3663a, #74898a);
  background-size: 200%;
  border: none;
  outline: none;
  transition: 0.5s;
}
.contact .contact-form .btn-primary:hover {
  background-position: right;
}

/* ---------------hi---------------- */
.bg-img {
  background: linear-gradient(rgb(70, 69, 69), gray) ;
  padding-bottom: 50px;
}
.img_center {
  display: flex;
  justify-content: center;
}
.about-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 15px;
  line-height: 100px;
  box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
  transition: .5s;
}
.about-img:hover {
  box-shadow: inset 8px 8px 8px #fff, inset -8px -8px 8px #cbced1;
}
.hi-slide {
  position: relative;
  width: 754px;
  height: 400px;
  margin: 1px auto 0;
}
.hi-slide .hi-next,
.hi-slide .hi-prev {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50px;

  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: black;
  transition: all 0.6s;
  font-size: 20px;
  font-weight: bold;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
  opacity: 1;
  background-color: #fff;
}

.hi-slide .hi-prev {
  left: -60px;
}

.hi-slide .hi-prev::before {
  content: "<";
}
.hi-slide .hi-next {
  right: -60px;
}
.hi-slide .hi-next::before {
  content: ">";
}

.hi-slide > ul {
  list-style: none;
  position: relative;
  width: 754px;
  height: 400px;
  margin: 0;
  padding: 0;
}

.hi-slide > ul > li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
  background-color: #333;
  cursor: pointer;
  box-shadow: 13px 13px 20px #414141, -13px -13px 20px rgb(87, 87, 87);
}
.hi-slide ul li img {
  width: 100%;
  height: 100%;
  background-position: center;
}
.img-mobile{
  display: none;
}
@media (max-width: 891px){
  .hi-slide{
    display: none;
  }
  .img-mobile{
    display: flex;
  }
}
