/* Ahmed ElShahat Mixins - http://www.facebook.com/mr.elshahat */
/* Slider
.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
@font-face {
  font-family: "FrutigerLTArabic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FrutigerLTArabic-45Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-45Light.woff") format("woff"), url("../fonts/FrutigerLTArabic-45Light.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-45Light.svg#FrutigerLTArabic") format("svg");
}
@font-face {
  font-family: "FrutigerLTArabic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"), url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic") format("svg");
}
body {
  font-family: "FrutigerLTArabic", sans-serif !important;
  line-height: 1.6;
  direction: rtl;
  text-align: right;
}

a {
  color: #333;
}
a:hover {
  color: #3c9e63;
}

.btn {
  padding: 0.5rem 1rem 0.7rem;
  outline-color: #399c60 !important;
}
.btn-primary {
  color: #fff;
  background-color: #399c60;
  border-color: #399c60;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  box-shadow: none !important;
  background-color: rgba(57, 156, 96, 0.85) !important;
  border-color: rgba(57, 156, 96, 0.8) !important;
}
.btn-outline-primary {
  border-color: #399c60;
  color: #399c60;
  margin-left: 10px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  box-shadow: none !important;
  color: #FFF !important;
  background-color: #399c60 !important;
  border-color: rgba(57, 156, 96, 0.8) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    zoom: 0.7;
  }
}

@media (max-width: 768px) {
  .introImgWrapper {
    overflow-x: hidden;
  }
}
.introImgWrapper .ti {
  position: absolute;
  top: 45%;
  right: 45%;
  font-size: 100px;
  color: #FFF;
  background-color: #ffffff2b;
  border-radius: 50%;
  padding: 10px 7px 10px 13px;
}

@media (min-width: 768px) {
  img.intro {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  img.intro {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  img.intro {
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  img.intro {
    margin-left: -50%;
  }
}
@media (max-width: 600px) {
  img.intro {
    margin-left: calc(-50% - 60px);
    max-width: 450px;
  }
}

.navbar {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.navbar .ti {
  margin-right: 3px;
  vertical-align: middle;
}
.navbar a:hover {
  text-decoration: none;
}
.navbar.bg-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.navbar .navbar-brand {
  margin: 0;
}
.navbar .navbar-brand img {
  max-height: 40px;
  vertical-align: middle;
  display: block;
}
@media (max-width: 600px) {
  .navbar .navbar-brand img {
    max-height: 30px;
  }
}
.navbar .leftIcon {
  margin-left: -15px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
.navbar-nav {
  padding: 0 15px;
  display: table;
  width: 100%;
  max-width: 350px;
  text-align: center;
}
.navbar-nav li.nav-item {
  display: table-cell;
}
.navbar-nav li.nav-item a {
  font-weight: bold;
}

section {
  position: relative;
}
section img {
  max-width: 100%;
}
section.bg {
  background: no-repeat center center scroll;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(-405deg, #e4e4e4 0%, #FFF 55%, #FFF 100%, transparent);
  background-image: linear-gradient(135deg,#e4e4e4 0%, #FFF 55%, #FFF 100%, transparent);
}
section .lastSectionBg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  right: 0;
  left: 52%;
  height: 100%;
  position: absolute;
  background-image: url(../images/halfSectionImg.jpg);
  background-size: cover;
}
@media (max-width: 992px) {
  section .lastSectionBg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .center-v {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
  }
}

form {
  width: 100%;
}
@media (min-width: 768px) {
  form .btn-default {
    min-width: 150px;
    font-size: 1.2rem;
  }
  form .form-group {
    margin-bottom: 1.5rem;
  }
}
form .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  form .form-control {
    padding: 0.8rem;
  }
}
form .form-control:focus {
  border-color: #4da670 !important;
  box-shadow: 0 0 0 0.2rem rgba(77, 166, 112, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 166, 112, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 166, 112, 0.25);
}

.close {
  float: left;
}

.slider img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  section[data-anchor=Overview] {
    text-align: center;
  }
}
@media (max-width: 768px) {
  section[data-anchor=Overview] .introDetails {
    zoom: 0.85;
  }
}
@media (max-width: 340px) {
  section[data-anchor=Overview] .introDetails {
    zoom: 0.75;
  }
}

.img_list {
  padding: 0;
  display: table;
  width: 100%;
  max-width: 700px;
  margin: 6px auto;
}
.img_list li {
  display: table-cell;
}
.img_list li:not(:last-child) {
  padding-left: 3px;
}
.img_list li img {
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid transparent;
}
.img_list li img:hover, .img_list li img.active {
  border-color: #ccc;
  cursor: pointer;
}

@keyframes jump {
  0% {
    opacity: 1;
    bottom: 15px;
  }
  50% {
    opacity: 0;
    bottom: 20px;
  }
  100% {
    opacity: 1;
    bottom: 15px;
  }
}
.arrowUp,
.arrowDown {
  position: fixed;
  z-index: 99;
  cursor: pointer;
  width: 0;
  height: 0;
  margin-left: -20px;
  left: 50%;
}

.arrowDown {
  bottom: 15px;
  height: 50px;
  text-align: center;
  width: 40px;
  -webkit-animation: jump 2s infinite;
  -moz-animation: jump 2s infinite;
  animation: jump 2s infinite;
  color: #c1c1c1;
  opacity: 0.4;
}
.arrowDown:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .arrowDown {
    width: 20px;
    height: 30px;
    margin-left: -10px;
  }
}

.arrowUp {
  bottom: 20px;
  border-width: 0 25px 30px 30px;
  border-color: #c1c1c166 transparent transparent transparent;
}

/* Rotator */
#rotate > div {
  padding-bottom: 20px;
  transition: all 0.35s;
}
#rotate > div h2 {
  font-weight: bold;
}

