@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: ;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

html {
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  transition: 0.8s all ease;
}

a:hover {
  text-decoration: none;
  transition: 0.8s all ease;
}

/*Common Classes*/
button:focus {
  outline: none;
}

.custom-container {
  width: 89%;
  margin: 0 auto;
}

.custom-container-left {
  padding-left: 120px;
}

.common-section {
  padding: 100px 0;
}

.common-bottom-padding {
  padding-bottom: 100px
}

.common-top-padding {
  padding-top: 100px
}

.common-btn {
  font-size: 18px;
  background-color: transparent;
  color: #091426;
  border: 2px solid #091426;
  display: inline-block;
  padding: 12px 24px 12px 12px;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
}

.common-btn svg {
  margin-left: 8px;
}

.common-btn:hover svg path,
.common-btn:hover svg circle {
  transition: all 0.5s ease-in
}

.common-btn.blue {
  color: #BB373C;
  border: 2px solid #BB373C;
}

.common-btn.blue:hover {
  background-color: #BB373C;
  color: #fff;
}

.common-btn.blue svg path,
.common-btn.blue svg circle {
  stroke: #BB373C;
}

.common-btn.blue:hover path,
.common-btn.blue:hover circle {
  stroke: #fff;
  fill: transparent
}

.common-btn.white {
  color: #fff;
  border: 2px solid #ffF;
}

.common-btn.white:hover {
  background-color: #fff;
  color: #BB373C;
}

.common-btn.white:hover path,
.common-btn.white:hover circle {
  stroke: #BB373C;
  fill: transparent
}

/* .common-btn:after {content: '';height: 30px;width: 30px;border: 2px solid #1E1E3E;border-radius: 50%;display: block;position: absolute;right:22px;top: 50%;transform: translateY(-50%);} */
.title-box {
  margin-bottom: 24px;
}

.title-box.center {
  text-align: center;
}

.title-box h2 {
  font-size: 40px;
  font-weight: 600;
  color: #bb373c;
  text-transform: uppercase;
}

header {
  transition: all 0.5s ease-in;
  background-color: #fff
}

header .top-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(90.01deg, #E23F43 0.61%, #B0363A 100%);
  padding: 12px 0;
  transition: all 0.5s ease-in;
}

header .top-header a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

header .top-header a:hover {
  color: #091426;
}

header .top-header .left-box {
  float: left;
  display: flex;
  text-align: center;
  gap: 5px;
}

header .top-header .right-box {
  float: right;
}

header .top-header li {
  display: inline-block;
  transition: all 0.5s ease-in
}

header .top-header li img {
  transition: all 0.5s ease-in
}

header .top-header li:hover a img {
  transform: scale(1.1);
  transition: all 0.5s ease-in
}

header .top-header li:not(:last-child) {
  margin-right: 24px;
}

header .main-header .left-logo-box {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 0;
}

header .main-header .left-logo-box a {
  display: block;
}

header .main-header .right-box {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  text-align: right;
}

header .main-header .right-box li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-in
}

header .main-header .right-box li.dropdown-item {
  color: #1E1E3E;
  transition: all 0.5s ease-in;
  padding: 0 10px;
  font-size: 16px;
}

header .main-header .right-box li a {
  color: #091426;
  transition: all 0.5s ease-in;
  display: inline-block;
}

header .main-header .right-box li.active a,
header .main-header .right-box li:hover a {
  color: #bb373c;
  transition: all 0.5s ease-in;
}

header .main-header .right-box li:not(:last-child) a {
  padding: 35px 20px;
  text-decoration: none;
}

header .main-header .right-box .common-btn {
  margin-left: 20px;
}

header .main-header .right-box a.common-btn:hover {
  background-color: #091426;
  color: #fff;
}

header .main-header .right-box a.common-btn:hover path,
header .main-header .right-box a.common-btn:hover circle {
  stroke: #fff;
  fill: transparent
}

header li.dropdown a#productdropdownMenu svg {
  margin-left: 8px;
}

header li.dropdown a#productdropdownMenu:hover svg path {
  fill: #52B4BF;
}

/* header li.dropdown a#productdropdownMenu:hover svg path , header .dropdown.service-link.show a svg path{fill: #52B4BF;} */
header .dropdown-menu.show {
  border: none;
  box-shadow: rgba(51, 51, 51, .47) 5px 5px 10px -8px;
  margin-top: -1px;
}

header .main-header .right-box .dropdown-menu a {
  color: #1E1E3E !important;
  display: block;
  padding: 10px 0;
}

header .main-header .right-box li.dropdown-item a {
  padding: 5px;
}

header .main-header .right-box .dropdown-item:hover {
  background-color: transparent;
}

header .main-header .right-box .dropdown-item:hover a {
  color: #bb373c !important;
}

header.shrink .top-header {
  display: none;
  transition: all 0.5s ease-in;
}

header.shrink {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
  border-bottom: 2px solid #bb373c;
}

.banner-section {
  background-image: url(../images/main-banner.png);
  background-position: center center;
  color: #fff;
  background-size: cover;
}

/* .banner-section:before {content: '';height: 1290px;width: 1293px;background-color: #393A79;border:10px solid #fff;position: absolute;left: 0;border-radius: 50%;} */
.banner-section .owl-carousel .owl-item img {
  width: 70%;
  margin: 0 auto;
  padding-left: 80px;
}

#banner-slider {
  height: 800px;
  position: relative;
}

.banner-section .owl-carousel,
.banner-section .owl-carousel .owl-stage-outer,
.banner-section .owl-carousel .owl-stage,
.banner-section .owl-carousel .owl-item {
  height: 100%;
}

.banner-section .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* .banner-section .owl-carousel .owl-item:nth-child(2) .item img {width: 80%;} */
.banner-section .owl-carousel .owl-item img.banner-second {
  width: 85%;
}

