@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Leelawadee-Bold";
  src: url(../fonts/Leelawadee-Bold.ttf);
}
@font-face {
  font-family: "LeelawUI";
  src: url(../fonts/LeelawUI.ttf);
}

dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
title {
  text-transform: capitalize;
}
html {
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
body {
  font-family: "Lato-Regular";
  line-height: unset;
}
.container {
  max-width: 1200px;
}
header {
  padding: 10px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
header .container {
  max-width: 1000px;
}
.banner {
  /*  background: linear-gradient(90deg, rgba(254,255,255,1) 0%, rgba(248,250,254,1) 47%, rgba(147,214,242,1) 100%);
    min-height: 700px;
    height:100vh;*/
  position: relative;
}
header .logo {
  max-width: 215px;
}
.nav ul {
  display: flex;
}
.nav ul li {
  margin-left: 35px;
}
.nav ul li a {
  color: #000;
  font-family: "LeelawUI";
  font-size: 21px;
}
.banner-content {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 600px;
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.banner-content:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  background: rgb(28 24 24 / 37%);
  z-index: 0;
}
.banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-shadow: 1px 1px #333;
  font-family: "Lato-Black";
  font-weight: 900;
  max-width: 500px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.banner-content a {
  color: #fff;
  font-size: 21px;
  background: #1b8cee;
  padding: 10px;
  border-radius: 5px;
  font-family: "Lato-Regular";
  position: relative;
  z-index: 9;
}
.trust {
  padding: 35px 0;
  background: #f0f0f0;
  text-align: center;
}
.trust h3 {
  font-size: 25px;
  color: #000;
  font-family: "Lato-Black";
  margin-bottom: 50px;
}
.trust-info {
  max-width: 1000px;
  margin: auto;
}
.trust-info .company img {
  max-width: 200px;
}
.complete-solution {
  padding: 50px 0;
}
.complete-solution h2 {
  font-size: 50px;
  line-height: 70px;
  color: #000;
  font-family: "Lato-Black";
  font-weight: 900;
}
.about-image {
  padding: 50px;
}
.complete-solution p {
  font-size: 21px;
  color: #000;
}
.complete-solution .solution {
  margin-top: 25px;
  text-align: center;
}
.complete-solution .solution img {
  max-width: 100%;
}
.complete-solution .solution-block h3 {
  font-size: 23px;
  color: #000;
  font-family: "Lato-Black";
  font-weight: 900;
  text-align: center;
  padding: 15px 0;
}
.complete-solution .solution-block p {
  font-size: 19px;
  line-height: 30px;
  color: #000;
  max-width: 350px;
  margin: auto;
}
.complete-solution .solution-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.complete-solution .solution-block a img {
  max-width: 25px;
  margin-right: 5px;
}
.complete-solution .solution-block a {
  font-size: 19px;
  color: #000;
  font-family: "Lato-Black";
}
.complete-solution .solution-block {
  margin: 25px;
}
.demo {
  background: #00a1e4;
  padding: 75px 50px;
  position: relative;
}
.demo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2299cb;
  clip-path: polygon(0 100%, 60% 0, 100% 0, 100% 100%);
  width: 500px;
}
.demo h2 {
  font-size: 27px;
  line-height: 41px;
  color: #fff;
  padding-right: 50px;
}
.demo a {
  background: #fff;
  border-radius: 50px;
  padding: 15px 50px;
  font-size: 21px;
  color: #00a1e4;
  font-family: "Lato-Bold";
  box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px,
    rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  position: relative;
  z-index: 9;
}
footer {
  background: #000;
  padding: 75px 0;
  margin-top: 75px;
}
footer h2 {
  color: #fff;
  font-size: 25px;
  font-family: "Lato-Bold";
  margin-bottom: 15px;
}
footer .f-logo img {
  max-width: 275px;
}
footer p {
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  font-size: 17px;
  line-height: 27px;
  color: #f7f7f7;
}
.f-pt {
  color: #cde7ff;
  max-width: 250px;
  font-family: "Lato-Light";
  font-size: 17px;
  line-height: 23px;
}
.top-footer {
  padding: 50px 0;
  border-bottom: 1px solid #616161;
}
.footer-bottom {
  color: #fff;
  padding-top: 25px;
  font-size: 17px;
}
.inner-banner {
  min-height: unset;
}
.inner-banner.banner-content:before {
  display: none !important;
}
.inner-banner .image img {
  max-width: 500px;
}
.inner-banner .banner-content {
  height: unset;
  height: 400px;
  min-height: 50vh;
  background-size: cover !important;
  background-position: center !important;
}
.inner-banner h1 {
  font-size: 45px;
  line-height: 55px;
}
.inner-banner .banner-content p {
  margin: 0;
  max-width: 450px;
}
.why-us {
  padding: 75px 0 0 0;
}
.why-us p {
  font-family: "Lato-Regular";
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.marble {
  padding: 75px 0 0 0;
}
.marble p {
  font-family: "Lato-Regular";
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.why-block h3 {
  font-size: 35px;
  line-height: 50px;
  color: #000;
  font-family: "Lato-Black";
  font-weight: 900;
}
.why-block p {
  font-size: 19px;
  line-height: 31px;
  color: #000;
  margin: 30px 0;
  font-family: "Lato-Regular";
  max-width: 500px;
  text-align: justify;
}

.benefits {
  margin: 100px 0 0 0;
  position: relative;
}
/*.benefits:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../img/Sighttosite-pattern.png);
    background-size: contain !important;
    background-position:left !important;
    background-repeat: no-repeat !important;
    height: 400px;
    width: 50%;
}*/
.benefits h2 {
  font-size: 35px;
  color: #2a8be0;
  font-family: "Lato-Black";
  margin-bottom: 25px;
}
.benefits h3 {
  font-size: 35px;
  line-height: 50px;
  color: #000;
  font-family: "Lato-Black";
  margin-bottom: 50px;
}
.benefits p {
  font-size: 19px;
  line-height: 31px;
  color: #000;
  font-family: "Lato-regular";
  padding-right: 50px;
}
.benefit-relate .img {
  margin-right: 25px;
}
.benefit-relate img {
  max-width: 50px;
}
.benefit-relate h3 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-family: "Lato-Black";
  font-weight: 900;
  margin-bottom: 15px;
}

.benefit-relate .relate {
  margin-bottom: 75px;
}
.services {
  padding: 100px 0;
}

.protect-p {
  font-size: 25px;
  line-height: 37px;
  color: #000;
  font-family: "Lato-Bold";
  text-align: center;
}
.service-block {
  margin-top: 75px;
}
.service-block .block {
  border-radius: 7px;
  box-shadow: -1px 9px 18px 0px rgb(75 81 91 / 10%);
  padding: 25px;
  margin: 7px;
  min-height: 500px;
}

.service-block img {
  max-width: 100px;
}
.service-block h3 {
  font-size: 19px;
  line-height: 30px;
  color: #000;
  font-family: "Lato-Black";
  font-weight: 900;
  margin-top: 25px;
}
.service-block p {
  line-height: 31px;
  font-size: 19px;
  font-family: "Lato-Regular";
  margin: 25px 0;
  min-height: 340px;
}

.service-block a img {
  max-width: 25px;
  margin-right: 5px;
}

.service-block a {
  font-size: 19px;
  color: #000;
  font-family: "Lato-Black";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.service-detail {
  padding: 75px 0;
}
.service-detail h2 {
  font-size: 30px;
  line-height: 50px;
  color: #000;
  font-family: "Lato-Black";
  font-weight: 900;
  margin-bottom: 0;
}
.service-detail p {
  font-size: 19px;
  font-family: "Lato-Regular";
  line-height: 31px;
}
.service-detail h2 {
  font-size: 25px;
  font-family: "Leelawadee-Bold";
  line-height: 33px;
  margin: 25px 0;
}
.service-info .block {
  padding: 35px 15px;
  margin: 15px;
  text-align: center;
  box-shadow: -1px 9px 18px 0px rgb(75 81 91 / 10%);
}
.erp-info .block {
  min-height: 275px;
  margin-bottom: 25px;
}
.email-colabration-info .block {
  min-height: 425px;
  padding: 35px 10px;
  margin: 7px;
}
.service-detail .block img {
  max-width: 75px;
}
.service-detail h4 {
  line-height: 31px;
  font-size: 19px;
  color: #000;
}
.erp-info {
  max-width: 1000px;
  margin: auto;
}
.er-p {
  max-width: 1000px;
  margin: auto;
}
h3.ben-f {
  font-size: 27px;
}

.service-info .block h4 {
  padding: 25px;
}
.d-1 {
  background: #f7f7f7;
}
.d-3 {
  background: #f2f2f2;
}
.contact-footer-info img {
  max-width: 35px;
}
.contact-footer-info p {
  font-size: 16px;
  font-family: "Lato-Regular";
}
.call {
  max-width: 27px !important;
  margin-right: 25px;
}

.banner-list .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(50%);
}
.banner-list .owl-dots .owl-dot.active span {
  background: #00a1e4 !important;
}
.banner-list .owl-dots .owl-dot span {
  background: #666 !important;
}
.banner-list .owl-dots .owl-dot {
  margin-right: 5px;
}
.email-colabration-info h4 {
  max-width: 400px !important;
}
.contact-bg {
  background-size: cover !important;
  background-position: center !important;
  background: url(../img/contact-bg.jpg);
  height: 100%;
  min-height: 350px;
}

.request .form-control {
  border-radius: 0;
  border-color: #666;
  background: transparent;
}
.request label {
  font-size: 12px;
  padding-bottom: 5px;
  color: #777;
}

.request .block {
  margin: 7px;
}

.request {
  position: relative;
  background: #f2f2f2;
  margin: auto;
  max-width: 750px;
}
.request h3 {
  font-size: 27px;
  color: #000;
  font-family: "Lato-Bold";
  margin-bottom: 25px;
  text-align: center;
}
.appointment-btn button {
  background: #fff;
  border-radius: 50px;
  padding: 15px 35px;
  font-size: 19px;
  color: #00a1e4;
  font-family: "Lato-Bold";
  box-shadow: rgb(14 30 37 / 7%) 0px 2px 4px 0px,
    rgb(14 30 37 / 12%) 0px 2px 16px 0px;
  position: relative;
  z-index: 9;
  border: 0;
}
.why-block {
  margin: 25px;
}
.why-block img {
  max-width: 500px;
}
.contact-detail .icon {
  background: #f7f7f7;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
}
.contact-detail .icon img {
  max-width: 60px;
}
.contact-sec {
  padding: 75px 0 25px 0;
}
.contact-detail .list {
  border-right: 1px dashed #ccc;
  padding: 25px;
}
.contact-detail h3 {
  font-size: 21px;
  color: #000;
  font-family: "Lato-Bold";
  margin: 25px 0 15px 0;
  text-align: center;
}
.contact-detail .call-us a,
.contact-detail .list p {
  font-size: 19px;
  line-height: 31px;
  color: #444;
  text-align: center;
}
.contact-detail .list p a {
  color: #444;
}
.border-none {
  border: 0 !important;
}
.hamburger-menu {
  position: fixed;
  top: 35px;
  right: 10px;
  width: 30px;
  height: 50px;
  display: none;
  z-index: 999999;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 5px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 13px;
}

.hamburger-menu span:nth-child(4) {
  top: 22px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 15px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 15px;
  width: 0;
  left: 50%;
}
.service-detail h3 {
  margin: 25px 0 0 0;
  font-size: 25px;
  font-family: "Leelawadee-Bold";
  line-height: 33px;
}
.inner-banner .banner-content:before {
  background: rgb(28 24 24 / 15%);
}
.perim-info .block {
  min-height: 300px;
}
.iot-info {
  max-width: 1000px;
  margin: auto;
}
.iot-info .block {
  min-height: 400px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.contact-footer-info p a {
  color: #fff;
}
.contact-form {
  background: #f7f7f7;
  padding: 75px 0;
  position: relative;
}
.contact-form:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  background: url(../img/cnt-bg.jpg);
  z-index: 0;
  opacity: 0.25;
}

.breadcrumb-item.active a {
  color: #1791c3;
}
.breadcrumb-item a {
  color: #fff;
  font-size: 19px;
  line-height: 31px;
  font-family: "Lato-Bold";
}
.inner-banner {
  position: relative;
}
.inner-banner .breadcrumb-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 9;
}
.inner-banner .breadcrumb {
  max-width: 1100px;
  margin: auto;
}

.hamburger-menu {
  position: fixed;
  top: 35px;
  right: 10px;
  width: 30px;
  height: 50px;
  display: none;
  z-index: 999999;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 5px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 13px;
}

.hamburger-menu span:nth-child(4) {
  top: 22px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 15px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 15px;
  width: 0;
  left: 50%;
}
.product {
  padding: 75px 0 0 0;
}
.product h3 {
  font-size: 25px;
  text-align: center;
  padding: 15px 0;
}
.product .solution-block {
  margin: 15px;
}
.transport-btn {
  margin-bottom: 75px;
}
.transport-btn a {
  font-size: 21px;
  border-radius: 5px;
  background: #2a8be0;
  padding: 10px 50px;
  margin: 15px;
  display: inline-block;
  color: #fff;
}
.whatsup {
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  background-color: #23b17f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.whatsup img {
  max-width: 25px;
}

.whatsup:hover {
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(720deg);
  transform: rotateZ(720deg);
}
.gallery {
  margin-bottom: 50px;
}
.gallery img {
  max-height: 250px;
  margin: 5px;
}

#clients {
  padding: 75px 0;
  margin-bottom: 75px;
  background: #f4f4f4;
}
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}
#clients .client-logo {
  padding: 50px;
  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;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 150px;
}
#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#clients img {
  transition: all 0.4s ease-in-out;
}

#clients h3 {
  font-size: 35px;
  color: #000;
  line-height: 1;
  font-family: "Lato-Black";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  padding: 15px;
  text-align: center;
}
#clients p {
  text-align: center;
  font-size: 21px;
  border-bottom-color: normal;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 50px;
}
