body {
  background: #fff;
  color: #444;
  font-family: "Poppins", sans-serif;
}

a {
  color: #EC8521;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #EC8521;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Header Section */


#header {
  height: 90px;
  transition: all .5s ease;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  /*border-bottom: 5px solid #d3d3d3;*/
}

#header .logo img {
  transition: all 0.5s;
  padding-bottom: 0;
  margin: 0;
  max-height: 100px;
  position: relative;
  bottom: 25px;
}

/*-------- Start Banner Area ------------*/
.banner-area {
  /*background: #F5F8FA;*/
  background-image: url("../img/intro-bg.jpg");
  background-origin: border-box;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px;
  height: 80vh;
}

.fa-trophy {
  color: #D4AF37;
}


.banner-area .badge-image img {
  width: 80px;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-person {
  width: 70% !important;
  margin-left: auto;
  margin-right: auto;
} 

.banner-area .badge-image {
  text-align: center;
}

.banner-area .badge-image span {
  position: absolute;
  top: 18%;
  left: 45%;
  z-index: 9;
  display: block;
  font-weight: 800;
  color:red
}

.banner-area .fullscreen {
  height: calc(80vh - 20px);
}

.banner-left h6 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.banner-left h2 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .banner-left h1 {
    font-size: 30px;
  }
}

.banner-left .primary-btn:hover {
  box-shadow: 0px 20px 20px 0px rgba(132, 144, 255, 0.3);
  background-color: #59afd7;
}

@media (max-width: 767px) {
  .banner-left {
    margin-top: 100px;
  }
}

.banner-right {
  text-align: center;
}

@media (max-width: 991px) {
  .badge-container {
    display: none;
  }
  .img-person {
    width: 60% !important;
  }

  .image-container {
    margin-top: 5rem;
  }

  .banner-area {
    /*height: 100vh;*/
    height: auto;
    padding: 0;
  }

  .banner-area .fullscreen {
    height: auto;
  }
  .banner-right {
    align-self: center !important;
  }
  .banner-left {
    margin-top: .5rem;
    text-align: center;
  }
  .banner-left h2 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
  }

  .banner-area .primary-btn {
    font-size: 12px;
    line-height: 40px !important;
    padding: 0 20px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .banner-left p {
    font-size: 15px;
    text-align: center;
    padding: 0 !important;
  }
}

.banner-area .primary-btn {
  background: #49b5e7;
  box-shadow: 0 8px 28px rgba(73,181,231, 0.45);
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.banner-area .primary-btn:focus {
  outline: none;
}

.banner-area .primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-left p {
  padding-bottom: 3rem;
  padding-top: 1rem;
}






/* Navigation */

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  padding: 15px 15px;
  transition: 0.3s;
  margin-left:10px;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #111111;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.main-nav .nav-items:hover {
  background-position:left bottom;
  color: #49b5e7;
  /* background-color: #1bb1dc; */
  border-radius: 5px;
  text-decoration: none;
}

.main-nav .active {
  color: #fff;
  background-color: #EC8521;
  border-radius: 5px;
  text-decoration: none;
}

.main-nav .fa-facebook-f:hover {
  color: #3D5B99;
}

.main-nav .fa-twitter:hover {
  color: #1A91DA;
}

.main-nav .fa-linkedin-in:hover {
  color: #0077B5;
}


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #1bb1dc;
  text-decoration: none;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #1C1C1C;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


ul li .fa-check {
  color: #49b5e7;
  margin-right: 8px;
}

ul {
  list-style: none;
}

/* Sections Header */


.section-header h3 {
  font-size: 36px;
  padding-bottom: 1rem;
  color: #1C1C1C;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ccc;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #49b5e7;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #1C1C1C;
  width: 50%;
}

/* Section with background */

.section-bg {
  background: #f5f8fd;
}


#sales-tracker {
 /* background: url('../img/sales-tracker-image.jpg') no-repeat center center/cover fixed;*/
  background: #F5F8FA;
}

#products {
  /*background-color: #F8F9FA;*/
  background: #fff;
}

.product-box {
  background-color: #F8F9FA;
  padding: 3rem;
  border-radius: 15px;
}

.product-box h4 {
  margin-top: 3rem;
}


#products .learn-more {
  background-color: #49b5e7;
  color: #fff;
  padding: .5rem;
  margin-top: 2rem;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 20px 10px 20px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(73,181,231, 0.45);

}


#warehouse {
  background: #F0F9FD;
}


#products,
#warehouse, 
#track-and-trace,
#testimonials,
#sales-tracker .overlay,
#rpa .overlay {
  padding: 80px 0;
  font-size: 14px;
  line-height: 2;
}

#track-and-trace,
#track-and-trace p {
  background-color: #222F36;
  color: #638B97 !important;
}

#track-and-trace h3,
#track-and-trace h4 {
  color: #F8F9FA;
}

#products h4,
#track-and-trace h4,
#sales-tracker h4,
#rpa h4 {
  font-weight: 600;
  font-size: 24px;
}

#rpa {
  background: url('../img/rpa-image.jpg') no-repeat center center/cover fixed;
}

#rpa .overlay {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#section-intro .overlay {

  height: 100%;
  padding-top: 10rem !important;
  background-color: #f9f9f9 !important;
}


#sales-tracker .overlay {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
}

#intro .overlay {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#rpa p,
#rpa h3,
#rpa h4,
#rpa ul {
  color: #fff;
}

#sales-tracker h3,
#sales-tracker h4 {
  color: #000;
}

