  //
header {
  /* background: url(https://www.propelind.com/wp-content/themes/propel/images/head_bg.jpg) top center no-repeat; */
  min-height: 100px;
  position: relative;
  border-bottom: 2px solid #39c0c3;
  z-index: 999;
  background: linear-gradient(93deg, #001a1d, #00555e 48%);
}

.main-topmenu {
  display: block;
}

.language-section .dropdown-menu.show {
  display: block;
  padding: 5px;
}

.language-section .dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background: #00555e !important;
}

.language-section button.btn.dropdown-toggle {
  font-size: 14px;
}

.mob-menubar {
  display: none;
}

.mob-view-top {
  display: flex;
}

header.sticky {
  position: fixed !important;
}

header .logo {
  margin: 10px 0;
  float: left;
}

header .top-menu {
  float: right;
  color: #fff;
  text-align: right;
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
  align-items: center;
}

header .top-menu a {
  color: #fff;
  display: flex;
  padding-left: 15px;
}

header .main-menu {
  float: right;
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 14px;
}

#news-events-wrapper h1 {
  font-size: 30px;
  margin: 0 !important;
}

//
#home-banner {
  position: relative;
}

#mobile-banner {
  position: relative;
  display: none;
}

#mobile-banner img {
  display: block;
  width: 100%;
  min-height: inherit;
  object-fit: cover;
}

#sub-banner {
  position: relative;
}

#sub-banner .img-wrap {
  float: left;
  width: 100%;
}

#sub-banner .img-wrap img {
  display: block;
  width: 100%;
}

#sub-banner .content-wrap {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  padding: 0 4%;
}

#sub-banner .content-wrap .content {
  float: right;
  max-width: 420px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 5px;
  position: relative;
}

#sub-banner .content-wrap h1 {
  text-align: right;
  color: #fff;
}

#sub-banner .content-wrap span {
  float: right;
  color: #fff;
  background: #005a64;
  cursor: pointer;
  padding: 8px 16px;
}

.prop-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.prop-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

//
#about-wrapper {
  padding: 60px 0;
  background: #ebebeb;
}

#about-wrapper h6 {
  margin-bottom: 15px;
}

#about-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

#about-wrapper .read-more-btn {
  float: none;
  width: 172px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

#content-wrapper {
  padding: 60px 0;
}

#news-wrapper {
  background: #149c9d;
  /*padding: 60px 0;*/
  padding: 60px 0 120px 0;
}

#news-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
}

#news-wrapper .item .date {
  float: left;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#news-wrapper .item h5 {
  float: left;
  width: 100%;
  color: #fff;
  min-height: 41px;
  margin-bottom: 5px;
}

#news-wrapper .item p {
  float: left;
  width: 100%;
  color: #fff;
  min-height: 100px;
  margin-bottom: 15px;
}

#products-wrapper {
  /* padding: 60px 0 120px 0;*/
  padding: 60px 0 0;
}

#products-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

#products-wrapper .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#products-wrapper .item .image img {
  display: block;
  width: 100%;
  height: auto;
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#products-wrapper .item:hover .image img {
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#products-wrapper .item h4 {
  float: left;
  width: 100%;
}

#products-wrapper .item p {
  float: left;
  width: 100%;
  min-height: 115px;
}

#count-wrapper {
  background: #74c69b;
  padding-bottom: 60px;
}

#count-wrapper .box {
  float: left;
  width: 100%;
  padding: 60px 60px 30px 60px;
  background: #ebebeb;
  border-bottom: 8px solid #00a651;
  position: relative;
  margin-top: -60px;
}

#count-wrapper .box .item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#count-wrapper .box .count {
  /*
  width: 210px;
  min-height: 210px;
  background: url("/wp-content/themes/propel/images/count.png") 0 0 no-repeat;

*/
  display: block;
  margin: 0 auto;
  width: 168px;
  min-height: 168px;
  background: url(/wp-content/themes/propel/images/count.png) 0 no-repeat;
  border-radius: 210px;
  overflow: hidden;
  font-size: 37px;
  background-size: contain;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding-top: 65px;
  position: relative;
}

#count-wrapper .box .item .name {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin-top: 15px;
  text-align: center;
}

#awards-wrapper {
  padding: 60px 0;
}

#awards-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

#awards-wrapper .item .image {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#awards-wrapper .item .image img {
  display: block;
  width: 100%;
}

#awards-wrapper .item h4 {
  float: left;
  width: 100%;
}

#awards-wrapper .item p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

#awards-wrapper .read-more-btn {
  width: 160px;
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  background: #f58220;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

#why-wrapper {
  padding: 60px 0;
  background: #ebebeb;
}

#why-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
}

#why-wrapper .item .icon {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

#why-wrapper .item p {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 0;
}

#testimonials-wrapper {
  padding: 60px 0;
  padding-bottom: 0px;
}

#testimonials-wrapper .item {
  margin-bottom: 60px;
}

#testimonials-wrapper .photo {
  float: left;
  width: 100%;
  position: relative;
}

#testimonials-wrapper .photo img {
  display: block;
  width: 100%;
}

#testimonials-wrapper .content {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}

#testimonials-wrapper .name {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

#testimonials-wrapper .name span {
  font-weight: 700;
}

#testimonials-wrapper .read-more-btn {
  display: block;
  text-align: center;
  background: #f58220;
}

#blog-wrapper {
  padding: 60px 0;
  background: #ebebeb;
}

#blog-wrapper .awards-read-more-btn {
  width: 165px;
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  background: #f58220;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

#blog-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

#blog-wrapper .item .image {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#blog-wrapper .item .image img {
  display: block;
  width: 100%;
}

#blog-wrapper .item .content {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-top: -60px;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}

#blog-wrapper .item .content h3 {
  float: left;
  width: 100%;
  font-size: 21px;
  padding-left: 15px;
  border-left: 2px solid #00954d;
  min-height: 75px;
}

#blog-wrapper .item .content .action {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#blog-wrapper .item .content .action .department {
  float: left;
  color: #00954d;
}

#blog-wrapper .item .content .action .department a {
  color: #00954d;
}

#blog-wrapper .item .content .action .date {
  float: right;
  color: #999;
}

#blog-wrapper .item p {
  float: left;
  width: 100%;
  min-height: 120px;
}

#subscribe-wrapper {
  /*background: #149c9d;
  padding: 60px 0;*/
  padding: 0px;
  position: relative;
}

#subscribe-wrapper h2 {
  color: #fff;
  font-size: 36px;
}

#subscribe-wrapper h6 {
  color: #fff;
  text-transform: none;
}

#subscribe-wrapper .container-fluid {
  max-width: 100%;
}

#subscribe-wrapper .left-text-subscribe {
  float: left;
  /*background: #2f9c9d;*/
  background-image: url(/wp-content/themes/propel/images/letter-image1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 46px;
  width: 50%;
}

