@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

del {
  text-decoration: line-through;
}

hr {
  background: transparent;
  border: 0;
  clear: both;
  color: transparent;
  height: 1px;
  margin: 0;
  padding: 0;
}

mark {
  background-color: #ffffb3;
  font-style: italic;
}

input, select {
  vertical-align: middle;
}

ins {
  background-color: red;
  color: white;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /* Better Font Rendering =========== */
}
body.no-scroll {
  overflow: hidden;
}

h1 {
  font-size: 52px;
  font-family: "Open Sans", sans serif;
  font-weight: 700;
}

h2 {
  color: #000;
  font-size: 36px;
  font-family: "Open Sans", sans serif;
  font-weight: 700;
}

h4 {
  font-size: 22pt;
  color: #000;
  line-height: 24pt;
  margin-bottom: 10px;
  font-family: "Open Sans", sans serif;
}

h3 {
  font-family: "Open Sans", sans serif;
  font-weight: 700;
  margin-bottom: 35px;
}

h5 {
  font-size: 20px;
  color: #231f20;
  font-family: "Open Sans", sans serif;
  font-weight: 700;
  line-height: 30px;
}

p {
  font-family: "Open Sans", sans serif;
  font-weight: 600;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.section-holder {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.signup-btn {
  background: none;
  border: #cedc2e solid 3px;
  color: #cedc2e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-top: 40px;
  padding: 10px 38px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
}

.signup-btn:hover {
  background: #cedc2e;
  color: #000;
  border: solid 3px #cedc2e;
}

.read-more-btn {
  background: none;
  border: #5ac4b0 solid 3px;
  color: #5ac4b0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-top: 10px;
  padding: 12px 38px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
}

.read-more-btn:hover {
  background: #5ac4b0;
  color: #fff;
  border: solid 3px #5ac4b0;
}

.primary-button {
  background: #2e3192;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 60px;
  border: none;
  font-weight: 600;
}

.primary-button:hover {
  background: #16197b;
  color: #FFF;
}

.slick-next.slick-arrow, .slick-prev.slick-arrow {
  width: 42px !important;
  height: 42px !important;
}

button, .btn {
  font-family: "Open Sans", sans serif !important;
}

/* ----------------------------------------------------------------------
    4. Navbar Style
/* ---------------------------------------------------------------------- */
/* ANIMATED X */
.home .slick-track {
  display: flex;
  align-items: center;
}

.home .our-product-slider .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
.is-hero-slider {
  background-image: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 535px;
}
.is-hero-slider .navbar-default {
  background: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
  border: none;
}
.is-hero-slider .navbar-nav > li {
  text-transform: uppercase;
}
.is-hero-slider .slick-prev:before,
.is-hero-slider .slick-next:before {
  font-size: 36px;
  content: "";
  display: block;
}
.is-hero-slider .slick-prev {
  left: -2px;
}
.is-hero-slider .slick-prev:before {
  background: url("../img/prev.svg");
  width: 36px;
  height: 36px;
}
.is-hero-slider .slick-next {
  right: 14px;
}
.is-hero-slider .slick-next:before {
  background: url("../img/next.svg");
  width: 36px;
  height: 36px;
}
.is-hero-slider .shrink {
  padding-top: 0;
  padding-bottom: 0;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
}
.is-hero-slider .navbar {
  min-height: 90px;
  margin-bottom: 0px;
}
.is-hero-slider .navbar-default .navbar-nav > li > a {
  color: #151818;
}
.is-hero-slider .navbar-nav > li > a {
  line-height: 0px;
  font-size: 18px;
  font-family: "Open Sans", sans serif;
  font-weight: 700;
}
.is-hero-slider .navbar-brand > img {
  padding-top: 4px;
}
.is-hero-slider .navbar-default .navbar-nav > li > a,
.is-hero-slider .navbar-default .navbar-nav > li > a {
  margin-right: 14px;
  margin-left: 14px;
  padding-left: 0px;
  padding-right: 0px;
}
.is-hero-slider .navbar-default .navbar-nav > li > a {
  border-bottom: transparent solid 2px;
}
.is-hero-slider .navbar-default .navbar-nav > li > a:focus,
.is-hero-slider .navbar-default .navbar-nav > li > a:hover {
  border-bottom: #2e3192 solid 2px;
  color: #151818;
}
.is-hero-slider .navbar-default .navbar-nav > .active > a,
.is-hero-slider .navbar-default .navbar-nav > .active > a:focus,
.is-hero-slider .navbar-default .navbar-nav > .active > a:hover {
  color: #151818;
  background: none;
  border-bottom: #2e3192 solid 3px;
}
.is-hero-slider .navbar-right {
  margin-top: 26px;
}
.is-hero-slider .setupblock h1 {
  width: 54%;
  border-left: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 32px;
  line-height: 34px;
}
.is-hero-slider .setupblock .btn {
  margin: 30px auto 0;
  display: block;
  width: 27%;
  padding: 15px 20px;
}
.is-hero-slider blockquote {
  padding: 77px 0;
  margin: 0 0 20px;
  font-size: 17px;
}
.is-hero-slider blockquote h1 {
  width: 48%;
  font-size: 48px;
  color: #808285;
  padding: 0px 30px;
  border-left: 7px solid #2e3192;
  line-height: 60px;
  margin-bottom: 10px;
}
.is-hero-slider blockquote p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans serif;
  width: 50%;
  padding: 10px 35px;
  margin-bottom: 25px;
  font-weight: 600;
}
.is-hero-slider blockquote .primary-button {
  margin-left: 35px;
}

/* ----------------------------------------------------------------------
    About Us
/* ---------------------------------------------------------------------- */
.about-section {
  padding: 10px 0;
}
.about-section .card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
  width: 150px;
  height: 150px;
}
.about-section .card:hover {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.about-section .card h2 {
  color: #2e3192;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
.about-section .card h3 {
  color: #808285;
  font-size: 16px;
}
.about-section .vertical-align-wrap {
  display: table;
  padding: 59px 30px;
}
.about-section .box-shadow {
  -webkit-box-shadow: 0px 6px 13px 4px rgba(204, 198, 243, 0.89);
  -moz-box-shadow: 0px 6px 13px 4px rgba(204, 198, 243, 0.89);
  box-shadow: 0px 6px 13px 4px rgba(204, 198, 243, 0.89);
}
.about-section .vertical-align {
  display: table-cell;
}
.about-section .vertical-align h3 {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.about-section .vertical-align--middle {
  vertical-align: middle;
  text-align: center;
}
.about-section .vertical-align-wrap-2 {
  display: table;
  padding: 59px 30px;
}
.about-section .vertical-align-wrap-2 h3 {
  font-size: 18px;
  font-family: "Open Sans", sans serif;
  font-weight: 600;
}
.about-section .vertical-align-wrap-3 {
  padding: 90px 30px;
}
.about-section .vertical-align-wrap-3 h4 {
  font-size: 20px;
  color: #808285;
}
.about-section .vertical-align-wrap-3 p {
  color: #2e3192;
  font-size: 13px;
  font-family: "Open Sans", sans serif;
  font-weight: 600;
}
.about-section .margin-top-50 {
  margin-top: 50px;
}
.aboutans {
  border-radius: 15px;
  width: 259px;
}

.hidden {
  display: none;
}

/* ----------------------------------------------------------------------
    Our Products
/* ---------------------------------------------------------------------- */
.our-product {
  background-image: url("../img/our-product-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0;
  margin-bottom: 50px;
}
.our-product .heading {
  width: 450px;
  padding-top: 30px;
}
.our-product h3 {
  color: #2e3192;
  font-size: 40px;
  line-height: 56px;
  margin-top: 130px;
}
.our-product h3::after {
  display: inline-block;
  content: "";
  height: 0.3rem;
  background: #2e3192;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  vertical-align: sub;
}
.our-product p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans serif;
}

.center .slick-center.slick-slide div:nth-of-type(1) {
  transform: scale(0.9);
  height: 470px;
}
.center .slick-center.slick-slide div:nth-of-type(1) .card {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.center .slick-center.slick-slide div:nth-of-type(1) .card h4 {
  font-weight: normal;
  color: #2d3292;
}
.center .slick-center.slick-slide div:nth-of-type(1) .card:hover {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.center .slick-center.slick-slide div:nth-of-type(1) p {
  display: block;
}

.center .slick-slide div {
  transform: scale(0.8) translateY(25%);
  transition: 300ms scale;
}
.center .slick-slide div p {
  display: none;
}

.setupslider.center .slick-slide div {
  transform: scale(0.8) translateY(0%);
  transition: 300ms scale;
}

.center.setupslider .slick-center.slick-slide div:nth-of-type(1) {
  transform: scale(0.9);
  height: auto;
}
.center.setupslider .slick-center.slick-slide div:nth-of-type(1) .card {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}

.setupslider .slick-prev:before,
.setupslider .slick-next:before {
  font-size: 36px;
  content: "";
  display: block;
}
.setupslider .slick-prev {
  left: -35px;
  top: 39%;
}
.setupslider .slick-prev:before {
  background: url("../img/prev.svg");
  width: 36px;
  height: 36px;
}
.setupslider .slick-next {
  right: -43px;
  top: 39%;
}
.setupslider .slick-next:before {
  background: url("../img/next.svg");
  width: 36px;
  height: 36px;
}

.machinery .slick-prev {
  left: 24px !important;
}

.our-product-slider .carousel {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 96px;
}
.our-product-slider .carousel .slick-list {
  padding: 0 !important;
}
.our-product-slider .carousel .slick-prev:before,
.our-product-slider .carousel .slick-next:before {
  font-size: 36px;
  content: "";
  display: block;
}
.our-product-slider .carousel .slick-prev {
  left: 0;
}
.our-product-slider .carousel .slick-prev:before {
  background: url("../img/prev.svg");
  width: 36px;
  height: 36px;
}
.our-product-slider .carousel .slick-next {
  right: -14px;
}
.our-product-slider .carousel .slick-next:before {
  background: url("../img/next.svg");
  width: 36px;
  height: 36px;
}
.our-product-slider .carousel .card {
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 6px 10px 0px rgba(2, 2, 0, 0.11);
  margin-bottom: 15px;
}
.our-product-slider .carousel h4 {
  color: #808285;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.our-product-slider .carousel p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans serif;
}
.our-product-slider .slick-slide {
  margin: 10px;
}
.our-product-slider .slick-initialized .slick-slide {
  display: block;
}
.our-product-slider .slick-prev:before,
.our-product-slider .slick-next:before {
  color: #2e3192 !important;
  font-size: 36px;
}
.our-product-slider .is-product-btn {
  padding: 17px 60px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  background-color: #2e3192;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
  border-color: transparent;
}

/* ----------------------------------------------------------------------
    Services
/* ---------------------------------------------------------------------- */
.service-section {
  padding: 160px 0;
  background-image: url("../img/our-service-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.service-section .is-primary-button {
  background: #2e3192;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-top: 30px;
  border-radius: 20px;
  padding: 12px 70px;
  border: none;
  font-weight: 600;
}
.service-section h3 {
  color: #2e3192;
  font-size: 34px;
  line-height: 56px;
  text-align: right;
}
.service-section h3::before {
  display: inline-block;
  content: "";
  background: #2e3192;
  height: 0.3rem;
  width: 3rem;
  margin: -9px 1rem;
  transform: translateY(-1rem);
}
.service-section h4 {
  color: #808285;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  font-style: italic;
  text-align: left;
}
.service-section p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: right;
}
.service-section .mini-card {
  margin: 0 auto;
  margin-top: 30px;
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.service-section .mini-card li {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 7px 12.45px 2.55px rgba(2, 2, 0, 0.11);
  display: inline-block;
  margin: 13px;
  text-align: center;
  width: 150px;
  height: 160px;
  background: #FFF;
  vertical-align: top;
}
.service-section .mini-card li:first-child {
  margin-left: 0;
}
.service-section .mini-card li:nth-child(5) {
  margin-left: 0;
}
.service-section .mini-card li p {
  color: #808285;
  font-size: 13px;
  line-height: 23px;
  font-family: "Open Sans", sans serif;
  font-weight: 600;
  text-align: center;
}
.service-section .mini-card li:hover {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.service-section .mini-card .sprite-img {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
.service-section .mini-card .printed-cartons {
  height: 68px;
  background-position: 26px -11px;
  width: 100px;
}
.service-section .mini-card .sensitive-labels {
  height: 68px;
  background-position: -76px 0px;
  width: 46px;
  margin: 0 auto;
}
.service-section .mini-card .edge-protector {
  height: 68px;
  background-position: -137px 0px;
  width: 46px;
  margin: 0 auto;
}
.service-section .mini-card .square-fibre-drums {
  height: 68px;
  background-position: -205px 0px;
  width: 46px;
  margin: 0 auto;
}
.service-section .mini-card .plywood-pallets {
  height: 68px;
  background-position: -13px -61px;
  width: 46px;
  margin: 0 auto;
}
.service-section .mini-card .corrugated-box {
  height: 68px;
  background-position: -79px -61px;
  width: 46px;
  margin: 0 auto;
}
.service-section .mini-card .strapping-solutions {
  height: 68px;
  background-position: -140px -61px;
  width: 46px;
  margin: 0 auto;
}
.service-section .mini-card .silica-gel {
  height: 68px;
  background-position: -201px -61px;
  width: 46px;
  margin: 0 auto;
}

.setup {
  padding: 50px 50px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
}
.setup img {
  width: 300px;
}

/* ----------------------------------------------------------------------
    Associate
/* ---------------------------------------------------------------------- */
.associate-section {
  background-image: url("../img/services-bg-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 50px 0;
}
.associate-section .mini-card {
  padding: 0;
  margin: 0 auto;
}
.associate-section .mini-card li {
  padding: 40px 13px;
  border-radius: 10px;
  box-shadow: 0px 7px 12.45px 2.55px rgba(2, 2, 0, 0.11);
  display: inline-block;
  margin: 13px;
  text-align: center;
  width: 150px;
  height: 150px;
}
.associate-section .mini-card li p {
  color: #808285;
  font-size: 15px;
  line-height: 23px;
}
.associate-section .mini-card li:hover {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.associate-section .card {
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.38);
}
.associate-section .card h2 {
  color: #2e3192;
  font-size: 50px;
  text-transform: uppercase;
}
.associate-section .card h3 {
  color: #808285;
  font-size: 30px;
  font-style: italic;
}
.associate-section .vertical-align-wrap {
  width: 100%;
  height: 250px;
  display: table;
}
.associate-section .box-shadow {
  -webkit-box-shadow: 0px 6px 13px 4px rgba(204, 198, 243, 0.89);
  -moz-box-shadow: 0px 6px 13px 4px rgba(204, 198, 243, 0.89);
  box-shadow: 0px 6px 13px 4px rgba(204, 198, 243, 0.89);
}
.associate-section .vertical-align {
  display: table-cell;
}
.associate-section .vertical-align--middle {
  vertical-align: middle;
  text-align: center;
}
.associate-section .vertical-align--middle h2 {
  font-size: 48px;
  line-height: 58px;
}
.associate-section .margin-top-50 {
  margin-top: 50px;
}

/* ----------------------------------------------------------------------
    Footer
/* ---------------------------------------------------------------------- */
footer {
  min-height: 100px;
  margin-top: 100px;
}
footer .footer-box {
  text-align: center;
}
footer .footer-box img {
  width: 42px;
  height: 42px;
}
footer .footer-box h4 {
  font-size: 18px;
  color: #808285;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
footer .footer-box img {
  margin: auto;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  margin-top: 70px;
}

.footer-logo {
  margin-left: auto;
}

/* ----------------------------------------------------------------------
            About us Page
* ---------------------------------------------------------------------- */
.aboutcards {
  display: flex;
  justify-content: space-around;
}
.aboutcards .card {
  flex: 0 1 150px;
}

.missionbox {
  box-shadow: 0px 7px 12.45px 2.55px rgba(2, 2, 0, 0.11);
  color: #2e3192;
  font-style: italic;
  width: 300px;
  padding: 30px 25px;
  border-radius: 10px;
}
.missionbox h3 {
  margin-bottom: 15px;
  font-size: 26px;
}

.about-page .is-hero-slider {
  background-image: url("../img/about.jpg");
}
.about-page .is-hero-slider blockquote {
  padding-bottom: 100px;
}
.about-page .is-hero-slider blockquote h1 {
  width: auto;
}
.about-page .our-core-service {
  padding: 0;
}
.about-page .our-core-service h4 {
  text-align: right;
  font-size: 45px;
  font-style: normal;
  line-height: 56px;
  font-weight: 600;
  color: #2e3192;
}
.about-page .our-core-service h4:before {
  display: inline-block;
  content: "";
  height: 0.3rem;
  background: #2e3192;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  vertical-align: sub;
}
.about-page .our-core-service .mini-card li {
  width: 178px;
  height: 179px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-page .our-core-service .mini-card li p {
  margin-bottom: 0;
  font-size: 18px;
}
.about-page .our-core-service .mini-card li:nth-child(2) p {
  padding: 31px 0;
}
.about-page .mission-section {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 80px 0;
}
.about-page .mission-section h2 {
  font-size: 40px;
  color: #2e3192;
  margin-bottom: 30px;
}
.about-page .mission-section h2:after {
  display: inline-block;
  content: "";
  height: 0.3rem;
  background: #2e3192;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  vertical-align: sub;
}
.about-page .mission-section p {
  line-height: 23px;
  font-size: 16px;
}
.about-page .vision-section {
  position: relative;
}
.about-page .vision-section img {
  position: absolute;
  top: -210px;
}
.about-page .vision-main-section {
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding: 80px 0;
}
.about-page .vision-main-section h2 {
  font-size: 40px;
  color: #808285;
  margin-bottom: 30px;
  text-align: right;
  color: #2e3192;
}
.about-page .vision-main-section h2:before {
  display: inline-block;
  content: "";
  height: 0.3rem;
  background: #2e3192;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  vertical-align: sub;
}
.about-page .vision-main-section p {
  line-height: 23px;
  font-size: 16px;
  text-align: justify;
}
.about-page .ethics-section {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 80px 0;
}
.about-page .ethics-section h2 {
  font-size: 40px;
  color: #2e3192;
  margin-bottom: 30px;
}
.about-page .ethics-section h2:after {
  display: inline-block;
  content: "";
  height: 0.3rem;
  background: #2e3192;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  vertical-align: sub;
}
.about-page .ethics-section p {
  line-height: 23px;
  font-size: 16px;
}
.about-page .service-section .mini-card {
  justify-content: space-between;
  padding: 0;
}

/* ----------------------------------------------------------------------
            Solutions Page
* ---------------------------------------------------------------------- */
.is-hero-slider blockquote p.solutionsdesc {
  width: 56%;
}

.solutions-page .is-hero-slider {
  background-image: url("../img/solutionsbg.jpg");
  background-size: 64%;
  background-position: 104%;
}
.solutions-page .is-hero-slider blockquote {
  padding-bottom: 100px;
}
.solutions-page .is-hero-slider blockquote h1 {
  font-size: 49px;
}
.solutions-page .our-core-service {
  background-image: none;
  padding: 0 0 20px;
}
.solutions-page .our-core-service .mini-card li {
  width: 133px;
  height: 133px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.solutions-page .our-core-service .mini-card li p {
  padding-top: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.solutions-page .our-core-service .mini-card li.active {
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.solutions-page .our-core-service h3 {
  margin-top: 0;
  text-align: left;
}
.solutions-page .our-core-service h3:before {
  display: none;
}
.solutions-page .our-core-service h3:after {
  display: inline-block;
  content: "";
  vertical-align: sub;
  background: #2e3192;
  height: 0.3rem;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}
.solutions-page .our-core-service h5 {
  font-size: 22px;
  font-weight: 700;
  color: #808285;
  padding: 18px 0;
}
.solutions-page .our-core-service p {
  text-align: left;
}
.solutions-page .our-core-service .nav-tabs {
  border: none;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 0;
}
.solutions-page .our-core-service .tab-content {
  padding: 40px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}
.solutions-page .our-core-service .tab-content p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
.solutions-page .our-core-service .tab-content img {
  width: 100%;
}
.solutions-page .nav-tabs > li > a:hover {
  border-color: transparent !important;
}
.solutions-page .nav > li > a:focus,
.solutions-page .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.solutions-page .mini-card li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 124px;
  margin-right: 14px;
  margin-bottom: 27px;
  text-align: center;
  vertical-align: top;
  box-shadow: 0px 7px 12.45px 2.55px rgba(2, 2, 0, 0.11);
  border-radius: 10px;
}
.solutions-page .mini-card.associate li p {
  padding-top: 0;
}
.solutions-page .mini-card.services li p {
  padding: 0 25px;
  font-size: 25px;
}
.solutions-page .misc {
  position: absolute;
  transform: rotate(270deg);
  bottom: 93px;
  left: 656px;
  top: 0;
}
.solutions-page .misc h5 {
  color: #2e3192;
  font-size: 33px;
}
.solutions-page .miscsec {
  position: relative;
}
.solutions-page .miscsec .items p {
  font-weight: 600;
  color: #808285;
}
.solutions-page .miscsec .mini-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.solutions-page .mini-card li.hovercard {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 200px;
  height: 200px;
  margin-right: 10px;
}
.solutions-page .mini-card li.hovercard p {
  margin: 0;
}
.solutions-page .mini-card li.showcard {
  width: 350px;
  height: auto;
  margin-left: 50px;
}
.solutions-page .mini-card li.showcard p {
  color: #2e3192;
  font-size: 16px;
  text-transform: none;
  padding: 40px;
}
.solutions-page .associate.mini-card {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.solutions-page .associate.mini-card li {
  width: 186px;
  height: 186px;
}
.solutions-page .service-section.our-core-service.associatesection h3 {
  text-align: right;
}
.solutions-page .service-section.our-core-service.associatesection h3:after {
  display: none;
}
.solutions-page .service-section.our-core-service.associatesection h3:before {
  display: inline-block;
  content: "";
  vertical-align: sub;
  background: #2e3192;
  height: 0.3rem;
  width: 8rem;
  margin: 0 2rem;
  transform: translateY(1.8rem);
}
.solutions-page .extrasup {
  width: 90%;
  line-height: 1.2;
  margin-top: 14px;
}

.servicemobile {
  display: none;
}

/* ----------------------------------------------------------------------
    Media Queries
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 680px) {
  div.service-section.our-core-service.associatesection {
    margin-top: 80px;
  }

  div.machinery {
    text-align: right;
  }
  div.machinery h3 {
    font-size: 40px;
    color: #2e3192;
    margin-bottom: 70px;
  }
  div.machinery h3:before {
    display: inline-block;
    content: "";
    height: 0.3rem;
    background: #2e3192;
    vertical-align: sub;
    width: 8rem;
    margin: 0 1rem;
    transform: translateY(4rem);
  }

  .row .servicestext {
    margin-top: 0;
  }

  .form {
    padding: 60px 15px !important;
  }

  .solutions-page .is-hero-slider {
    background-size: 150%;
    background-position: 50% 131%;
  }

  .servicedesktop {
    display: none;
  }

  .servicemobile {
    display: block;
    margin-top: 20px;
  }

  .navbar-default .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.19);
    border-color: transparent;
  }
  .navbar-default .navbar-toggle {
    margin-right: 0;
    background-color: #2d3192;
  }
  .navbar-default .navbar-toggle[aria-expanded=true] {
    background-color: #42DCA3;
  }
  .navbar-default .navbar-toggle.collapsed {
    background-color: #2d3292;
  }
  .navbar-default .navbar-nav li {
    padding: 10px 0;
  }
  .navbar-default .navbar-brand {
    padding: 2px 0;
  }
  .navbar-default .navbar-brand img {
    width: 37vh;
  }

  .about-section {
    margin-top: 0;
  }
  .about-section .vertical-align-wrap-3 h4 {
    font-size: 25px;
  }
  .about-section .vertical-align-wrap-3 p {
    line-height: 28px;
  }

  .is-hero-slider blockquote {
    padding: 50px 0;
  }
  .is-hero-slider blockquote h1 {
    font-size: 22px;
    width: 100%;
  }
  .is-hero-slider blockquote p {
    width: 100%;
    line-height: 25px;
  }

  .about-section {
    padding: 0 0;
  }
  .about-section .margin-top-50 {
    margin-top: 25px;
  }
  .about-section .margin-top-30 {
    margin-top: 30px;
  }
  .about-section .vertical-align-wrap-3 h4 {
    font-size: 30px;
  }
  .about-section .vertical-align-wrap-3 p {
    font-size: 18px;
    line-height: 25px;
  }

  .our-product {
    padding: 50px 0 20px;
    margin-bottom: 0;
  }
  .our-product .heading {
    width: auto;
  }
  .our-product .heading p {
    line-height: 28px;
  }
  .our-product .heading h3::before {
    width: 2rem;
  }

  .our-product-slider .carousel .card {
    height: auto;
  }

  .service-section {
    padding: 80px 0;
  }
  .service-section h4 {
    margin: 36px 0;
    font-size: 25px;
  }
  .service-section .mini-card {
    margin-top: 0;
  }
  .service-section .mini-card li {
    text-align: center;
    margin-bottom: 13px;
  }
  .service-section .mini-card li p {
    color: #808285;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }

  .associate-section {
    background-image: none;
    padding: 50px 0;
  }
  .associate-section .mini-card li {
    text-align: center;
    margin-bottom: 13px;
  }

  .associate-section {
    background-image: none !important;
  }

  footer .footer-box h4 {
    font-size: 14px;
  }

  .our-product h3 {
    margin-top: 30px;
  }

  .solutions-page .is-hero-slider blockquote {
    padding: 0;
  }

  .solutions-page .our-core-service .nav-tabs {
    justify-content: flex-start;
  }

  .solutions-page .miscsec .mini-card {
    justify-content: center;
  }

  .solutions-page .associate.mini-card {
    justify-content: center;
  }

  .copyright span {
    display: block;
  }

  .aboutusimg {
    display: none;
  }

  .is-hero-slider {
    min-height: 650px;
  }

  .about-page .service-section .mini-card {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .associate-section .mini-card li:first-child {
    margin-top: 50px;
  }

  .is-hero-slider .setupblock h1 {
    font-size: 14px;
  }

  .setup {
    padding: 5px 5px;
  }

  .solutions-page .mini-card li.showcard {
    margin-left: 10px;
  }

  .footer-logo {
    width: auto;
  }

  .home .associatesection .mini-card.associate li {
    flex: 0 1 140px;
    height: 140px;
    margin: 10px 0 5px;
  }

  .service-section .mini-card li {
    width: 105px;
    height: 130px;
  }
  .service-section .mini-card li p {
    font-size: 12px;
    line-height: 16px;
  }
  .service-section .mini-card li:first-child {
    margin-left: 13px;
  }
  .service-section .mini-card li:nth-child(5) {
    margin-left: 13px;
  }

  .service-section .mini-card .printed-cartons {
    background-position: 8px -11px;
    width: 68px;
  }

  .solutions-page .our-core-service .mini-card li {
    width: 105px;
    height: 105px;
    align-items: flex-start;
  }

  .solutions-page #defaulttext, .solutions-page #pack, .solutions-page #jittext, .solutions-page #onept {
    font-size: 12px;
    padding: 12px;
    line-height: 12px;
  }

  .solutions-page .mini-card li.showcard {
    height: auto;
  }

  .solutions-page .service-section.our-core-service.associatesection h3:before {
    transform: translateY(6.8rem);
  }

  .solutions-page .associatesection .associate {
    margin-top: 20px;
  }
  .solutions-page .associatesection .associate li {
    align-items: center;
  }
  .solutions-page .associatesection .associate li p {
    margin: 0;
    font-size: 13px;
  }

  .is-hero-slider blockquote p.solutionsdesc {
    width: 100%;
  }

  .solutions-page .mini-card li.hovercard {
    flex: 0 1 120px;
    align-items: center;
  }
  .solutions-page .mini-card li.hovercard p {
    font-size: 13px;
  }

  .solutions-page .misc {
    margin-bottom: 20px;
  }

  .about-page .our-core-service .mini-card li {
    width: 120px;
    height: 106px;
    margin: 5px;
    font-size: 13px;
  }
  .about-page .our-core-service .mini-card li p {
    font-size: 15px;
  }

  .mission-section {
    margin-bottom: 10px;
  }
  .mission-section p {
    margin-bottom: 20px;
  }

  .ethics-section p {
    margin-bottom: 20px;
  }

  .center .slick-center.slick-slide div:nth-of-type(1) {
    height: auto;
  }

  .center .slick-slide div {
    margin: 0 auto;
  }

  .contactsection.service-section .mini-card li {
    width: 130px;
    margin: 5px;
  }
  .contactsection.service-section .mini-card li p {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.19);
    border-color: transparent;
  }
  .navbar-default .navbar-toggle {
    margin-right: 0;
    background-color: #2d3192;
  }
  .navbar-default .navbar-toggle[aria-expanded=true] {
    background-color: #42DCA3;
  }
  .navbar-default .navbar-toggle.collapsed {
    background-color: #2d3292;
  }
  .navbar-default .navbar-nav li {
    padding: 10px 0;
  }
  .navbar-default .navbar-brand {
    padding: 2px 0;
  }
  .navbar-default .navbar-brand img {
    width: 37vh;
  }
}
@media screen and (max-width: 768px) {
  .mobile-plus {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .footer-flex {
    display: flex;
    justify-content: space-between;
  }

  .solutions-page .is-hero-slider blockquote h1 {
    font-size: 22px;
  }

  .associate-section {
    background-image: none !important;
  }

  .is-hero-slider .navbar-brand {
    padding: 15px 0;
  }
  .is-hero-slider .navbar-default .navbar-nav > li > a {
    margin-right: 7px;
    margin-left: 7px;
  }
  .is-hero-slider blockquote h1 {
    width: 100%;
  }
  .is-hero-slider blockquote p {
    width: 100%;
  }

  .service-section {
    padding: 0;
  }

  .about-section .vertical-align-wrap-3 p {
    line-height: 28px;
  }
  .about-section .margin-top-30 {
    margin-top: 30px;
  }

  .our-product-slider .carousel .card {
    padding: 20px;
  }
  .our-product-slider .carousel .card h4 {
    margin-bottom: 0%;
  }
  .our-product-slider .carousel .slick-prev:before,
.our-product-slider .carousel .slick-next:before {
    color: #2e3192 !important;
  }
  .our-product-slider .carousel .slick-prev:before,
.our-product-slider .carousel .slick-next:before {
    font-size: 36px;
  }

  .mission-section {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .float-lg-right {
    float: right;
  }
}
@media screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .heavy-desc {
    padding: 0 15px;
  }

  .solutions-page .misc {
    position: relative;
    transform: rotate(360deg);
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: 15px;
  }

  .is-hero-slider .setupblock .btn {
    width: auto;
  }

  .contacttext {
    margin-top: 40px;
  }

  .service-section {
    margin-top: 80px;
  }

  .is-hero-slider .setupblock h1 {
    font-size: 18px;
  }
}
/* ----------------------------------------------------------------------
            Setup Page
* ---------------------------------------------------------------------- */
.machinery {
  text-align: right;
}
.machinery h3 {
  font-size: 40px;
  color: #2e3192;
}
.machinery h3:before {
  display: inline-block;
  content: "";
  height: 0.3rem;
  background: #2e3192;
  vertical-align: sub;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}
.machinery p {
  line-height: 1.14;
}

.quality h3 {
  font-size: 34px;
  color: #2e3192;
}
.quality h3:after {
  display: inline-block;
  content: "";
  vertical-align: sub;
  background: #2e3192;
  height: 0.3rem;
  width: 8rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}
.quality p {
  line-height: 1.14;
  padding-left: 0;
}

.hide {
  display: none;
}

.contacttext h3 {
  color: #2e3192;
  font-size: 22px;
}
.contacttext h4 {
  color: #808285;
  font-size: 20px;
  font-style: italic;
}
.contacttext p {
  max-width: 85%;
  text-align: justify;
}

.form {
  border-radius: 15px;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.29);
  padding: 60px 70px;
  margin-top: 50px;
}
.form input {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 40px;
  padding: 10px 20px;
}

#servicesbtn {
  margin-right: 17px;
  background: none;
}
#servicesbtn:hover, #servicesbtn:focus {
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}

#careersbtn {
  background: none;
}
#careersbtn:hover, #careersbtn:focus {
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}

.contactbtn {
  width: 48%;
  border-radius: 50px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  border: 0;
  text-transform: uppercase;
  color: rgba(135, 137, 140, 0.6);
  font-weight: 600;
}
.contactbtn:active, .contactbtn:focus {
  -webkit-box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
  box-shadow: 17px 6px 39px -10px rgba(108, 73, 179, 0.82), -33px 25px 33px -17px rgba(116, 176, 255, 0.82);
}

.contactsection .mini-card.associate {
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.contactsection.service-section .mini-card li {
  width: 200px;
  height: 200px;
  text-align: left;
  padding: 15px;
}
.contactsection.service-section .mini-card li p {
  margin: 0;
  font-size: 12px;
}
.contactsection.service-section .mini-card li h6 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 12px;
}
.contactsection.service-section .mini-card li h5 {
  margin-bottom: 20px;
}

.formsubmit {
  border-radius: 50px;
  padding: 5px 70px;
  background: #2e3192;
  color: white;
  margin-top: 50px;
  text-transform: uppercase;
}

.topspace {
  margin-top: 100px;
}

.our-product-slider .carousel .card.setupproduct {
  height: auto;
}

#machinerypics img {
  border-radius: 15px;
}

#servicesbtn {
  margin-right: 0;
}

.contactsection .mini-card.associate {
  width: 100%;
}

.associate p {
  margin-top: 30px;
}

.mini-card.associate {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  align-items: center;
  padding: 0 15px;
}

.setuppage .our-product-slider .carousel .slick-prev:before,
.setuppage .our-product-slider .carousel .slick-next:before {
  color: #2e3192 !important;
}
.setuppage .our-product-slider .carousel .slick-prev:before,
.setuppage .our-product-slider .carousel .slick-next:before {
  font-size: 36px;
}

.service-section.our-core-service.associatesection {
  padding: 0;
  margin-top: 35px;
}
.service-section.our-core-service.associatesection h3 {
  margin-top: 0;
  text-align: left;
  line-height: 1;
}
.service-section.our-core-service.associatesection h3:before {
  display: none;
}

.service-section.our-core-service.associatesection.contactsection h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-section.our-core-service.associatesection.contactsection h3:after {
  display: none;
}

#whatdo {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  cursor: pointer;
}

#whowe {
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
}

.service-section.our-core-service.associatesection.contactsection {
  margin-top: 100px;
}
.service-section.our-core-service.associatesection.contactsection .mini-card.associate li h5 {
  color: rgba(0, 0, 0, 0.4);
}
.service-section.our-core-service.associatesection.contactsection .mini-card.associate li p {
  text-align: left;
  color: black;
}

input[type=textarea] {
  height: 100px;
  border-radius: 15px;
}

.home .mini-card.associate li {
  flex: 0 1 187px;
  height: 187px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0;
  padding: 0;
}
.home .mini-card.associate li p {
  font-size: 18px;
  color: rgba(135, 137, 140, 0.8);
}

.home .our-product-slider .heavy-duty {
  max-width: 57%;
}

.footer-name {
  font-family: arial;
}

.home .our-product-slider h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
}
.home .our-product-slider p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.home .primary-button a {
  color: white;
}

.home .center .slick-slide div {
  transform: scale(0.8) translateY(0%);
}

.setupinfracta {
  font-size: 14px;
  margin-top: 25px;
}

.setupslider p {
  margin-top: 25px;
}

#defaulttext {
  font-style: italic;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}

.solutions-page .mini-card li.showcard p.extrabottom {
  padding: 80px 10px;
}

.title-desc {
  color: #87898c;
  font-size: 18px;
}

.custom-file-input::-webkit-file-upload-button {
  border: 0;
  vertical-align: middle;
}

.custom-file-input::after {
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.boxtypes {
  text-align: right;
}

.contacthero {
  margin-bottom: 30px;
}

.is-hero-slider {
  margin-bottom: 60px;
}

.slick-arrow {
  z-index: 10;
  width: auto;
  height: auto;
}

.highlight {
  background: #2e3192 !important;
  color: white !important;
}
.highlight:hover {
  color: white !important;
}

.central {
  margin: 0 auto;
}

.servicestext {
  margin-top: 25px;
}

.set .center .slick-slide div {
  transform: scale(0.8) translateY(2%);
  transition: 300ms scale;
}
.set .center .slick-slide div p {
  display: none;
}

/*# sourceMappingURL=style.css.map */