.banner-section .left-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.banner-section .right-box {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}

.banner-section .inner-con h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.banner-section .inner-con p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}

.banner-section .inner-con a.fill {
  margin-right: 24px;
  background-color: #fff;
  color: #1E1E3E;
}

.banner-section .inner-con a.common-btn:hover {
  background-color: #fff;
  color: #1E1E3E;
}

.banner-section .inner-con a.common-btn:hover path,
.banner-section .inner-con a.common-btn:hover circle {
  stroke: #1E1E3E;
  fill: transparent
}

.banner-section .inner-con a.fill:hover {
  background-color: transparent;
  color: #fff;
}

.banner-section .inner-con a.fill:hover path,
.banner-section .inner-con a.fill:hover circle {
  stroke: #fff;
  fill: transparent
}

.banner-section .inner-con a {
  color: #fff;
  border: 2px solid #fff;
}

.banner-section .owl-dots {
  position: absolute;
  left: 125px;
  bottom: 50px;
  font-size: 0;
  font-weight: 500;
  height: 30px;
}

.banner-section .owl-dots .owl-dot button {
  display: inline-block;
  margin-right: 16px;
  position: relative;
  width: 40px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

.banner-section .owl-dots .owl-dot.active {
  font-size: 24px;
}

.banner-section .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}

.banner-section .owl-dots .owl-dot:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 56%;
  right: 0;
}

.about-section .left-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #1E1E3E;
  padding-right: 50px;
}

.about-section .left-box p {
  margin-bottom: 12px;
}

.about-section .left-box a {
  margin-top: 20px;
}

.about-section .right-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  text-align: right;
  position: relative;
  transition: all 0.5s ease-in;
}

/* .about-section .right-box:hover .icon-box {transform: rotate(180deg);transition: all 0.5s ease-in;} */

.icon-box {
  height: 348px;
  width: 348px;
  text-align: center;
  background-color: #091426;
  border-radius: 50%;
  border: 24px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3%;
  padding: 50px 0;
}

.product-feature-section {
  background-color: #FDF4F5;
}

.product-feature-section .left-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.product-feature-section .right-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 25px;
}

.product-feature-section .right-box li {
  font-size: 22px;
  font-weight: 500;
  color: #1E1E3E;
  position: relative;
  padding-left: 28px;
}

.product-feature-section .right-box li:before,
.product-feature-section .right-box li:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
}

.product-feature-section .right-box li::before {
  height: 8px;
  width: 8px;
  background-color: #bb373c;
  top: 14px;
  left: 4px;
}

.product-feature-section .right-box li::after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #091426;
  top: 10px;
  left: 0;
}

.product-feature-section .right-box li:not(:last-child) {
  margin-bottom: 24px;
}

.product-feature-section .left-box .icon-box {
  height: 448px;
  width: 448px;
  background-color: #BB373C;
  padding: 66px 0;
  right: 30px;
  left: auto;
  border-color: #F4F5FF;
}

.aodd-pump-section .title-box,
.products-section .title-box {
  text-align: center;
}

.industry-we-serve-section .title-box {
  text-align: center;
}

.industry-we-serve-section ul li {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  color: #fff;
}

.industry-we-serve-section ul li::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #bb373c;
  top: 12px;
  left: 0px;
}

.industry-we-serve-section ul li:not(:last-child) {
  margin-bottom: 8px;
}

.industry-we-serve-section .blue-title {
  width: 80%;
  background-color: #bb373c;
  padding: 16px 0 16px 32px;
  border-radius: 0 6px 6px 0;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
}

.industry-we-serve-section .blue-title h3 {
  font-size: 32px;
  font-weight: 600
}

.industry-we-serve-section ul {
  position: absolute;
  bottom: 50px;
  left: 32px
}

.industry-we-serve-section .inner-box img {
  border-radius: 6px;
}

