@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
  color: #c62828 !important;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 0 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.test-mintoo {
  padding: 20px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}
.heading_container h2 span {
  color: #c62828;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.hero_area.machines-hero {
  min-height: auto;
}

.sub_page .hero_area {
  min-height: auto;
}
.sub_page .header_section {
  margin-top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #102a43;
}
.header_section .header_top .contact_nav {
  display: flex;
  justify-content: space-between;
}
.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.header_section .header_top .contact_nav a i {
  margin-right: 7px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c62828;
}
.header_section .header_top .contact_nav a:hover i {
  color: #476269;
}
.header_section .header_bottom {
  border-bottom: 1px solid #ccc;
}
.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar .navbar-search-wrapper {
  margin-left: 15px;
  position: relative;
  min-width: 260px;
}

.navbar .navbar-search-input {
  border-radius: 50px;
  padding-left: 15px;
}

.navbar .navbar-search-results {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1050;
}

.navbar .navbar-search-results a {
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

.navbar .navbar-search-results a:hover {
  background: #f8f9fa;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item {
  position: relative;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  color: rgb(30, 58, 138) !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
}
.custom_nav-container .navbar-nav .nav-item a.dropdown-item {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item a.dropdown-item:hover {
  color: #c62828;
  background-color: #f8f9fa;
}
.custom_nav-container .navbar-nav .nav-item a.dropdown-item.dropdown-item {
  background-color: transparent;
}
.custom_nav-container .navbar-nav .nav-item a.dropdown-item.dropdown-item.active {
  background-color: transparent;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #c62828;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 75px 0;
}
.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(37, 37, 37, 0.8), rgba(37, 37, 37, 0.65));
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #476269;
  text-align: center;
}
.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}
.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c62828;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
}
.slider_section .detail-box a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.slider_section .detail-box a {
  margin-top: 20px;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.slider_section .carousel-indicators li {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  opacity: 1;
  text-indent: unset;
  background-clip: unset;
  border: none;
  font-weight: 500;
  background-color: transparent;
  color: #ffffff;
  opacity: 0.7;
  border-radius: 100%;
  border: 2px solid transparent;
  font-size: 14px;
}
.slider_section .carousel-indicators li.active {
  border: 2px solid #ffffff;
  opacity: 1;
}

.service_section {
  position: relative;
}
.service_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
  border-radius: 5px;
}
.service_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  padding: 10px;
  margin-bottom: -45px;
  position: relative;
}
.service_section .box .img-box img {
  max-width: 100px;
  max-height: 100px;
  position: relative;
  z-index: 3;
}
.service_section .box .img-box::before, .service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #476269;
  z-index: 2;
  transition: all 0.3s;
}
.service_section .box .img-box::before {
  transform: rotate(45deg);
}
.service_section .box .img-box::after {
  transform: rotate(45deg);
}
.service_section .box .detail-box {
  background-color: #f8f8f9;
  padding: 75px 20px 20px 20px;
  text-align: center;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.service_section .box .detail-box a {
  color: #476269;
  font-weight: 600;
}
.service_section .box .detail-box a:hover {
  color: #c62828;
}
.service_section .box:hover .img-box::before {
  transform: rotate(90deg);
}

.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
  padding: 0 45px 45px 0;
}
.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about_section .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 45px);
  height: 450px;
  background-color: #476269;
  z-index: 1;
  opacity: 0.45;
}
.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c62828;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: none;
}
.about_section .detail-box a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.about_section .detail-box a {
  margin-top: 15px;
}
.about_section.product-details {
  padding: 60px 0;
}
.about_section.product-details .container .heading_container {
  padding: 0 0 10px 0;
}
.about_section.product-details .container h3 {
  padding: 20px 0 10px 0;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.about_section.product-details .container p {
  padding: 0;
  margin: 0;
}
.about_section.product-details .container p label {
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 16px;
}

.enquiry-heading {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* why us section */
.why_us_section {
  position: relative;
  color: #ffffff;
}
.why_us_section .why_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.why_us_section .why_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_us_section .why_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(71, 98, 105, 0.6), rgba(71, 98, 105, 0.65));
}
.why_us_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.why_us_section .box .num-box {
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.why_us_section .box h5 {
  margin: 0;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.why_us_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.why_us_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #476269;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: none;
}
.why_us_section .btn-box a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/* end why us section */
.product-specs-table {
  padding: 0 0;
  margin: 15px 0;
}

/* client section start */
.client_section .container {
  padding: 0;
}
.client_section .heading_container {
  margin-bottom: 30px;
  padding: 0 15px;
}
.client_section .box {
  display: flex;
  margin: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.client_section .box .client_id {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 25px;
  min-width: 135px;
}
.client_section .box .client_id h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.client_section .box .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  position: relative;
}
.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #476269;
}
.client_section .box .detail-box p {
  margin-bottom: 10px;
}
.client_section .box .detail-box i {
  color: #476269;
  margin-bottom: 10px;
}
.client_section .owl-carousel .owl-nav {
  display: flex;
  padding: 0 15px;
  margin-top: 45px;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #c62828;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #476269;
}

