@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-font-family: "Rubik", sans-serif;
}

.bg-logo-color {
  background: #204583;
}

.custom-btn {
  padding: 9px 25px;
  border: 1px solid #204583;
  background-color: #204583;
  color: #fff !important;
  width: 180px;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 2px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.navbar-toggler {
  color: #204583;
  height: 85px;
  outline: none !important;
}

.how-work h2, .home-service h2, .contact-us h2, .testimonial h2, .inner-banner h2 {
  color: #204583;
  font-weight: 700;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  height: 50px;
  width: 50px;
  z-index: 55;
  border: 3px solid #fff;
  background-color: #00a859;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.sticky-button a {
  font-size: 22px;
  color: #fff;
}

.navbar, .navbar .container, .navbar .row, .navbar .navbar-brand {
  height: 85px;
}

.topContact {
  z-index: 9999;
}

.topContact {
  background: #204583;
  text-align: right;
  padding: 10px 15px;
}
.topContact p {
  color: #fff;
  margin-bottom: 0;
}
.topContact a {
  color: #fff;
}
.topContact ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.topContact ul li {
  margin: 0;
  margin-left: 10px;
}
.topContact ul li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: inline-block;
  color: #204583;
  line-height: 30px;
}
.topContact ul li a i {
  font-size: 14px;
}

.navigation {
  z-index: 55;
  background-color: #fff;
  height: 85px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
.navigation .navbar-brand {
  display: flex;
  align-items: center;
}
.navigation .navbar-brand img {
  height: 130px;
  margin-top: 48px;
}
.navigation .navbar-nav {
  height: 85px;
  align-items: center;
}
.navigation .navbar-nav .nav-item {
  height: 85px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-width: 120px;
  justify-content: center;
  text-align: center;
}
.navigation .navbar-nav .nav-item .nav-link {
  color: #1a1a1a;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .navbar-nav .nav-item:hover, .navigation .navbar-nav .nav-item.active {
  transition: 0.3s ease-in-out;
  border-bottom-color: #204583;
}
.navigation .navbar-nav .nav-item:hover .nav-link, .navigation .navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
  transition: 0.3s ease-in-out;
  color: #204583 !important;
}
.navigation .navbar-nav .nav-item:hover .nav-link {
  color: #204583;
}
@media screen and (min-width: 1200px) {
	.gallery-container .col-md-4{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
     padding-left: 0;
		padding-right: 0;
	}
	.gallery-container .col-md-4 img {
		height: 200px !important;
	}
}
 
@media (min-width: 992px) {
  .slider, .slide {
    min-height: 100%;
  }
}