.cta-section {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.cta-section .blue-box {
  background-color: #091426;
  padding: 50px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-section .blue-box .left-box h3 {
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.cta-section .blue-box .left-box {
  flex: 0 0 70%;
}

.cta-section .blue-box a {
  display: inline-block;
  vertical-align: middle;
}

.cta-section .common-btn {
  color: #fff;
  border: 2px solid #fff;
}

.cta-section .common-btn:hover {
  background-color: #fff;
  color: #bb373c;
  transition: all 0.5s ease-in
}

.cta-section .common-btn:hover svg path,
.cta-section .common-btn:hover svg circle {
  stroke: #bb373c;
  transition: all 0.5s ease-in
}

/* footer {background-color:#333232;padding-top: 180px;color: #fff;font-size: 18px;font-weight: 400;position: relative;}
footer .bg-logo {position: absolute;right: 0;bottom: 0;width: 100%;}
footer a {color: #fff;transition: all 0.5s ease-in;}
footer a:hover {color:#bb373c;transition: all 0.5s ease-in;}
footer h3 {font-size: 24px;font-weight: 600; text-transform: uppercase;margin-bottom: 16px;position: relative;}
footer h4 {font-size: 18px;margin-bottom: 16px;font-weight: 600;text-transform: uppercase;}
footer h3:before {content: '';width: 10px;height: 10px;background-color: #bb373c;border-radius: 50%;position: absolute;left: -20px;top: 18px;}
footer .main-footer {padding-bottom: 60px;}
footer .qr-box {padding-left: 30px;}
footer .about-box .footer-logo {margin-bottom: 24px;display: block;}
footer .about-box li {display: inline-block;}
footer .about-box ul {margin-top: 24px;}
footer .about-box li a {height: 50px;width: 50px;display: block;border: 1px solid #fff;border-radius: 50%;margin-right: 16px;text-align: center;padding: 10px 0;}
footer .about-box li:hover a {background-color:#bb373c;border:1px solid #bb373c;}
footer .col-md-3 ul li:not(:last-child) {margin-bottom: 16px;}
footer .col-md-3 ul li span {font-weight: 600;}
footer .bottom-footer {border-top: 1px solid #D9D9D9;padding: 16px 0;position: relative;z-index: 1;}
footer .bottom-footer .left-box {float: left;}
footer .bottom-footer .right-box {float: right;}
footer .bottom-footer .right-box i{color:#FF3030} */
.back-to-top {
  transition: all 0.5s ease-out;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #bb373c;
  text-align: center;
  padding: 4px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
}

.back-to-top a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.back-to-top:hover {
  background-color: #091426;
  transition: all 0.5s ease-in;
}

.our-products-section .all-products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.products {
  background: url(../images/products-pattern.jpg) no-repeat center #fff;
  background-size: cover;
  text-align: center;
  position: relative;
  border: 1px solid #C7C7C7;
  padding: 48px 24px 24px 24px;
}

/* .our-products-section .products img {width: 100%;height: 100px;object-fit: scale-down;} */
.products p {
  font-size: 24px;
  color: #091426;
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 600
}

.products p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40%;
  height: 4px;
  background: #bb373c;
  margin: 0 auto;
}

.products span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: #091426;
  padding: 6px;
  display: block;
  transition: all .6s ease-in;
  width: 50px;
  height: 50px;
  text-align: left;
  border-top: solid 4px #bb373c;
  border-left: solid 4px #bb373c;
}

.products:hover span {
  width: 100%;
  height: 100%;
  transition: all .6s ease-out;
}

.products:hover img {
  transform: scale(1.1);
  transition: all .6s linear;
}

#products-slider .products {
  padding: 50px 24px 24px 24px;
  height: 410px;
}

#products-slider.owl-carousel .owl-stage-outer {
  margin-right: -1px;
}

#products-slider .products p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

#products-slider .products .img-box {
  height: 230px;
  position: relative;
}

/* #products-slider .products .img-box img {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);} */
/* #products-slider .products:hover img {transform: scale(1.1);transition: all 0.5s ease-in;} */
#products-slider .products img {
  width: 100%;
  object-fit: scale-down;
}

#products-slider button[type="button"] {
  background-color: #bb373c;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease-in;
}

#products-slider button[type="button"]:hover {
  background-color: #091426;
  transition: all 0.5s ease-in;
}

#products-slider .owl-prev {
  margin-right: 24px;
  text-align: right;
}

#products-slider .owl-next {
  text-align: left;
}

#products-slider .owl-nav {
  text-align: center;
  margin-top: 32px
}

/* ABOUT US CSS */
.inner-banner-section {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.inner-banner-section .inner-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

.inner-banner-section h1 {
  font-size: 40px;
  font-weight: 600;
}

.inner-banner-section ul {
  margin-top: 12px;
}

.inner-banner-section ul li:not(:last-child) {
  margin-right: 8px;
}

.inner-banner-section ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  transition: all .6s ease-out
}

.inner-banner-section ul li a {
  color: #fff;
  transition: all .6s ease-out
}

.inner-banner-section ul li:hover a {
  color: #F4B860;
  transition: all .6s ease-out
}

h3 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
}

.inner-banner-section.about-banner {
  background-image: url(../images/about-banner.png);
}

.who-we-are-section .left-box {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 60px;
}

.who-we-are-section .right-box {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 50px;
}

.who-we-are-section .right-box h3.sub-title {
  color: #091426;
  padding-top: 16px;
  border-top: 1px solid #D2D2D8;
  margin-top: 16px;
  margin-bottom: 32px;
}

.who-we-are-section .left-box p {
  margin-bottom: 12px;
}

.who-we-are-section .left-box a {
  margin-top: 22px;
}

.who-we-are-section .right-box .facts {
  display: inline-block;
  padding: 6px 0;
  padding-left: 12px;
  border-left: 6px solid #BB373C;
  width: 49%;
  position: relative;
}

.who-we-are-section .right-box .facts:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  background-color: #BB373C;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: 0.5s;
}

.who-we-are-section .right-box .facts:hover::before {
  width: 80%;
  transition: 0.5s;
}

.who-we-are-section .right-box .facts:hover p,
.who-we-are-section .right-box .facts:hover h3 {
  color: #fff;
  transition: 0.5s
}

.who-we-are-section .right-box .facts p {
  color: #1E1E3E;
  font-weight: 500;
  transition: 0.5s
}

.who-we-are-section .right-box .facts h3 {
  color: #091426;
  transition: 0.5s
}

.about-slider-section,
.industry-we-serve-section {
  cursor: url('../images/cursor.png'), pointer;
  transition: 0.5s
}

.about-slider-section img {
  border-radius: 6px;
}

.about-slider-section .icon-box img {
  width: auto;
}

.about-slider-section .icon-box {
  height: 260px;
  width: 260px;
  left: auto;
  padding: 24px 0;
  left: -20%;
  padding: 40px 55px;
  right: auto
}

.about-slider-section .icon-box.dark-blue {
  background-color: #091426;
}

.about-slider-section .icon-box.light-blue {
  background-color: #BB373C;
}

.about-slider-section .icon-box.orange {
  background-color: #a0a5a8;
}

.mission-vision-section .inner-container {
  display: flex;
  gap: 32px
}

.mission-vision-section .inner-container .blue-box {
  color: #fff;
  background-color: #091426;
  padding: 50px 0;
  border-radius: 6px;
}

.mission-vision-section .inner-container .blue-box .con-box {
  padding: 0 50px;
  width: 50%;
  display: inline-block;
}

