/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL: 
    :: Version: 1.0
    :: Created: 03 2021
    :: Last Updated: 03 2021
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.navbar {
  min-height: 100px;
  margin-bottom: 10px;
}

.navbar-default {
  border-radius: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
}

.navbar-default img.logo {
  width: 190px;
  margin-top: 7px;
}

.navbar-nav > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
  font-size: 16px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #5ca2a4;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #5ca2a4;
}

.slider .carousel-indicators li {
  border-color: #5ca2a4;
}

.slider .carousel-indicators .active {
  background: #5ca2a4;
}

.carousel-control {
  color: #5ca2a4;
  opacity: 1;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #5ca2a4;
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  border: 1px solid #5ca2a4;
  -webkit-box-shadow: 0 0 9px #9d9b9b;
          box-shadow: 0 0 9px #9d9b9b;
}

.carousel-indicators {
  bottom: 0px;
}

.services {
  padding: 60px 0;
  background-color: #f7f7f7;
  overflow: hidden;
}

.services img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.services h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5ca2a4;
  text-align: center;
  margin-bottom: 30px;
}

.services .serv {
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 473px;
}

.services .serv h3 {
  color: #5ca2a4;
  font-weight: 600;
}

.services .serv p {
  color: #777;
  line-height: 1.4;
  font-size: 17px;
}

.features {
  padding: 60px 0;
  overflow: hidden;
}

.features h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5ca2a4;
  text-align: center;
  margin-bottom: 30px;
}

.features .feat {
  text-align: center;
  padding: 20px;
  border: 3px solid #376464;
  outline: 4px solid #5ca2a4;
  margin-top: 15px;
  margin-bottom: 15px;
}

.features .feat img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.features .feat h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.order-now {
  padding: 60px 0;
  background-color: #5ca2a4;
}

.order-now h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.order-now input {
  border: 1px solid #458687;
  padding: 10px 10px;
  color: #fff;
  outline: none;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: #458687;
}

.order-now input::-webkit-input-placeholder {
  color: #fff;
}

.order-now input:-ms-input-placeholder {
  color: #fff;
}

.order-now input::-ms-input-placeholder {
  color: #fff;
}

.order-now input::placeholder {
  color: #fff;
}

.order-now button {
  border: 2px solid #000;
  color: #fff;
  background: #000;
  padding: 10px 50px;
  outline: none;
  margin-top: 30px;
  font-size: 18px;
  padding-bottom: 7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.order-now button:hover {
  background: transparent;
  color: #000;
}

.order-now img {
  height: 300px;
  margin-top: -30px;
  float: left;
}

.track-order {
  padding: 60px 0;
}

.track-order h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5ca2a4;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 70px;
}

.track-order input {
  border: 2px solid #5ca2a4;
  outline: none;
  color: #000;
  padding: 12px 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
  outline: #5ca2a4;
}

.track-order button {
  border: 2px solid #000;
  color: #fff;
  background: #000;
  padding: 10px 50px;
  outline: none;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  font-size: 18px;
  padding-bottom: 7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.track-order button:hover {
  background: transparent;
  color: #000;
}

footer {
  padding-top: 60px;
  padding-bottom: 0;
  background: #484848;
  color: #fff;
}

footer img {
  width: 200px;
  margin-bottom: 30px;
}

footer p {
  line-height: 1.4;
  font-size: 16px;
  color: #eee;
  width: 85%;
}

footer h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  color: #5ca2a4;
}

footer a {
  text-decoration: none !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #ddd;
}

footer a:hover {
  color: #5ca2a4;
}

footer ul li {
  margin: 12px 0;
  font-size: 16px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding-right: 0;
}

footer ul li:hover {
  padding-right: 10px;
}

footer i {
  margin-left: 5px;
  font-size: 30px;
}

footer h5 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

footer ul.social {
  margin-top: 50px;
}

footer ul.social li {
  text-align: center;
  line-height: 43px;
  font-size: 24px;
  margin-left: 20px;
}

footer ul.social li a {
  color: #5ca2a4;
}

