@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;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.top {
  background: #000;
  width: 100%;
  padding: 15px 0px;
  line-height: 0;
  position: relative;
}

.top:after {
  content: "";
  background: url(../images/border.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top ul li {
  display: inline-block;
  margin-right: 15px;
}

.top ul li a {
  font-family: "Chakra Petch", serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.top ul li a svg {
  margin-right: 5px;
}

.top ul li a:hover,
.top ul li a:hover svg {
  color: #00b5ff;
  fill: #00b5ff;
}

.top-call {
  font-family: "Titillium Web", serif;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.top-call:hover {
  color: #00b5ff;
}

.top-call svg {
  margin-right: 5px;
}

header {
  background: #000;
  padding: 25px 0px;
}

#mainmenu {
  position: relative;
}

.menu {
  position: relative;
}

.menu-row {
  margin: 0;
}

.menu-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.menu-row ul li a {
  font-family: Saira;
  text-decoration: none;
  color: #ffffff;
  padding: 13px;
  display: inline-block;
  transition: 350ms all;
  text-transform: uppercase;
  font-size: 15px;
}

.menu-row ul li a:hover {
  color: #ffe400;
}

.menu-row ul>li:last-child a {
  padding-right: 0;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  background: #2e58d0;
  position: relative;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu li {
  margin-right: 0px;
  z-index: 99999;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .menu {
    display: flex !important;
  }

  .menu .megamenu>a::after {
    content: "";
    position: absolute;
    /* left: 0; */
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }

  .menu .megamenu>a:hover:after {
    display: block;
  }

  .menu li .submenu {
    transition: 350ms all;
  }

  .menu li:hover>.submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .menu li.megamenu>a {
    padding-right: 20px;
    position: relative;
  }

  .menu li.megamenu>a:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 22px;
    height: 5px;
    width: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
  }

  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #333;
    width: 230px;
  }

  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }

  .menu li .submenu li a {
    color: #ffffff;
    padding: 10px 20px;
    background: #333;
    display: block;
  }

  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }

  .menu li .submenu li a:hover {
    background: #ff5252;
  }

  .menu li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
  }
}

@media only screen and (max-width: 1023px) {
  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }

  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }

  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #ffffff;
  }

  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }

  #menu_trigger .menulines:before {
    top: -9px;
  }

  #menu_trigger .menulines:after {
    top: 9px;
  }

.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #333;
  overflow: hidden;
  z-index: 1111;
}
  .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }

.mobile-menu li {
  margin: 0;
  border-bottom: 1px solid #404040;
  font-size: 16px;
  padding-right: 57px;
}

  .mobile-menu li a {
    color: #ffffff;
    display: block;
    position: relative;
    padding: 15px 20px;
  }

  .mobile-menu li a:hover {
    color: #ff5252;
  }

.mobile-menu li a .navtrigger {
  position: absolute;
  left: 150px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #3d3d3d;
  border: 1px solid #404040;
}

  .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #333;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }

  .mobile-menu li .submenu li {
    font-size: 14px;
  }

  .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #333;
    font-size: 16px;
  }

  .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: #3d3d3d;
    border: 1px solid #404040;
  }

  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
    color: #ffffff;
  }

  .mobile-menu li.sub-open>.submenu {
    left: 0;
  }
}

/* banner */