.mission-vision-section .inner-container .blue-box .logo-box {
  width: 50%;
  ;
  height: 250px;
  display: inline-block;
  margin-left: -5px;
  vertical-align: top;
}

.mission-vision-section .inner-container .blue-box .logo-box .img-box {
  background-color: #1e252f;
  width: 77%;
  margin-left: auto;
  height: 100%;
  text-align: center;
  position: relative;
  border-radius: 6px 0 0 6px;
}

.mission-vision-section .inner-container .blue-box .logo-box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mission-vision-section .inner-container .blue-box .con-box h3 {
  margin-bottom: 16px;
}

.distributor-section {
  background-image: url(../images/distributor-banner.png);
  background-size: cover;
  color: #fff;
  background-position: center
}

.distributor-section .title-box h2 {
  color: #fff;
}

.distributor-section p {
  width: 55%;
  margin-bottom: 32px;
}

.why-choose-section .inner-container {
  display: flex;
  background-color: #FDF4F5;
  border-radius: 6px;
}

.why-choose-section .left-box {
  position: relative;
}

.why-choose-section .right-box {
  position: relative;
  width: 100%;
}

.why-choose-section .right-box ul {
  margin-bottom: 32px;
}

.why-choose-section .right-box li {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 19px;
  vertical-align: middle;
}

.why-choose-section .right-box .con-box {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.why-choose-section .right-box .con-box p {
  margin-bottom: 16px;
}

.why-choose-section .right-box li span {
  display: inline-block;
  height: 34px;
  width: 34px;
  background-color: #F4B860;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 4px;
  font-size: 18px;
  margin-right: 12px;
  vertical-align: middle;
}

.why-choose-section .left-box .icon-box {
  height: 274px;
  width: 274px;
  left: auto;
  padding: 24px 0;
  right: -22%;
}

header .dropdown-toggle::after {
  display: none
}

header .dropdown-toggle {
  padding: 0 !important;
}

header li.dropdown a {
  padding-right: 0 !important;
}

header .dropdown-menu.show {
  top: 30px !important;
  left: -83% !important;
}

/* Product CSS 17-10-2022 */
.installation-section .custom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.installation-section .left-box {
  flex: 0 0 50%;
}

.installation-section .right-box {
  flex: 0 0 50%;
}

.installation-section .left-box img.install-img {
  margin-top: 50px;
  width: 100%;
}

.installation-section .right-box li:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 2px solid #D9D9D9;
}

.installation-section .right-box li:not(:last-child) {
  margin-bottom: 24px;
}

.installation-section .right-box {
  padding-left: 32px;
}

.installation-section .right-box li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 16px;
  background-color: #BB373C;
  color: #fff;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 0px;
}

.installation-section .right-box li h4 {
  font-size: 24px;
  color: #bb373c;
  margin-bottom: 12px;
}

.installation-section .right-box li .con-box {
  width: 89%;
  display: inline-block;
  vertical-align: top;
}

.installation-section .right-box li .con-box p {
  color: #1E1E3E;
  font-weight: 500;
}



/*Product Inner AODD Pump M.O.C - Polyproplene CSS  */
.title-box.mb-32 {
  margin-bottom: 32px;
}

/* .inner-product-section .custom-container {display: flex;justify-content:space-between;align-items: center;} */
.inner-product-section .left-box {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}

.inner-product-section .right-box {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  text-align: right;
}