.slider .slick-next {
  position: absolute;
  right: 20px;
  z-index: 44;
}
.slider .slick-prev {
  left: 20px;
  position: absolute;
  z-index: 22;
}
.slider .slick-next, .slider .slick-prev {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.slider .slick-prev:after, .slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: red;
  position: absolute;
  top: 13px;
  left: 4px;
  z-index: 55;
  height: 30px;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
.slider .slick-next:before {
  content: "";
  background: url("../img/arrow-point-to-right.svg") top center no-repeat;
  background-size: 16px;
  left: 6px;
}
.slider .slick-prev:after {
  content: "";
  background: url("../img/arrowhead-thin-outline-to-the-left.svg") top center no-repeat;
  background-size: 16px;
}

.slide {
  position: relative;
}
.slide .custom-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #204583 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 60px;
  width: 230px !important;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slide .slide__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content-main {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
.slide .slide__img {
  position: relative;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  z-index: 22;
  text-align: left;
  max-width: 700px;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  left: 10%;
  transform: translate(0%, -50%);
}
.slide .slide__content--headings {
  background: transparent;
}
.slide .slide__content--headings h2 {
  font-size: 2.5rem;
  line-height: 50px;
  margin: 10px 0 20px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
}
.slide .slide__content--headings h2 span {
  font-weight: 600;
  font-size: 2.5rem;
}
.slide .slide__content--headings p {
  margin-bottom: 30px;
  color: #fff !important;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}

.sticky-button {
  right: unset;
  left: 20px;
}

.popup-form-container .logo-bg {
  background: #db2e1f;
}

.popup-form-container .enquiry-btn {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 100;
}

.popup-form-container .enquiry-btn .fix-btn h5 {
  font-size: 16px;
}

.popup-form-container .enquiry-btn .fix-btn h5 i {
  font-size: 18px;
}

.popup-form-container .enquiry-btn .fix-btn {
  border-radius: 4px;
  position: relative;
  right: 0;
  transition: 0.4s ease;
}

.popup-form-container .enquiry-btn .fix-btn:hover {
  cursor: pointer;
  right: -10px;
  transition: 0.4s ease;
}

.popup-form-container .enquiry-btn .form {
  background: #ffffff;
  border-radius: 3px;
  bottom: 0px;
  box-shadow: 0 20px 40px rgba(36, 50, 56, 0.15);
  display: flex;
  height: auto;
  width: 300px;
  opacity: 0;
  z-index: 5555;
  position: absolute;
  pointer-events: none;
  right: 0;
  transform-origin: 400px 400px;
  transform: scale(0.8) rotate(-10deg);
}

.popup-form-container .enquiry-btn .form .custom-btn:hover {
  cursor: pointer;
}

.popup-form-container .enquiry-btn .form .close-btn {
  position: absolute;
  top: 8px;
  right: 22px;
  font-size: 22px;
  color: #444;
  z-index: 5;
  height: 20px;
  width: 20px;
  text-decoration: none;
}

.popup-form-container .enquiry-btn .form .close-btn:hover {
  cursor: pointer;
}

.popup-form-container .enquiry-btn .btn-img {
  height: 55px;
  border-radius: 50%;
  width: 55px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.popup-form-container .enquiry-btn .btn-img:hover {
  cursor: pointer;
}

.popup-form-container .btn:focus, .popup-form-container .form-control:focus, .popup-form-container textarea:focus, .popup-form-container select:focus {
  box-shadow: none;
  outline: 1px solid #204583;
}

.popup-form-container .enquiry-btn .form .form-control {
  font-size: 14px;
}

.home-services h2, .home-services p {
  color: #1a1a1a;
}
.home-services h2 {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.home-services p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.home-services .service-card {
  padding: 40px 30px 10px;
  position: relative;
  height: 100%;
  box-shadow: 1px 6px 12px 0 rgba(221, 221, 221, 0.3);
  min-height: 100%;
}
.home-services .service-card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-services .service-card i {
  font-size: 48px;
  margin-bottom: 30px;
  color: #204583;
}
.home-services .service-card .img-icon {
  height: 64px;
  margin-bottom: 15px;
}
.home-services .service-card h3 {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.dropdown-menu .dropdown-item{
  text-transform: capitalize;
}
.home-services .custom-btn {
  margin-top: 20px;
  border-radius: 50px;
}

.home-product img {
  width: 100% !important;
}
.home-product ul {
  list-style: none;
  padding-left: 10px;
}
.home-product ul li {
  margin-bottom: 10px;
}
.home-product ul i {
  color: #204583;
}
.home-product ul a {
  color: #223E46;
  text-decoration: none;
}

.product-page h5, .product-page h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.product-page h5 strong {
  color: #656565;
  font-size: 1rem;
}
.product-page ul {
  padding-left: 25px;
  list-style: disc;
}
.product-page .list-group .active {
  background: #204583 !important;
  border-color: #204583;
}

.career h2 {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}
.career h3 {
  font-size: 1.75rem;
}
.career #accordion .card {
  margin-bottom: 14px;
}
.career #accordion .card-header {
  padding: 10px;
  background: #fff;
}
.career #accordion .card-header button {
  text-align: left;
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #223E46;
}
.career #accordion .card-header button.collapsed:after {
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}
.career #accordion .card-header button:after {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.career #accordion a {
  color: #204583;
}
.career #accordion .card-body {
  background-color: #f2f2f2;
}
.career #accordion .careerlist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.career #accordion .careerlist li {
  margin-right: 18px;
  color: #223E46;
  font-weight: 500;
}
.career #accordion .careerlist li i, .career #accordion .careerlist li .fa {
  font-size: 18px;
  margin-right: 12px;
  color: #204583;
}