/* client section end */
.all_products_section {
  position: relative;
  padding: 90px 0;
}
.all_products_section .container {
  padding: 0 15px;
}
.all_products_section .container h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.all_products_section .container h1 span {
  color: #c62828;
}
.all_products_section .container p {
  text-align: center;
  margin-bottom: 45px;
}
.all_products_section .container .product_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  border-width: 1px 1px 15px 5px;
  border-style: solid;
  border-color: #555555;
  border-radius: 20px;
  overflow: hidden;
}
.all_products_section .container .product_container .products-accordion {
  padding: 0;
  margin: 0;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-header button {
  background: #fff;
  color: #333;
  font-weight: 600;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-collapse.show .accordion-body {
  border-top: 1px solid #e6e6e6;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin: 0;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 0 0 0 0;
  margin: 0;
  text-align: left;
  line-height: 40px;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-collapse .accordion-body p a {
  display: block;
  padding: 0 0 0 20px;
  color: #333;
  margin: 0;
  width: 100%;
}
.all_products_section .container .product_container .products-accordion .accordion-item .accordion-collapse .accordion-body p a:hover {
  background: #f8f9fa;
  text-decoration: none;
}

.contact_section {
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
}
.contact_section .heading_container {
  margin-bottom: 25px;
}
.contact_section .heading_container h2 {
  text-transform: uppercase;
}
.contact_section .container-fluid .row .map_container .map .ratio .google-map {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.contact_section .container-fluid .row .map_container .map .ratio .google-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
.contact_section .form_container {
  margin-right: 15px;
}
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.contact_section .form_container input::-moz-placeholder {
  color: #476269;
}
.contact_section .form_container input::placeholder {
  color: #476269;
}
.contact_section .form_container input.message-box {
  height: 120px;
}
.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #c62828;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: none;
}
.contact_section .form_container button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.contact_section .cline {
  padding: 10px 0 0 0;
}
.contact_section .map_container {
  height: auto;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.contact_section .map_container .map {
  height: 100%;
  flex: 1;
}
.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #102a43;
  color: #ffffff;
  padding: 45px 0 15px 0;
}
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.info_section .info_col {
  margin-bottom: 30px;
}
.info_section .info_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
  white-space: nowrap;
}
.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}
.info_section .info_contact .contact_link_box a:hover {
  color: rgb(217.8571428571, 71.1428571429, 71.1428571429);
}
.info_section .info_social {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.info_section .info_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}
.info_section .info_social a:hover {
  color: rgb(217.8571428571, 71.1428571429, 71.1428571429);
}
.info_section .info_links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.info_section .info_links a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.info_section .info_links a:hover {
  color: rgb(217.8571428571, 71.1428571429, 71.1428571429);
}
.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}
.info_section form input::-moz-placeholder {
  color: #ffffff;
}
.info_section form input::placeholder {
  color: #ffffff;
}
.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #c62828;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
}
.info_section form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.info_section form button {
  margin-top: 15px;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.footer_section p {
  color: #476269;
  padding: 20px 0;
  margin: 0;
}
.footer_section p a {
  color: #ffffff;
}
.footer_section p a:hover {
  color: #c62828;
}
.footer_section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_section .container .foot-social a {
  color: #476269;
  padding: 0 10px 0 0;
}/*# sourceMappingURL=style.css.map */