#subscribe-wrapper .right-text-subscribe {
  float: right;
  width: 50%;
  padding: 46px;
  /*background: #2f9c9d;*/
  background-image: url("/wp-content/themes/propel/images/Year_Book_bg.jpg");
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.read-more-btn {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.contact-btn {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #e87f33;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

//
footer {
  padding: 60px 0;
  background: #005a63;
}

footer h6 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
}

footer p {
  float: left;
  width: 100%;
  color: #fff;
}

footer .follow-box {
  float: left;
  width: 100%;
}

footer .enquiry-box {
  float: left;
  width: 100%;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

i.fa.fa-youtube-play:hover {
  color: #ff0000 !important;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #f9f9f9;
}

.social-network a.icoTwitter:hover i {
  color: #1da1f2;
}

#copy-wrapper {
  padding: 15px 0;
  padding-bottom: 0px;
  background: #175a63;
  color: #fff;
  border-top: 1px solid #ffffffa6;
  text-align: center;
}

//
.products-details-wrapper {
  float: left;
  width: 100%;
  padding: 46px 0;
}

.products-details-wrapper.bg-1 {
  background: url(/wp-content/themes/propel/images/bg-1.jpg) top center no-repeat;
  min-height: 1020px;
}

.products-details-wrapper.bg-2 {
  background: url(/wp-content/themes/propel/images/bg-2.jpg) top center no-repeat;
  min-height: 1020px;
}

.products-details-wrapper.bg-1 h1 {
  color: #fff;
}

.products-details-wrapper.bg-1 p {
  color: #fff;
}

.products-details-wrapper.bg-1 .breadcrumbs {
  color: #fff;
}

.products-details-wrapper .download-box {
  float: left;
  width: 100%;
  padding: 30px;
  background: #ebebeb;
}

.products-details-wrapper .download-box p {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.products-details-wrapper .download-box .download-file-size {
  float: left;
  width: 100%;
  font-size: 10px;
  color: #909090;
  margin: 5px 0 15px 0;
}

.products-details-wrapper .download-box .download-file-size span {
  margin-letf: 30px;
}

.products-details-wrapper .download-box .download-btn {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  width: 80%;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-details-wrapper .download-box .quote-btn {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  width: 80%;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  margin-left: 10%;
}

.products-details-wrapper h1 {
  font-size: 42px;
  line-height: 36px;
}

.products-details-wrapper h1 span {
  font-size: 30px;
  font-weight: 400;
}

.products-details-wrapper .breadcrumbs {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}

.products-details-wrapper .breadcrumbs span {
  font-size: 14px;
  color: #393939;
}

.products-details-wrapper .line {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.products-details-wrapper .line span {
  float: left;
  width: 150px;
  height: 6px;
  background: #f58220;
}

.products-details-wrapper .product-image-view {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#products-salient-features-wrapper {
  padding-bottom: 60px;
  padding-top: 30px;
}

#products-salient-features-wrapper .salient-features-box {
  float: left;
  width: 100%;
  position: relative;
}

#products-salient-features-wrapper .salient-features-box .title {
  float: left;
  width: auto;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #f58220;
  padding: 5px 30px;
  margin-bottom: 15px;
}

#products-salient-features-wrapper .salient-features-box ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}

#products-salient-features-wrapper .salient-features-box ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0 !important;
  padding: 0;
  list-style: disc;
}

#products-highlights-wrapper {
  padding: 90px 0 120px 0;
  background: #e7e7e7;
}

#products-technical-date-wrapper {
  padding: 60px 0;
  position: relative;
}

#products-technical-date-wrapper .technical-date-table {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
}

#products-technical-date-wrapper .technical-date-table th {
  background: #2f9c9d;
  border: 3px solid #fff;
  padding: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

#products-technical-date-wrapper .technical-date-table tbody th {
  text-align: left;
}

#products-technical-date-wrapper .technical-date-table td {
  background: #f5f5f5;
  border: 3px solid #fff;
  padding: 8px;
  text-align: center;
}

#plant-installation-wrapper {
  position: relative;
}

#plant-installation-wrapper .image-holder {
  float: left;
  width: 100%;
}

#plant-installation-wrapper .image-holder img {
  display: block;
  width: 100%;
}

//
#career-page-wrapper {
  padding: 60px 0 0 0;
}

#career-page-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

#career-page-wrapper .item .image {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

#career-page-wrapper .item .image img {
  display: block;
  width: 100%;
  height: auto;
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#career-page-wrapper .item:hover .image img {
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#career-page-wrapper .item .line {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#career-page-wrapper .item .line span.green {
  float: left;
  width: 140px;
  height: 6px;
  background: #00a651;
}

#career-page-wrapper .item .line span.orange {
  float: left;
  width: 140px;
  height: 6px;
  background: #f58220;
}

#career-page-wrapper .item .date {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.qualification-box {
  float: left;
  width: 100%;
  border-left: 7px solid #005a63;
  background: #f7f7f7;
  min-height: 150px;
  margin-bottom: 20px;
  /*margin-top: -106px;*/
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.apply-now-btn {
  float: left;
  width: 100%;
  display: block;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px;
  letter-spacing: -0.5px !important;
  text-align: center;
  text-decoration: none;
  padding: 18px 15px;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  background: #005a63;
}

.apply-now-btn:hover {
  background: #39c0c3;
}

ul.opening-list {
  margin: 0 0 0px 0;
  padding: 0 15px;
  float: left;
  width: 100%;
  padding-top: 5px;
  min-height: 170px;
}

ul.opening-list li {
  float: left;
  width: 100%;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: disc;
  display: list-item;
}

//
#service-top-wrapper {
  padding: 60px 0;
}

#service-top-wrapper p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

#service-networks-wrapper {
  background: url(/wp-content/themes/propel/images/network-bg.jpg) top center no-repeat;
  min-height: 673px;
  padding: 60px 0;
}

#service-networks-wrapper h2 {
  color: #fff;
}

#service-networks-wrapper .content {
  float: left;
  width: 100%;
  padding: 60px 0;
}

#service-networks-wrapper .content h2 {
  font-size: 36px;
  color: #fff;
  text-align: right;
}

#service-networks-wrapper .content p {
  color: #fff;
  text-align: right;
}

#service-networks-wrapper .content .contact-btn {
  float: right;
}

#service-parts-wrapper {
  position: relative;
  padding: 60px 0;
}

#service-parts-wrapper h2 {
  text-align: left;
}

#rd-top-wrapper {
  padding: 60px 0;
  padding-bottom: 0px;
}

#rd-always-wrapper {
  padding: 60px 0;
  background: #f8f8f8;
}

#rd-always-wrapper h2 {
  margin-bottom: 30px;
}

#rd-highlights-wrapper {
  background: url(/wp-content/themes/propel/images/rd-highlights-bg-new.jpg) top center no-repeat;
  position: relative;
}

#rd-highlights-wrapper .col-lg-12 {
  min-height: 460px;
}

#rd-highlights-wrapper:before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#rd-highlights-wrapper .content h2 {
  color: #fff;
  margin-bottom: 30px;
}

#rd-highlights-wrapper .content {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  height: 216px;
}

#rd-highlights-wrapper .content p {
  color: #fff;
  text-align: center;
  padding: 0 19px;
  font-weight: 500;
}

#rd-highlights-wrapper .content .know-more-btn img {
  cursor: pointer;
}

#rd-highlights-wrapper .content .know-more-btn {
  float: none;
  display: block;
  margin: 0 auto;
  width: 230px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 43px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  /* background: #005A64;*/
}

#rd-highlights-wrapper .content .know-more-btn:hover {
  transform: scale(1.1);
}

#rd-quality-wrapper {
  padding: 60px 0;
  background: url(/wp-content/themes/propel/images/rd-quality-bg.jpg) top center no-repeat #fff;
}

#rd-quality-wrapper h2 {
  margin-bottom: 30px;
}