.banner {
  background: #000;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.slider-content h2 {
  font-family: Saira;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.slider-content p {
  font-family: Saira;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.slider-content a {
  font-family: Saira;
  background: #f6ea21;
  color: #000;
  text-decoration: navajowhite;
  padding: 6px 20px;
  font-weight: 500;
  border-radius: 35px;
  margin: 3px 0px;
  display: inline-block;
}

.slider-content a:hover {
  background: #00b5ff;
  color: #fff;
}

.brand-logo {
  margin: 60px 0px;
}

.tit-one {
  font-family: Saira;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.tit-two {
  font-family: Saira;
  color: #000;
  font-size: 36px;
  font-weight: 600;
}

.tit-three {
  font-family: Saira;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
}

.para-one {
  font-family: Saira;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}

.para-two {
  font-family: Saira;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}

.para-three {
  font-family: Saira;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}

.welcome-text {
  padding: 0 50px;
}

.quote {
  margin: 100px 0px;
}

.quote .box {
  background: #eaeeee;
  padding: 41px 25px;
  position: relative;
}

.quote .box.height {
  height: 280px;
}

.quote .box.blue {
  background: #28a7de;
}

.quote .box.blue h2 {
  color: #fff;
}

.quote .box.blue p {
  font-family: Saira;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}

.quote .box h2 {
  font-family: Saira;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.quote .box p {
  font-family: Saira;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0px;
  line-height: 25px;
}

.quote-form {
  background-image: url(../images/quote-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
}

.quote-form h3 {
  font-family: Saira;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.quote-form h4 {
  font-family: Saira;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.quote-form input {
  background: transparent;
  border: 2px solid #ccc;
  font-family: Saira;
  color: #fff;
  font-size: 17px;
  border-radius: 10px;
  padding: 12px 10px;
}

.quote-form .form-group {
  margin: 15px 0px;
}

.quote-form input::placeholder {
  color: #fff;
  opacity: 1;
}

.quote-form input:focus {
  outline: none;
  box-shadow: inherit;
  background: transparent;
  color: #fff;
}

.quote-form .form-group button {
  width: 100%;
  background: #ec442e;
  font-family: saira;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  color: #fff;
}

.quote-form .form-group button:hover {
  background: #28a7de;
}

.knowmore svg {
  fill: #fff !important;
  width: 16px;
  line-height: 0;
  margin-top: -3px;
}

.knowmore:hover svg {
  fill: #f6ea21 !important;
}

.knowmore {
  font-family: Saira;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.knowmore:hover {
  color: #f6ea21;
}

.quote .box.height .knowmore {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #000;
}

.quote .box.height .knowmore svg {
  fill: #000 !important;
}

.home-video {
  position: relative;
}

.home-video img {
  border-radius: 5px;
}

.home-video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.center-slide {
  background: #000;
  padding: 30px 0px 70px;
  margin: 100px 0px 0px;
}

.latest-machines h4::after {
  content: "";
  background-color: #fe21a0;
  position: absolute;
  height: 2px;
  width: 40px;
  bottom: -2px;
  left: 0;
  margin-inline: auto;
}

.latest-machines h4 {
  color: #fff;
  font-family: "Saira", serif;
  margin-top: 100px;
  font-size: 30px;
  border-bottom: 2px solid #454545;
  width: max-content;
  padding-bottom: 6px;
  position: relative;
}

.latest-machines a {
  color: #fff;
  font-family: "Saira", serif;
  padding-top: 15px;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0px 0px;
}

.latest-machines svg {
  height: 20px;
  width: 20px;
}

.latest-machines a:hover {
  color: #fb189d;
}

/* slider */

* Slider */ .slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  border-radius: 7px;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {}

.customer-logos .slick-prev,
.customer-logos .slick-next {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  width: auto;
  transform: translate(-50%, -50%);
  width: 35px;
  bottom: -20px;
  height: 15px;
  background: transparent;
  border: 0;
  color: #fff;
}

.customer-logos svg {
  fill: #fff !important;
  width: 28px;
}

.customer-logos .slick-prev svg {
  margin: 0px 27px 0px 0px;
}

.customer-logos .slick-next svg {
  margin: 0px 0px 0px 27px;
}

.unique-differences {
  background: #f7f5f6 url(../images/bg-design.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 80px 0px;
}

.values {
  margin-top: 50px;
  background: #fff;
  padding: 70px 50px;
  box-shadow: 8px 8px #b7b5b6;
  border: 1px solid #d4d6d5;
  padding-bottom: 30px;
  position: relative;
}

.values::before {
  border-radius: 10px;
  content: "";
  background-color: #fe21a0;
  position: absolute;
  height: 75px;
  width: 75px;
  margin-inline: auto;
  top: -39px;
  left: 0;
  right: 0;
}

.values svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  position: absolute;
  margin-inline: auto;
  top: -30px;
  left: 0;
  right: 0;
}

.values h4 {
  font-family: "Saira", serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.values p {
  margin: 20px 0px 22px 0px;
  font-size: 16px;
  font-family: "Saira", serif;
  font-weight: 400;
  color: #747474;
  line-height: 28px;
}

.values a {
  text-decoration: none;
  color: #000;
  font-family: "Saira", serif;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d4d6d5;
  padding: 7px 50px;
  width: 100%;
  display: block;
}

.values a:hover {
  background: #fb189d;
  color: #fff;
}

.best-services {
  margin: 100px 0px;
}

.best-services .services {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(168, 168, 168, 0.4);
}

.best-services .services img {
  height: 65px;
  width: 65px;
  padding: 5px;
  border-radius: 50%;
}

.best-services .services h4 {
  font-family: "Saira", serif;
  font-size: 22px;
  color: #20a2d7;
  font-weight: 600;
  margin-top: 30px;
}

.testimonials {
  margin-bottom: 80px;
}


.testimonial-card-1 {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 5px 0 rgba(168, 168, 168, 0.4);
  padding: 25px;
  position: relative;
  margin-top: 60px;
}

.testimonial-card-1 svg {
  margin: -35px 0px 20px 12px;
  background: #20a2d7;
  padding: 7px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.testimonial-card-1 svg {
  background: #20a2d7;
  padding: 19px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0px;
  left: 40px;
  fill: #fff !important;
}

.testimonial-card-1 h5 {
  font-family: "Saira", serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  position: relative;
  margin: 30px 0px;
}

.testimonial-card-1 h5::after {
  content: "";
  position: absolute;
  background: #04aced;
  height: 2px;
  width: 90px;
  bottom: -1px;
  left: 0;
}

footer {
  background: #000000;
  position: relative;
  margin: 0px;
  padding: 100px 0px;
}

footer:before {
  content: "";
  background: url(../images/border.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

footer .logo {
  margin-bottom: 25px;
}

footer p {
  font-family: "Saira", serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

footer .media-icons {
  list-style: none;
  padding: 0;
}

footer .media-icons li {
  display: inline-block;
}

footer .media-icons li a {
  padding-right: 15px;
}

footer .media-icons li a:hover svg {
  color: #1695cc;
  fill: #1695cc;
}

footer h4 {
  font-family: "Saira", serif;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Saira", serif;
  font-weight: 300;
  display: inline-block;
  font-size: 17px;
  padding: 5px 0px;
}

.sub-footer {
  background: #000;
  padding: 20px 0px;
  width: 100%;
  border-top: 1px solid #1a1a1a;
}

.sub-footer p {
  color: #fff;
  margin-bottom: 0;
  font-family: "Saira", serif;
  font-size: 15px;
  font-weight: 500;
}

.innter-tit {
  background: #000;
  padding: 50px 0px;
  text-align: center;
  border-top: 1px solid #454545;
}

.innter-tit h1 {
  font-family: "Saira", serif;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 0;
}

.innter-tit p {
  font-family: "Saira", serif;
  color: #fff;
  font-weight: 400;
  margin: 10px 0px 0px;
}


.feature-speci-bg {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
}

.breadcrumbs {
  font-family: Saira;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 15px 0px 0px;
}

.breadcrumbs li {
  display: inline-block;
  color: #12f9ff;
}

.breadcrumbs li a {
  color: #cc6800;
}

.products-banner img {
 border: 1px solid #ccc;
}

.spl-list {
  list-style: none;
  padding: 0px 0px 0px 12px;
}

.spl-list li {
  font-family: saira;
  margin: 0 0 19px 0;
  padding: 0 0 0 16px;
  list-style: none;
  display: list-item;
  font-size: 16px;
  font-weight: 400;
  color: #585a68;
  line-height: 17px;
  background: url(../images/arrow.png) 0 5px no-repeat;
  background-size: 5px;
}

/*-- about-us --*/

.who-we-are {
  padding: 40px 110px;
}

.who-we-are h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
}

span {
  color: #ff1fa3;
}

.who-we-are p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
}

.abt-img-sec img {
  border-radius: 20px;
}

.abt-img-sec02 img {
  margin: 55px auto;
  border-radius: 20px;
}

.abt-img-sec03 img {
  margin: 30px auto;
  border-radius: 20px;
}

.what-we-offer {
  margin: 50px auto;
}

.what-we-offer h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
}

.what-we-offer p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
}

.services {

  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(168, 168, 168, 0.4);
  border: ;
  border: 1px solid #e3e8f4;
  padding: 10px 15px 10px;
  margin: 10px auto;

}

.services h5 {
  font-family: saira;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0px 0px 0px;
  color: #9b005e;
}

.services p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  padding-top: 5px;
  color: #282828;
}

.our-journey {
  padding: 40px 110px;
}

.our-journey h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.our-journey p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
  /* margin: 30px 0px; */
}

.our-journey h5 {
  font-family: saira;
  font-size: 20px;
  color: #282828;
  font-weight: 400;
}

.driving-innovation {
  margin: 70px 0px;
}

.driving-innovation h3 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
}

.driving-innovation p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 31px;
  /* margin: 10px 0px; */
  padding: 0px 20px 0px 0px;
}

.driving-innovation img {
  border-radius: 20px;
  height: 580px;
}

.vision-mission h5 {
  font-family: saira;
  font-size: 20px;
  font-weight: 500;
  color: #12a0db;
}

.join-us h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.join-us p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
  /* margin: 30px 0px; */
  margin: 10px auto;
}

.join-us h5 {
	font-family: saira;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 32px;
}

.join-us {
  background: #f6f5f6;
  width: 100%;
  padding: 100px 0px;
}

.contact-us {
  background: url(../images/bg-form.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 600px) {
  .who-we-are {
    padding: 0px;
  }

  .abt-img-sec img {
    margin: 0px 12px;
  }

  .abt-img-sec02 img {
    margin: 20px 12px;
  }

  .abt-img-sec03 img {
    margin: 20px 12px;
  }

  .our-journey {
    padding: 0px;
  }

  .driving-innovation {
    margin: 30px 12px;
  }

  .driving-innovation img {
    height: 100%;
  }

  footer {
    padding: 50px 0px;
  }

  footer .logo {
    margin-bottom: 15px;
  }

  footer h4 {
    margin: 15px 0px;
  }

  .top ul {
    display: none;
  }

  .top-call {
    padding: 0px 110px;
  }
}

/*-- about-us --*/

/*-- contact-us --*/
.get-in-touch {
  padding: 0px 110px;
}

.get-in-touch h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
}

.get-in-touch p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}

.get-in-touch span {
  color: #12a0db;
}

.company-details {
  background: #000;
  padding: 40px 20px;
  border-radius: 20px;
  height: 100%;
}

.company-details h4 {
  font-family: saira;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.contact-form {
  padding: 20px 40px;
  margin-bottom: 70px;
}

.company-details h5 {
  font-family: saira;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.company-details h6 {
  font-family: saira;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #ccc;
}

.company-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.company-details li {
  margin: 0px 47px;
  line-height: 45px;
}

.company-details li a {
  color: #ccc;
  text-decoration: none;
}

.company-details li a:hover {
  color: #12a0db;
}


.form-group {
  margin: 10px 0px;
}

.form-group label {
  font-family: saira;
  font-size: 18px;
  font-weight: 500;
}

.form-group input {
  border-radius: 8px;
  padding: 13px 10px;
  margin: 10px 0px;
}

.contact-form input:focus {
  outline: none;
  box-shadow: inherit;
  background: transparent;
  color: #000;
}

.form-group button {
  color: #fff;
  font-family: saira;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px;
  background: #000;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 8px;
  border: none;
  margin: 15px 0px;
}

.contact-form .form-group button:hover {
  color: #fff;
  background: #ff1fa3;
}

nopadding {
  padding: 0 !important;
}

.map iframe {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.location {
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .get-in-touch {
    padding: 0px;
    margin: 40px 0px;
  }

  .company-details {
    padding: 40px 0px;
  }

  .company-details li {
    margin: 0px 45px;
  }

  .form-group {
    margin: 30px 0px;
  }
}

/*-- contact-us --*/


/*-- services --*/


.get-in-touch {
  padding: 0px 110px;
}


.our-services {
  padding: 30px 110px;
}

.services-tit h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
}

.services-tit p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
}

.services-tit span {
  color: #12a0db;
}


.service-section {
  margin: 70px 0px;
}

.service-section img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(31, 34, 255, 0.08) 0px 1px 72px 20px;
}

.service-section h3 {
  font-family: saira;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-section h4 {
  font-family: saira;
  font-size: 26px;
  font-weight: 600;
}

.service-section ul {

  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.service-section ul li {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.service-section ul li svg{
  fill: #0db4fa;
}


.service-btn {
  text-align: center;
  margin-top: 74px;
}

.service-btn button {
  font-family: saira;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: #f6ea24;
  border: none;
  padding: 10px 15px;
}

.service-btn button:hover {
  color: #fff;
  background-color: #000;
  border: none;
}

.service-section p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
}


.team {
  background: #f9f5ff;
  width: 100%;
  padding: 80px;
}

.members {
  margin: 15px 0px 0px;
}

.team-details {
  border: 1px solid #e4e4e4;
  padding: 15px;
  background: #e4e4e43d;
  border-radius: 15px;
  height: 100%;
  align-content: center;
  display: inline-block;
  width: 100%;
}


.service-engineer h2 {

  font-family: saira;
  font-size: 36px;
  font-weight: 600;

}


.service-engineer p {

  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;
}


.team-details h4 {
  font-family: saira;
  font-size: 20px;
  font-weight: 500;
}

.team-details h5 {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #747474;
  display: inline-block;
  width: 100%;
  line-height: 22px;
}


.team-details a {
  font-family: saira;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.team-details a:hover {

  color: #0db4fa;
}


.join-our-team {

  width: 100%;
  padding: 50px 0px;
}


@media only screen and (max-width: 600px) {


  .innter-tit p {
    padding: 0px 50px;
  }

  .our-services {
    padding: 30px 0px;
  }

  .service-section img {
    margin: 30px 0px;
  }

  .members {
    margin: 10px 10px;

  }

  .team-details {

    line-height: 30px;
  }

.service-btn {
  margin: 10px 10px;
  text-align: start;
}

}

/*-- services --*/


/*-- E-waste --*/


.e-waste {
  padding: 50px 0px;
}


.e-waste-img h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0px 10px;
}


.e-waste-img h5 {
  font-family: saira;
  font-size: 15px;
  background: #f6ea24;
  display: inline;
  padding: 3px 12px;
  border-radius: 5px;
  /* margin: 0px 0px; */
  color: #000;
}

.e-waste-img p {

  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;

}


.e-waste-img img {
  margin: 0;
  height: 500px;
  display: inline-block;
}


.e-waste p {
  font-family: saira;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0px;
}


.e-waste h4 {
  font-family: saira;
  font-size: 25px;
  color: #12a0db;
  font-weight: 500;
  margin-top: 30px;
}


.e-waste span {
  color: #282828;
  font-size: 25px;
  font-family: saira;
  /* margin: 0px 10px; */
}

.e-waste-img span {
  color: #12a0db;
  font-size: 36px;
}

.e-waste a {
  text-decoration: none;
  color: #000;
  font-family: saira;
  font-weight: 500;
  background: #e4e4e4;
  padding: 2px 5px;
  border-radius: 5px;
}

.e-waste a:hover {

  color: #fff;
  background: #000;


}


.e-waste table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin: 30px 100px;
  text-align: inherit;
}

.e-waste td,
th {
  border: 1px solid #dddddd;
  text-align: revert;
  padding: 8px;
}

.e-waste tr:nth-child(2n) {
  background-color: #f4f4f4;
}


@media only screen and (max-width: 600px) {

  .e-waste table {
    margin: 30px 0px;
  }
}


/*-- E-waste --*/


/*-- E-waste-Awareness --*/


.e-waste-awareness {
  padding: 50px 0px;
}


.e-waste-awareness-img h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0px 10px;
}


.e-waste-awareness-img h5 {
  font-family: saira;
  font-size: 15px;
  background: #f6ea24;
  display: inline;
  padding: 3px 12px;
  border-radius: 5px;
  /* margin: 0px 0px; */
  color: #000;
}

.e-waste-awareness-img p {

  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 28px;

}


.e-waste-awareness-img img {
  margin: 0;
  height: 100%;
  display: inline-block;
}


.e-waste-awareness p {
  font-family: saira;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0px;
}


.e-waste-awareness h4 {
  font-family: saira;
  font-size: 25px;
  color: #12a0db;
  font-weight: 500;
  margin-top: 30px;
}

.e-waste-awareness-img span {
  color: #12a0db;
  font-size: 36px;
}

.e-waste-awareness a {
  text-decoration: none;
  color: #000;
  font-family: saira;
  font-weight: 500;
  background: #e4e4e4;
  padding: 2px 5px;
  border-radius: 5px;
}

.e-waste-awareness a:hover {

  color: #fff;
  background: #000;


}


.e-waste-awareness table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin: 30px 0px;
  text-align: inherit;
}


.e-waste-awareness td,
th {
  border: 1px solid #dddddd;
  text-align: revert;
  padding: 8px;
}

.e-waste-awareness tr:nth-child(2n) {
  background-color: #f4f4f4;
}


/*-- E-waste-Awareness --*/


/*-- product-page --*/


.products-listing {
  background: #fafafa;
  padding: 70px 0px 0px 0px;
}



.product-list-page {
  background: #fafafa;
  padding: 70px 0px;
}

.product-list-page-box {
  background: #fff;
  padding: 28px 35px;
  border-radius: 15px;
  margin: 40px 0px;
}

.product-list-page-box h5 {
  font-family: saira;
  font-size: 15px;
  font-weight: 500;
  color: #12a0db;
  margin: 10px 0px;
}

.product-list-page-box h2 {
  font-family: saira;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}


.product-list-page-box p {
  font-family: saira;
  font-size: 15px;
  color: #282828;
  line-height: 30px;
  margin: 15px 0px;
}


.product-list-page-box h4 {
  display: inline-block;
  font-weight: 500;
  font-family: saira;
  color: #fff;
  background: #FF0097;
  padding: 5px 8px 5px 8px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0px 5px 0px 0px;
}


.view-btn {
  margin: 23px 0px;
}

.view-btn a {
  font-family: saira;
  font-size: 15px;
  color: #fff;
  background: #0db4fa;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 500;
}

.view-btn a:hover {
  color: #000;
  background-color: #e4e4e4;
}


.product-banner {
  /*background: #d6d4d7;*/
  height: 100%;
  padding: 25px;
  border-radius: 15px;
}


.product-banner img {
  border-radius: 7px;
  border: 1px solid #ccc;
  object-fit: cover;

}



.products-details-top h1 {
 font-family: saira;
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.products-details-top p {
  font-family: saira;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 31px;
}
.products-details-quote{
  font-family: saira;
  background: rgb(255, 118, 51);
  padding: 10px 24px;
  border-radius: 100px;
  border: 0;
  position: relative;
  color: #fff;
}

.products-details-quote:hover{
  background: rgb(18, 160, 219);
}


#newspaper-c1 {
   font-family: saira;
  font-size: 16px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #6CF;
  margin: 25px 0px;
}

#newspaper-c1 td {
  color: #333;
  border-right: 1px dashed #6CF;
  border-top: 1px dashed #6CF;
  padding: 10px 12px;
  font-size: 16px;
}


