:root {
    --base-url: "../../";
  }
  
  /* width */
  ::-webkit-scrollbar {
      /*display: none;*/
      width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
      /*opacity: 0;*/
      background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
      /*display: block;*/
      /*border-radius: 10%;*/
      background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }
  
  /*html, body, header, .intro {
      height: 100%;
      width: 100%;
      overflow-x: hidden;
  }*/
  body{
      overflow-x: hidden;
  }
  
  .intro {
      background: url("../images/diagram-direction-display-1305360.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100vh;
  }
  
  
  .intro2 {
      height: 450px;
  }
  
  
  .intro2 {
      background: url("../images/man-creating-a-presentation-on-laptop-3153204.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  
  .intro3 {
      height: 250px;
  }
  
  .intro3 {
      /* background: url("../images/iphone-dark-notebook-pen-34140.jpg")no-repeat center center fixed; */
      background: #0e353a;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  
  @font-face {
      font-family: MontserratAlternates-bold;
      src: url('../../vendors/font/MontserratAlternates-Bold.ttf');
  }
  
  @font-face {
      font-family: SEGOEUI;
      src: url('../../vendors/font/SEGOEUI.TTF');
  }
  
  @font-face {
      font-family: SEGOEUIB;
      src: url('../../vendors/font/SEGOEUIB.TTF');
  }
  
  @font-face {
      font-family: MontserratAlternates-BoldItalic;
      src: url('../../vendors/font/MontserratAlternates-BoldItalic.ttf');
  }
  
  body {
      font-family: SEGOEUI;
  }
  
  h1 {
      font-family: MontserratAlternates-BoldItalic;
      color: #36d3e6;
  }
  
  .text-blue {
      color: #36d3e6;
  }
  
  .font-24 {
      font-size: 24px;
  }
  
  .border-div {
      border-top: 2px solid #F8CE78;
      width: 200px;
      min-height: 2px;
  }
  
  h2 {
      font-family: MontserratAlternates-BoldItalic;
      color: #36d3e6;
  }
  
  h3 {
      font-family: MontserratAlternates-BoldItalic;
      color: white;
      font-size: 2.72rem;
  }
  
  .pri {
      font-family: MontserratAlternates-BoldItalic;
      color: white;
      font-size: 2.72rem;
      line-height: 40px !important;
      text-transform: capitalize;
      /*float: left;*/
  }
  
  .nav1 {
      background-color: #175f78;
      max-width: 100vw !important;
  }
  
  h4 {
      font-family: MontserratAlternates-bold;
      color: #36d3e6;
      font-weight: bolder;
      font-style: italic;
      font-size: 2.72rem;
  }
  
  h5 {
      font-family: SEGOEUI;
      color: #175f78 ;
  }
  
  .title-border {
      border-top: 10px solid #f8ce78;
      text-align: left;
      position: relative;
      padding: 0 0 10px;
  }
  
  .title-borber-white {
      border-top: 12px solid white;
      text-align: left;
      position: relative;
      padding: 0 0 10px;
      width: 190px;
  }
  
  .width-250 {
      width: 250px !important;
  }
  
  .width-189 {
      width: 189px;
  }
  
  .width-170 {
      width: 170px;
  }
  
  .custom-email-container {
      border-radius: 50px;
      overflow: hidden;
      padding: 0px;
  }
  
  .custom-email-input {
      height: calc(3.5em + .75rem + 2px);
      line-height: 3.5;
  }
  
  .custom-email-btn {
      border-radius: 50px !important;
      margin-left: -50px;
      z-index: 1000;
      background-color: #175f78;
  }
  
  .section-offline-Mode {
      background-color: #0e353a;
      font-family: MontserratAlternates-bold;
  }
  
  .section-offline-Input-1 {
      font-family: MontserratAlternates-BoldItalic;
      color: white;
      font-size: 2.50rem;
      line-height: 40px !important;
  }
  
  .section-offline-Input-2 {
      font-family: SEGOEUI;
      /*font-family:SEGOEUIB;*/
      font-weight: bolder;
      line-height: 20px !important;
      font-size: 1.40rem;
  }
  
  .m2a {
      font-family: SEGOEUI;
      color: white;
      font-size: 18px;
  }
  
  .all-in-one {
      background-color: #ebebeb;
  }
  
  .it-work {
      background-color: #0e353a;
  }
  
  .step {
      background-color: #175f78;
  }
  
  .section-step {
      border-radius: 50%;
      background-color: #175f78;
      width: 100px;
      padding: 0!important;
      display: block;
      line-height: 100px;
      margin: auto;
  }
  
  .img {
      width: 120px;
  }
  
  body {
      margin: 0;
      padding: 0;
  }
  
  canvas {
      width: 100%;
      height: 100vh;
      overflow: hidden;
  }
  
  /*//Pendulum Animation Pure CSS --- Start --*/
  
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  .base {
      width: 500px;
      border-top: 5px solid gray;
      margin: auto;
      text-align: center;
      position: relative;
      padding: 0 0 30px;
  }
  
  .holder {
      width: 30px;
      height: 20px;
      background: black;
      margin: auto;
      border-radius: 0 0 50% 50%;
  }
  
  .pri-sm{
      font-size: 1rem;
  }
  
  .thread {
      display: inline-block;
      width: 2px;
      height: 200px;
      background: black;
      border-radius: 5px;
      position: relative;
      transform-origin: 50% 0;
      animation: moveIt 2.5s ease-in-out infinite;
  }
  
  .thread:after {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: red;
      border: 2px solid white;
      top: -4.5px;
      left: -3.5px;
  }
  
  .knob {
      width: 10px;
      height: 10px;
      position: absolute;
      top: -18px;
      left: -4.5px;
      border: 2px solid rgba(255, 255, 255, .5);
      border-radius: 50%;
      border-bottom: 2px solid transparent;
  }
  
  .pendulum {
      width: 160px;
      background: -moz-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
      background: -webkit-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
      background: -o-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
      background: -ms-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
      background: radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
      border-radius: 10%;
      position: absolute;
      bottom: -37px;
      left: -77px;
      font-size: 20px;
      padding: 10px 20px;
  }
  
  .shadow {
      width: 30px;
      height: 15px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      margin: 50px auto 0;
      animation: moveShade 1.25s ease-in-out alternate infinite;
  }
  
  @keyframes moveIt {
      0%, 100% {
          transform: rotate(45deg);
      }
      50% {
          transform: rotate(-45deg);
      }
  }
  
  @keyframes moveShade {
      0% {
          transform: translateX(-220px) scale(1.4, .5);
          filter: blur(20px);
      }
      50% {
          filter: blur(3px);
      }
      100% {
          transform: translateX(220px) scale(1.4, .5);
          filter: blur(20px);
      }
  }
  
  /*//Pendulum Animation Pure CSS --- Ends--*/
  
  .stretch-card>.card {
      width: 100%;
      min-width: 100%;
  }
  
  body {
      background-color: #f9f9fa;
  }
  
  .flex {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  }
  
  
  .padding {
      padding: 3rem;
  }
  
  .owl-carousel .item {
      margin: 3px;
  }
  
  .owl-carousel .item img {
      display: block;
      width: 100%;
      height: auto;
  }
  
  .owl-carousel .item {
      margin: 3px;
  }
  
  .owl-carousel {
      margin-bottom: 15px;
  }
  
  .section12 {
      background-color: #0e353a;
  }
  
  .hr1 {
      width: 130px;
      height: 10px;
      background-color: #f8ce78;
  }
  
  .easy-to-use {
      /* background-image: url('../images/apple-computer-desk-devices-326501 - Copy.jpg'); */
      /*background-color: black;*/
      background-repeat: no-repeat;
      background-position: right;
  }
  
  .odd-step{
      /* background-color: #f6f6f6; */
      background-color: white;
  }
  .section-step.text-white{
      color: white !important;
  }
  .dark-step{
      color: black;
  }
  .step .dark, p.white-text{
      color: white !important;
      font-weight: bolder !important;      
      font-size: 0.99em !important;
  }
  p.dark, p.white-text{
      font-weight: bolder !important;      
      font-size: 0.99em !important;
      text-align: justify;
  }
  
  .step a{
      color: white !important;
      text-decoration: underline;
  }
  .odd-step a{
      color: black !important;
      text-decoration: underline;
  }
  
  /*font-weight: bolder !important;
  }*/
  
  .big {
      font-size: 1.3em !important;
  }
  
  .svg {
      width: 60px !important;
      height: 60px !important;
      border-radius: 50% !important;
      margin: auto;
  }
  
  .bigB {
      font-weight: bold !important;
      /* font-size:10rem !important; */
  }
  
  .f-sizeA {
      font-size: 1.1rem !important;
  }
  
  .f-sizeZ {
      font-size: 4rem !important;
  }
  
  .f-sizeS {
      font-size: 1.12rem !important;
  }
  
  .f-sizeD {
      font-size: 1.6rem !important;
  }
  
  .f-sizeZe {
      font-size: 4vw !important;
  }
  
  .f-sizeB {
      font-size: 1.8rem !important;
  }
  
  .dee {
      background-image: url("n.png");
      /* The image used */
      background-color: #cccccc;
      /* Used if the image is unavailable */
      /*height: 600px;  You must set a specified height */
      background-position: center;
      /* Center the image */
      background-repeat: no-repeat;
      /* Do not repeat the image */
      background-size: cover;
      /* Resize the background image to cover the entire container */
  }
  
  .dee .col-md-12 {
      padding-left: 300px;
  }
  
  .kee .col-6-1 {
      padding-left: 300px;
      padding-top: 100px;
      padding-bottom: 200px;
  }
  
  .kee {
      border-top: 10px solid black;
      border-bottom: 10px solid black;
  }
  
  .add ul {
      list-style: none;
      display: inline-block;
      margin-top: 30px;
  }
  
  .add li {
      padding: 5px;
  }
  
  .add .head {
      font-size: 1.2rem;
      font-weight: bold;
  }
  
  .footer {
      margin-top: 0px;
      width: 100% !important;
      background-image: url("footer.png");
      /* The image used */
      background-color: #cccccc;
      /* Used if the image is unavailable */
      background-position: center;
      /* Center the image */
  }
  
  .footer ul {
      display: inline-block;
      list-style: none;
  }
  
  .footer li {
      margin-bottom: 2px;
  }
  
  .footer-list {
      margin: 0 auto !important;
      display: inline-grid;
  }
  
  .footer img {
      margin-bottom: 10px;
  }
  
  .footer .head i {
      margin-right: 5px;
  }
  
  .wide-margin {
      padding-left: 300px;
      padding-top: 100px;
  }
  
  .wide-margin2 {
      padding-left: 200px;
      padding-bottom: 40px;
  }
  
  .bend {
      border-left: 10px solid black/*007eb0*/
          ;
      transform: skewX(-18deg);
      left: -150px;
      padding: 45px 0 30px 150px;
      background: white;
  }
  
  .white-src:focus {
      box-shadow: none !important;
  }
  
  .angleText {
      transform: skewX(18deg);
  }
  
  .bordered {
      border-bottom: 10px solid black/*007eb0*/
  }
  
  .bordered-t {
      border-top: 10px solid black/*007eb0*/
  }
  
  .comment {
      height: 200px;
  }
  
  .carousel-indicators li {
      width: 10px !important;
      height: 10px !important;
      border-radius: 50% !important;
  }
  
  .short {
      height: 500px;
      overflow: hidden;
  }
  
  .padded {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
  }
  
  .padded-sm {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }
  
  .cubes {
      width: 100%;
      background-image: url("background7.png");
      /* The image used */
      background-color: #ffffff;
      /* Used if the image is unavailable */
      background-position: bottom center;
      /* Center the image */
      background-repeat: no-repeat;
      /* Do not repeat the image */
      background-size: auto 20rem;
      padding-bottom: 250px !important;
  }
  .page-footer.same{
      background-color: #175f78!important;
  }
  
  .mt-100 {
      margin-top: 600px;
  }
  
  .pt-6 {
      padding-top: 6.5rem !important;
  }
  
  .input-group .input-group-text {
      background: #175f78;
  }
  
  .input-group {
      border-collapse: separate;
  }
  
  .input-group-lg {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
  }
  
  .header p {
      padding: 10px 0px;
      margin: 0px 220px;
  }
  
  .cut {
      /*background-image: url("../images/background202.png");*/
      /* The image used */
      background-color: #fff;
      /* Used if the image is unavailable */
      background-repeat: no-repeat;
  }
  
  .cut2, .cut4, .cut6 {
      /*background-image: url("../images/background203.png");*/
      /* The image used */
      background-color: #fff;
      /* Used if the image is unavailable */
      background-position: right;
      /* Center the image */
      background-repeat: no-repeat;
  }
  
  .cut3, .cut5 {
      /*background-image: url("../images/check42.png");*/
      /* The image used */
      background-color: #fff;
      /* Used if the image is unavailable */
      background-position: left;
      /* Center the image */
      background-repeat: no-repeat;
  }
  
  
  .box {
      border: 1px solid #bbbbbb !important;
      border-radius: 5px;
      background: #2E2E2E !important;
      padding: 5px;
      padding-left: 10px;
      height: 100% !important;
      margin: 0px 3px;
  }
  .box .box-head{
      color: #36d3e6 !important;
      /*text-decoration: underline gold;*/
      font-weight: bolder;
      font-style: italic;
      font-size: 1.5rem;
  }
  
  .txtGrey {
      color: #656668;
      font-family: Roboto,sans-serif !important;
  }
  
  .bg-ash {
      background: #f3f3f3;
  }
  
  .pl-6 {
      padding-left: 60px;
  }
  
  .pl-7 {
      padding-left: 70px;
  }
  
  .pl-8 {
      padding-left: 80px;
  }
  
  .pr-md-6 {
      padding-right: 80px !important;
  }
  
  .pl-md-6 {
      padding-left: 80px !important;
  }
  
  .pricing .card, .pricing .card .card-header, .pricing .card .card-footer {
      border-radius: 10px !important;
  }
  
  .pricing .card .card-header {
      border-bottom-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
  }
  
  .pricing .card .card-footer {
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
      background: white !important;
  }
  
  .pricing .card .card-footer ul, .pricing .card .card-footer ol {
      list-style: none;
      font-weight: bold;
      padding-left: 0px !important;
  }
  
  .pricing .card .card-footer li {
      margin-bottom: 10px !important;
  }
  
  .pricing .card .card-footer ol li {
      color: #656668;
      padding: 5px !important;
      background: #fafafa;
  }
  
  .pricing .btn {
      font-size: .8rem;
  }
  
  .circled {
      border: 1px solid #bbb !important;
      padding: 2px !important;
      border-radius: 50% !important;
      margin-right: 2px !important;
  }
  
  .half-slide {
      background-color: #F6F6F6;
  }
  
  .half-slide h1 {
      color: #000;
  }
  
  .half-slide p {
      color: #666;
  }
  
  .rounded-set {
      width: 80%;
      /*height*/
  }
  
  .adzee {
      background-color: #f6f6f6
  }
  
  .btn-purple, .bg-purple {
      background: #9c27b0;
      color: #fff;
  }
  
  .form-cover {
      border: 1px solid #0002;
  }
  
  .form-cover .form-group input, .form-cover input {
      border: 0px !important;
      padding: 0px !important;
      box-shadow: none !important;
  }
  
  .form-cover .form-group label {
      margin: 0px !important;
  }
  
  .align-center {
      padding-top: 20px !important;
  }
  
  .bordered-b {
      border-bottom: 1px solid #ededed;
  }
  
  .body3 {
      margin-top: 200px !important;
  }
  
  .dotted-right {
      border-left: 3px dotted #0002;
      padding-left: 30px !important;
  }
  
  .ontop:hover {
      background-color: grey;
      opacity: 0.6;
  }
  
  .moved {
      position: relative;
      bottom: 120px;
      left: 200px;
  }
  
  .sign-up a {
      color: orange;
      text-decoration: underline;
  }
  
  .form-cover2 .form-group .my-colorpicker1 {
      border: 1px solid black/*0002*/
          !important;
      /*background: red;*/
      width: 20px;
      height: 20px;
  }
  
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, .wrap-input100 input:-webkit-autofill, .wrap-input100 input:-webkit-autofill:hover, .wrap-input100 input:-webkit-autofill:focus, .wrap-input100 input:-webkit-autofill:active {
      transition: background-color 5000s ease-in-out 0s !important;
      color: white !important;
      -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
      -webkit-transition-delay: 9999s;
      transition-delay: 9999s;
  }
  
  
  .bb-1 .line:not(:first-child) {
      border-top: 1px solid #ededed;
      padding-bottom: 10px;
      padding-top: 10px;
  }
  
  .body, .body2 {
      border-top: 6px solid black;
      margin-top: 96px;
  }
  
  .body2 {
      border-top: 0px;
  }
  
  .header-bg {
      background-color: #2E2E2E !important;
  }
  
  .bg-grey {
      background-color: #f6f6f6 !important;
  }
  
  .feature-side-left, .feature-side-right {
      background-color: #175f78;
      color: #fff;
  }
  .text-blend{
      color: #175f78 !important;
  }
  .bg-blend{
      background-color: #175f78 !important;
  }
  .card.shadow-blend, .shadow-blend{
      border: 2px solid  #175f78 !important;;
  }
  .feature-side-left {
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
  }
  
  .feature-side-right {
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px;
  }
  
  .middle-align {
      vertical-align: middle;
  }
  
  .box {
      border: 1px solid #DFD0AF !important;
  }
  
  .card {
      border: 2px solid #50D2F2!important;
  }
  
  body{
      /*width: 100vh !important;*/
      margin: 0 !important;
      overflow-x: hidden !important;
  }
  p.dark{
      color: #000201 !important;
      font-size: .9rem;
      /*line*/
      /*font-style: italic;*/
      /*font-family: Roboto,sans-serif !important;*/
  }
  
  /*label i.info{
      display: inline !important;
      text-transform: none !important;
      color: red !important;
  }*/
  
  
  @media (max-width:991.98px) {
      .padding {
          padding: 1.5rem;
      }
  }
  
  @media (max-width:769.98px) {
      .padding {
          padding: 1rem;
      }
      .rgba-black-strong-darker,
      .rgba-black-strong-darker:after {
          background-color: rgba(0, 0, 0, 0.5); 
      }
      .rgba-black-strong-darker p.dark{
          color: white !important;
      }
  }
  
  @media(min-width: 960px) {
      .title .container {
          width: 1200px;
          margin-left: 250px;
      }
      .title p {
          font-size: 1.3rem;
      }
      .ml-50 {
          margin-left: 120px;
      }
      body{
          /*width: 100vh !important;*/
          margin: 0 !important;
          overflow-x: hidden !important;
      }
  }
  
  @media (max-width: 960px) {
      .body {
          border-top: 0px;
          margin-top: 180px;
          /*padding-left:px;*/
      }
      .body2 {
          border-top: 0px;
          margin-top: 80px;
      }
      .body .img1 {
          padding-left: 30px;
          padding-bottom: 20px;
      }
      .wide-margin {
          padding-left: 0px;
          margin: 0px;
          padding-top: 100px;
      }
      .dee {
          /*height: 900px;*/
          background: url("foter.png");
          /* The image used */
          background-color: #01243a;
      }
      .wide-margin, .wide-margin2 {
          margin-bottom: 0px !important;
          padding-bottom: 0px !important;
          padding-left: 0px !important;
      }
      .text-small p {
          text-align: center !important;
      }
      .add ul {
          list-style: none;
          display: block;
          margin-top: 30px;
          padding-left: 0;
      }
      .last .head li, .last .head i {
          display: inline !important;
      }
      .padded {
          padding-top: 50px !important;
          padding-bottom: 50px !important;
      }
      .cubes {
          background-size: auto 12rem;
          padding-bottom: 150px !important;
      }
      .bend {
          border-left: 0px;
          transform: none;
          background: white;
          padding-left: 20px;
          left: 0px;
      }
      .footer .col-md-3, .foot .col-12 {
          padding-right: 0px !important;
      }
      .footer, .footer .last {
          text-align: center !important;
      }
      .footer ul {
          padding: 0px !important;
      }
      .bend, .angleText {
          transform: none;
      }
      .mt-100 {
          margin-top: 600px;
      }
      .header p {
          padding: 10px 0px;
          margin: 0px 10px;
      }
      .pl-6 {
          padding-left: 0px;
      }
      .pl-7 {
          padding-left: 0px;
      }
      .box {
          border: 1px solid #bbbbbb !important;
          border-radius: 5px;
          padding: 5px;
          padding-left: 10px;
          height: 100% !important;
          margin: 0px !important;
      }
      .pr-6 {
          padding-right: 0px !important;
      }
      .cut, .cut2, .cut4, .cut6, .cut3, .cut5, .cut4 {
          background-image: none/* The image used */
      }
      .dotted-right {
          border-left: 0px dotted #0002;
          padding-left: 30px !important;
      }
      .pr-md-6, .px-md-6 {
          padding-right: 0.8rem !important;
      }
      .pl-md-6, .py-md-6 {
          padding-left: 1rem !important;
      }
      .footer .col-md-3 {
          padding: 0px !important;
      }
  }
  
  @media screen and (orientation: portrait){
      .intro {
          height: 60vh;
      }
  }

.alert-danger, .alert-error {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}