ul.rd-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.rd-list li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  list-style: none;
  display: list-item;
  font-size: 18px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 0;
  background: url(/wp-content/themes/propel/images/rd-list.png) 0 0 no-repeat;
  min-height: 40px;
}

#service-works-wrapper {
  padding-bottom: 30px;
}

#service-works-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#service-works-wrapper .item img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#service-works-wrapper .item .title {
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

#service-works-wrapper .item .title .main-icon {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#service-works-wrapper .item .title .main-name {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #393939;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  color: #fff;
}

#service-works-wrapper .item .title img {
  width: auto;
}

#service-works-wrapper .item:hover .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#service-works-wrapper .item:hover .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#service-works-wrapper .item .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 100%;
  padding-top: 50%;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  z-index: 1;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

/*#service-works-wrapper .item .content {
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  visibility: visible;
  padding: 15px;
}*/
#service-works-wrapper .item .content .icon {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

#service-works-wrapper .item .content .icon img {
  width: auto;
}

#service-works-wrapper .item .content p {
  /* color: #FFF;*/
  text-align: center;
}

#service-works-wrapper .item .content h3 {
  color: #175a64;
  text-align: center;
}

.rd-backbone-tabs {
  float: left;
  width: 100%;
}

.rd-backbone-tabs .nav-tabs {
  border-bottom: 1px solid #393939 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.rd-backbone-tabs .nav-tabs .nav-item {
  margin-bottom: 0 !important;
}

.rd-backbone-tabs .tab-content {
  padding-top: 30px;
}

.rd-backbone-tabs .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  color: #393939 !important;
  background: none !important;
  padding: 10px 25px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 2px solid #fff !important;
  letter-spacing: -0.5px;
}

.rd-backbone-tabs .nav-tabs .nav-item.show .nav-link,
.rd-backbone-tabs .nav-tabs .nav-link.active {
  background: none !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 2px solid #f58220 !important;
  color: #f58220 !important;
}

.rd-backbone-tabs .nav-tabs .nav-link:focus,
.rd-backbone-tabs .nav-tabs .nav-link:hover {
  background: none !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 2px solid #f58220 !important;
  color: #f58220 !important;
}

.rd-backbone-tabs .image-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.rd-backbone-tabs .image-wrapper img {
  display: block;
  width: 100%;
  transition: 1s all ease-in-out;
}

.rd-backbone-tabs .image-wrapper img:hover {
  transform: scale(1.1);
}

.rd-backbone-tabs .rd-content h3 {
  color: #005a64;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-timeline .description {
  margin-bottom: 0;
  background: #149c9d;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}

.main-timeline .date-outer:before {
  background: #f58220 !important;
}

.main-timeline .year {
  color: #fff !important;
}

.hotspot__spot {
  background-color: #74c69b !important;
  color: #fff !important;
}

#subscribe-wrapper .sub-read-more-btn {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
  text-align: center;
  background: #005a63;
  /* float: left; */
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.careers-top-wrapper {
  float: left;
  width: 100%;
  padding: 60px 0 0 0;
}

.careers-top-wrapper p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.careers-banners-wrapper {
  float: left;
  width: 100%;
}

.careers-banners-wrapper img {
  display: block;
  width: 100%;
}

.vacancies-box {
  float: left;
  width: 100%;
  /*padding: 60px 0;*/
  background: linear-gradient(
    90deg,
    rgb(87 177 185) 0%,
    rgba(24, 93, 100) 100%
  );
  /*padding-bottom: 0px;*/
  margin-top: 60px;
}

.career-verical-tabs h2 {
  color: #fff;
}

.vacancies-box span.skills {
  font-size: 17px;
  color: #38888f;
  font-weight: 700;
}

a.skills-btn {
  color: #f58220;
  font-size: 16px;
  font-weight: 700;
}

.products-details-wrapper.bg-1 .breadcrumbs span {
  color: #fff;
}

/****/
#contact-wrapper {
  float: left;
  width: 100%;
}

#contact-wrapper .address-box {
  float: left;
  width: 100%;
  padding-top: 60px;
}

#contact-wrapper .address-box h2 {
  text-align: left;
}

#contact-wrapper .form-box {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 60px 30px;
}

#contact-wrapper .form-box h2 {
  text-align: left;
}

#dealer-title-wrapper {
  padding: 30px 0;
  background: #39c0c3;
}

#dealer-title-wrapper h2 {
  color: #fff;
  margin-bottom: 0;
}

#contact-wrapper .address-box .address {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#contact-wrapper .address-box span {
  font-size: 16px;
  font-weight: 700;
  color: #005a64;
}

#contact-wrapper .address-box h4 {
  color: #36a551;
  border-bottom: 1px solid #bdc0c2;
  padding-bottom: 15px;
}

#contact-wrapper .map-box {
  float: left;
  width: 100%;
  margin: 60px 0 30px 0;
}

/*
#dealer-content-wrapper {

  padding: 60px 0;
  background: url(/wp-content/themes/propel/images/dealer-bg.jpg) top right no-repeat;
    padding: 60px 0;
    background: url(/wp-content/themes/propel/images/dealer-bg.jpg) no-repeat;
    height: 623px;
    background-position: top;
    background-size: contain;    
}
*/
#dealer-content-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

#dealer-content-wrapper ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#dealer-content-wrapper ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  display: list-item;
}

#dealer-content-wrapper ul li a {
  float: left;
  width: 320px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 10px 20px;
  background: url(/wp-content/themes/propel/images/triangle.png) 95% 50%no-repeat #c8e1e4;
}

.gform_button {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64 !important;
  cursor: pointer;
  border: 0 none;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #fff;
}

/****/
#news-events-wrapper {
  padding: 60px 0;
}

#news-events-wrapper .news-image-wrapper {
  float: left;
  width: 100%;
}

#news-events-wrapper .news-image-wrapper img {
  display: block;
  width: 100%;
}

#news-events-wrapper #news-content-wrapper {
  float: left;
  width: 100%;
}

#news-events-wrapper .row .row {
  /* border-bottom: 1px solid #ccc;*/
  padding-top: 11px;
  padding-bottom: 30px;
}

#news-events-wrapper .news-title {
  float: left;
  width: 100%;
}

#news-events-wrapper .news-date {
  float: left;
  width: 100%;
  color: #999;
  margin-bottom: 15px;
}

#news-events-wrapper .news-det {
  float: left;
  width: 100%;
}

#news-events-wrapper .news-det .ev-d {
  float: left;
  width: 100%;
}

#news-events-wrapper .news-det .ev-d .evnt-btn {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

/****/
#page-international-top-wrapper {
  padding: 60px 0;
  background: #149c9d;
}

#page-international-top-wrapper h2 {
  color: #fff;
}

#page-international-top-wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

#page-international-mid-wrapper {
  padding-top: 120px;
  background: url("/wp-content/themes/propel/images/propel-about-vision-bg.jpg") top center no-repeat
    #016d5e;
  min-height: 450px;
}

#page-international-mid-wrapper h2 {
  margin-bottom: 30px;
  color: #fff;
}

#page-international-mid-wrapper h5,
#page-international-mid-wrapper p {
  color: #fff;
}

#page-international-bottom-wrapper {
  /* padding: 60px 0; */
  padding-top: 0px;
  padding-bottom: 60px;
}

#page-international-bottom-wrapper h2 {
  margin-bottom: 30px;
}