/* About Section */

#about {
  padding: 60px 0;
  line-height: 25px;
  background-color: #F5F8FA;
}


#about h5 {
  margin-top: 2rem; 
  font-weight: 600;
  font-size: 28px;
}

#about .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  line-height: initial;
}



#about .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 3px 0;
  background: rgba(29, 28, 41, 0.6);
  border-radius: 5px;
}


#about .card-border {
  padding: 0;
  margin: 15px;
}


#about .member .member-info-content {
  transition: margin 0.2s;
  height: 35px;
  transition: height 0.4s;
}

/*.card-border {
  border: 2px solid #333;
  margin: 0 1rem;
}
*/
#about .member h4 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
}

#about .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}


#contact {
  background-color: #222F36;
  color: #F8F9FA;
  height: 100%;
}


#contact #contact-details {
  padding: 1rem 0 3rem 0;
}

#contact h3 {
  font-size: 36px;
  color: #F8F9FA;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  transition: all .3s ease;
}

#contact a:hover {
  color: #706F70;
}


#contact p,
#contact li a,
#contact li {
  font-size: 15px;
  margin-top: 0;
  color: #F8F9FA;
  transition: all .3s ease;
  line-height: 1.7;

}

#contact li a {
  line-height: 2.7;
}

#contact .footer-copyright {
  background-color: #F8F9FA;
  color: #1C1C1C;
  height: 10%;
}

#contact .footer-copyright a {
  color: #1C1C1C;
}

#contact hr {
  border-top: 1px solid #F8F9FA;
}

#contact a {
  color: #F8F9FA;
}

#contact .social-footer ul li {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 6rem;
}

.social-footer i {
  margin-top: 2rem !important;
 
}

.social-footer a {
  padding: 0 .5rem;
  font-size: 12px;
}

/* Media Queries */

@media (max-width: 991px) {
  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo img {
    max-height: 60px;
    position: relative;
    bottom: 10px;
  }

  .feature-item .col-lg-6 img {
    max-width: 100% !important;
  }


  #about .member .member-info {
    left: 72px;
    width: 60%;
  }

  #products .product-content-right,
  #products .product-content-left {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none;
    padding: 0 1rem !important;
  }

}


@media (max-width: 767px) {

  .loader-container {
    width: 300px !important;

  }

  .loader-container h3 {
    font-size: 18px !important;
  }

  body {
    overflow-x: hidden;
  }

  #header .logo img {
    max-height: 60px;
    position: relative;
    bottom: 12px;

  }

  #section-intro {
    height: auto;
  }

  #section-intro .container {
    height: auto !important;
    padding: 80px 0 60px 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #section-intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #section-intro h2 {
    font-size: 18px !important;
    padding: 0 10px;
  }

  #section-intro h1 {
    font-size: 23px !important;
    padding: 0 10px !important;
  }

  

  #products .feature-item {
    margin-top: 0 !important;
  }

  .section-header p {
    width: 100%;
  }

  #about p {
    line-height: 25px;
  }

  #about .member {
    margin: 0 25px
  }

  #about .card-border {
    margin-top: 0;
    margin-bottom: 0;
  }

  #about .member .member-info {
    left: 126px;
    width: 45%;
  }
}

@media (max-width:568px) {
  #products h3 {
    font-size: 25px;
  }

  #products,
  #testimonials,
  #track-and-trace,
  #about,
  #contact-details {
    padding-top: 4rem !important;
  }

  #produts p,
  #products ul,
  #sales-tracker p,
  #sales-tracker ul,
  #warehouse p,
  #warehouse ul {
    color: #666666 !important;
  }

  footer {
    padding-top: 0 !important;
  }

  #rpa .overlay,
  #sales-tracker .overlay {
    padding-top: 4rem;
  }

  #about .member .member-info {
    left: 135px;
    width: 45% !important;
  }
  .social-footer i {
    font-size: 25px;
  }

  .social-footer a {
    padding: 0 1rem;
  }
}

@media (max-width:500px) {
  #about .member .member-info {
    left: 43px;
    width: 70% !important;
  }
    #section-intro .overlay {
      height: 100% !important;
      padding: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .learn-more {
      
    
      font-size: 13px !important;
      letter-spacing: 0.5px;
      padding: 8px 10px !important;
    }
  }

 



/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgb(249, 249, 249);
}

.loader img {
   height: 100px;
}

.loader-container {
  width: 300px;
  height: 200px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.progress-bar {
  background-color: #49b5e7;
  font-weight: bold;
  letter-spacing: .3rem;
}



/*Testimonials*/

/* Testimonials*/



.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 230px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.4);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #49b5e7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #49b5e7 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

#section-intro .container {
  padding-top: 84px !important;
}

#section-intro h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #f4f4f4;
  text-transform: uppercase;
}

#section-intro h2 {
  color: #f4f4f4;
  margin: 10px 0 0 0;
  font-size: 20px;
}

#section-intro .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 25px;
  text-transform: uppercase;
  text-align: center;
  background: #EC8521;
  color: #fff;
}

#section-intro .btn-get-started:hover {
  
  box-shadow: 0 8px 28px rgba(236,133,33, 0.45);
}

@media (max-width: 991px) {
  #section-intro {
    height: auto;
    text-align: center;
  }
  #section-intro .intro-img img {
    width: 50%;
    
  }
  #hero .intro-img {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #section-intro h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #section-intro h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #section-intro .intro-img img {
    width: 80%;
  }
}