.inner-product-section h4 {
  color: #393A79;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}

.inner-product-section h3 {
  margin-bottom: 16px;
  color: #1E1E3E;
}

/* .inner-product-section table tr {margin-bottom: 9px !important;} */
.inner-product-section table {
  width: 100%;
}

.inner-product-section table th {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  width: 60%;
  vertical-align: top;
}

.inner-product-section table th,
.inner-product-section table td {
  padding-top: 8px;
  border-bottom: 2px solid #8F8F9F;
  color: #1E1E3E;
  width: 50%;
}

/* .inner-product-section table td:last-child {border-bottom: none;} */
.inner-product-section table tr:last-child th,
.inner-product-section table tr:last-child td {
  border-bottom: none;
}

.inner-product-section table td p {
  color: #1E1E3E;
  margin-bottom: 8px;
}

.inner-product-section table td p span {
  display: inline-block;
  font-weight: 500;
}

.inner-product-section .right-box {
  position: relative;
}

.inner-product-section .right-box .icon-box {
  left: 5%;
}

.performance-graph-section {
  background-image: url(../images/graph-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  color: #fff
}

.performance-graph-section .custom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.performance-graph-section .left-box {
  flex: 0 0 50%;
}

.performance-graph-section .right-box {
  flex: 0 0 50%;
}

.performance-graph-section .right-box img {
  width: 100%;
  border-radius: 6px;
}

.performance-graph-section .left-box h4 {
  font-size: 28px;
  font-weight: 600;
}

.performance-graph-section .title-box h2 {
  color: #fff;
}

.our-products-section.related-products-section .all-products {
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.our-products-section.related-products-section .all-products .products img {
  margin-top: 30px;
}

.our-products-section.related-products-section .all-products .products span {
  font-size: 32px;
}

.our-products-section.related-products-section .all-products .products p {
  margin-top: 44px;
}

/* Quality Page CSS 31-10-2022 */
.common-bottom-section {
  padding-bottom: 100px;
}

.download-brochures-section .inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.download-brochures-section .inner-container .common-box {
  background-color: #E6E9FA;
  border-radius: 6px;
}

.download-brochures-section .inner-container .common-box.green {
  background-color: #EBF1EA;
}

.download-brochures-section .inner-container .common-box.yellow {
  background-color: #FCF6F0;
}

.download-brochures-section .inner-container .common-box.purple {
  background-color: #D5F4F9;
}

.download-brochures-section .inner-container .common-box .inner-box {
  padding: 40px;
}

.download-brochures-section .inner-container .common-box .inner-box h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  width: 80%;
  margin-bottom: 30px;
  color: #1E1E3E;
}

.download-brochures-section .inner-container .common-box .inner-box img {
  margin-top: 45px;
  width: 100%;
}

.download-brochures-section .inner-container .common-box .inner-box .common-btn.fill {
  background: #bb373c;
  border-color: #bb373c;
  color: #fff;
  transition: all 0.5s ease-in
}

.download-brochures-section .inner-container .common-box .inner-box .common-btn.fill:hover {
  background-color: transparent;
  color: #bb373c;
  transition: all 0.5s ease-in
}

.download-brochures-section .inner-container .common-box .inner-box .common-btn.fill:hover svg path,
.download-brochures-section .inner-container .common-box .inner-box .common-btn.fill:hover svg circle {
  stroke: #bb373c;
  transition: all 0.5s ease-in
}


/* Contact Us Page CSS Jiya 14-10-2022 */
.title-box.mb-50 {
  margin-bottom: 50px;
}

.get-in-touch-section .left-box {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.get-in-touch-section .left-box .inner-box .row {
  margin-top: 32px;
  margin-left: 0;
}

.get-in-touch-section .left-box p {
  font-weight: 500;
  color: #1E1E3E;
}

.get-in-touch-section .left-box .inner-box .row .col-md-6 {
  padding-left: 0px;
}

.get-in-touch-section .left-box .inner-box .row .col-md-12 {
  padding-left: 0px;
  margin-bottom: 12px;
}

.get-in-touch-section .left-box .inner-box .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #1E1E3E;
}

.get-in-touch-section .left-box .inner-box .form-group {
  border: none;
  border-radius: none;
  padding: 0;
}

.get-in-touch-section .left-box .inner-box .form-group input.form-control {
  padding: 0;
}

.get-in-touch-section .left-box .inner-box .form-group input {
  border-radius: 0;
  width: 100%;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #969595;
  border: none;
  border-bottom: 2px solid #969595;
}

.get-in-touch-section .left-box .inner-box .form-group {
  margin-bottom: 24px;
}

.get-in-touch-section .right-box {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin-left: -5px;
  text-align: right;
  position: relative;
}

.get-in-touch-section .right-box .icon-box {
  left: 5%;
}

.get-in-touch-section .left-box .common-btn.fill {
  background-color: #BB373C;
  color: #FFFFFF;
  border: 2px solid #BB373C;
}

.get-in-touch-section .left-box .common-btn.fill:hover {
  background-color: #ffffff;
  color: #BB373C;
}

.get-in-touch-section .left-box .common-btn.fill:hover path,
.get-in-touch-section .left-box .common-btn.fill:hover circle {
  stroke: #BB373C;
  fill: transparent
}

.get-in-touch-section .left-box .form-control:focus {
  box-shadow: none;
}

.get-in-touch-section .left-box input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.get-in-touch-section .left-box .inner-box .form-group input:focus {
  border-bottom: 2px solid #1E1E3E;
  color: #1E1E3E;
}

.contact-us-section .inner-box {
  display: flex;
  justify-content: space-between;
  gap: 50px
}

.contact-us-section .inner-box .common-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-bottom: 6px solid #091426;
  padding: 40PX;
  border-radius: 6px;
  width: 100%;
}

.contact-us-section .inner-box .common-box h3 {
  color: #3B3F7C;
  font-weight: 600;
  font-size: 32px;
  position: relative;
  border-bottom: 2px solid #D2D2D8;
  padding-bottom: 12px;
  margin-bottom: 16px;
  padding-left: 23PX;
}

.contact-us-section .inner-box .common-box h3:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #BB373C;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 18px;
}

.contact-us-section .inner-box .common-box .icone-box {
  background-color: #BB373C;
  padding: 9px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 7px;
}

.contact-us-section .inner-box .common-box .con-box .contact-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  width: 89%;
  color: #3B3F7C;
  font-size: 18px;
  margin-bottom: 16px;
}

.contact-us-section .inner-box .common-box .con-box .contact-box h4 {
  font-weight: 600;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 4px;
}

.contact-us-section .inner-box .common-box .con-box .contact-box span {
  font-weight: 500;
  color: #3B3F7C;
}

.contact-us-section .inner-box .common-box .con-box {
  margin-bottom: 16px;
}

.contact-us-section .inner-box .common-box .con-box:last-of-type {
  margin-bottom: 0;
}

.contact-us-section .inner-box .common-box .con-box .contact-box h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #3B3F7C;
  margin-bottom: 4px;
}

.contact-us-section .inner-box .common-box .con-box .contact-box a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #3B3F7C;
}

.contact-us-section .inner-box .common-box .icone-box i {
  font-size: 19px;
  color: #ffffff;
}

.contact-us-section .inner-box .common-box .con-box .contact-box.amt-sales {
  width: 47%;
}

.contact-us-section .inner-box .common-box .con-box .contact-box a:hover {
  color: #BB373C;
}

.map-section {
  margin-bottom: -90px;
  line-height: 0;
}

.map-section iframe {
  width: 100%;
  height: 600px;
}