#rotate > div.active {
  opacity: 1;
  display: block;
  transform: translateY(0%);
}

.bullets {
  right: 0;
  margin: 0 20px 0 0;
  top: 0;
  height: 30px;
  z-index: 99;
  display: block;
}

@media (min-width: 992px) {
  .bullets {
    margin: 20px 20px 0 0;
  }
}
.bullets span {
  background-color: #DDD;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.bullets span.active {
  background-color: #808080;
}

/*@media(min-width:992px) {*/
#rotate > div {
  /* position: relative; */
  opacity: 0;
  display: none;
}

#menu_bars {
  text-align: center;
}
#menu_bars span {
  background: #4da670;
  height: 1px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#menu_bars.collapsed span {
  background: #333;
}

#menu_bars span:nth-child(1),
#menu_bars span:nth-child(3) {
  width: 20px;
  margin: 0 auto;
}

#menu_bars span:nth-child(2) {
  margin: 5px 0;
  width: 30px;
}

#menu_bars:hover span:nth-child(1),
#menu_bars:hover span:nth-child(3) {
  width: 30px;
  margin: 0 auto;
}

#menu_bars.active span:nth-child(2) {
  display: none;
}

#menu_bars.active span:nth-child(1),
#menu_bars.active span:nth-child(3) {
  width: 30px;
  top: 20px;
  position: absolute;
  left: 5px;
  margin-top: -1px;
}

#menu_bars.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu_bars.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fullpage-wrapper {
  position: relative;
}
.fullpage-wrapper .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.smallDetails {
  font-size: 1.25rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .smallDetails {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .bg-nav {
    background-color: rgba(255, 255, 255, 0.85) !important;
  }
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  z-index: 1;
  font-size: 14px;
  background-color: #eee;
  padding: 10px 0;
  direction: ltr;
  text-align: left;
}
@media (max-width: 500px) {
  footer {
    margin-bottom: -8em;
  }
}
footer .svg {
  height: 25px;
}
@media (min-width: 320px) {
  footer .d-inline-block {
    margin: 0 10px;
  }
}
footer .copyright {
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyright {
    float: left;
  }
}
footer .social-icons {
  text-align: center;
  font-size: 28px;
  line-height: 25px;
}
@media (min-width: 768px) {
  footer .social-icons {
    float: right;
  }
}
@media (max-width: 768px) {
  footer .social-icons {
    margin-top: 10px;
  }
}
footer .social-icons a {
  margin: 0 3px;
  display: inline-block;
  text-decoration: none;
}

.navMenu {
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFF;
  height: 100%;
  width: 100%;
}
.navMenu .container {
  position: relative;
  height: 100%;
}
.navMenu .ti-close {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 25px;
  cursor: pointer;
}
.navMenu ul {
  list-style: none;
  font-size: 25px;
  width: 90%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.navMenu ul li {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.navMenu ul li:nth-child(1) {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navMenu ul li:nth-child(2) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navMenu ul li:nth-child(3) {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.navMenu ul li:nth-child(4) {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
}
.navMenu ul li:nth-child(5) {
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  -o-transform: translateY(-250%);
  transform: translateY(-250%);
}
.navMenu ul li:nth-child(6) {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  transform: translateY(-300%);
}
.navMenu.show {
  opacity: 1;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navMenu.show ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.tab-content > .tab-pane {
  padding-top: 15px;
}

@media (max-width: 400px) {
  [data-anchor=Contact] .fp-tableCell {
    vertical-align: top;
  }
}
a[href="#resume"] {
  margin-right: 5px;
}

a.nav-item:not(.active) {
  background: #399c60;
  color: #FFF;
}

@media (min-width: 768px) {
  #myTabContent {
    min-height: 600px !important;
  }
}
#heshm_help {
  margin-bottom: 0;
}

div[data-anchor=Order] .btn-lg {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 500px) {
  div[data-anchor=Order] .fp-tableCell {
    vertical-align: top;
  }
}

/*# sourceMappingURL=app-rtl.css.map */
