@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body .button {
  background: #014EFE;
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

body .button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 5px 9px #0000004a;
          box-shadow: 0px 5px 9px #0000004a;
}

body .des {
  font-size: 16px;
}

body header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
}

body header .logo {
  display: block;
}

body header .logo img {
  width: 300px;
}

body header .hdrMenu a {
  color: #014EFE;
  text-decoration: none;
  text-transform: uppercase;
}

body header .hdrMenu a:hover {
  color: blue;
}

body header .socials {
  background: #014EFE;
  padding: 10px;
  border-radius: 4px;
}

body #demo {
  background: #F6F5FA;
}

body #videoModal .modal-dialog {
  width: 97%;
  max-width: 800px;
  margin: 0 auto;
}

body #videoModal video {
  width: 100%;
}

body .sectitel {
  text-align: center;
  font-size: 35px;
  color: #014EFE;
  font-weight: 700;
  text-transform: uppercase;
}

body #hero {
  margin-top: 93.11px;
}

body #hero .lft {
  background-color: #014EFE;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
}

body #hero .lft h1 {
  color: #fff;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

body #hero .lft p {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

body #hero .lft .button {
  background: #fff;
  color: #014EFE;
}

body #hero .rght {
  position: relative;
}

body #hero .rght .heroSlider {
  height: 100%;
  z-index: 1;
  position: relative;
}

body #hero .rght img {
  height: 750px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #hero .rght::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: rgba(9, 13, 243, 0.157);
}

body #about .rght {
  position: relative;
}

body #about .rght .shape {
  position: absolute;
  left: -80px;
  bottom: 10px;
  z-index: 0;
}

body #about .rght img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

body #about .rght .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  cursor: pointer;
  -webkit-animation: boxshado 1s ease infinite alternate;
          animation: boxshado 1s ease infinite alternate;
  border-radius: 100%;
}

body #about .rght .playicon svg {
  width: 100px;
}

@-webkit-keyframes boxshado {
  0% {
    -webkit-box-shadow: 0px 0px 50px 0 #fff;
            box-shadow: 0px 0px 50px 0 #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-box-shadow: 0px 0px 50px 20px #fff;
            box-shadow: 0px 0px 50px 20px #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes boxshado {
  0% {
    -webkit-box-shadow: 0px 0px 50px 0 #fff;
            box-shadow: 0px 0px 50px 0 #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-box-shadow: 0px 0px 50px 20px #fff;
            box-shadow: 0px 0px 50px 20px #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

body #wcu {
  background: #fff;
}

body #wcu .bulletPoint {
  margin-top: 12px;
}

body #wcu .bulletPoint img {
  width: 27px;
  border: 2px solid #014EFE;
  padding: 5px;
  border-radius: 50%;
}

body #wcu .bulletPoint p {
  font-size: 17px;
  padding-left: 10px;
  margin: 0;
}

body #services .crd {
  text-align: center;
  -webkit-box-shadow: 0 2px 40px #f3f3f9;
          box-shadow: 0 2px 40px #f3f3f9;
  padding: 15px;
  height: 100%;
  border-radius: 5px;
}

body #services .crd .icon {
  background: #014EFE;
  width: 80px;
  padding: 20px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

body #services .crd h4 {
  font-weight: 600;
  color: #014EFE;
  text-transform: capitalize;
}

body #services .crd p {
  font-size: 15px;
}

body #sec4 {
  background: url("../images/ce mobile screens-ai-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

body #sec4 .lft h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

body .cf {
  -webkit-box-shadow: 0 2px 40px #f3f3f9;
          box-shadow: 0 2px 40px #f3f3f9;
  max-width: 800px;
  margin: 0 auto;
}

body .cf input,
body .cf textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  -webkit-box-shadow: 0 2px 40px #f3f3f9;
          box-shadow: 0 2px 40px #f3f3f9;
  border: 1px solid #ddd;
  outline: none;
}

body .cf textarea {
  height: 150px;
}

body .cf .button {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
}

body #bookingFormModal .modal-dialog,
body #trialFormModal .modal-dialog,
body #quoteFormModal .modal-dialog {
  width: 97%;
  max-width: 550px;
}

body footer {
  background: #014EFE;
}

body footer p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}

body footer p a {
  color: #fff !important;
  text-decoration: none;
}

body #wt {
  background: #F6F5FA;
}

body #free-trial {
  background: #F6F5FA;
}

body #quote {
  background: #014EFE;
  border-bottom: 2px solid rgba(221, 221, 221, 0.432);
  padding: 30px 0;
}

body #quote .button {
  background: #fff;
  color: #014EFE;
  font-weight: 600;
  width: 250px;
  display: block;
}

body .socials a {
  display: block;
}

body .socials a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

body .socials img {
  width: 25px;
}

body .navToggle {
  color: #014EFE;
}

body .navToggle svg {
  width: 33px;
}

#toast-container > .toast-error { background-color: #BD362F; }
                   .toast-info { background-color: #3276b1; }
                   .toast-success { background-color: #51a351; }
                   .toast-warning { background-color: #f89406; }

@media screen and (max-width: 768px) {
  .hdrMenu {
    position: fixed;
    width: 80%;
    background: #fff;
    top: 0;
    right: -100%;
    height: 100vh;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow-y: auto;
    padding: 30px;
    z-index: 5;
    padding-top: 80px;
  }
  .hdrMenu a {
    font-size: 21px;
    display: inline-block;
    margin-top: 10px;
  }
  .navToggle {
    position: relative;
    z-index: 6;
    cursor: pointer;
    padding: 5px;
  }
  .backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -100%;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 4;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  header.navOpen .hdrMenu {
    right: 0 !important;
  }
  header.navOpen .navToggle {
    background: #014EFE;
    color: #fff;
  }
  header.navOpen .backdrop {
    right: 0;
  }
}

@media screen and (max-width: 576px) {
  body header .logo img {
    width: 200px;
  }
  #hero {
    margin-top: 93.11 !important;
  }
  body #hero .rght img {
    height: 356px;
  }
  body #hero .lft h1 {
    font-size: 43px;
  }
  body #hero .lft {
    height: 650px;
  }
  body .sectitel {
    font-size: 24px;
  }
  body #sec4 .lft h2 {
    font-size: 27px;
  }
}
/*# sourceMappingURL=style.css.map */