/* Product Changes */
.our-products-section .all-products {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.our-products-section .all-products h4 {
  font-size: 20px;
  color: #3B3F7C;
  margin-top: 20px;
}

.our-products-section .all-products img.left-img {
  margin-right: 50px;
  transition: all .6s ease-out
}

.our-products-section .all-products img.right-img {
  margin-left: 50px;
  transition: all .6s ease-out
}

.our-products-section .all-products .products span {
  height: 80px;
  width: 80px;
  font-size: 32px;
  padding: 20px 24px;
  transition: all .6s ease-out
}

.our-products-section .all-products .products {
  padding-bottom: 30px;
}

.our-products-section .all-products .products p {
  line-height: 35px;
}

.our-products-section .all-products .products:hover span {
  width: 100%;
  height: 100%;
  transition: all .6s ease-out
}

/* .our-products-section .all-products .products:hover img {transform: none;} */
.our-products-section .all-products .products p::after {
  width: 60%;
}

/* Inner-product */
.our-products-section.inner-section .all-products {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.our-products-section.inner-section .all-products img.left-img {
  margin-right: 20px;
}

.our-products-section.inner-section .all-products img.right-img {
  margin-left: 20px;
}

.our-products-section.inner-section .all-products .products p {
  line-height: 30px;
  font-size: 22px;
}

.our-products-section.inner-section .all-products h4 {
  font-size: 18px;
  margin-top: 15px
}

.our-products-section.inner-section .all-products .products span {
  height: 60px;
  width: 60px;
  font-size: 26px;
  padding: 10px;
  transition: all .6s ease-out;
}

.our-products-section.inner-section .all-products .products:hover span {
  width: 100%;
  height: 100%;
  transition: all .6s ease-out
}

header .fraction {
  font-size: 20px;
}

/*Dipali Changes 09-11-2022 */
.pump-gad-section {
  text-align: center;
}

.pump-gad-section .inner-box {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.pump-gad-section .inner-box .common-box {
  width: 100%;
  padding: 20px;
  background-color: #D5F4F9;
  border-radius: 6px;
  transition: all .3s ease-out
}

.pump-gad-section .inner-box .common-box:hover {
  box-shadow: 0 0 15px #0000004f;
  transition: all .3s ease-out;
  cursor: pointer;
}

.pump-gad-section .inner-box .common-box a {
  font-size: 24px;
  color: #1E1E3E;
  font-weight: 500;
  display: block;
}

.pump-gad-section .inner-box .common-box.green {
  background-color: #EBF2EA;
}

.pump-gad-section .inner-box .common-box.yellow {
  background-color: #FCF6F0;
}

.pump-gad-section .inner-box .common-box.purple {
  background-color: #E6E9FA;
}

.join-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.join-title h3 {
  color: #3B3F7C;
  font-weight: 500;
}

.modal-dialog {
  max-width: 50%;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.close {
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  right: -15px;
  background-color: #1E1E3E !important;
  opacity: 1;
  color: #fff;
  padding: 3px 8px !important;
  font-size: 20px;
  border-radius: 50%;
  top: -15px;
}

#exampleModal1 .close:hover {
  background-color: #393A79 !important;
  opacity: 1 !important;
  color: #fff;
}

#exampleModal1 .btn.common-btn.fill {
  background-color: #52b4bf;
  color: #fff;
  border-color: #52b4bf;
}

#exampleModal1 .common-btn.fill path,
#exampleModal1 .common-btn.fill circle {
  stroke: #fff;
  fill: transparent
}

#exampleModal1 .common-btn.fill:hover {
  color: #52b4bf;
  border-color: #52b4bf;
  background-color: transparent;
}

#exampleModal1 .common-btn.fill:hover path,
#exampleModal1 .common-btn.fill:hover circle {
  stroke: #52b4bf;
  fill: transparent
}

#exampleModal1 label {
  color: #1E1E3E;
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none;
  border-color: #52B4BF;
}

.btn:focus {
  box-shadow: none;
}

.about-section .common-btn.fill {
  background-color: #BB373C;
  color: #fff;
  border-color: #BB373C;
  margin-left: 24px;
}

.about-section .common-btn.fill path,
.about-section .common-btn.fill circle {
  stroke: #fff;
  fill: transparent
}

.about-section .common-btn.fill:hover {
  color: #BB373C;
  border-color: #BB373C;
  background-color: transparent;
}

.about-section .common-btn.fill:hover path,
.about-section .common-btn.fill:hover circle {
  stroke: #BB373C;
  fill: transparent
}

.drawings-section .table-box {
  background-color: #FCF6F0;
  padding: 30px;
}

.drawings-section .table-box .inner-box li {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid gray;
  align-items: center;
}

.drawings-section .table-box .inner-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.drawings-section .table-box .inner-box li h3 {
  font-size: 28px;
  color: #2F3263;
  font-weight: 500;
}

.drawings-section .common-btn.fill {
  background: #52B4BF;
  border-color: #52B4BF;
  color: #fff;
  transition: all 0.5s ease-in
}

.drawings-section .common-btn.fill:hover {
  background-color: transparent;
  color: #52B4BF;
  transition: all 0.5s ease-in
}

.drawings-section .common-btn.fill:hover svg path,
.drawings-section .common-btn.fill:hover svg circle {
  stroke: #52B4BF;
  transition: all 0.5s ease-in
}

/* .pump-gad-section.inner-download-section {text-align: left;} */
.pump-gad-section.inner-download-section .common-download-box {
  margin-bottom: 50px;
}

.pump-gad-section.inner-download-section .common-download-box:last-of-type {
  margin-bottom: 0;
}

.pump-gad-section.inner-download-section .common-download-box h3 {
  font-size: 30px;
  color: #2F3263;
  margin-bottom: 16px;
  text-align: left;
  font-weight: 500;
}

footer .qr-box img {
  width: 57%;
}

.clients-section .clients-logo-box li {
  width: 164px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 26px;
  background: #fff;
  border: 1px solid #9699c8;
  text-align: center;
  border-radius: 6px;
}

.clients-section .clients-logo-box li img {
  width: 80%;
}

.global-map-section {
  background: #f5f5f5;
  text-align: center;
}