ul.global-presence-list {
  float: left;
  width: 100%;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
  padding: 20px 65px 20px 20px;
  margin: 120px 0 0 0;
  min-height: 0;
  max-width: 360px;
}

ul.global-presence-list li {
  float: left;
  width: 100%;
  border-bottom: 2px solid #aeb6bc;
  list-style: none;
  display: list-item;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}

ul.global-presence-list li span {
  font-size: 21px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}

#csr-wrapper {
  padding: 60px 0;
}

#csr-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 17px;
  color: #212529;
}

#csr-wrapper .item .icon {
  float: left;
  width: 100%;
  position: relative;
  min-height: 140px;
}

#csr-wrapper .item .icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#csr-wrapper .item .name {
  float: left;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
}

#csr-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

/** balraj css***/
.csr-top-area {
  padding-top: 60px;
}

.csr-top-area p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.table .thead-dark th {
  background-color: #005a63 !important;
  border-color: #017d8a !important;
}

/*/
#about-propel-wrapper {
  padding: 60px 0;
}

#about-propel-wrapper p {
  font-size: 18px;
  line-height: 30px;
}

#about-propel-wrapper h2 {
  text-align: left;
}

#about-propel-wrapper .video-box {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

#about-propel-wrapper .video-box img {
  display: block;
  width: 100%;
  height: auto;
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#about-propel-wrapper .video-box:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#about-leadership-wrapper {
  padding: 60px 0;
  background: #ebebeb;
}

#about-leadership-wrapper h3 {
  color: #005a64;
}

#about-leadership-wrapper h4 {
  color: #005a64;
  font-size: 18px;
  font-weight: 400;
}

#about-leadership-wrapper .photo {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

#about-leadership-wrapper .photo img {
  display: block;
  width: 100%;
  height: auto;
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#about-leadership-wrapper .photo:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#about-group-wrapper {
  padding-top: 60px;
}

#about-group-wrapper .item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

#about-group-wrapper .item .photo {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

#about-group-wrapper .item .photo img {
  display: block;
  width: 100%;
  height: auto;
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#about-group-wrapper .item:hover .photo img {
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}

#about-group-wrapper .item h3 {
  color: #005a64;
}

#page-international-bottom-wrapper ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#page-international-bottom-wrapper ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  display: list-item;
}

#page-international-bottom-wrapper ul li a {
  float: left;
  width: 320px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 10px 20px;
  background: url(/wp-content/themes/propel/images/triangle.png) 95% 50%no-repeat #c8e1e4;
}

/* @media screen and (max-width: 451px) {

header .top-menu {
 
    flex-direction:column !IMPORTANT;
}

} */

@media screen and (max-width: 767px) {
  #mob-menu-container {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  /*V-key*/

  .main-menu {
    position: absolute;
    top: 90px;
    right: 30px;
    margin-top: 14px;
  }

  .row.inner-nav-mob {
    display: flex;
    flex-direction: column-reverse;
  }

  .prop-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .prop-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  header .blink-hard {
    animation: unset !important;
  }

  header {
    padding: 1rem 0;
  }

  header .top-menu a {
    font-size: 12px;
    padding-left: 8px;
    margin: 6px 0;
  }

  .search-box {
    position: absolute;
    top: 41px;
    right: 0 !important;
    padding: 5px 10px;
  }

  i.fa.fa-cube {
    margin-right: 6px;
    margin-top: 3px;
  }

  header .top-menu {
    float: right;
    color: #fff;
    text-align: right;
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: row;
  }

  /*--vkey--*/

  #count-wrapper .box {
    padding: 15px !important;
  }

  #count-wrapper .box .count {
    display: block;
    margin: 0 auto;
    width: 128px;
    min-height: 128px;
    background: url(/wp-content/themes/propel/images/count.png) 0 no-repeat;
    border-radius: 210px;
    overflow: hidden;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    position: relative;
  }
}

#news-wrapper h2 {
  color: #fff;
  margin-bottom: 27px;
}

#testimonials-wrapper p.plant-name {
  color: #005a63;
  font-weight: 600;
}

.about-enquiry {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: rgb(20, 156, 157);
  margin-bottom: 60px;
  background-color: #005a63;
  background-image: url(https://www.transparenttextures.com/patterns/cubes.png);
}

.about-enquiry h2 {
  text-align: left;
  margin-bottom: 30px;
}

.about-enquiry .green-bg h2 {
  color: #fff;
  text-align: center;
}

.about-enquiry a.about-enquire-btn {
  background: #d97f3f;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  line-height: 38px;
  padding: 13px 33px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;

  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.about-enquiry .about-contact-btn {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  line-height: 38px;
  padding: 13px 33px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.envira-gallery-wrap
  .envira-gallery-public.envira-gallery-css-animations
  .envira-gallery-item
  img {
  opacity: 1 !important;
}

.about-enquiry-bottom {
  margin-bottom: 0px !important;
  background-color: #ebebeb;
  background-image: url(https://www.transparenttextures.com/patterns/old-map.png);
}

.about-enquiry-bottom h2 {
  text-align: center !important;
  margin-bottom: 30px;
}

.modal-body h4 {
  color: #005a64;
}

ul.prop-bullet {
  float: left;
  width: 100%;
  margin: 0 15px;
  padding: 0;
}

ul.prop-bullet li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: disc;
  display: list-item;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #393939;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.modal-header h4 {
  color: #005a64;
  font-weight: 600;
  font-size: 24px;
}

.main-timeline8 .year {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.main-timeline8 .timeline:nth-child(2n) .timeline-content {
  text-align: left !important;
}

.find-us-box-spares {
  float: left;
  width: 100%;
  background: #ebebeb;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}

.find-us-box-spares .filter-title {
  float: left;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: #005a64;
  margin-bottom: 15px;
}

.find-us-box-spares .select-box1 {
  float: left;
  width: 100%;
  line-height: 38px;
  background: #fff;
  height: 38px;
  padding: 0 10px;
  border: 0 none;
  margin-bottom: 15px;
}

.find-us-box-spares .city-load1 {
  float: left;
  width: 100%;
}

.find-us-box-spares .search {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  border: 0 none;
  cursor: pointer;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.find-us-box-spares .person-name {
  float: left;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #005a64;
  margin-bottom: 15px;
}

.find-us-box {
  float: right;
  margin-bottom: 15px;
}

.find-us-box .select-box {
  float: left;
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
  border: 0 none;
  margin-right: 15px;
}

.find-us-box .city-load {
  float: left;
}

.find-us-box .search {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #005a64;
  border: 0 none;
  cursor: pointer;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.find-us-box .person-name {
  float: left;
  width: 100%;
  text-align: right;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #b86215;
  margin-bottom: 15px;
}

.find-us-box-spares p a {
  color: #393939;
}

.find-us-box p a {
  color: #fff;
}

/*ul.milestone-bullet li {
    font-weight: 600;
}*/
#gform_4 label.gfield_label {
  text-align: left;
/*  float: left;*/
}

.about-enquiry p {
  top: -8px;
  color: white;
}

.about-enquiry-bottom p {
  color: #212529;
}

#gform_6 label.gfield_label {
  float: left;
}

#gform_wrapper_5 #gform_submit_button_5 {
  position: relative !important;
  margin-left: 33% !important;
}

#know-us-wrapper {
  padding: 60px 0;
  background: #e7e7e7;
}

#know-us-wrapper p {
  padding: 0 15%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

#know-us-wrapper .spl-box {
  float: left;
  width: 100%;
  background: rgb(245, 130, 32);
  background: linear-gradient(
    90deg,
    rgb(47 156 157) 0%,
    rgba(3, 165, 80, 1) 100%
  );
  padding: 10px 0;
  position: relative;
  min-height: 63px;
}

#know-us-wrapper .spl-box h5 {
  padding: 0;
  margin: 0;
  color: #fff;
}

.web-testimonials {
  float: left;
  width: 100%;
}

.mobile-testimonials {
  float: left;
  width: 100%;
  display: none;
}

input#gform_submit_button_4 {
  float: none;
}

