/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=swap"); */

:root {
  --white: #fff;
  --off-white: #f7f7f7;
  --off-black: #131313;

  --sky-blue: #0456B4;
  --medium-blue: #0569af;
  --dark-blue: #043b7a;

  --light-grey: #bfbfbf;
  --medium-grey: #666;
  --dark-grey: #878b92;
}

* {
  box-sizing: border-box;
    /* Calculation */
    --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.5rem;
}

p {
  color: var(--medium-grey);
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3rem;
}

a {
  text-decoration: none;
}
.tspacer {
  height:70px;
  width:100%;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.is-full {
  width: 100%;
}

.is-half {
  width: 50%;
}

.is-one-third {
  width: 33.3333%;
}

.column {
  padding: 0.75rem;
}

.v-h-center {
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-block;
  color: var(--sky-blue);
  background-color: transparent;
  font-weight: 500;
  border: 2px solid var(--sky-blue);
  border-radius: 5px;
  padding: 0.75rem;
  transition: 0.25s;
  cursor: pointer;
}

.btn:hover {
  color: var(--white);
  background-color: var(--sky-blue);
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background-color: var(--sky-blue);
}

.btn-primary:hover {
  color: var(--sky-blue);
  background-color: transparent;
}
.arrowbtn {
  display: flex;
  /* color: var(--sky-blue); */
  /* background-color: transparent; */
  font-weight: 500;
  border: 2px solid var(--sky-blue);
  border-radius: 5px;
  /* padding: 0.75rem; */
  transition: 0.25s;
  cursor: pointer;
  align-items: center;
}

.arrowbtn:hover {
  color: var(--white);
  background-color: var(--sky-blue);
  cursor: pointer;
}

.arrowbtn-primary {
  color: var(--white);
  background-color: var(--sky-blue);
}

.arrowbtn-primary:hover {
  color: var(--sky-blue);
  background-color: transparent;
}
.arrowbtn span{
  padding: 8px;
}
.arrowbtn span.icon-left-arrow {
  /* width: 20px;
  height: 20px; */
  padding: 20px;
  mask: url(/assets/images/cart/arrow-left.svg) no-repeat 55% 50%;
  background-color: #fff;
  /* transform: scale(0.75); */
}
.arrowbtn span.icon-right-arrow {
  /* width: 20px;
  height: 20px; */
  padding: 20px;
  mask: url(/assets/images/cart/arrow-right.svg) no-repeat 55% 50%;
  background-color: #fff;
  /* transform: scale(0.75); */
}
.tx,
.txbtn {
    font-weight: 600
}
.tx {
    opacity: .9;
    letter-spacing: 1px
}
.txbtn {
    background-color: var(--sky-blue);
    color: var(--white);
    border: 2px solid var(--sky-blue);
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.75rem;
    transition: 0.25s;
}
.txbtn:hover{
    color: var(--sky-blue);
    background-color: transparent;
    cursor: pointer;
}
@media (max-width:450px) {
    .txbtn {
        padding: 8px 10px
    }
}

.a-btn-text-l{
  border-left: 1px solid #1e4d76; /* set your color here */
  /* height: 50px; */
  display: flex;
  align-items: center;
}
.a-btn-text-r{
  border-right: 1px solid #1e4d76; /* set your color here */
  /* height: 50px; */
  display: flex;
  align-items: center;
}
.arrowbtn-primary:hover span.icon-left-arrow, .arrowbtn-primary:hover span.icon-right-arrow{
  background-color: var(--sky-blue);;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  max-width: 1320px;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-grey {
  background-color: var(--off-white);
}


/* Hero */

.hero {
  background-image: linear-gradient(
      to bottom,
      rgb(5 6 2 / 30%),
      rgb(0 0 0 / 70%)
    ),
    url(../assets/images/website/gps-trackers.webp);
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 0;
}

.hero .row {
  height: 500px;
  align-items: center;
}

.hero-text {
  padding: 2rem;
  padding-left: 5rem;
  width: 100%;
  overflow: hidden;
}

.hero-text h1 {
  margin-bottom: 2rem;
    /* Set max and min font sizes */
    --max-font: 50;
    --min-font: 30;
    font-family: var(--main-font);
    font-size: var(--responsive);
}

.hero p {
  color: var(--off-white);
}

.dark .btn {
  color: var(--off-white);
  border-color: var(--off-white);
  margin-top: 1rem;
}

.dark .btn:hover {
  background: var(--sky-blue);
  border-color: transparent;
}

.ml11 {
  font-weight: 700;
  font-size: 3.5em;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 75%;
  width: 3px;
  background-color: var(--white);
  transform-origin: 0 50%;
}

.ml11 .line1 {
  top: 10px;
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}
/* Features */

.section-title {
  margin-bottom: 3rem;
  font-size: 2.125rem;
  font-weight: 400;
  text-align: center;
}

.card {
  /*flex-grow: 1;*/
  margin: 20px;
  background-color: var(--white);
  padding: 2rem;
  border: 1px solid #eee;
  border-bottom: 5px solid var(--medium-blue);
  border-radius: 5px;
}

.features .card {
  width: calc(33.33% - 40px);
  padding: 0;
}

.card-img {
  height: 200px;
  margin-bottom: 1rem;
  overflow-y: hidden;
}

.card-img img {
  width: 100%;
  height: auto;
}

.card .title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--dark-blue);
}