footer ul.social li:hover {
  padding-right: 5px !important;
}

footer .bottom-footer {
  text-align: center;
  background: #000;
  padding: 30px 0;
  margin-top: 20px;
}

footer .bottom-footer h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}

.login {
  padding: 60px 0;
}

.login .login-box {
  padding: 40px 20px;
  -webkit-box-shadow: 0 0 9px #5ca2a4;
          box-shadow: 0 0 9px #5ca2a4;
  margin-top: unset;
}

.login .login-box img {
  width: 150px;
}

.login .login-box h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.login .login-box input {
  border: 2px solid #5ca2a4;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  outline: none;
}

.login .login-box input::-webkit-input-placeholder {
  color: #000;
}

.login .login-box input:-ms-input-placeholder {
  color: #000;
}

.login .login-box input::-ms-input-placeholder {
  color: #000;
}

.login .login-box input::placeholder {
  color: #000;
}

.login .login-box button {
  border: 2px solid #000;
  color: #fff;
  background: #000;
  padding: 10px 50px;
  outline: none;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  font-size: 18px;
  padding-bottom: 7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.login .login-box button:hover {
  background: transparent;
  color: #000;
}

.about {
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
}

.about h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5ca2a4;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.about p {
  line-height: 1.4;
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.internal-order {
  background: #fff;
  padding-bottom: 80px;
}

.internal-order h2 {
  color: #5ca2a4;
  margin-bottom: 60px;
}

.internal-order img {
  float: none;
}

.call img {
  height: 300px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.call input {
  border: 1px solid #5ca2a4;
  background-color: #5ca2a4;
}

.call textarea {
  border: 1px solid #5ca2a4;
  padding: 10px 10px;
  color: #fff;
  outline: none;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: #5ca2a4;
  height: 100px;
}

.call textarea::-webkit-input-placeholder {
  color: #fff;
}

.call textarea:-ms-input-placeholder {
  color: #fff;
}

.call textarea::-ms-input-placeholder {
  color: #fff;
}

.call textarea::placeholder {
  color: #fff;
}

.new-track h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.new-track h3 {
  background: #5ca2a4;
  color: #fff;
  margin: 0;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.new-track h3 span {
  float: left;
}

.new-track .track-box {
  text-align: center;
  margin-top: 30px;
}

.new-track .track-box i {
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}

.new-track .track-box h4 {
  color: #ccc;
  margin-top: 20px;
}

.new-track .track-box.active i {
  color: #21c212;
  border: 2px solid #21c212;
}

.new-track .track-box.active h4 {
  color: #21c212;
}

.new-track .tracking-info {
  margin-top: 50px;
}

.new-track .tracking-info h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.new-track .tracking-info h5 {
  font-size: 20px;
  color: #5ca2a4;
}

.new-track .tracking-info p {
  color: #777;
  font-size: 16px;
}

.new-track .detials {
  padding: 20px;
  background-color: #ccc;
  color: #000;
  margin-bottom: 50px;
}

.new-track .detials .details-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.new-track .detials .details-list:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.new-track .detials .details-list h5 {
  color: #000;
}

.new-track .detials .details-list i {
  margin-left: 10px;
  font-size: 20px;
  opacity: .5;
}

.new-track .detials .details-list span {
  font-size: 18px;
  opacity: .5;
}

.new-track .moving-info {
  margin-bottom: 20px;
  display: block;
  clear: both;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #5ca2a4;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.hvr-grow {
  display: block;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-default img.logo {
    width: 110px;
    margin-top: 6px;
    margin-right: 5px;
  }
  .navbar {
    min-height: 63px;
    margin-bottom: 10px;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .services {
    padding: 20px 0;
  }
  h2 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .features .feat h3 {
    font-size: 21px;
  }
  .order-now img {
    height: unset;
    width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
  .track-order input {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    outline: #5ca2a4;
  }
  footer h4 {
    margin-top: 40px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 16px;
  }
  .carousel-indicators {
    bottom: -18px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/* ipad pro  */
/* 17 inch */
/*# sourceMappingURL=style.css.map */