.gfield_select {
  min-height: 35px;
}

.vacancies-box .job-title-careers {
  font-size: 24px;
  color: #175a63;
  margin-bottom: 0;
}

.modal-content {
  background: #f4ffff;
}

#menu-item-1300,
#menu-item-1299 {
  display: none;
}

.qualification-list span {
  font-weight: 700;
}

.rd-backbone-tabs .swiper-pagination-bullet {
  width: 25px !important;
  height: 5px !important;
  border-radius: 0 !important;
  display: inline-block;
  background: #dbdada;
}

.rd-backbone-tabs .swiper-pagination-bullet-active {
  opacity: 1;
  background: #14535b !important;
}

.rd-backbone-tabs .swiper-pagination-bullets {
  margin-top: 0px !important;
}

#service-parts-wrapper h3 {
  color: #175a64;
}

.su-list ul li {
  margin-bottom: 10px !important;
}

#rd-top-wrapper p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 29px;
}

.career-always-area ul.career-always-list li img:hover {
  transform: scale(1.2);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  position: relative;
  z-index: 11;
}

.career-always-area {
  padding: 60px 0 0 0;
}

.career-always-area ul.career-always-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.career-always-area ul.career-always-list li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: list-item;
  transition: transform 0.2s;
}

.career-always-area ul.career-always-list li img {
  display: block;
  width: 100%;
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: transform 0.2s;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.careers-top-wrapper a {
  color: #185d64;
}

div#my-custom-popup .form-box {
  text-align: left;
}

p.gform_required_legend {
  display: none;
}

.career-verical-tabs .nav-pills-custom .nav-link {
  color: #aaa;
  font-size: 22px;
  text-align: center;
  background: #fff;
  position: relative;
}

.career-verical-tabs .nav-pills-custom .nav-link.active {
  color: #38888f;
  background: #fff;
}

.opening-list .btn-primary {
  color: #fff;
  background-color: #50a7af;
  border-color: #03a550;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.banner-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .career-verical-tabs .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.career-verical-tabs .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.career-verical-tabs {
  min-height: auto;
  /*background: linear-gradient(to left, #149c9d, #0c3d45);*/
  /*background: linear-gradient(90deg, rgb(47 156 157) 0%, rgba(3,165,80,1) 100%);*/
  /*background: linear-gradient(90deg, rgb(87 177 185) 0%, rgba(24,93,100) 100%);*/
}

.vacancies-box .container-fluid {
  max-width: 95%;
}

a.case-read-more-btn {
  width: 175px;
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  border-top: -3px solid #fff;
  background: #f58220;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  margin-top: 55px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

.sub-banner.special:before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sub-banner.special .image-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sub-banner.special .image-wrapper video {
  float: left;
  width: 100%;
  position: relative;
}

.sub-banner.special .content-wrapper {
  transform: translateY(-85%);
  top: 85%;
  width: 100%;
  right: 0%;
  left: 0;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 45%);
  text-align: center;
}

.search-page-wrap #breadcrumbs span {
  color: #134f57;
}

#products-wrapper .related-products-carosels .item p {
  float: left;
  width: 100%;
  min-height: 110px;
}

a.quote-btn-spl.mb-3 {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  width: 80%;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #f58220;
  margin-left: 10%;
}

#animation-video-wrapper {
  box-shadow: inset 0 0 0 2000px rgba(0 0 0 / 6%);
  /*background:linear-gradient(315deg, #55efc4 0%, #000000 74%);*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 113px;
  padding-top: 80px;
}

.thickner-video-bg {
  background: url("/wp-content/themes/propel/images/thickener-bg.jpg") no-repeat center center fixed;
}

.avw-jc {
  background: url("/wp-content/themes/propel/images/4.Jaw-Crusher-banner.jpg") no-repeat center center
    fixed;
}

.avw-cc {
  background: url("/wp-content/themes/propel/images/5.Cone-Crusher---AVC.jpg") no-repeat center center
    fixed;
}

.avw-vsi {
  background: url("/wp-content/themes/propel/images/9.VSI.jpg") no-repeat center center fixed;
}

.avw-vs {
  background: url("/wp-content/themes/propel/images/11.Vibrating-Screen.jpg") no-repeat center center
    fixed;
}

.avw-sw {
  background: url("/wp-content/themes/propel/images/12.Sandwasher.jpg") no-repeat center center fixed;
}

.avw-ew {
  background: url("/wp-content/themes/propel/images/13.ECO-Wash.jpg") no-repeat center center fixed;
}

.avw-pw {
  background: url("/wp-content/themes/propel/images/14.Pro-Wash.jpg") no-repeat center center fixed;
}

.avw-tmj {
  background: url("/wp-content/themes/propel/images/17.-Track-Mounted-Jaw.jpg") no-repeat center center
    fixed;
}

.avw-tmc {
  background: url("/wp-content/themes/propel/images/18.-Track-Mounted-Cone.jpg") no-repeat center
    center fixed;
}

.avw-tm4d {
  background: url("/wp-content/themes/propel/images/18.-Track-Mounted-4d-video.jpg") no-repeat center
    center fixed;
}

.avw-tmvsi {
  background: url("/wp-content/themes/propel/images/18.-Track-Mounted-vsi-video.jpg") no-repeat center
    center fixed;
}

.avw-3deck {
  background: url("/wp-content/themes/propel/images/3-deck.jpg") no-repeat center center fixed;
}

.avw-4deck {
  background: url("/wp-content/themes/propel/images/4-deck.jpg") no-repeat center center fixed;
}

.pac-pw {
  background: url("/wp-content/themes/propel/images/pac-pw.jpg") no-repeat center center fixed;
}

.cbs-pw {
  background: url("/wp-content/themes/propel/images/plant-image-bg.jpg") no-repeat center center fixed;
}

.evdumbertruckvideo {
  background: url("https://www.propelind.com/wp-content/uploads/2023/12/同城约炮-ev-dumber-truck-img-new.jpg")
    no-repeat center center fixed;
}

#animation-video-wrapper .content-wrap {
  float: left;
  width: 100%;
  position: relative;
}

#animation-video-wrapper .content-wrap h2 {
  text-align: center;
  color: #004c54;
}

#animation-video-wrapper .content-wrap p {
  color: #fff;
  text-align: center;
}

#animation-video-wrapper .content-wrap .video-btn {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

#animation-video-wrapper .video-btn img:hover {
  transform: scale(1.1);
}

#products-highlights-wrapper ul li {
  font-size: 16px;
}

#csr-wrapper .item .icon img:hover {
  transform: scale(1.1);
}

.search-box-blog {
  float: right;
}

.search-box-blog input#search {
  min-height: 36px;
}

#blog-wrapper select#category-select {
  min-height: 35px;
}

.pro-read-more-btn {
  float: right;
  font-size: 16px;
  line-height: 29px;
  font-weight: 600;
  color: #f58220 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
}

.search-box-blog input {
  min-height: 35px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: #15555f;
}

#copy-wrapper .design-develope-agt {
  color: #fff;
  text-align: right;
}

#copy-wrapper p {
  color: #fff;
  text-align: left;
}

header .top-menu a:hover {
  color: #f58220;
  text-decoration: none;
}

header .top-menu .top-menu-3d-view {
  color: #f58220;
  font-weight: 500;
}

header .top-menu .search-btn:hover {
  cursor: pointer;
}

header li#menu-item-1527 {
  display: none;
}

.main-timeline8 li {
  font-size: 14px;
}

input#gform_submit_button_8 {
  position: relative !important;
  margin-left: 33% !important;
}

#csr-wrapper .item:hover {
  border: 2px solid #36a652;
}

#download-form div#gform_9_validation_container {
  display: none;
}

#download-form div#gform_1_validation_container {
  display: none;
  border-bottom: none;
  border-top: none;
}

#enquiry .gform_legacy_markup_wrapper li.gfield.gfield_error {
  border-bottom: none;
  border-top: none;
}

#enquiry div#gform_1_validation_container {
  display: none;
}

#page-international-bottom-wrapper .location-name {
  text-transform: uppercase;
}

.tooltip p {
  text-transform: uppercase;
}

#dealer-content-wrapper .location-name {
  text-transform: uppercase;
}

#about-wrapper img {
  cursor: pointer;
  transition: 1s all ease-in-out;
  display: block;
  width: 100%;
}

#about-wrapper .video-img-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#about-wrapper img:hover {
  transform: scale(1.1);
}

header i.fa.fa-cube.blink-hard {
  animation: blinker 1s step-end infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

a.news-pro-read-more.wow.fadeInLeftBig {
  width: 345px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
  text-align: center;
  background: #005a63;
  /* float: left; */
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  padding: 0 38px;
  line-height: 46px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
}