.acn-box {
  padding-top: 12px;
}

.download-brochures-section .inner-container .common-box .inner-box h4 {
  width: 100%;
}

.download-brochures-section .inner-container .common-box .inner-box {
  text-align: center;
}

.download-brochures-section .inner-container .common-box.purple {
  background: #E6E9FA;
}

.download-brochures-section .inner-container .common-box.blue {
  background: #D5F4F9;
}

/*For Loader*/
.spinner {
  /*margin: 100px auto;*/
  height: 40px;
  font-size: 10px;
}

.spinner>div {
  background-color: #465ca0;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4)
  }

  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

form#contact-form input.error {
  border: 1px solid red;
  background: #FFD3D3;
}


footer .map-box img {
  width: 100%;
}

.mission-vision-section .inner-container {
  flex-wrap: wrap;
  justify-content: center;
}

.mission-vision-section .inner-container .blue-box {
  width: 49%;
}


.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

header .main-header .right-box li.dropdown-item .dropdown-submenu li {
  display: block;
}

header .main-header .right-box li.dropdown-item .dropdown-submenu li a {
  color: #091426 !important;
}

header .main-header .right-box li.dropdown-item .dropdown-submenu li a:hover {
  color: #bb373c !important;
}


header .dropdown-menu .dropdown-item a span svg {
  width: 8px;
  margin-left: 10px;
}

footer .bg-logo {
  display: none;
}

.standard-accessories-section .common-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.standard-accessories-section {
  text-align: center;
}

.standard-accessories-section .products p {
  font-size: 20px;
  margin-top: 15px;
}

.standard-accessories-section .all-products h4 {
  font-size: 18px;
}

.barrel-banner {
  background-image: url(../images/barrel-product-banner.png);
}

.barrel-products-section .right-box .icon-box {
  display: none;
}

footer .contact-box.units a {
  display: block;
}

footer .contact-box.units ul li a:first-child {
  margin-bottom: 5px;
}

/*.contact-us-section .inner-box .common-box .con-box .contact-box:last-of-type {margin-bottom: 0 !important;}*/
.certification-section .frame-box {
  border: 15px solid #091426;
}

.certification-section {
  text-align: center;
}

.common-banner-section.inner-banner-section.about-banner {
  background-image: url(../images/Ambica-About-Us-Banner.png) !important;
}


.banner-section .owl-carousel .owl-item img.banner-second.banner-third {
  width: 70%;
}

.our-products-section .all-products .barrel-product-img img {
  width: 265px;
}

.our-products-section .all-products .aodd-product-img img {
  width: 150px;
}

.banner-section .owl-dots .owl-dot button {
  background: transparent;
  border: none;
  font-weight: 500;
}

.banner-section .owl-dots .owl-dot button::after {
  position: relative;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 56%;
  right: 0;
}

.banner-section .owl-dots .owl-dot.active button {
  font-size: 24px;
  color: #fff;
}

.banner-section .owl-dots .owl-dot {
  display: inline-block;
}

.banner-section .owl-dots .owl-dot::after {
  display: none !important;
}

.banner-section .owl-dots .owl-dot.active {
  font-size: inherit !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}



/*Hydro testing pump css*/

.our-products-section .all-products .products {
  padding-bottom: 25px;
}

#pdf {
  color: #bb373c;
}

.inner-banner-section.triplex-banner {
  background-image: url(../images/Frame_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.comen-tab-dising-wrap th,
.comen-tab-dising-wrap td {
  width: unset !important;
  border: 2px solid black;
  width: 50%;

  text-align: center;
}


.table-col-50 {
  width: 50;
}

@media (max-width: 767px) {
  .table-col-50 {
    width: 50;
  }
}

.tab-col-50 {
  width: 50%;
}

#hydro-pump {
  width: 90%;
  margin-left: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: black;
}

.font-w {
  background-color: #bb373c;
}

#triplex {
  width: 90%;
  margin-left: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: black;
  text-align: center;
  padding-top: 10px;
}

#back {
  background-color: #bb373c;
  color: white;
}

#pump6 {
  width: 48.5%;
}

#pump7 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#pump_5 {
  width: 48.5%;
  margin-top: 1%;
}

#pump8 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

.image-wrapper {
  margin-top: 50%;
}

#pump {
  width: 48.5%;
  margin-top: -29.9%;
}

#pump1 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#pump9 {
  width: 48.5%;
  margin-top: 1%;
}

#pump10 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#pump17 {
  width: 48.5%;
  margin-top: 1%;
}

#pump3 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#image1 {
  width: 48.5%;
}

#image2 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#image3 {
  width: 48.5%;
  margin-top: 1%;
}

#image4 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#amtlp1 {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
}

#amtlp2 {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
}

#amtlp3 {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
}

#titlecontent {
  margin-top: -0px;
}

.pdf1 {
  margin-top: -50px;
}

#amtmp {
  width: 80%;
  margin-left: 10%;
}

#triplex1 {
  width: 48.5%;
}

#triplex2 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}

#triplex3 {
  width: 48.5%;
  margin-top: 1%;
}

#triplex4 {
  width: 48.5%;
  margin-left: 39.9%;
  margin-top: -29.9%;
}


#special-wrapper {
  background-color: #1E1E3E;
  color: #fff;
  width: 36%;
  padding: 18px 0px 18px 0px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 10px;
  font-size: 27px;
}

.pl-4-with_dot li {
  list-style: disc;
}

.pl-5-with_dot li {
  list-style-type: circle;
  margin-left: 2%;
}

.New-custom-container {
  padding: 0 0 80px 0;
}

/* New header css */

#custom-li-left_box {
  display: flex;
  text-align: center;
  gap: 5px;
  text-decoration: none;
}


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

/* Main dropdown item */
.dropdown {
  position: relative;
}