.home-product,
.home-about {
  display: flex;
  align-items: center;
  background: #fcfcfc;
}
.home-product .title-container h2, .home-product .title-container p,
.home-about .title-container h2,
.home-about .title-container p {
  color: #1a1a1a;
}
.home-product .title-container h2,
.home-about .title-container h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
.home-product .title-container p,
.home-about .title-container p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.home-product .hone-about-bg1,
.home-about .hone-about-bg1 {
background-image: unset !important;
}
.home-product .hone-about-bg,
.home-about .hone-about-bg {
  background-image: url(../img/about11.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 550px;
  width: 50%;
}
.home-product .home-about-text,
.home-about .home-about-text {
  width: 50%;
  padding: 20px 20px 20px 35px;
}
.home-product .home-about-text a,
.home-about .home-about-text a {
  color: #111;
}
.home-product .home-about-text ul,
.home-about .home-about-text ul {
  list-style: none;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
.home-product .home-about-text ul li,
.home-about .home-about-text ul li {
  width: 50%;
  margin-bottom: 5px;
}
.home-product .home-about-text ul i,
.home-about .home-about-text ul i {
  color: #204583;
}
.home-product .home-about-text h3,
.home-about .home-about-text h3 {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
.home-product .home-about-text .custom-btn,
.home-about .home-about-text .custom-btn {
  margin-top: 40px;
  border-radius: 50px;
}

.home-img-gallery h2 {
  font-size: 2.5rem;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.home-img-gallery .card {
  box-shadow: 0 6px 12px 0 rgba(221, 221, 221, 0.3);
  border: none;
}

.home-treatment .bg-blue,
.testimonial .bg-blue {
  width: 100%;
  background: url("../img/bg-img.png") top center;
  padding-top: 80px;
  padding-bottom: 80px;
  
}
.home-treatment h2,
.testimonial h2 {
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.home-treatment .card-container,
.testimonial .card-container {
  min-height: 180px;
  box-shadow: 0 6px 12px 0 rgba(221, 221, 221, 0.3);
  margin: 20px 14px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  background: #fff;
}
.home-treatment .testiminial-card:focus,
.testimonial .testiminial-card:focus {
  outline: none !important;
}
.home-treatment .client-slider,
.testimonial .client-slider {
  width: 100%;
animation-duration: 4s;
}
.home-treatment .client-slider .testiminial-card,
.testimonial .client-slider .testiminial-card {
  text-align: center;
}
.home-treatment .client-slider .testiminial-card .client-img,
.testimonial .client-slider .testiminial-card .client-img {
  text-align: center;
}
.home-treatment .client-slider .testiminial-card .client-img img,
.testimonial .client-slider .testiminial-card .client-img img {
  margin: auto;
}
.home-treatment .client-slider .testiminial-card h6,
.testimonial .client-slider .testiminial-card h6 {
  color: #1a1a1a;
  font-weight: 700;
}
.home-treatment .client-slider .slick-arrow,
.testimonial .client-slider .slick-arrow {
  display: none !important;
}
.home-treatment .client-slider1,
.testimonial .client-slider1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home-treatment .client-slider1 .testiminial-card,
.testimonial .client-slider1 .testiminial-card {
  width: 100%;
}
.home-treatment .client-slider1 .testiminial-card .card-container,
.testimonial .client-slider1 .testiminial-card .card-container {
  min-height: 150px;
  padding-top: 0 !important;
}
.home-treatment .client-slider2,
.testimonial .client-slider2 {
  display: flex;
  flex-wrap: wrap;
}
.home-treatment .client-slider2 .testiminial-card,
.testimonial .client-slider2 .testiminial-card {
  width: 33.33%;
}
.home-treatment .client-slider2 .testiminial-card img,
.testimonial .client-slider2 .testiminial-card img {
  width: 100%;
}
.home-treatment .client-slider2 .testiminial-card h3,
.testimonial .client-slider2 .testiminial-card h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  font-size: 15px;
}
.home-treatment .client-slider2 .testiminial-card .card-container,
.testimonial .client-slider2 .testiminial-card .card-container {
  padding-top: 0 !important;
}

.home-team {
  background: #fff !important;
}
.home-team h2 {
  font-size: 2rem;
  color: #000 !important;
}
.home-team p {
  color: #8e8e8e !important;
}

.scissor-lift {
  background: url(../img/scissor-lift-galllery-inner.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.dock-leveller {
  background: url(../img/dock-leveller.jpg) no-repeat bottom center !important;
  background-size: cover !important;
  height: 260px;
}

.mobile-work-p {
  background: url(../img/mobile-work.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.good-Lift {
  background: url(../img/Electrical-good-lift.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.drum-lift {
  background: url(../img/drum-lifter.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.telescopic-conveyor {
  background: url(../img/telescopic-conveyor.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.bowel-feeder {
  background: url(../img/bowel-feeder.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.take-up-conveyor {
  background: url(../img/telescopic-conveyor.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.cleated-belt-conveyor {
  background: url(../img/cleated-belt-conveyor.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.manipulator {
  background: url(../img/manipulator.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.pick-place {
  background: url(../img/pick-place.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.end-of-line-system {
  background: url(../img/pick-place.jpg) no-repeat bottom center !important;
  background-size: cover !important;
}

.packing-system {
  background: url(../img/packing-system.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.contact1 {
  background: url(../img/contact.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.career-inner {
  background: url(../img/career.jpg) no-repeat top center !important;
  background-size: cover !important;
}

.slide-way-grind {
  background: url(../img/slide-way-grind.jpg) no-repeat top center !important;
  background-size: cover !important;
}

.special-purpose-machine {
  background: url(../img/special-purpose-machine1.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.gallery-inner {
  background: url(../img/gallery-inner.png) no-repeat top center !important;
  background-size: cover !important;
}

.reconditioning-Work1 {
  background: url(../img/machine-design1.png) no-repeat center center !important;
  background-size: cover !important;
}

.slideway {
  background: url(../img/slide-way-grind1.jpg) no-repeat bottom center !important;
  background-size: cover !important;
}

.about-banner {
  background: url(../img/about-banner-bg.png) no-repeat center center !important;
  background-size: cover !important;
}

.machine-design {
  background: url(../img/machine-design.png) no-repeat bottom center !important;
  background-size: cover !important;
}

.fabrication {
  background: url(../img/heavy-duty.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.infrastructure {
  background: url(../img/infra.png) no-repeat center center !important;
  background-size: cover !important;
}

.client-banner {
  background: url(../img/client-banner.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.heavy-convey {
  background: url(../img/heavy-convenor.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.inner-banner {
  background: url("../img/inner-banner.jpg") no-repeat top center;
  background-size: cover;
  height: 160px;
}
.inner-banner h2 {
  font-size: 2rem;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.inner-banner .bg-white {
  border-radius: 6px;
}
.inner-banner .breadcrumb .breadcrumb-item {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500 !important;
}
.inner-banner .breadcrumb .breadcrumb-item a {
  color: #204583;
}

.our-products h3 {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  color: #204583;
}
.our-products .card {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}
.our-products .card:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.our-products .card a {
  text-decoration: none !important;
}
.our-products .card h3 {
  font-size: 1.25rem;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500 !important;
  margin-bottom: 0;
  text-align: center;
  color: #1a1a1a;
}

.single-page h2 {
  font-size: 2.5rem;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  color: #204583;
}
.single-page p {
  font-family: "Red Hat Text", sans-serif;
}
.single-page a {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  font-size: 18px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 4px;
}
.single-page .contact-btn {
  background: #204583;
}
.single-page .whatsapp-btn {
  background: #09b863;
}

.about-page .core-value ul {
  display: flex;
  flex-wrap: wrap;
}
.about-page .core-value ul li {
  width: 48%;
}
.about-page .card {
  border: none;
  padding: 15px;
  height: 100%;
  box-shadow: 0 6px 12px 0 rgba(221, 221, 221, 0.3);
}
.about-page .card h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 20px;
}
.about-page .card ul {
  list-style: disc;
}
.about-page .card .card-icon {
  text-align: left;
  height: 60px;
  margin-bottom: 24px;
  width: auto !important;
}

.contact-us h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.contact-us h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.contact-us .card {
  padding: 20px 0px 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  border: none;
  border-bottom: 3px solid #204583;
  border-radius: 0;
}
.contact-us .card .icon i {
  font-size: 28px;
  color: #204583;
}
.contact-us .card .icon p {
  font-family: "Red Hat Text", sans-serif;
}

.contact-page .bg-img {
  width: 100%;
  background: url("../img/bg-img.png") top center;
}
.contact-page h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.contact-page h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1a1a1a;
}
.contact-page .message-box {
  padding: 0px 30px 15px;
  background: #f1f1f1;
}
.contact-page .message-box .custom-btn {
  padding: 5px 32px;
}
.contact-page .message-box input, .contact-page .message-box textarea, .contact-page .message-box select {
  box-shadow: none !important;
  border: 1px solid #dbdbdbb0;
  border-radius: 2px;
  font-size: 14px;
}
.contact-page .contact-address .icon i {
  color: #204583;
}

.service-page img {
  min-height: 300px;
  width: auto !important;
  margin-bottom: 20px;
  max-height: 600px;
}

.home-product-container .img-container {
  z-index: 4;
}
.home-product-container h2 {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1a1a1a;
}
.home-product-container .shop-btn {
  padding: 5px 25px;
  border: 1px solid #204583;
  background-color: #204583;
  color: #fff !important;
  width: 140px;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 2px;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
}
.home-product-container .text-container h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
}
.home-product-container .col-md-4 {
  position: relative;
}
.home-product-container .col-md-4:after {
  content: "";
  background: url("https://www.transparenttextures.com/patterns/swirl.png");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.home-product-container .img-container img {
  height: 260px;
  width: auto;
}
.home-product-container .bg-img {
  background: url("../img/bg-img.png");
}
.home-product-container .bg-red {
  background: #fd4261;
}
.home-product-container .bg-orange {
  background: #ea8a0d;
}
.home-product-container .bg-green {
  min-height: 400px;
  background: #9ab905;
}
.home-product-container .bg-light-blue {
  background: #31cbce;
}
.home-product-container .bg-voilet {
  background: #b821c5;
}

.footer {
  background: #f1f1f1;
}
.footer .navbar-brand {
  display: flex;
  align-items: center;
}
.footer .footer-bg {
  background: url("../img/footer1.png") center center no-repeat;
  background-size: cover;
}
.footer a, .footer i, .footer h1 {
  color: #fff;
}
.footer img {
  z-index: 2;
  height: 100px;
  width: auto;
  margin-bottom: 0.5rem;
}
.footer .navbar-brand {
  z-index: 2;
}
.footer .navbar-brand i {
  z-index: 2;
  font-size: 1.75rem;
}
.footer h1 {
  z-index: 2;
  font-weight: 700;
}
.footer a {
  z-index: 2;
  text-decoration: none;
  position: relative;
  left: 0;
  transition: 0.5s left ease;
}
.footer p, .footer a, .footer h6 {
  z-index: 2;
  color: #fff;
}
.footer p {
  z-index: 2;
  font-size: 14px;
}
.footer h6 {
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.footer h6 {
  z-index: 2;
  margin-bottom: 1.5rem;
}
.footer address {
  z-index: 2;
  color: #fff;
  margin-bottom: 0rem;
}
.footer ul {
  z-index: 2;
  padding-left: 1rem;
  list-style: square;
}
.footer ul li {
  z-index: 2;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.footer ul li a {
  text-transform: capitalize;
}
.list-group-item {
  text-transform: capitalize;
}
.footer .contact {
  z-index: 2;
  margin-bottom: 1rem;
}
.footer .contact i {
  z-index: 2;
  color: #fff;
  margin-right: 12px;
}
.footer .social {
  z-index: 2;
  list-style: none;
}
.footer .social a {
  z-index: 2;
  display: inline-block;
  padding: 0 6px;
  color: #fff;
}
.footer .social a i {
  z-index: 2;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .slide .slide__content--headings h2 {
    font-size: 2.5rem;
    line-height: 48px;
  }

  .home-about .home-about-text {
    padding: 20px 20px 20px 45px;
  }

  .navigation .navbar-nav .nav-item {
    min-width: 95px;
  }
}
@media screen and (max-width: 991px) {
  .home-product-full .home-about-text {
    order: 2;
  }
  .home-product-full .hone-about-bg1 {
    margin-top: 30px;
    order: 1;
  }

  .slider .slick-next, .slider .slick-prev {
    display: none !important;
  }

  .testimonial .client-slider1 .testiminial-card {
    width: 33.33%;
  }

  .home-treatment .client-slider2 .testiminial-card, .testimonial .client-slider2 .testiminial-card {
    width: 50%;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    left: unset;
  }

  .navigation .navbar-nav .nav-item {
    height: 60px;
  }

  .navigation .navbar-brand {
    z-index: 22;
  }

  .navigation #collapsibleNavbar {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 86px;
    z-index: 1;
  }

  .navigation .navbar-brand img {
    height: 100px;
    margin-top: 14px;
  }

  .home-product, .home-about {
    flex-wrap: wrap;
  }

  .slide .slide__content {
    left: 0%;
  }

  .home-product .home-about-text, .home-about .home-about-text,
.home-product .hone-about-bg, .home-about .hone-about-bg {
    width: 100%;
  }

  .navigation .navbar-nav {
    height: auto;
    box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding-top: 30px;
  }
  .navigation #collapsibleNavbar {
    background: #fff;
  }

  .slide {
    height: 500px;
  }
  .slide img {
    display: none;
  }
  .slide .img1 {
    background: url("../img/banner2.jpg") top center no-repeat;
    background-size: cover;
    height: 500px;
  }
  .slide .img2 {
    background: url("../img/sliding-and-packing.jpg") top center no-repeat;
    background-size: cover;
    height: 500px;
  }
  .slide .img3 {
    background: url("../img/reconditioning-service.jpg") top center no-repeat;
    background-size: cover;
    height: 500px;
  }
  .slide .img4 {
    background: url("../img/scissor-lift.jpg") top center no-repeat;
    background-size: cover;
    height: 500px;
  }

  .home-products h2 {
    font-size: 2rem;
  }
  .home-products .nav-tabs .nav-item {
    font-size: 16px;
  }

  .inner-banner h2 {
    font-size: 2rem;
  }

  .home-about .home-about-text {
    padding: 20px 20px 20px 25px;
  }
  .home-about .home-about-text h2 {
    font-size: 2rem;
  }

  .testimonial h2 {
    font-size: 2rem;
  }

  .footer .col-md-6 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message-box {
    padding: 0px 0px 15px;
  }

  .footer .social {
    display: flex;
    display: -ms-flex;
  }
  .footer .social li {
    padding-right: 10px;
  }

  .home-products nav {
    overflow: auto;
  }
  .home-products nav .nav-tabs {
    width: 600px;
    overflow: auto;
    justify-content: flex-start;
  }
  .home-products nav .nav-tabs .nav-item {
    padding: 15px 24px;
  }

  .home-about {
    flex-wrap: wrap;
  }
  .home-about .hone-about-bg {
    width: 100%;
  }
  .home-about .home-about-text {
    width: 100%;
    padding: 30px 15px 50px;
  }

  .inner-banner h2 .p-4 {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 575px) {
  .home-treatment .client-slider2 .testiminial-card, .testimonial .client-slider2 .testiminial-card {
    width: 100%;
  }

  .navigation a h1 {
    font-size: 2rem;
  }

  .how-work h2, .home-service h2, .contact-us h2, .testimonial h2 {
    font-size: 1.75rem;
  }

  .slide .slide__content {
    transform: translate(-2%, -58%);
  }
  .slide .slide__content--headings p {
    padding: 0;
  }
  .slide .slide__content--headings h2 {
    font-size: 2rem;
    line-height: 34px;
  }

  .footer h1 {
    font-size: 2rem;
  }

  .inner-banner h2,
.home-product .title-container h2, .home-about .title-container h2,
.home-about .home-about-text h2,
.home-services h2,
.slide .slide__content--headings h2 {
    font-size: 1.8rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 410px) {
  .testimonial .client-slider1 .testiminial-card {
    width: 100%;
  }

  .topContact a {
    font-size: 0;
  }
  .topContact a i {
    font-size: 15px;
  }

  .slide .slide__content {
    transform: translate(0%, 0%);
    padding: 0;
    top: 5%;
  }

  .slide .slide__content--headings {
    padding: 18px 15px 30px;
  }
  .slide .slide__content--headings h3 {
    font-size: 1.9rem;
  }

  .home-products h2 {
    font-size: 1.9rem;
  }

  .home-products nav .nav-tabs .nav-item {
    padding: 15px;
  }

  .inner-banner h2 {
    font-size: 1.9rem;
  }
}

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