@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("../css/animate.min.css");
body {
  background-image: url("../images/bg-home.jpg");
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif !important;
}

/* Custom styles for navbar transition */
.navbar {
  transition: background-color 0.3s ease, top 0.3s ease;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Sticky navbar with transparent background by default */
.navbar-transparent {
  background-color: transparent !important;
}

/* When the user scrolls away from the top, navbar will change to white background */
.navbar-scrolled {
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-scrolled .navbar-brand.logo {
  width: 169px;
  height: 41px;
  background-image: url("../images/pankaj-srivastava-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.navbar-scrolled .nav-link {
  color: #000 !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar-scrolled .nav-link.active {
  color: #e23530 !important;
  font-weight: 500 !important;
}

.navbar-transparent .nav-link {
  color: #fff !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar-transparent .nav-link.active {
  color: #e23530 !important;
  font-weight: 500 !important;
}
.navbar-transparent .navbar-brand.logo {
  width: 169px;
  height: 41px;
  background-image: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

.dropdown-item {
  padding: 8px 16px !important;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #e23530 !important;
  color: #000 !important; /* Change text color for better contrast */
}

/*Navbar Dropdown animation*/
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #000;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
/*Navbar Dropdown animation*/
.hero-section {
  width: 100%;
  height: 642px;
  margin-top: 121px;
  margin-bottom: 60px;
  position: relative;
  border-bottom: solid 2px #e23530;
}
.hero-section .empowerwrap {
  width: 300px;
  height: 100%;
  margin-left: 70px;
}
.hero-section .empowerwrap h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  padding-top: 80px;
  line-height: 60px;
}
.hero-section .empowerwrap h2 span {
  display: block;
  color: #e23530;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-section .empowerwrap p {
  text-align: left;
  padding-top: 60px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
  padding-bottom: 50px;
  padding-right: 40px;
  line-height: 26px;
}
.hero-section .empowerwrap .btn-primary {
  background-color: #e23530;
  border-color: #e23530;
  font-size: 14px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-section .empowerwrap .btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #e23530;
  border-color: #e23530;
}
.hero-section .pankajsri {
  position: absolute;
  left: 170px;
  bottom: 0;
  background-image: url("../images/pankaj-srivastava.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 894px;
  height: 642px;
  z-index: 10;
}
.hero-section .psnamewrap {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 530px;
  height: 100%;
  z-index: 10;
}
.hero-section .psnamewrap h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 80px;
  line-height: 48px;
}
.hero-section .psnamewrap h1 span {
  display: block;
  color: #e23530;
  font-weight: 600;
  font-size: 60px;
}
.hero-section .psnamewrap p {
  width: 300px;
  text-align: left;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
  margin-top: 30px;
  margin-left: 200px;
  line-height: 26px;
}
.hero-section .psnamewrap .herosocial {
  padding-bottom: 70px;
  text-align: right;
  margin-left: 175px;
  margin-top: 40px;
}
.hero-section .psnamewrap .herosocial a {
  text-decoration: none;
  color: #e23530;
  font-size: 22px;
}
.hero-section .psnamewrap .herosocial a:hover {
  color: #fff;
}
.hero-section .psnamewrap .herosocial a .herosocialitem {
  width: 45px;
  height: 45px;
  background-color: #060b0c;
  border-radius: 50%;
  border: solid 1px #e23530;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.hero-section .psnamewrap .herosocial a .herosocialitem:hover {
  background-color: #e23530;
  color: #000;
}

.servicewrap h2 {
  font-size: 1.125rem;
  color: #565454;
  font-weight: 500;
  text-transform: uppercase;
}
.servicewrap h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
.servicewrap p {
  font-size: 0.875em;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.servicewrap .btn-primary {
  font-size: 16px;
  color: #4e0806;
  border-radius: 0;
  background-color: #e23530;
  border-color: #e23530;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 5px 8px #6c6a6a;
}
.servicewrap .btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  transform: scale(1.1);
}
.servicewrap .servicegradwrap {
  width: 85%;
  margin: 0 auto;
  background-color: #4e0806;
  height: 515px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 20px;
}
.servicewrap .servicegradwrap .sericebgphoto {
  background-color: #e23530;
  width: 460px;
  height: 440px;
  position: absolute;
  top: 8%;
  left: -10%;
  border-radius: 20px;
  background-position: center center;
  overflow: hidden;
}
.servicewrap .servicegradwrap .btn-primary {
  background-color: #e23530;
  color: #fff;
  position: absolute;
  bottom: -20px;
  right: 28%;
  box-shadow: none;
  height: 70px;
  width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
.servicewrap .servicegradwrap .btn-primary i {
  padding-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.servicewrap .servicegradwrap .btn-primary:hover {
  transform: scale(1);
}
.servicewrap .servicegradwrap .btn-primary:hover i {
  padding-left: 30px;
}
.servicewrap .servicegradwrap .servicecontentwrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap {
  width: 50%;
  padding-right: 60px;
}
.servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
}
.servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap h3 {
  font-size: 2.25rem;
  color: #e23530;
}
.servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
  line-height: 24px;
}
.servicewrap .servicegradwrapRight {
  width: 85%;
  margin: 0 auto;
  background-color: #4e0806;
  height: 515px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 20px;
}
.servicewrap .servicegradwrapRight .sericebgphotoRight {
  background-color: #e23530;
  width: 460px;
  height: 440px;
  position: absolute;
  top: 7%;
  right: -10%;
  border-radius: 20px;
  background-position: center center;
  overflow: hidden;
}
.servicewrap .servicegradwrapRight .btn-primary {
  background-color: #e23530;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 7%;
  box-shadow: none;
  height: 70px;
  width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 14px;
}
.servicewrap .servicegradwrapRight .btn-primary i {
  padding-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.servicewrap .servicegradwrapRight .btn-primary:hover {
  transform: scale(1);
}
.servicewrap .servicegradwrapRight .btn-primary:hover i {
  padding-left: 30px;
}
.servicewrap .servicegradwrapRight .servicecontentwrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap {
  width: 50%;
  padding-left: 60px;
}
.servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
}
.servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap h3 {
  font-size: 2.25rem;
  color: #e23530;
}
.servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
  line-height: 24px;
}

/* .phe-group{
  background-image: url('../images/phe-group.png');
} */
/* .phe-repair{
  background-image: url('../images/installation-and-commissioning.jpg');
} */
/* .phe-install{
  background-image: url('../images/install-hydraulic-training.jpg');
} */
/* .phe-reconunits{
  background-image: url('../images/hydraulic-pump-recon.jpg');
} */
.bg-promise {
  background-image: url("../images/bg-our-promise.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.bg-promise h2 {
  font-size: 2rem;
  color: #e23530;
  text-transform: uppercase;
  margin: 0;
}
.bg-promise p {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.bg-promise .card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  padding: 30px 20px 20px 20px;
  background-color: rgba(12, 16, 10, 0.1);
  border-color: #e23530;
}
.bg-promise .card p {
  color: #fff;
  font-weight: 200;
}
.bg-promise .card .card-title {
  font-size: 1rem;
  color: #e23530;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.bg-promise .card ul li {
  color: #fff;
  display: flex;
  align-items: top;
  font-weight: 200;
  font-size: 0.875rem;
  padding-bottom: 15px;
}
.bg-promise .card ul li i {
  margin-right: 20px;
  font-size: 20px;
}
.bg-promise .card:hover {
  transform: translateY(-10px);
}
.bg-promise .card-body {
  z-index: 1;
  position: relative;
}
.bg-promise .card-icon {
  font-size: 3rem;
  color: #e23530;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}
.bg-promise .card:hover .card-icon {
  transform: translateY(-10px);
}
.bg-promise .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
  z-index: 0;
}
.bg-promise .card:hover .card-bg {
  transform: translateY(100%);
}

footer .yellowbg {
  background-color: #000;
}
footer .yellowbg h4 {
  font-size: 1.1rem;
  color: #e23530;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .yellowbg p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0px;
}
footer .yellowbg p a {
  color: #fff;
  text-decoration: none;
}
footer .yellowbg p a:hover {
  text-decoration: underline;
}
footer .copybg {
  background-color: #e23530;
}
footer .copybg p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0px;
  text-transform: uppercase;
}
footer .copybg .footersocial {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .copybg .footersocial a .socialiconfoot {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  color: #e23530;
  text-decoration: none !important;
}
footer .copybg .footersocial a .socialiconfoot:hover {
  background-color: #e23530;
  color: #fff !important;
}
footer .copybg .footersocial a:hover {
  text-decoration: none;
  color: #000;
}

.background-image-transparent {
  background-image: none !important;
}

.navbarInner {
  position: relative;
  z-index: 10; /* Ensures navbar appears above other content */
  width: 100%;
  transition: top 0.3s ease-in-out;
}
.navbarInner .navbar {
  transition: top 0.3s;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow for the bottom */
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.navbarInner .nav-link {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.navbarInner .dropdown-menu {
  display: none;
  transition: all 0.3s ease;
}
.navbarInner .dropdown-menu.show {
  display: block;
  transform: translateY(0);
}
.navbarInner .dropdown-menu {
  transform: translateY(-10px);
}
.navbarInner .dropdown-item {
  text-transform: none;
}
.navbarInner .navbar.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.navbarInner .navbar.hide-nav {
  top: -90px;
}

/* When the navbar becomes fixed */
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Body padding adjustment when navbar is fixed */
body.navbar-fixed-body {
  padding-top: 80px; /* Adjust this value to the height of your navbar */
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.servicesection {
  background-image: url("../images/bg-services-repair.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  margin: 150px 30px 80px 30px;
}
.servicesection.units {
  background-image: url("../images/bg-services-units.jpg");
}
.servicesection h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding-right: 48px;
  padding-bottom: 20px;
  color: #fff;
}
.servicesection h1 span {
  font-size: 3.5rem;
  display: block;
  font-weight: 700;
  padding-top: 10px;
}
.servicesection p {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
  padding-bottom: 40px;
  padding-right: 30px;
  color: #fff;
}
.servicesection .sectionlist h2 {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.servicesection .sectionlist ul {
  padding: 0;
  margin: 0;
}
.servicesection .sectionlist ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 30px;
  margin-left: 5px;
  color: #fff;
}
.servicesection .sectionlist ul li span {
  margin-left: 10px;
}
.servicesection .sectionlist .sectsubtitle {
  font-size: 2rem;
}
.servicesection .sectionlist p {
  font-size: 1rem;
}
.servicesection .sectionlist p a {
  color: #fff;
  text-decoration: none;
}
.servicesection .formwrap {
  background-image: url("../images/bg-contact-form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  padding: 50px 30px;
  border-radius: 10px;
}
.servicesection .formwrap .form-label {
  color: #fff;
  font-weight: 200;
}
.servicesection .formwrap .form-control {
  height: 42px;
  margin-bottom: 10px;
  border-radius: 0;
}
.servicesection .formwrap .btn-primary {
  background-color: #e23530;
  border-color: #e23530;
  color: #000;
  text-transform: uppercase;
}
.servicesection .image-column img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: auto;
}
.servicesection .gallbtnwrap {
  display: flex;
  align-items: center;
}

.repairbenefits {
  background-image: url("../images/bg-benefits.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.repairbenefits h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #e23530;
  text-transform: uppercase;
  text-align: center;
}
.repairbenefits h2 span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.repairbenefits .benefitswrap {
  padding-top: 100px;
}
.repairbenefits .benefitswrap .benefitsitem {
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-right: 40px;
}
.repairbenefits .benefitswrap .benefitsitem .benefitnumber {
  width: 50px;
  height: 50px;
  background-color: #e23530;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: -25px;
  left: 40px;
}
.repairbenefits .benefitswrap .benefitsitem p {
  font-size: 1rem;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  width: 55%;
}

.featurereconunits {
  background-color: #efecec;
}
.featurereconunits h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  padding-right: 20px;
}
.featurereconunits p {
  font-weight: 300;
}
.featurereconunits .card-title {
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.featurereconunits .card-text {
  font-size: 0.875rem;
  color: #000;
  padding-top: 10px;
}

.bg-featurescard {
  background-image: url("../images/bg-home.jpg");
}

.featurereconunits.bg-featurescard h2, .featurereconunits.bg-featurescard p {
  color: #fff;
}
.featurereconunits.bg-featurescard .card {
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px #565454;
}
.featurereconunits.bg-featurescard .card-title {
  color: #e23530;
}
.featurereconunits.bg-featurescard .card-text {
  color: #fff;
}

.lg-w-75 {
  width: 75% !important;
}

.bgourcompany {
  background-color: #e23530;
  background-image: url("../images/bg-our-promise.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bgourcompany .ourcamptitwrap h2 {
  font-size: 24px;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
}
.bgourcompany .ourcamptitwrap h2 span {
  font-size: 36px;
  display: block;
  color: #e23530;
  font-weight: 600;
}
.bgourcompany .ourcampcardwrap .card {
  background-color: #000;
  border-radius: 0;
  border: solid 1px #2c2e2c;
}
.bgourcompany .ourcampcardwrap .card .card-title {
  font-size: 14px;
  color: #e23530;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
}
.bgourcompany .ourcampcardwrap .card p {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  font-weight: 200;
}

.ourtestimonials {
  position: relative;
  background-color: #000;
  background-image: url("../images/bg-video-vector.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.ourtestimonials h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.ourtestimonials h2 span {
  font-size: 36px;
  display: block;
  color: #e23530;
  font-weight: 700;
}

.bg-sect {
  background: rgb(39, 39, 40);
  background: linear-gradient(90deg, rgb(39, 39, 40) 0%, rgb(17, 16, 16) 44%, rgb(5, 5, 5) 100%);
  border: solid 1px #1e1e1e;
}

.bg-sectRight {
  background: rgb(39, 39, 40);
  background: linear-gradient(90deg, rgb(5, 5, 5) 30%, rgb(17, 16, 16) 70%, rgb(39, 39, 40) 100%);
  border: solid 1px #1e1e1e;
}

.gall-220 {
  width: 100%;
  height: 225px;
  background-color: #e23530;
  overflow: hidden;
  border: solid 1px #565454;
  border-radius: 10px;
}
.gall-220 img {
  width: 100%;
  height: auto;
  display: block;
}

.gall-465 {
  width: 100%;
  height: 465px;
  background-color: #e23530;
  overflow: hidden;
  border: solid 1px #565454;
  border-radius: 10px;
}
.gall-465 img {
  width: 100%;
  height: auto;
  display: block;
}

.bg-gall-patt {
  background-image: url("../images/bg-pattern-one.jpg");
  background-repeat: repeat;
}
.bg-gall-patt h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.bg-gall-patt h3 {
  color: #e23530;
  font-style: 36px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 40px;
}

.btn-primary {
  background-color: #e23530;
  font-size: 14px;
  text-transform: uppercase;
  border-color: #e23530;
  padding: 15px 30px;
  letter-spacing: 1px;
}
.btn-primary:hover {
  background-color: #ca910a;
  border-color: #ca910a;
}

.btn-white {
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-color: #fff;
  padding: 15px 30px;
  color: #e23530;
  letter-spacing: 1px;
}
.btn-white:hover {
  background-color: #e23530;
  border-color: #e23530;
  color: #fff;
}

.text-primary {
  color: #e23530 !important;
}

.coursestopicwrap {
  /* Card animation on hover */
  /* Icon size */
  /* Card text styling */
  /* Custom styling for list items with icons */
}
.coursestopicwrap .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coursestopicwrap .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.coursestopicwrap .card-icon {
  font-size: 3rem;
  color: #007bff;
}
.coursestopicwrap .card-body h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.coursestopicwrap .card-body p {
  font-size: 1rem;
}
.coursestopicwrap .list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.coursestopicwrap .list-unstyled li i {
  margin-right: 10px;
}

.coursestop3days h2 {
  font-size: 24px;
  color: #222121;
  padding-bottom: 20px;
  width: 90%;
}
.coursestop3days h2 span {
  display: block;
  font-size: 36px;
  color: #e23530;
  font-weight: 700;
  padding-top: 10px;
}
.coursestop3days p {
  padding: 20px 40px 20px 0px;
}
.coursestop3days ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.coursestop3days ul li {
  padding: 15px 20px;
  border: solid 1px #ccc;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px #ccc;
  background-color: #fff;
  width: 90%;
}
.coursestop3days ul li i {
  margin-right: 15px;
  font-size: 30px;
  color: #e23530;
}

.methodologywrap {
  position: relative;
  overflow: hidden;
}
.methodologywrap h2 {
  font-size: 24px;
  color: #222121;
  padding-bottom: 20px;
  width: 90%;
}
.methodologywrap h2 span {
  display: block;
  font-size: 36px;
  color: #11297f;
  font-weight: 700;
  padding-top: 10px;
}
.methodologywrap p {
  padding: 20px 40px 20px 0px;
}
.methodologywrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.methodologywrap ul li {
  padding: 15px 20px;
  border: solid 1px #ccc;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px #ccc;
  background-color: #fff;
  width: 90%;
}
.methodologywrap ul li i {
  margin-right: 15px;
  font-size: 30px;
  color: #11297f;
}

.circle-blue-bg {
  background-image: url("../images/circle-blue-bg.png");
  background-repeat: no-repeat;
  background-position: right;
}

.circle-red-bg {
  background-image: url("../images/circle-red-bg.png");
  background-repeat: no-repeat;
  background-position: left;
}

.tablewrap {
  margin-top: 15px;
}
.tablewrap table th, .tablewrap table td {
  background-color: transparent;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-color: #565454;
}
.tablewrap table th {
  color: #e23530;
  font-weight: 600;
}
.tablewrap table td {
  color: #fff;
}

.bg-from-enroll {
  background-color: #e23530;
}
.bg-from-enroll .enrollwrap {
  padding: 60px 30px;
}
.bg-from-enroll .enrollwrap h2 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}
.bg-from-enroll .enrollwrap p {
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
  font-weight: 200;
  letter-spacing: 1px;
}
.bg-from-enroll .enrollwrap .enrollformfields .form-label {
  color: #fff;
  font-weight: 200;
}
.bg-from-enroll .enrollwrap .enrollformfields .form-control, .bg-from-enroll .enrollwrap .enrollformfields .form-select {
  border-radius: 0;
  height: 40px;
}
.bg-from-enroll .enrollwrap .enrollformfields .btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.bg-from-enroll .enrollwrap .enrollformfields .btn-primary:hover {
  background-color: #e23530;
  border-color: #000;
}
.bg-from-enroll .enrollwrap .enrollformfields .error-text {
  color: #fff !important;
  font-size: 0.875rem;
  display: none;
  padding-top: 10px;
}

.mediacardwrap .card .thumbwrap .datewrap {
  position: absolute;
  top: 20px;
  left: 30px;
}
.mediacardwrap .card .thumbwrap .datewrap .dateitemwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mediacardwrap .card .thumbwrap .datewrap .dateitemwrap .caliconwrap {
  background-color: #000;
  color: #e23530;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mediacardwrap .card .thumbwrap .datewrap .dateitemwrap .dateitem {
  background-color: #000;
  color: #e23530;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.mediacardwrap .card .card-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}

.bg-secondary {
  background-color: #11297f !important;
}

.afterfieldservwrap h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.afterfieldservwrap p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
  line-height: 24px;
}

.bluepattern {
  background-image: url("../images/blue-pattern.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.installcommisservice {
  background-image: url("../images/bg-strategic-support.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.installcommisservice h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.installcommisservice h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.installcommisservice p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
  line-height: 26px;
}
.installcommisservice ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.installcommisservice ul li {
  padding: 5px 20px 5px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 200;
  font-size: 0.875rem;
}
.installcommisservice ul li i {
  margin-right: 15px;
  font-size: 24px;
  color: #e23530;
  align-self: self-start;
}

.font-12 {
  font-size: 12px !important;
  font-weight: 200;
}

.error-text {
  color: #e23530 !important;
  font-size: 0.875rem;
  display: none;
  padding-top: 10px;
}

@media only screen and (min-width: 300px) and (max-width: 576px) {
  .navbar-transparent {
    background-color: #000 !important;
  }
  .hero-section .psnamewrap {
    position: static;
    width: 100%;
  }
  .hero-section .psnamewrap h1 {
    font-size: 2rem;
    text-align: center;
    padding-top: 0px;
  }
  .hero-section .psnamewrap h1 span {
    font-size: 2.5rem;
  }
  .hero-section .psnamewrap p {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 20px;
  }
  .hero-section .psnamewrap .herosocial {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    justify-content: center !important;
    padding-bottom: 0;
  }
  .hero-section .pankajsri {
    width: 100%;
    height: 300px;
    background-position: bottom center;
    left: 0;
  }
  .hero-section .empowerwrap {
    display: none;
  }
  .hero-section .empowerwrap h2 {
    font-size: 2rem;
    line-height: 36px;
  }
  .coursestop3days h2 {
    width: 100%;
  }
  .coursestop3days h2 span {
    font-size: 30px;
  }
  .coursestop3days ul li {
    width: 100%;
    font-size: 0.875rem !important;
  }
  .methodologywrap h2 {
    width: 100%;
  }
  .methodologywrap h2 span {
    font-size: 30px;
  }
  .methodologywrap ul li {
    width: 100%;
    font-size: 0.875rem !important;
  }
  .servicewrap h3 {
    font-size: 1.4rem;
  }
  .servicewrap .servicegradwrap, .servicewrap .servicegradwrapRight {
    width: 100%;
    height: auto;
    position: static;
  }
  .servicewrap .servicegradwrap .sericebgphoto, .servicewrap .servicegradwrap .sericebgphotoRight, .servicewrap .servicegradwrapRight .sericebgphoto, .servicewrap .servicegradwrapRight .sericebgphotoRight {
    width: 100%;
    height: 250px;
    position: static;
    background-position: top;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap, .servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap {
    width: 100%;
    padding-right: 0;
  }
  .servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap h2, .servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap h2 {
    font-size: 1rem;
    padding-top: 40px;
    text-align: center;
  }
  .servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap h3, .servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .servicewrap .servicegradwrap .servicecontentwrap .servicetitwrap p, .servicewrap .servicegradwrapRight .servicecontentwrap .servicetitwrap p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .servicewrap .servicegradwrap .btnwrap, .servicewrap .servicegradwrapRight .btnwrap {
    text-align: center;
  }
  .servicewrap .servicegradwrap .btnwrap .btn-primary, .servicewrap .servicegradwrapRight .btnwrap .btn-primary {
    position: static;
    bottom: 0;
    margin-bottom: 30px !important;
    margin: 0 auto;
  }
  .servicewrap .servicegradwrapRight .servicetitwrap {
    padding-left: 0 !important;
  }
  footer .copybg p {
    text-align: center;
  }
  footer .copybg .footersocial {
    justify-content: center !important;
  }
  .servicesection {
    margin-bottom: 40px !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  .servicesection h1 {
    font-size: 1rem;
  }
  .servicesection h1 span {
    font-size: 2rem;
  }
  .servicesection .sectionlist .sectsubtitle {
    font-size: 1.5rem;
  }
  .servicesection .gallbtnwrap {
    flex-direction: column;
  }
  .servicesection p {
    padding-right: 0px !important;
  }
  .servicesection .formwrap {
    padding: 10px 0px;
    height: auto;
  }
  .featurereconunits h2 {
    font-size: 2rem;
  }
  .m-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .m-px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m-px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .m-pt-40 {
    padding-top: 40px !important;
  }
  .m-pb-40 {
    padding-bottom: 40px !important;
  }
  .repairbenefits h2 span {
    font-size: 2rem;
  }
  .repairbenefits .benefitswrap {
    padding-top: 50px;
  }
  .repairbenefits .benefitswrap .benefitsitem {
    height: 120px;
  }
  .repairbenefits .benefitswrap .benefitsitem .benefitnumber {
    left: 20px;
  }
  .repairbenefits .benefitswrap .benefitsitem p {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .m-ps-0 {
    padding-left: 0 !important;
  }
  .m-ps-10 {
    padding-left: 10px !important;
  }
  .m-ps-20 {
    padding-left: 20px !important;
  }
  .m-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .m-pe-0 {
    padding-right: 0 !important;
  }
  .m-mt-25 {
    margin-top: 25px;
  }
  .ourtestimonials {
    background-image: none !important;
  }
  .mediacardwrap .card .thumbwrap .datewrap .dateitemwrap .dateitem {
    font-size: 0.675rem;
  }
  .mediacardwrap .card .thumbwrap .datewrap {
    top: 10px;
    left: 5px;
  }
  .btn-primary {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
  .hero-section .psnamewrap {
    right: 10px;
  }
  .hero-section .psnamewrap p {
    width: 260px;
    margin-left: 250px;
  }
  .hero-section .pankajsri {
    left: 200px;
  }
  .hero-section .empowerwrap {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1366px) {
  .hero-section .pankajsri {
    left: 220px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1440px) {
  .hero-section .pankajsri {
    left: 300px;
  }
  .servicewrap .servicegradwrap {
    width: 80%;
  }
  .servicewrap .servicegradwrap .btn-primary {
    right: 28.5%;
  }
  .servicewrap .servicegradwrapRight .btn-primary {
    left: 5.5%;
  }
}/*# sourceMappingURL=style.css.map */