@font-face {
  font-family: "regular";
  src: url(../Fonts/arial/ari.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'regular';
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-weight: bold;
}

h4, h5, h6 {
  font-weight: 500;
}

p {
  font-size: 12px;
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #000;
}

.scroll-top-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(-135deg, #8f9196, #0172e4);
  color: #000;
  text-align: center;
  line-height: 33px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/***************************** Animations *****************************/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
}

@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.focus-in-expand-fwd {
  -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes puff-in-bottom {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-bottom {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in-bottom {
  -webkit-animation: puff-in-bottom 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-bottom 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}

.spin {
  -webkit-animation: spin  infinite linear;
          animation: spin  infinite linear;
}

/***************************** Start Edit Navbar & Footer *****************************/
.navbar {
  position: relative;
  z-index: 9;
}

.navbar.bg-light {
  background-color: transparent !important;
}

.navbar .navbar-brand img {
  width: 100px;
}

.navbar .nav-item {
  margin-right: 10px;
}

.navbar .nav-item .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar .nav-item.white {
  margin-left: 22px;
}

.navbar .nav-item.white .nav-link {
  color: #fff;
  text-transform: capitalize;
}

.navbar .nav-item.using {
  background-color: #ff8a00;
  border-radius: 5px;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  display: inline-block;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

footer {
  padding: 150px 0px 30px 0px;
}

footer .nav-item .nav-link {
  color: #555 !important;
  font-size: 10px !important;
}

footer .social-media a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

footer .social-media a i {
  position: relative;
  top: 7px;
}

/***************************** Start Edit Home Page *****************************/
header {
  overflow: hidden;
  position: relative;
}

header .header-inner {
  padding: 150px 0px 245px;
}

header .header-inner .text {
  position: relative;
  z-index: 9;
}

header .header-inner .text h1 {
  color: #42474a;
  font-weight: 500;
  letter-spacing: 1.5px;
}

header .header-inner .text .buttons {
  margin-top: 25px;
}

header .header-inner .text .buttons .link-btn {
  width: 130px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  color: #42474a;
  border: 1px solid #42474a;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  border-radius: 5px;
}

header .header-inner .text .buttons .link-btn.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0172e4), to(#0062e1));
  background-image: linear-gradient(to bottom, #0172e4, #0062e1);
  border: 1px solid #0062e1;
  color: #fff;
}

header .header-inner .video-container {
  position: relative;
  z-index: 9;
  height: 100%;
}

header .header-inner .video-container .play-video {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #fff;
  font-size: 25px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 65px;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}

header .header-inner .video-container .play-video:hover i {
  -webkit-animation: pulse 1s alternate infinite;
          animation: pulse 1s alternate infinite;
}

header .header-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.history {
  padding: 100px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.history .images-content .history-icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 9;
}

.history .images-content .last-icon {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-box-shadow: 0px 5px 35px 5px #ccc;
          box-shadow: 0px 5px 35px 5px #ccc;
  width: 155px;
  height: 130px;
  margin-left: 10px;
  position: relative;
  z-index: 9;
}

.history .images-content .rect {
  position: absolute;
  top: -13px;
  left: 166px;
  height: 200px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.history .text {
  padding: 15px;
}

.history .text h4 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.history .text p {
  font-size: 12px;
  line-height: 1.8rem;
  color: #666;
}

.history .text .link-btn {
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0172e4), to(#0062e1));
  background-image: linear-gradient(to bottom, #0172e4, #0062e1);
  border: 1px solid #0062e1;
  color: #fff;
}

.choosing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0172e4), to(#0062e1));
  background-image: linear-gradient(to bottom, #0172e4, #0062e1);
  padding: 80px 0px;
  overflow: hidden;
}

.choosing .text {
  color: #fff;
}

.choosing .text h3 {
  font-weight: 500;
}

.choosing .item {
  width: 100%;
  background-color: #0b68c9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.375rem 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.choosing .item p {
  margin-bottom: 0;
  color: #fff;
  margin-left: 20px;
  position: relative;
  top: 7px;
  font-size: 14px;
}

.choosing .item .icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.choosing .item:hover {
  background-color: #fff;
}

.choosing .item:hover p {
  color: #555;
}

.choosing .item:hover .icon {
  -webkit-filter: invert(16%) sepia(8%) saturate(15%) hue-rotate(320deg) brightness(50%) contrast(90%);
          filter: invert(16%) sepia(8%) saturate(15%) hue-rotate(320deg) brightness(50%) contrast(90%);
}

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

.features .image-content {
  width: 100%;
  height: 400px;
}

.features .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.features .text {
  padding: 15px;
}

.features .text h4 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.features .text p {
  font-size: 12px;
  line-height: 1.5rem;
  color: #666;
}

.features .text .link-btn {
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0172e4), to(#0062e1));
  background-image: linear-gradient(to bottom, #0172e4, #0062e1);
  border: 1px solid #0062e1;
  color: #fff;
}

.services {
  padding: 80px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.services .text h4 {
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.services .text p {
  color: #666;
}

.services .card {
  background-color: transparent;
  border: none;
  margin: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.services .card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
}

.services .card img {
  width: 100%;
  height: 170px;
}

.services .card .card-body h6 {
  text-align: center;
}

.services .card .card-body ul {
  margin-top: 20px;
}

.services .card .card-body ul li {
  font-size: 13px;
  margin-bottom: 5px;
  color: #555;
}

.technology {
  padding: 80px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0172e4), to(#0062e1));
  background-image: linear-gradient(to bottom, #0172e4, #0062e1);
  overflow: hidden;
}

.technology .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px;
}

.technology .text h4 {
  color: #fff;
  margin-bottom: 1.2rem;
}

.technology .text p {
  color: #eee;
}

.clients {
  padding: 0px;
  background-color: #f5f5f5;
}

.clients .text {
  position: relative;
  top: 50px;
}

.clients .clients-carousel {
  background-color: #fff;
  padding: 15px 100px;
  top: 95px;
}

.clients .clients-carousel.owl-theme {
  position: relative;
}

.clients .clients-carousel.owl-theme .owl-nav {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 100%;
}

.clients .clients-carousel.owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border: 2px solid #555;
  border-radius: 50%;
  font-size: 25px;
  line-height: 37px;
  opacity: .5;
}

.clients .clients-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.clients .clients-carousel.owl-theme .owl-nav button:hover {
  color: #333;
  opacity: 1;
}

.clients .clients-carousel.owl-theme .owl-nav .owl-prev {
  right: 10px;
}

.clients .clients-carousel.owl-theme .owl-nav .owl-next {
  left: 10px;
}

.clients .clients-carousel .item img {
  width: 70%;
  margin: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .6;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.clients .clients-carousel .item img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
/*# sourceMappingURL=style.css.map */