.card .card-text {
  padding: 0.5rem 1rem 1rem;
}

/* Product Display */

.product-display {
  background-color: var(--dark-blue);
}

.product1 {
  padding-right: 2rem;
}

.product2 {
  padding-left: 2rem;
}

.product-display p {
  color: var(--light-grey);
}

.product-display .title {
  font-size: 3rem;
  font-weight: 600;
  color: var(--sky-blue);
  margin-bottom: 0.5rem;
}

.product-display .subtitle {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--off-white);
}

.product-display .price {
  margin: 1.5rem 0 1rem;
  font-size: 2.25rem;
  color: var(--off-white);
}

.product-display .price-note {
  margin: 0.5rem 0 1rem;
}

.product-display .btn-primary {
  margin: 1rem 0;
}
.product-display .subtitle {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--off-white);
}

/* CTA */

.cta {
  text-align: center;
}

.cta .title {
  font-size: 2rem;
  color: var(--white);
}

.cta .subtitle {
  font-size: 1.125rem;
  color: var(--white);
  margin: 2rem 0;
}

.cta-dark .btn {
  background-color: var(--sky-blue);
  color: var(--white);
  margin: 1rem 0;
}

.cta-dark .btn:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.cta-1 {
  background: linear-gradient(to bottom, rgb(5 6 2 / 40%), rgb(0 0 0 / 80%)),
    url(/assets/images/website/fleet-tracking.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

/* Text block 1 */

.title-style-1,
.title-style-2 {
  font-size: 3rem;
  margin-bottom: 1.4rem;
}

.title-style-1 {
  font-weight: 500;
}

.title-style-2 {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .title-style-1,
  .title-style-2 {
    font-size: 2rem;
  }
}

.call-us .material-icons {
  font-size: 1rem;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.call-us a {
  font-size: 1.125rem;
  font-weight: 500;
}

/* text block 2 */

/*.textblock-2 .section-title {
	margin-bottom: 1rem;
}*/

.textblock-2 .call-us {
  margin-top: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.img-rounded {
  border-radius: 10px;
}

/* Benefits */

.benefits .card {
  width: calc(50% - 40px);
  background-color: #fafafa;
}

.benefits .material-icons {
  font-size: 3rem;
  color: var(--medium-blue);
}

.benefits .title {
  position: relative;
  margin-top: 1rem;
}

/* Client Testimonials */

.testimonials {
  background-color: var(--white);
}

.testimonials .quote {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.75rem;
  text-align: justify;
  margin-bottom: 1.75rem;
}

.testimonials .meta-wrap {
  align-items: center;
  gap: 12px;
}

.testimonials .meta .name {
  color: #333333;
  margin-bottom: 0.25rem;
}

.testimonials .meta .description {
  font-size: 0.875rem;
  color: #828282;
  margin-bottom: 0.1rem;
}

.testimonials .meta .description span {
  display: block;
}

.tns-nav {
  text-align: center;
  margin: 50px 10px auto;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--light-grey);
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: var(--sky-blue);
}

/* Home - Contact form */

section.contact {
  background-color: var(--medium-blue);
  color: var(--white);
}

.contact .section-title {
  margin-bottom: 1rem;
}

.contact .subtitle {
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
}

/* Contact form */

.form-field {
  display: block;
  margin-bottom: 1rem;
}

.form-field label,
.form-field input,
.form-field,
.form-field select,
.form-field textarea {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.form-field label {
  margin-bottom: 0.75rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.75rem 0.5rem;
}

.form-submit {
  display: block;
  text-align: center;
}

.form-submit button {
  cursor: pointer;
}


/* Modal */

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /*padding: 2rem;
  width: 24rem;*/
  width: 60rem;
  border-radius: 0.5rem;
}

.modal .form-field label,
.modal .form-field input {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .modal-content {
    width: 48rem;
  }
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 24rem;
  }

  .xs-hidden {
    display: none;
  }
}

.modal-content .bg-img {
  background: url("../images/website/vehicle-tracker.webp") center;
  height: 100%;
}

.modal-form {
  align-items: center;
  justify-content: space-around;
  padding: 1.5rem;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  transition: transform 0.25s 0s;
  /*border-radius: 0.25rem;
  background-color: lightgray;*/
}

.close-button:hover {
  opacity: 1;
  transform: scale(1.25);
  transition: transform 0.25s 0s;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.lead-gen-modal .form-wrap {
  margin-top: 2rem;
  width: 80%;
}

.lead-gen-modal .form-field-last {
  margin-bottom: 2rem;
}

/* Tablet view styles */

@media screen and (max-width: 768px) {
  .is-half,
  .is-one-third {
    width: 100%;
  }

  .order-sm-1 {
    order: -1;
  }

  .tagline-2 {
    font-size: 4rem;
  }
}

/* Mobile view styles */

@media screen and (max-width: 960px) {
  /* section:not(:first-of-type) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  } */
  section:nth-child(n+5) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .container {
    max-width: 540px;
    padding: 1.5rem;
  }

  .hero-text {
    padding: 1.5rem;
  }

  .tagline-1 {
    font-size: 3rem;
  }

  .is-half,
  .is-one-third,
  .is-one-third.card {
    width: 100%;
  }

  .hero-text h1 {
    margin-bottom: 3rem;
  }

  .pad {
    padding: 2rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .form-field {
    margin-bottom: 1rem;
  }
}

/* About Us */

/* em,
strong,
.emphasized {
  color: var(--medium-blue);
}

strong {
  color: white;
} */

.page-title {
  padding: 50px 0;
  background-position: top center;
  background-size: cover;
}

#page-about {
  background-image: linear-gradient(
      to bottom,
      rgb(5 6 2 / 40%),
      rgb(0 0 0 / 80%)
    ),
    url("../assets/images/title-about-us.jpg");
  background-position: center;
}

.page-title h1 {
  padding: 0 0.75rem;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--off-white);
}

/* Contact Us */

#page-contact {
  background-image: linear-gradient(
      to bottom,
      rgb(5 6 2 / 40%),
      rgb(0 0 0 / 80%)
    ),
    url("/assets/images/website/title-contact-us.webp");
  background-position: center;
}

.contact .sub-title {
  margin-bottom: 1rem;
}

.wrap:nth-of-type(1) {
  margin-bottom: 3rem;
}

.sub-title.form-sub-title {
  margin-bottom: 3rem;
}

/* Chatbox */

.chatbutton a {
  /*width: 150px;*/
  height: 50px;
  border-radius: 30px;
}

.chatbutton {
  display: block;
  position: fixed;
  bottom: 35px;
  right: 10px;
}

.chatBoxWrapper {
  display: none;
  max-width: 550px;
  width: 95%;
  text-align: left;
  position: relative;
  right: 0px;
  /*bottom: 10px;*/
  width: 100%;
  height: 405px;
  box-shadow: 5px 5px 10px #a1a1a1;
}

.chatBoxWrapper #output {
  position: absolute;
  top: 42px;
  /*left:2px;*/
  height: 325px;
  width: 100%;
  border: 0px;
  outline: 1px solid #aaaaaa;
  /*border-radius:5px;*/
  font-size: 0.875rem;
  padding: 8px;
}