#awards-wrapper .read-more-btn:hover {
  background: #175a64;
}

a.case-read-more-btn:hover {
  background: #175a64;
}

#blog-wrapper .awards-read-more-btn:hover {
  background: #005a64;
}

#subscribe-wrapper .sub-read-more-btn:hover {
  background: #f58220;
}

a.read-more-btn:hover {
  background: #f58220;
}

.about-enquiry .about-enquire-btn:hover,
.about-enquiry .about-contact-btn:hover {
  background: #f58220;
}

.find-us-box .search:hover,
.find-us-box-spares .search:hover {
  background: #f58220;
}

.contact-btn:hover {
  background: #005a64;
}

#news-events-wrapper .news-det .ev-d .evnt-btn:hover {
  background: #f58220;
}

.gform_button:hover {
  background: #f58220;
}

.opening-list .btn-primary:hover {
  background: #f58220;
  border: none;
}

#plant-videos-wrapper {
  background: #ebebeb;
  padding: 60px;
}

section.image-wrapper:before {
  content: "";
  /*  background: rgb(217 114 47 / 35%);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.image-wrapper:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
  background-size: 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#plant-videos-wrapper .swiper-slide,
#plant-videos-wrapper .swiper-slide-prev,
#plant-videos-wrapper .swiper-slide-next {
  pointer-events: none;
}

#plant-videos-wrapper .swiper-slide-active {
  pointer-events: all;
}

.avw-ccqm350 {
  background: url(https://www.propelind.com/wp-content/uploads/2022/03/cone-crusher-qm-350.jpg)
    no-repeat center center fixed;
}

.col-md-4.industry-box img {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#page-international-bottom-wrapper circle.imapsCircle {
  animation: blinker 1s step-end infinite;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  cursor: pointer;
}

.-dealer-count-box .deal-img h2 {
  margin-bottom: 10px !important;
}

.map_wrapper path {
  cursor: pointer;
}

section#fac-top-wrapper p.text-center {
  font-size: 22px;
  line-height: 32px;
}

#industry-wrapper .content-details {
  top: 65% !important;
  left: 50% !important;
  text-align: center !important;
}

#industry-wrapper .pad-sm {
  padding: 5px;
}

/*language-section*/

.language-section .wpml-ls-legacy-dropdown-click {
  width: 100% !important;
  max-width: 100%;
}

.language-section {
  margin-left: 1rem;
}

.language-section a {
  color: #000 !important;
}

.international-dealers-land .content-wrap {
  position: absolute;
  top: 0%;
  width: 100%;
  padding: 60px 0;
}

.international-dealers-land section#inter-dealer-banner-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.international-dealers-land
  section#inter-dealer-banner-wrapper
  .gform_wrapper.gravity-theme
  .gfield_label {
  display: none;
}

.international-dealers-land .content-wrap-roww {
  display: flex;
  align-items: center;
}

.international-dealers-land .content-wrap-roww h1 {
  color: #fff !important;
}

.international-dealers-land #contact-section {
  background: #fff;
  padding: 20px;
}

.international-dealers-land .form-box h3 {
  color: #f58220;
  border-bottom: 1px solid #001a1d12;
  text-align: center;
  padding-bottom: 10px;
}

.international-dealers-land .gform_wrapper.gravity-theme .gfield input.large,
.international-dealers-land .gform_wrapper.gravity-theme .gfield select.large,
.international-dealers-land .gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  color: #7a7474;
  border: 1px solid #00000040;
}

.international-dealers-land
  .gform_wrapper.gravity-theme
  .gform_validation_errors {
  display: none;
}

.international-dealers-land
  .gform_wrapper.gravity-theme
  .gfield_validation_message,
.international-dealers-land .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  margin-top: 0px;
  padding: 0;
}

.international-dealers-land section#inter-dealer-banner-wrapper img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}

.receip-block ul li {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px !important;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b5b5b;
  display: block;
  position: relative;
}

.receip-block .spl {
  font-size: 24px !important;
}

.receip-block-sec2 {
  padding: 40px 0 10px 0;
}

.receip-block-sec2 p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 15px !important;
}

#animation-video-wrapper.evdumbertruckvideo-new {
  background: unset;
  padding: 0 !important;
}

#animation-video-wrapper.evdumbertruckvideo-new .content-wrap {
  width: 100%;
}