#newspaper-c1 thead, tr, tbody, tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


@media only screen and (max-width: 600px) {


  .product-list-page-box {
    padding: 15px;
    margin: 0px;
  }


  .product-banner {

    margin-top: 10px;
  }

  .product-list-page-box h4 {
    margin: 0px 5px 5px 0px;
  }


}
/*.btn.btn-primary {*/
/*  font-family: saira;*/
/*  font-size: 13px;*/
/*  font-weight: 600;*/
/*  color: #e4e4e4;*/
/*  background: #000;*/
/*  padding: 7px 10px;*/
/*  margin: 0px 5px;*/
/*  border: none;*/
/*}*/

.view-btn .btn.btn-primary {
  font-family: saira;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: #f6ea24;
  padding: 6px 15px;
  margin: 0px 5px 1px 0px;
  border-radius: 5px;
  border: none;
}

.view-btn .btn.btn-primary:hover {
  color: #e4e4e4;
  background: #000;
}

/*-- product-page --*/


.product-detail-img img{

width: 100%;
height: 184px;

}


/*-- spare-parts --*/
.spare-img {
  padding: 30px;
  margin: 0;
  border-radius: 5px;
  background: #eee;
  height: 100%;
}


.spare-img img {

  border-radius: 5px;
}

.spare-img h4 {
  font-family: saira;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px 0px 0px;
}

.sec-div {
  margin-top: 15px;
}

.modal h5{
  font-family: saira;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.modal label {
  font-family: saira;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.modal input {
  font-family: saira;
  background: #fff;
  width: 100%;
 font-size: 16px;
  height: 43px;
  border-radius: 4px;
  border-color: #d9d5d5;
}

.modal .btn {
  width: 100%;
  border-radius: 3px;
  background: rgb(18, 160, 219);
  font-family: saira;
  font-size: 16px;
  color: #fff;
  border: 0;
  padding: 10px 4px;
}

.modal .btn:hover{
   background: #097eae;
}


@media only screen and (max-width: 600px) {

  .spare-img{

    margin-top: 10px;
  }
}
/*-- spare-parts --*/