.chatBoxWrapper #input {
  position: absolute;
  top: 370px;
  left: 0px;
  height: 35px;
  width: 80%;
  border: 0px;
  outline: 1px solid #aaaaaa;
  /*border-radius:5px;*/
  font-size: 0.875rem;
}

.chatBoxWrapper #SendTo {
  position: absolute;
  top: 370px;
  right: 0px;
  height: 34px;
  width: 19%;
  font-size: 0.875rem;
}

.Header {
  position: absolute;
  top: -13px;
  left: 0px;
  height: 55px;
  width: inherit;
  background: #1a1a1a;
  /*background: #dc0d05;
   background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
   background: linear-gradient(to right, #dc0d05, #ff3c14);*/
  border-radius: 5px 5px 0px 0px;
  font-size: 20px;
  color: #dbdbdb;
}

button.HelpExitButton {
  color: var(--white);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: var(--white);
  outline: none;
}

button.HelpExitButton:focus {
  box-shadow: 0 0 0 1pt black;
}

.front {
  z-index: 500;
}

.a-btn-text {
  font-size: 22px;
  line-height: 22px;
  margin-left: calc(50% - 35px);
}

.a-btn img {
  position: relative;
  top: -45px;
  margin-left: -8px;
  text-align: left;
  float: left;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 1px inset ghostwhite;
}

i.material-icons {
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 12px;
  color: var(--slider-background);
  transform: rotate(0deg);
  transition-duration: 250ms;
}

i.material-icons.infocus {
  transform: rotate(-180deg);
  transition-duration: 250ms;
}

.material-icons.md-12 {
  font-size: 27px;
  top: 0px;
  left: 0px;
  color: var(--white);
}

.chat-btn {
  background: var(--sky-blue);
  border: 2px solid #333333;
  padding: 0px 80px 0px 10px;
  height: 30px;
  display: block;
  position: relative;
  float: left;
  margin: 10px;
  overflow: hidden;
}

.chat-btn-text {
  padding-top: 2px;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  color: var(--white);
  /* text-shadow: 0 1px 0 #fedd9b; */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.chat-btn:hover {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.chat-btn:hover .chat-btn-text {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: var(--sky-blue);
  cursor: default;
}
@media screen and (max-width: 768px) {
  .chatbutton {
    display: none;
  }
}
.floating-form {
  width:320px;
}

/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}
.floating-input , .floating-select {
  font-size:14px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #757575;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #5264AE; 
}

/* label {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:5px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
} */

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-18px;
  font-size:14px;
  color:#5264AE;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-18px;
  font-size:14px;
  color:#5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

/****  floating-Lable style end ****/