/* Top-level menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 4px;
  padding: 10px 0;
}

/* Show dropdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

/* Dropdown item styling */
.dropdown-item {
  position: relative;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}

.dropdown-item>a {
  display: block;
  padding: 10px 16px;
  color: #1E1E3E;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s;
}

.dropdown-item>a:hover {
  background-color: #f5f5f5;
}

/* Submenu */
.dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
}

/* Show submenu on hover */
.dropdown-item:hover>.dropdown-submenu {
  display: block;
}

/* Optional: Add indicator (like arrow) on items that have submenus */
.dropdown-item>a svg {
  margin-left: 6px;
  vertical-align: middle;
}

/* Fraction style (optional, for ½ etc.) */
.fraction {
  font-size: 90%;
  vertical-align: top;
}

.dropdown-item a {
  margin-bottom: -13%;
}

ul.dropdown-menu.dropdown-submenu {
  margin-left: -8%;
}

.main-footer .row {
  display: flex;
  /* flex-wrap: wrap; */
  margin-right: -15px;
  margin-left: -15px;
}


.col-md-3 {
  flex: 0 0 25%;
  max-width: 23%;
}

.col-md-3 {
  position: relative;
  width: 100%;
  padding-left: 17px;
  padding-right: 7px;
}


@mixin make-row($gutter: $grid-gutter-width) {
  display: flex !important;
  /* flex-wrap: wrap; */
  margin-right: -15% !important;
  margin-left: -15% !important;
}


@mixin make-col($size, $columns: $grid-columns) {
  flex: 0 0 percentage($size / $columns);
  // Add a `max-width` to ensure content within each column does not blow out
  // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
  // do not appear to require this.
  max-width: percentage($size / $columns);
}


.contact-box.units a {
  text-decoration: none;
}

ul.nav-box a {
  text-decoration: none;
}


@media (max-width: 414px) {
  .main-footer .row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
  }

  footer .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 85%;
  }

  footer .map-box img {
    width: 89%;
  }

  .left-logo-box img .logo {
    width: 104px;
  }
}

@media (max-width: 768px) {
  .main-footer .row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
  }

  footer .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 85%;
  }

  footer .map-box img {
    width: 89%;
  }

  .left-logo-box img .logo {
    width: 104px;
  }
}


footer {
  background-color: #333232;
  padding-top: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

footer .bg-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

footer a {
  color: #fff;
  transition: all 0.5s ease-in;
}

footer a:hover {
  color: #bb373c;
  transition: all 0.5s ease-in;
}

footer h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
}

footer h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

footer h3:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #bb373c;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 18px;
}

footer .main-footer {
  padding-bottom: 60px;
}

footer .qr-box {
  padding-left: 30px;
}

footer .about-box .footer-logo {
  margin-bottom: 24px;
  display: block;
}

footer .about-box li {
  display: inline-block;
}

footer .about-box ul {
  margin-top: 24px;
}

footer .about-box li a {
  /* height: 50px; */
  width: 50px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 16px;
  text-align: center;
  padding: 9px 0;
  padding-top: 14px !important;
}

footer .about-box li:hover a {
  background-color: #bb373c;
  border: 1px solid #bb373c;
}

footer .col-md-3 ul li:not(:last-child) {
  margin-bottom: 16px;
}

footer .col-md-3 ul li span {
  font-weight: 600;
}

footer .bottom-footer {
  border-top: 1px solid #D9D9D9;
  padding: 16px 0;
  position: relative;
  z-index: 1;
}

footer .bottom-footer .left-box {
  float: left;
}

footer .bottom-footer .right-box {
  float: right;
}

footer .bottom-footer .right-box i {
  color: #FF3030
}

/* blog listing css start*/

.blog-listing-grid {
  padding: 40px 0;
}

.blog-listing-grid .page-title {
  padding-bottom: 40px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.blog-grid-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.blog-grid-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.post-meta {
  font-size: 0.9em;
  color: #555;
  margin: 10px 15px 0;
}

.post-title {
  font-size: 1.1em;
  margin: 5px 15px;
}

.post-title a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.read-more-icon {
  margin-left: 15px;
  color: #928772;
  font-weight: bold;
}

.post-excerpt {
  margin: 10px 15px 15px;
  font-size: 0.95em;
  color: #444;
}

.view-all-container {
  text-align: center;
  margin-top: 40px;
}

.view-all-btn {
  background: #bb373c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

/* blog listing css end*/

/* .entry-content {
  padding:200px!important;
  padding-top:0px !important;
} */
.entry-content p {
  line-height: 33px !important;
  font-size: 16px !important;
  padding-bottom: 10px
}

.entry-content ul li {
  list-style: disc !important;
  margin: 20px !important;
  font-size: 18px !important;
}

.entry-content ol li {
  list-style: auto !important;
  margin: 20px !important;
  font-size: 18px !important;
}

.custom-container-800 {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.single-post main .featured-media img {
  width: 100%;
}

@media(max-width:1366px) {
  footer .about-box li a {
    padding: 9px 0 !important;
    width: 40px !important;
  }
}

@media(max-width:1199px) {
  footer {
    padding-top: 60px !important;
  }

  .main-footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important;
  }

  .main-footer .col-md-3 {
    flex: 0 0 45%;
    max-width: 50%;
  }
}

@media(max-width:767px) {
  footer {
    padding-top: 60px !important;
  }

  .main-footer .row {
    display: flex;
    flex-wrap: wrap;
  }

  .main-footer .col-md-3 {
    flex: 0 0 90%;
    max-width: 100%;

  }
}

@media(min-width:1300px) {
  footer .bottom-footer {
    padding-top: 20px !important;
    padding-bottom: 37px !important;
  }
}