.evdumbertruckvideo-new span.su-lightbox.video-btn {
  width: 100% !important;
  height: 700px !important;
  background: url(https://www.propelind.com/wp-content/uploads/2023/12/同城约炮-Truck-Video-Image.jpg)
    no-repeat center center;
  box-shadow: inset 0 0 0 2000px rgba(0 0 0 / 6%);
  /* background: linear-gradient(315deg, #55efc4 0%, #000000 74%); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.careers-updated-btn .view-job-btn.intrested-btn.apply-now-btn {
  background: #005a63;
}

.careers-updated-btn .intrested-btn.apply-now-btn {
  background: #f58220;
}

.careers-updated-btn {
  display: flex;
}

a.single-intrested-btn.intrested-btn.apply-now-btn.mt-3 {
  width: fit-content;
  background: #f58220;
  padding: 18px 20px;
}

a.intrested-btn.apply-now-btn:hover {
  background: #39c0c3 !important;
  text-decoration: none;
}

#news-events-wrapper a {
  color: #fc832c;
  text-decoration: none;
}

.breakthrough-banner {
  padding-top: 20px;
}

div#introductions-cont-box {
  padding: 20px 0;
}

section.breakthrough-wrap h3 {
  margin-bottom: 5px;
  color: #16484c;
}

div#challenge-wrap .row {
  background: linear-gradient(93deg, #001a1d, #00555e 48%);
  padding: 30px 15px !important;
  margin: 0;
  margin-bottom: 2rem;
}

div#challenge-wrap h3,
div#challenge-wrap p {
  color: #fff;
}

.key-feat h3 {
  padding-left: 2rem;
}
.key-feat {
  background: #f2f3f5;
  padding: 25px 0;
  margin-bottom: 2rem;
}
.at-lsc-focused img {
  width: 100%;
}

.at-lsc-focused p i {
  padding: 12px;
}
.at-lsc-focused p {
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
}

p.author {
  color: #155d64;
  text-align: right;
  padding-right: 2rem;
}

p.author span {
  font-weight: 400;
}

.customer-green-bg #products-technical-date-wrapper {
  padding: 0;
}

.customer-green-bg .row {
  background: #155d64;
  padding: 30px !important;
  color: #fff;
}

.customer-green-bg .row p,
.customer-green-bg .row h3 {
  color: #fff;
}

.customer-green-bg #products-technical-date-wrapper .technical-date-table th {
  background: #08393f;
  border: 4px solid #1d968824;
  padding: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.customer-green-bg #products-technical-date-wrapper .technical-date-table td {
  background: #009688;
  border: 3px solid #ffffff1f;
  padding: 8px;
  text-align: center;
}

.cta-broch p strong {
  font-size: 24px !important;
  color: #1d5d63;
  margin-right: 6px;
}

.cta-broch {
  padding-top: 50px;
}

.cta-broch a {
  background: #1d9688;
  padding: 8px 22px;
  margin-left: 0rem;
  color: #fff !important;
  font-size: 20px;
  width: 80%;
  display: flex;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  align-items: center;
  justify-content: space-between;
}

aside.col-md-12.lsc-cont-rights {
  padding-top: 1rem;
}

div#challenge-wrap aside.col-md-5 {
  text-align: center;
}

.cta-broch i {
  background: #fff;
  color: #009688;
  border-radius: 32px;
  width: 20px;
  height: 20px;
  font-weight: 600;
  margin-left: 9px;
  text-align: center;
  padding-left: 3px;
}

.video-img-wrapper {
  cursor: pointer;
}

aside.col-md-6.chall-left {
  background: #0b5760;
  padding: 20px;
  color: #fff;
}

aside.col-md-6.chall-right h3,
aside.col-md-6.chall-right p,
aside.col-md-6.chall-left p,
aside.col-md-6.chall-left h3 {
  color: #fff;
}

aside.col-md-6.chall-right {
  background: #037988;
  padding: 20px;
  color: #fff;
}

div#result-wrap .item {
  margin-bottom: 0;
}

div#result-wrap h2 {
  text-transform: capitalize;
  font-size: 28px;
}

div#result-wrap {
  padding: 20px 0;
}

.item.box_1 {
  background: url(https://www.propelind.com/wp-content/uploads/2024/10/optimal-production.png)
    no-repeat;
  padding: 2px 0px 0px 50px;
  color: #15575f;
  font-weight: 600;
}

.item.box_2 {
  background: url(https://www.propelind.com/wp-content/uploads/2024/10/Less-maintenance.png)
    no-repeat;
  padding: 2px 0px 0px 50px;
  color: #15575f;
  font-weight: 600;
}

.item.box_3 {
  padding: 2px 0px 0px 50px;
  color: #15575f;
  font-weight: 600;
  background: url(https://www.propelind.com/wp-content/uploads/2024/10/Superior.png)
    no-repeat;
}

.item.box_4 {
  padding: 2px 0px 0px 50px;
  color: #15575f;
  font-weight: 600;
  background: url(https://www.propelind.com/wp-content/uploads/2024/10/Streamline.png)
    no-repeat;
}
aside.col-md-3.result-box {
  border-right: groove;
}

aside.col-md-3.result-box {
  border-right: groove;
}

.result-exp.row {
  border-top: 1px solid #88888880;
  margin-top: 1rem;
  padding-top: 1rem;
}

.result-exp.row .inner-results {
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
}

.item.box_5 {
  background: url(https://www.propelind.com/wp-content/uploads/2024/10/Service-Support.png)
    no-repeat;
  padding: 2px 0px 0px 50px;
  color: #15575f;
  font-weight: 600;
  width: 45% !important;
}

aside.col-md-12.lsc-cont-rights p {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

aside.col-md-12.lsc-cont-rights {
  background: linear-gradient(93deg, #044850, #046873 48%);
  color: #ffff;
  padding: 2rem 40px;
}

aside.col-md-12.focused-img {
  padding: 0;
}

.conclusion-cont-wrap {
  padding: 30px 0;
  text-align: left;
}

.conclusion-cont-wrap h2 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 12px;
}

section.breakthrough-wrap .cta-broch h4 {
  margin-bottom: 1rem;
}
section.breakthrough-wrap .cta-broch {
  padding-bottom: 0;
  padding-top: 0;
}

aside.col-md-12.lsc-cont-rights p i.fa.fa-quote-left {
  font-size: 15px;
  position: absolute;
  left: -20px;
}

aside.col-md-12.lsc-cont-rights p i.fa.fa-quote-right {
  font-size: 15px;
  position: relative;
  padding-left: 12px;
}

aside.col-lg-3.cta-box a span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.pop-up-content {
  padding: 5px 20px 20px 14px;
  display: flex;
  justify-content: space-between;
}
.pop-up-content a {
  display: table;
  background: linear-gradient(93deg, #116b74, #00555e 48%);
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.bauma-expo-wrap .gform_wrapper {
  background: #003e44;
  width: 50%;
  padding: 30px;
  box-shadow: 0 0 16px #9c9c9c;
  border-radius: 20px;
  margin: 30px auto;
}
.bauma-expo-wrap .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.bauma-expo-wrap .gform_wrapper.gravity-theme .gfield_validation_message,
.bauma-expo-wrap .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  font-size: 14.992px;
  margin-block-start: 0;
  padding: 0 !important;
}
#bauma-wrapper h2 {
  display: table;
  float: unset;
}
#bauma-wrapper {
  padding: 60px 0;
}
#bauma-wrapper p {
  text-align: center;
}
#bauma-wrapper .gform_description {
  color: #fff;
  border-bottom: 1px solid #dddddd4d;
  padding-bottom: 15px;
}
#bauma-wrapper .gform_wrapper.gravity-theme .gfield_label {
  color: #fff;
}
#bauma-wrapper .gform_button:hover {
  background: #00555e;
}
#bauma-wrapper .gform_button {
  background: #f58220;
  display: table;
  margin-top: 10px;
  border-radius: 5px;
}
#bauma-wrapper .gform-field-label.gform-field-label--type-sub {
  color: #fff;
}
#bauma-wrapper .gform_confirmation_message {
  text-align: center;
  color: #03a550;
}
#bauma-wrapper .ginput_container.ginput_container_consent {
  display: flex;
  align-items: start;
  color: #fff;
}
#bauma-wrapper .ginput_container.ginput_container_consent input {
  margin: 4px 10px 0 0;
}

#introduction-cont-box aside.col-md-6.intro-left {
  background: #fff;
  padding-right: 0;
  padding-left: 30px;
}

.inn-intro {
  padding: 25px;
  background: #e6e7e8;
  height: 100%;
}

div#introduction-cont-box {
  background: #fff;
}

#introduction-cont-box aside.col-md-6.intro-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#robust-reliable-wrap {
  background: #35363b;
  padding: 50px 0;
}

div#robust-reliable-wrap h2 {
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 46px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.5px;
}

div#robust-reliable-wrap p {
  color: #fff;
  padding-left: 45px;
  width: 90%;
}

div#double-bar {
  background: linear-gradient(90deg, #0e555e 50%, #ffffff 50%);
  height: 40px;
  width: 100%;
  padding: 12px;
}

section.consistent-wrap {
  padding: 40px 10px 10px;
  background: #fff;
}

section.consistent-wrap h2 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.5px;
}

section.consistent-wrap p {
}

section.conclusion-wrap {
  padding: 0 15px;
  background: #fff;
}

section.conclusion-wrap p {
  line-height: 28px;
}

.inner-customer-fb {
  background: #35363b;
  padding: 12px;
  height: 100%;
  position: relative;
  display: flex;
  padding: 0rem 2rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-customer-fb p {
  color: #fff;
  font-style: italic;
}

.inner-customer-fb h3 {
  color: #04bdb2 !important;
}

.inner-customer-fb:before {
  content: "";
  background: #29bdb2;
  position: absolute;
  height: 8px;
  width: 20%;
  top: 0;
  right: 0;
}

.inner-customer-fb:after {
  content: "";
  background: #29bdb2;
  position: absolute;
  height: 8px;
  width: 20%;
  bottom: 0;
  left: 0;
}

section.cta-brochure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 30px 15px;
}

.cta-brochure p strong {
  font-size: 24px !important;
  color: #1d5d63;
  margin-right: 6px;
}

.cta-brochure {
  padding-top: 50px;
}

.cta-brochure a {
  background: #1d9688;
  padding: 8px 22px;
  margin-left: 0rem;
  color: #fff !important;
  font-size: 20px;
  width: 80%;
  display: flex;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  align-items: center;
  justify-content: space-between;
}

.cta-brochure i {
  background: #fff;
  color: #009688;
  border-radius: 32px;
  width: 20px;
  height: 20px;
  font-weight: 600;
  margin-left: 9px;
  text-align: center;
  padding-left: 3px;
}

section.breakthrough-wrap .cta-brochure a {
  width: unset;
  margin-left: 40px;
}
section.breakthrough-wrap .cta-brochure {
  padding-top: 40px;
}
section.breakthrough-wrap .cta-brochure h4 {
  margin-bottom: 0rem;
  width: unset;
  font-weight: 700;
  color: #0f5a62;
}

.proconnect-wrap .cus-main-wrap {
  position: relative;
  height: 100%;
}
.proconnect-wrap .cus-main-img {
  width: 100%;
  height: 100%;
}
.proconnect-wrap .Customer-voice .row img {
  width: 100%;
  height: 100%;
}
.proconnect-wrap .cus-main-sub {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 150px;
  left: auto;
}

.intro-pro-wrap {
  padding: 0px 0 20px 0;
}
.proconnect-wrap #challenge-wrap .row {
  margin: 0;
}
.proconnect-wrap .Customer-voice h4 {
  color: #fff;
  font-size: 26px !important;
  text-align: start;
  margin-bottom: 20px;
  font-style: italic;
}
.proconnect-wrap .Customer-voice p {
  color: #fff;
  font-style: italic;
  margin: 0;
}
.proconnect-wrap h2 {
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 10px;
}
.proconnect-wrap .key-feat {
  padding: 30px;
  margin: 0;
  background: #fff;
}
.proconnect-wrap .cus-main-right {
  padding: 30px !important;
}
.key-feat .row {
  align-items: center;
  position: relative;
  z-index: 1;
}
.key-feat .row::after {
  width: 80%;
  content: "";
  background: #efefef;
  height: 100%;
  position: absolute;
  right: -15px;
  border-radius: 200px 0 0 200px;
  z-index: -1;
}
.proconnect-wrap {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
.consistent-wrap.spl-img-wrap h4 {
  font-size: 20px;
  color: #00555e;
}
.consistent-wrap.spl-img-wrap h3 {
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 10px;
}
.consistent-wrap.spl-img-wrap h3 span {
  color: #f68422;
}
.consistent-wrap.spl-img-wrap {
  padding: 30px 0;
  margin: 0;
}
.proconnect-wrap #result-wrap {
  padding: 30px 0px;
}
.proconnect-wrap .key-feat h3 {
  padding-left: 0;
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 10px;
}
.proconnect-wrap #challenge-wrap h4 {
  color: #fff;
  font-size: 26px !important;
  text-align: start;
  margin-bottom: 10px;
}
.proconnect-wrap #introductions-cont-box {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.proconnect-wrap #introductions-cont-box h3 {
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 10px;
}

.proconnect-wrap .Customer-voice h3 {
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 20px;
}
.proconnect-wrap #introductions-cont-box p {
  margin: 0;
}
.proconnect-wrap .Customer-voice .row {
  background: #2a878b;
}
.proconnect-wrap .cta-broch {
  padding: 30px 0;
}
.proconnect-wrap .cta-broch a {
  background: transparent;
  padding: 0;
}
.proconnect-wrap .cta-broch h4 {
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 20px;
}
.proconnect-wrap .foot-blog h4 {
  font-size: 26px !important;
  text-align: start;
  color: #005a64;
  margin-bottom: 10px;
}
.proconnect-wrap .follow-box img {
  height: 100px;
}
.proconnect-wrap .follow-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.proconnect-wrap .social-network.social-circle img {
  height: 20px;
  margin-top: 15px;
  width: auto;
}



#case-study-inner .testimonial-cont-box .testimonial-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 30px 60px 90px;
  border: 2px solid #00555e;
  margin-left: -50px;
  border-radius: 70px;
  font-size: 20px;
}
#case-study-inner .testimonial-cont-box img {
  position: relative;
}
#case-study-inner .testimonial-cont-box .testimonial-content span {
  display: flex;
  justify-content: end;
  font-weight: 700;
}
#case-study-inner .testimonial-cont-box {
  display: flex;
  align-items: center;
  width: 100%;
}
#case-study-inner.breakthrough-wrap h3 {
  margin-bottom: 15px;
  font-size: 36px;
}
#case-study-inner .breakthrough-banner {
  margin-bottom: 20px;
}
#case-study-inner .breakthrough-banner.breakthrough-banner-in {
  margin-bottom: 30px;
}
#case-study-inner #testimonial-content-wrap {
  margin-top: 30px;
}
#case-study-inner p {
  font-size: 18px;
}
#case-study-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
#case-study-inner ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}
#case-study-inner ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #f48120;
  position: absolute;
  left: 0;
  top: 10px;
  rotate: 45deg;
}
#case-study-inner #testimonial-content-wrap h3 {
  margin-bottom: 40px;
}
#case-study-inner.breakthrough-wrap .cta-broch .row {
  padding: 0 !important;
}
#case-study-inner.breakthrough-wrap .cta-broch .row h2 {
  margin: 0;
}
#case-study-inner.breakthrough-wrap .cta-broch {
  margin-top: 50px;
}
