* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: tahoma;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  
}

.about-text {
  padding-left: 18px;
  margin-bottom: 30px;
  position: relative;
  color: #9b9b9b;
}

.about-text::after {
  content: "";
  background-color: #fd5400;
  position: absolute;
  width: 2px;
  height: 85%;
  top: 8%;
  left: 0;
}

/*start Nav*/
.navbar{
  direction: rtl;
}
.navbar .container .navbar-brand img {
  max-height: 45px;
  
}

.navbar .collapse {
  flex: none;

}

.navbar .collapse i{
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #848992;
  font-size: 15px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 1.5rem 12px;
  
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.navbar-light .navbar-toggler {
  background-color: #fd5400;
}

.navbar {
  border-bottom: 1px solid rgba(241, 241, 241, 0.2);
  z-index: 999999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #2f3640;
  background: var(--clr-white);
  -webkit-box-shadow: var(--light-shadow);
          box-shadow: var(--light-shadow);
          
}

.navbar .navbar-nav .nav-item .nav-link {
  margin-left: 10px;
  color: #ddd;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  
}

.navbar .navbar-nav .nav-item .nav-link i {
  margin-right: 8px;
  font-size: 16px;

}

.navbar .navbar-nav .nav-item .nav-link .home {
  color: #ff6b6b;
}

.navbar .navbar-nav .nav-item .nav-link .about {
  color: #0abde3;
}

.navbar .navbar-nav .nav-item .nav-link .works {
  color: #feca57;
}

.navbar .navbar-nav .nav-item .nav-link .team {
  color: #5f27cd;
}

.navbar .navbar-nav .nav-item .nav-link .contact {
  color: #1dd1a1;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  background: #fd5400;
  color: #2f3640;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*start header*/
.header {
  background-image: url(../img/How-GPS-Tracking-Can-Benefit-Delivery-Services.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  max-width: 100%;
  height: 650px;
  direction: rtl;
  
}

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

.header .overlay .container {
  position: relative;
  z-index: 4;
}

.header .overlay .container .banner {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.header .overlay .container .banner .table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
  height: 90vh;
}

.header .overlay .container .banner .table-cell .Register {
  text-align: start;
  font-family: sans-serif;
}

.header .overlay .container .banner .table-cell .Register .handline {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 15px;
  margin-top: 80px;
  direction: rtl;
}

.header .overlay .container .banner .table-cell .Register .bio-website {
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: sans-serif;
  margin: 50px 0 25px 0;
  
}

.header .overlay .container .banner .table-cell .Register .link-btn .btn {
  margin-top: 0px;
  padding: 16px;
  border-radius: 35px;
  border-radius: 35px;
  width: auto;
  text-transform: uppercase;
}

.header .overlay .container .banner .table-cell .Register .link-btn .btn:hover {
  background-color: #17223e;
}

.header .overlay .container .banner .table-cell form .card input {
  padding: 8px;
  border-radius: 9px;
  border: 1px solid #dbd6d6;
  margin: 3px 0px 15px;
  text-align: center;
}

.header .overlay .container .banner .table-cell form .card .btn {
  padding: 8px;
  border-radius: 10px;
  font-size: 15px;
}
.header .overlay .container .banner .table-cell form .card .btn:hover{
  background-color: #17223e;  
}
.col-md-6 form{

  margin: 112px 191px 0 0;

}
.modal-content {
  position: absolute;
  top: 220px;
}

.email-box {
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*its better to use inline-flex*/
}

.email-box i {
  background: #2f3542;
  width: 40px;
  line-height: 40px;
}

.tbox,
.btn {
  border: none;
  outline: none;
}

.tbox {
  width: 0px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.email-box:hover > .tbox,
.tbox:focus {
  width: 260px;
  padding: 0 10px;
}

.btn {
  background: #fd5400;
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: sans-serif;
}



@media (max-width: 768px) {
  
  .header .overlay .container .banner .table-cell .Register .bio-website {
    display: none;
    font-size:17px;
  }

  .header .overlay .container .banner .table-cell .Register {
    text-align: center;
    margin-top: 70px;

  }
  .col-md-6 form {
    margin: 71px 67px 0 0;
}
}
/*end the hedar*/

/*---------------------------------------------------------------------------------------

/*-----------------------------------------------------------------------------------------------

/*Start About-one*/


.about-one {
  padding: 100px 0px;
}

.about-one .about-box-img {
  margin-bottom: 50px;
  
}

.about-one .about-box-img .box-img {
  position: relative;
  margin-left: 50px;
}

.about-one .about-box-img .box-img::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background-color: #f1f1f1;
  bottom: -25px;
  left: -25px;
  z-index: -1;
}

.about-one .about-box-img .box-img::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background-color: #fd5400;
  bottom: -50px;
  left: -50px;
  z-index: -2;
}

.about-one .about-box-img .box-img img {
  max-width: 100%;
  height: auto;
}



.about-one .about-box-text .sec-title .sec-title-headline .top-handline-title {
  color: #fd5400;
  font-size: 18px;
  font-weight: 700px;
  text-transform: uppercase;
  text-align: right;
  
}

.about-one .about-box-text .sec-title .sec-title-headline .handline-title {
  font-size: 31px;
  font-weight: 600;
  margin: 15px 0px 25px 0px;
  text-transform: uppercase;
  text-align:right;
  display: -webkit-flex;
}

.about-one .about-box-text .about-text {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px;
  position: relative;
  padding-left: 20px;
  text-align: right;
  float: left;
  
}

.about-one .about-box-text .about-text::after {
  content: "";
  background-color: #fd5400;
  position: absolute;
  width: 2px;
  height: 85%;
  top: 8%;
  left: 0;
  
}
/*
/*start testimonials 
.owl-carousel.owl-drag .owl-item {
  width: 540px;
  margin-right: 30px;
}

.testimonials .row{
  direction: rtl;
    text-align: right;
}


.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #fff;
  border: 2px solid #fd5400;
  color: #fd5400;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fd5400;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.testimonials {
  padding: 100px 0px;
  -webkit-box-shadow: 6px 2px 6px 8px #e8dac2;
          box-shadow: 6px 2px 6px 8px #e8dac2;
}

.testimonials .sec-title-headline .top-handline-title {
  color: #fd5400;
  font-size: 18px;
  font-weight: 700px;
  text-transform: uppercase;
  direction: rtl;
}

.testimonials .sec-title-headline .top-handline-title .handline-title {
  font-size: 31px;
  font-weight: 600;
  margin: 15px 0px 25px 0px;
  text-transform: uppercase;
  
}

.testimonials .sec-title-text .handline-text {
  padding-left: 18px;
  margin-bottom: 30px;
  color: #9b9b9b;
  text-align: end;
}

.testimonials .owl-carousel {
  margin: 30px 0px;
}

.testimonials .owl-carousel .item-Box {
  background-color: #f9f9f9;
  padding: 30px 40px;
  border: 1px solid #f1f1f1;
  position: relative;
}

.testimonials .owl-carousel .item-Box .testimonials-talk {
  overflow: hidden;
}

.testimonials .owl-carousel .item-Box .testimonials-talk .img-Box {
  height: 60px;
  width: 60px;
  display: block;
  margin-right: 18px;
  float: left;
  position: relative;
  border-radius: 50%;
}

.testimonials .owl-carousel .item-Box .testimonials-talk .img-Box img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #d0cdcd;
  padding: 4px;
  background-color: #fff;
  margin: auto;
}

.testimonials .owl-carousel .item-Box .testimonials-talk .info {
  float: left;
}

.testimonials .owl-carousel .item-Box .testimonials-talk .info h5 {
  color: #17223e;
  padding-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.testimonials .owl-carousel .item-Box .testimonials-talk .info span {
  display: block;
  line-height: 15px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
  color: #fd5400;
}
*/


/*start service*/
.service {
  padding: 20px 0px 50px;
  background-color: #f5f5f5;
}

.service h1 {
  font-weight: bolder;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: sans-serif;
  direction: ltr;
}

.service .box-service img {
  width: 100%;
  height: 160px;
}

.service .box-service .text {
  background-color: #383737;
  padding: 5px 0px;
}

.service .box-service .text h3 {
  font-size: 15px;
  color: #fff;
}

/*contact-us*/
.contact-us {
  padding: 100px 0px;
}

.contact-us .row {
  margin-bottom: 30px;
}

.contact-us .message .message-box input,
.contact-us .message .message-box textarea {
  width: 100%;
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 14px;
  color: #9b9b9b;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  text-align: end;
}

.contact-us .message .message-box textarea {
  height: 150px;
  display: block;
}

.contact-us .message .message-box .btn-style {
  background-color: #fd5400;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 0;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  border: 2px solid #fd5400;
  text-decoration: none;
}

.contact-us .message .message-box .btn-style:hover {
  background-color: #17223e;
  border: 2px solid #17223e;
}
/*---------------------------------------------------------------------------
------------------------------------------------------
----------------------------
/*start footer*/
footer{
  background: #f1f1f1;
  padding: 90px 0 0px 0;
  
}

.footer-container{
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.logof{
  width: 180px;
}

.social-media{
  margin: 20px 0;
}

.social-media a{
  color: #001a21;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
  transition: .25s linear ;
}

.social-media a:hover{
  color: #fd5400;
}

.right-col h1{
  font-size: 26px;
  text-align: right;
  margin: 16px 0;
  
}

.right-col p{
  margin: 17px 0;
  text-align: right;
  direction: rtl;
}

.borderf{
  margin-left: 371px;
  width: 180px;
  height: 4px;
  background: #fc5c65;
}

.footer-newsletter-form{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
 
}
 footer .right-col .footer-newsletter-form .txtb{
  text-align: right;
}

.txtb{
  flex: 1;
  padding: 18px 40px;
  font-size: 16px;
  color: #293043;
  background: #ddd;
  border: none;
  font-weight: 700;
  outline: none;
  border-radius: 30px;
  min-width: 260px;
}

.btn-1{
  padding: 18px 40px;
  font-size: 16px;
  color: #f1f1f1;
  background:#fd5400;
  border: none;
  font-weight: 700;
  outline: none;
  border-radius: 30px;
  margin-left: 20px;
  cursor: pointer;
  transition: opacity .3s linear;
  text-transform: uppercase;
}

.btn:hover{
  opacity: .7;
}

footer .copy-rait p{
  display: inline-flex;
  margin: 0px;
  width: 120px;
    height: 22px;
}

footer .copy-rait{
text-align: center;
margin-top: 95px;
}

footer .copy-rait p .pickup{
  color: #254D58;
  text-transform:uppercase;
  margin-left: 5px;
}
footer .copy-rait p .pickup:hover{
  color: #fd5400;
  cursor: pointer;;
  
}
footer .copy-rait  p a {
  text-transform:uppercase;
  color: #254D58;
  margin-left: 5px;
}
footer .copy-rait  p a span{
  color: aqua;
}

footer .copy-rait  p a:hover{
  /*background: #fff;*/
  color: #2f3640;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer .copy-rait  p a span:hover{
  color: #ade8f4;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width:960px) {
  .footer-container{
    max-width: 600px;
  }
  .right-col{
    width: 100%;
    margin-bottom: 60px;
  }

  .left-col{
    width: 100%;
    text-align: center;
  }
}


@media screen and (max-width:700px){
  .btn{
    margin: 0;
    width: 100%;
    margin-top: 20px;
    }

    
.borderf{
  margin: auto;
  width: 180px;
  height: 4px;
  background: #fc5c65;
}
}

 
/* end fotar*/

/*End Home*/
/******************************login*****************************/
.box {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  color: white;
  text-align: center;
  border-radius: 24px;
  -webkit-box-shadow: 1px 1px 8px 7px #ddd;
          box-shadow: 1px 1px 8px 7px #ddd;
          direction: rtl;
}

.box .logo {
  width: 70px;
  height: 65px;
}

.box h1 {
  color: #fd5400;
}

.box a {
  font-family: "Montserrat", sans-serif;
  text-decoration: blink;
  color: #000;
}

.box a:hover {
  text-decoration: underline;
  color: #fd5400;
}

.box p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: center;
  padding: 10px 0px;
}

.box input[type="text"],
.box input[type="password"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #fd5400;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: #000;
  border-radius: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
  width: 280px;
  color: #000;
  border-color: #17223e;
}

.box input[type="submit"] {
  border: 0;
  background: #fd5400;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #fd5400;
  padding: 14px 14px;
  width: 200px;
  outline: none;
  color: #000;
  border-radius: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.box input[type="submit"]:hover {
  background: #17223e;
  border: 2px solid #17223e;
}

/***********************************forget password*******************************/
.box input[type="email"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #fd5400;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  direction: rtl;
}

.box input[type="email"]:focus {
  width: 280px;
  color: white;
  border-color: #17223e;
}

/**************************** signup***************************/


a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #FFF;
  
}

.main-btn {
  border-radius: 30px;
  padding: 10px 60px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .1s;
  transition: .1s;
  text-transform: uppercase;
  display: inline-block;
  direction: rtl;
}

.main-btn:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  opacity: .97;
}

.signup {
  max-width: 700px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .7fr 1fr;
      grid-template-columns: .7fr 1fr;
  margin-top: 20px;
  background-color: #FFF;
  position: relative;
  padding-left: 0px;
  -webkit-box-shadow: 1px 1px 7px 2px #DDD;
          box-shadow: 1px 1px 7px 2px #DDD;
  margin: 20px auto;
  direction: rtl;
 
  
}

.welcome-back {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  background:-webkit-gradient(linear, right top, left bottom, from(#FD5400), color-stop(#c39e8c), to(#d67b4d));
  background: linear-gradient(to bottom left, #FD5400, #c39e8c, #d67b4d);
  direction: rtl;
}

.welcome-back::before, .welcome-back::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(75, 147, 224, 0.2);
  direction: rtl;
}

.welcome-back::before {
  top: -60px;
  right: -90px;
  border-radius: 30% 41% 55% 50%;
}

.welcome-back::after {
  bottom: -60px;
  left: -90px;
  border-radius: 50% 55% 41% 30%;
}

.welcome-back__headding {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 800;
  direction: rtl;
}

.welcome-back__text {
  color: #3a322f;
  line-height: 23px;
  margin-bottom: 20px;
  font-weight: bolder;
  direction: rtl;
}

.welcome-back__btn {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.welcome-back__btn:hover {
  background-color: #FFF;
  color: #fd5400;
}

.form {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #FFF;
  padding: 0 15px;
}

.form__container {
  width: 100%;
  padding: 20px 30px;
}

.form__headding {
  margin-bottom: 20px;
  font-size: 32px;
  text-transform: capitalize;
  color: #fd5400;
}

.form__social-icons {
  list-style: none;
  margin-bottom: 20px;
}

.form__social-icons li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #DDD;
  padding: 10px;
}

.form__text {
  color: #aac3be;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.form .input-row {
  margin-bottom: 20px;
  position: relative;
}

.form .input-row .input {
  width: 100%;
  height: 40px;
  padding: 10px 35px;
  background-color: #EEE;
  border: none;
  font-size: 82%;
  background: none;
  border: 2px solid #fd5400;
  direction: rtl;
}

.form .input-row .input::-webkit-input-placeholder {
  text-transform: capitalize;
  font-weight: 600;
  color: #757171;
}

.form .input-row .input:-ms-input-placeholder {
  text-transform: capitalize;
  font-weight: 600;
  color: #757171;
}

.form .input-row .input::-ms-input-placeholder {
  text-transform: capitalize;
  font-weight: 600;
  color: #757171;
}

.form .input-row .input::placeholder {
  text-transform: capitalize;
  font-weight: 600;
  color: #757171;
}

.form .input-row .input-icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #757171;
}

.form__btn {
  background-color: #fd5400;
  border: 1px solid #fd5400;
}

.form__btn:hover {
  background-color: #FFF;
  color: #fd5400;
}

@media (max-width: 768px) {
  .signup {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 400px;
    height: auto;
  }
  .signup .welcome-back {
    height: 300px;
  }
  .signup .form {
    height: auto;
  }
}
/*login */
.box a{
  color: #000;
}
/*login*/
/*# sourceMappingURL=style.css.map */