body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000
}

p {
  margin-bottom: 0;
  font-size: 18px;
  color: #727376;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px
}

p.medium {
  font-weight: 600;
  font-size: 18px
}

a {
  text-decoration: none !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

img {
  max-width: 100%
}

.black-txt {
  color: #000 !important;
}

.white-txt {
  color: #fff !important;
}

.heading {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.5%;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 98.7%;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 20px;
}

.heading:after {
  content: "";
  width: 54px;
  height: 3px;
  border-radius: 1px;
  background: #B9D133;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.5%;
  margin-bottom: 24px;
  z-index: 9;
  position: relative;
}

.section-heading {
  text-align: center;
  margin-bottom: 80px
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e
}

.section-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  5% {
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  5% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background-color: #fff !important;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  background: #fff;
  top: 0
}

header .navbar {
  padding: 0
}

.navbar .navbar-brand {
  float: left;
  margin-top: 0;
  outline: 0;
  padding: 10px 0;
  margin-right: 45px;
}

.navbar .navbar-brand h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

#navbarResponsive {
  z-index: 999
}

.navbar-collapse {
  text-align: center
}

.navbar .navbar-nav .nav-item {
  margin: 0
}

.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .5px;
  color: #fff;
  transition: all .5s;
  margin-top: 5px
}

.navbar .navbar-nav a.nav-link {
  margin: 0;
  border: 0 !important;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 14px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 0.7px; */
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link:hover {
  color: #fab600;
  border-bottom: 3px solid #25c3ae
}

.navbar .navbar-toggler-icon {
  background-image: none
}

.navbar .navbar-toggler {
  border: 0;
  background-color: #fff;
  height: 36px;
  outline: 0;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 17px;
  padding: 0
}

.navbar .navbar-toggler-icon:after {
  content: '\f0c9';
  color: #013a7a;
  font-size: 21px;
  line-height: 26px;
  font-family: FontAwesome
}

.navbar .navbar-nav .nav-item a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  left: 0;
  height: 2px;
  background: #B9D133;
  opacity: 0;
  transition: .all .5s ease;
  transition: all .5s
}

.navbar .navbar-nav .nav-item:hover>a:before {
  opacity: 1;
  width: 100%;
}

.navbar .navbar-nav .nav-item:hover>a {
  color: #d69a3c;
}

.navbar .navbar-nav a.nav-link.request-quote:before {
  display: none
}

.navbar .navbar-nav a.nav-link.request-quote {
  background: #fab900;
  background: linear-gradient(90deg, #fab900 0, #f3480f 100%);
  padding: 11px 24px;
  margin: 20px 0;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  transition: all .5s ease;
  transition: all .5s
}

.navbar .navbar-nav a.nav-link.request-quote:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../images/quote-icon.html) no-repeat right center;
  right: 20px;
  display: block;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1
}

a.read-more.quote-btn {
  position: relative;
  padding-right: 50px
}

.quote-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../images/quote-icon.html) no-repeat right center;
  right: 20px;
  display: block;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1
}

.navbar .navbar-nav a.nav-link.request-quote {
  position: relative;
  padding-right: 50px
}

.navbar .navbar-nav a.nav-link.request-quote:hover {
  background: #00a5e6;
  background: linear-gradient(90deg, #00a5e6 0, #006fb5 100%)
}

.navbar .navbar-nav a.nav-link:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #000;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border: 0;
  display: none;
}

.navbar .navbar-nav .nav-item.no-devider a.nav-link:after {
  display: none
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.navbar .navbar-nav .nav-item {
  margin-right: 52px;
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/*************************************/


ul.dropdown-menu>li {
  max-width: 1280px;
  /* transform: translateX(-50%);left: 50%; */
  position: relative;
  display: flex;
  padding: 0;
}


ul.dropdown-menu {
  border-radius: 0;
  margin: 0;
  min-width: 270px;
  background: #F7F7F7;
  border: 0
}

ul.dropdown-menu li a:before {
  display: none
}

ul.dropdown-menu>li {
  margin-bottom: 0;
  transition: all 0.3s ease
}

ul.dropdown-menu li a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  display: inline-block;
}

ul.dropdown-menu {
  padding: 10px 0
}

ul.dropdown-menu li:last-child a {
  border-bottom: 0
}

ul.dropdown-menu li {
  width: 100%;
  float: left
}

ul.dropdown-menu li .menu-gallery {
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}

ul.dropdown-menu li.active .menu-gallery {
  /* visibility: visible;opacity: 1;z-index: 1; */
}

ul.dropdown-menu li .menu-level2 ul li:hover .menu-gallery {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

ul.dropdown-menu li a {
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.navbar .nav-item:hover .dropdown-menu>li:hover {}

ul.dropdown-menu li li {
  padding-left: 80px;
  background: url(../images/bullet.svg) no-repeat 65px center;
  background-size: 9px;
}

@media all and (min-width:992px) {

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    max-height: unset;
    padding: 0;
    display: inline-block;
    justify-content: flex-start;
    min-width: unset;
    flex-wrap: wrap;
    max-width: 650px;
    padding-right: 40px;
    border-radius: 30px;
    background: #727476;
    min-height: 180px;
  }

  .navbar .nav-item .dropdown-menu:after {
    content: "";
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    background: url(../images/menu/about.jpg) no-repeat center;
    background-size: cover !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);

  }

  .navbar .nav-item:nth-child(2) .dropdown-menu:after {
    background: url(../images/menu/solutions.jpg) no-repeat center;
  }

  .navbar .nav-item:nth-child(3) .dropdown-menu:after {
    background: url(../images/menu/products.jpg) no-repeat center;
    width: 35%;
  }

  .menu-level2 {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(-50px);
  }

  .navbar .nav-item:hover .dropdown-menu .menu-level2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0
  }

  .menu-level2 li:hover .menu-gallery {
    visibility: visible;
    opacity: 1;
    z-index: 101;
    pointer-events: auto;
  }

  .navbar .navbar-nav .nav-item:hover ul.dropdown-menu li.active .menu-gallery {
    visibility: visible;
    opacity: 1;
  }

  .menu-gallery img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    width: 310px;
  }

  .navbar .nav-item>.dropdown-menu {
    display: block;
  }

  .navbar .nav-item>.dropdown-menu {
    width: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: opacity 0.5s ease;
    max-height: 0px;
    padding: 0;
    overflow: hidden;
  }

  ul.dropdown-menu>li {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }

  .navbar .nav-item:hover .dropdown-menu>li {
    max-height: unset;
    flex: 0 0 20%;
    width: 100%;
    float: left;
    transform: none;
    /* max-width: 20%; */
    left: auto;
    display: inline-block;
    text-align: left;
    padding: 0 0;
    background: #727476;
  }

  ul.dropdown-menu li a {
    padding: 9px 0;
  }

  .navbar .nav-item:hover .dropdown-menu>li:first-child {
    /* padding-left: 0; */
  }

  .navbar .nav-item:hover .dropdown-menu>li:last-child {
    /* padding-right: 0; */
  }

  .navbar .nav-item:hover .dropdown-menu .product-data-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  span.menu-img {
    display: inline-block;
    width: 47.5px;
    height: 47.5px;
    background: #545454;
    border-radius: 50%;
    line-height: 47.5px;
    text-align: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
  }

  .navbar .nav-item:hover .dropdown-menu>li {
    border-bottom: 0;
    padding: 0 20px;
  }

  .navbar .nav-item:hover .dropdown-menu>li:last-child {
    border: 0;
  }

  span.menu-img img {
    max-height: 24.7px;
    /* line-height: 47.5px; */
    text-align: center;
    filter: invert(100%) brightness(100);
    transition: all 0.3s ease-in-out;
  }

  .navbar .nav-item:hover .dropdown-menu>li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 9px 0;
    width: 100%;
  }

  .navbar .nav-item:hover .dropdown-menu>li a:hover {
    color: #d6ef50;
  }

  .navbar .nav-item:hover .dropdown-menu>li a:hover span.menu-img {
    background: #d6ef50;
  }

  .navbar .nav-item:hover .dropdown-menu>li a:hover span.menu-img img {
    filter: brightness(0.5);
  }

  ul.dropdown-menu li li a {
    border: 0;
  }

  .navbar .nav-item:hover .dropdown-menu>li li a {
    border: 0;
  }

  .menu-col.dropdown.show ul.dropdown-menu {
    max-height: unset;
    display: block;
    top: 100% !important;
  }

  .menu-col.dropdown.show ul.dropdown-menu li {
    max-height: unset;
  }

  .navbar .nav-item .dropdown-menu>li ul {
    margin-top: 5px;
    /* float: left; */
  }

  .navbar .nav-item:hover .products-dropdown-menu {
    max-width: 1200px;
    padding-right: 40%;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    left: -155px;
  }

  .navbar .nav-item:hover .products-dropdown-menu>li {
    width: 50%;
    flex: 0 0 50%;
  }


}


.navbar .navbar-nav a.nav-link.btn {
  background: url(../images/btn-arrow.png) no-repeat 85% center;
  background-color: #a5201c;
  color: #d6ef50 !important;
  padding-left: 44px;
  padding-right: 49px;
  border-radius: 0;
}

.right-header {
  display: flex;
  height: 43px;
  align-items: center;
}

.right-header a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  margin-right: 50px;
  color: #000;
}

.right-header a img {
  margin-right: 10px;
}

.top-bar {
  /* float: left; */
  width: 100%;
  display: inline-block;
  text-align: left;
}

li.nav-item.dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  right: 0;
  height: 12px;
  background: url(../images/plus.svg) center;
  margin-top: -6px;
}

li.nav-item.dropdown {

  padding-right: 17px;
  border-radius: 0;
  background: url(../images/plus.svg) no-repeat right center;
}

.top-bar,
div#navbarResponsive {
  padding-left: 55px;
}

.header-right {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  left: 0;
  width: 1920px;
}

.top-bar {
  position: relative;
  border: 0;
}

.header-social a {
  margin-left: 20px;
}

.header-social {
  padding-right: 0px;
  margin-right: 15px;
}

li.nav-item.nav-btn:hover a.nav-link.btn {
  background: url(../images/btn-arrow-white.svg) no-repeat 85% center;
  background-color: #000;
  color: #fff !important;
}

li.nav-item.nav-btn:hover a.nav-link.btn::before {
  background-color: #000;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  /*height: 550px;*/
  height: 650px;
  margin: 0 auto;
  margin-top: 95px;
}

.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide-prev img,
.swiper-container .swiper-wrapper .swiper-slide-active img,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

.slide01 {
  background: url(../images/slide_01.jpg) no-repeat center;
  background-size: cover
}

.slide02 {
  background: url(../images/slide_02.jpg) no-repeat center;
  background-size: cover
}

.slide03 {
  background: url(../images/slide_03.jpg) no-repeat center;
  background-size: cover
}

.slide04 {
  background: url(../images/slide_04.html) no-repeat center;
  background-size: cover
}

.swiper-container .swiper-wrapper .swiper-slide-prev .swiper-slide-img,
.swiper-container .swiper-wrapper .swiper-slide-active .swiper-slide-img,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active .swiper-slide-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  animation-name: zoom;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

.leftright {
  animation-name: leftright;
  animation-duration: 1s;
}

@keyframes leftright {

  0%,
  20% {
    transform: translateX(-100%);
    left: 0%;
  }

  80%,
  100% {
    transform: translateX(0%);
    left: 100%;
  }
}

.tagline-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease;
}

[data-animate="bottom"] {
  transform: translate3d(0, 20px, 0);
}

.tagline-text h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 109%;
  color: #fff;
  text-align: left;
  margin: 0
}

.swiper-slide .tagline-text h2 span {
  text-decoration: none;
}

.slide02~.tagline-text h2,
.slide02~.tagline-text p,
.slide04~.tagline-text h2,
.slide04~.tagline-text p {
  /* color: #fff; */
}

.swiper-slide.slide02:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slide .tagline-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  padding-right: 5%;
  opacity: 0;
  margin-bottom: 40px;
}

.swiper-slide-active [data-animate] {
  opacity: 1 !important;
  transform: none;
  transition-delay: 1s;
}

.swiper-slide-active .tagline-text h2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
  opacity: 1
}

.tagline-text .container {}

.slider__pagination {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  text-align: center;
  width: 100%
}

.slider__pagination span.swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 3px;
}

.slider__pagination span.swiper-pagination-bullet-active {
  background: #d6ef50;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.counter-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.count-area-content {
  position: relative;
  padding: 26px 0;
  color: #000;
  text-align: center;
}

.count-digit {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  line-height: 1.2;
}

.count-digit-2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  line-height: 1.2;
}

.count-digit:after {
  content: "+"
}

.count-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.counter-row {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bg-green {
  background: #d69a3c;
}

section.counter {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
}

.counter-row {}

.counter-main-outer {
  text-align: center;
}

.counter-col:after {
  content: "";
  width: 1px;
  height: 88px;
  background: rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  position: absolute;
  right: -40px;
  top: 11px;
}

.counter-row .counter-col:nth-child(2n+2) {}

.count-area-content {
  display: flex;
  justify-content: left;
  padding-left: 0;
}

.counter-group {
  text-align: left;
  margin-left: 20px;
}

.counter-row .counter-col:nth-child(4) .count-area-content,
.counter-row .counter-col:nth-child(5) .count-area-content,
.counter-row .counter-col:nth-child(6) .count-area-content {}

.counter-main-outer {
  position: relative;
  z-index: 9;
}

.counter-col {
  position: relative;
}

.counter-col:last-child:after {
  display: none;
}

.bg-grey {
  background: rgb(221 221 221 / 20%);
}

.common-padding {
  padding: 124px 0
}

img.solutions-home2 {
  position: absolute;
  top: 234px;
  left: 275px;
}

section.about-home {
  background: rgb(221 221 221 / 20%);
}

.about-home .text-box {
  padding-right: 40px;
}

.know-more-btn {
  display: inline-block;
  width: 100%;
}

.know-more-btn a,
.rt-detail span.read-more,
body.archive.category article.post span.read-more,
body.search.search-results article.post span.read-more {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 23px;
  border-radius: 44px;
  background: #D69A3C;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.know-more-btn span.icon,
.know-more-btn2 span.icon {
  margin-left: 10px;
  transition: all 0.5s ease;
}

.know-more-btn a:hover span.icon,
.know-more-btn2 a:hover span.icon {
  margin-left: 18px;
}

.know-more-btn span.icon {
  align-self: center;
  display: inline-flex;
}

.know-more-btn a:after {
  /* content: ""; */
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #8DA31A;
}

.know-more-btn a,
.rt-detail span.read-more,
body.archive.category article.post span.read-more,
body.search.search-results article.post span.read-more {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.rt-detail span.read-more a,
body.archive.category article.post span.read-more a,
body.search.search-results article.post span.read-more a {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #000;
}

.rt-detail span.read-more:hover a,
body.archive.category article.post span.read-more:hover a,
body.search.search-results article.post span.read-more:hover a {
  color: #fff !important;
  position: relative;
  z-index: 2;
}

.p-52 {
  padding: 52px 0
}

.mb-20 {
  margin-bottom: 20px
}

.mb-40 {
  margin-bottom: 40px
}

.mt-20 {
  margin-top: 20px
}

.mt-40 {
  margin-top: 40px
}

.pt-10 {
  padding-top: 10px
}

.pt-30 {
  padding-top: 30px
}

.pb-30 {
  padding-bottom: 30px
}

.pt-60 {
  padding-top: 60px
}

.pb-60 {
  padding-bottom: 60px
}

.why-us-main {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 18px));
  grid-gap: 22px;
}

.icon-text span.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #FFF;
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.07);
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.icon-text {
  text-align: center;
  margin-top: -43px;
}

.icon-text p {
  padding: 0 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin: 0;
}

.half-green {
  position: relative;
}

.half-green:before {
  content: "";
  width: 100%;
  height: 361px;
  background: #d69a3c;
  position: absolute;
  top: 0;
  z-index: -1;
}

.icon-text {
  background: #fff;
  border-radius: 0px 0px 30px 30px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  padding-bottom: 30px;
  /*min-height: 238px;*/
  min-height: 170px;
}

.why-us {
  padding-top: 62px;
  padding-bottom: 115px;
}

.why-us .heading2 {
  margin-bottom: 40px;
}

.testimonial-item {
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  margin: 10px;
  padding: 126px 30px 30px;
  border-radius: 50px 0px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  background: #fff url(../images/quote.svg) no-repeat 30px 30px;
  min-height: 350px;
}

span.star img {
  width: auto !important;
}

.testimonial-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
}

.review {
  text-align: left;
  margin-bottom: 0;
}

p.name {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  margin: 0;
  padding-left: 43px;
  margin-top: 20px;
}

p.position {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding-left: 43px;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #727376;
  border-radius: 50%;
  margin: 0 3px;
}

.testimonial-carousel .owl-dot.active {
  width: 44px;
  height: 12px;
  background: #BFD73E;
  border-radius: 6px;
}

.testimonial-container {
  position: relative;
}

section.testimonials {
  padding: 115px 0;
}

.review {
  display: block;
}

.testimonial-carousel .owl-nav {
  max-width: 1280px;
  padding: 0 15px;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: right;
  z-index: 9;
}

.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: right;
}

.testimonial-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
}

.testimonial-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.owl-carousel.testimonial-carousel .owl-stage-outer {
  overflow: hidden
}

#logo-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
}

.owl-dots {
  text-align: center;
  margin-top: 90px;
}

.bg-light-grey {
  background: #FBFBFB;
}

.industries-serve-desktop {
  text-align: center;
  position: relative;
  z-index: 9;
}

.know-more-btn2 a {
  height: 42px;
  color: #8DA31A;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 44px;
  background: #000;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  display: inline-block;
  line-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  justify-content: center;
}

.know-more-btn2 a span.icon {
  display: inline-flex;
  align-self: center;
  margin-left: 10px;
}

.know-more-btn2 {
  display: inline-block;
  overflow: hidden;
  border-radius: 44px;
  position: relative;
}

h2.heading.text-black {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.5%;
  color: #fff;
  margin-bottom: 20px;
}

section.csr-home {
  padding: 56px 0;
  background: url(../images/csr-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.blog-outer,
.form-outer {
  display: flex;
  flex-wrap: wrap;
  background: url(../images/blog-outer-bg.png) no-repeat right center;
  position: relative;
  padding: 205px 0;
}

.blog-item {
  flex: 0 0 375px;
  margin-right: 28px;
  padding: 30px;
  background: #fff;
  border-radius: 25px 0px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

section.blog-home,
section.get-in-touch-main {
  background: #f7f7f7 url(../images/blog-bg.png) no-repeat right center;
}

.form-outer {
  background: url(../images/get-in-touch.png) no-repeat right center;
  padding: 150px 0;
  background-size: 50% 75%;
}

.blog-txt p.bold {
  margin-top: 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  margin-bottom: 22px;
}

.blog-txt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  /* 131.25% */
  color: #000;
  margin-bottom: 40px;
}

.blog-outer:before {
  content: "";
  width: 78px;
  height: 60px;
  position: absolute;
  bottom: 179px;
  left: -22px;
  background: url(../images/dotted-bg.svg) no-repeat right center;
  z-index: 0;
}

.blog-outer .know-more-btn2 {
  flex: 0 0 370px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  bottom: 135px;
  left: 320px;
}

.form-item {
  flex: 0 0 778px;
  margin-right: 28px;
  padding: 30px;
  background: #fff;
  border-radius: 25px 0px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

section.about-home .image-box img.about-after {
  position: absolute;
  right: 53px;
  top: 18px;
  z-index: 0;
}

section.about-home .image-box {
  text-align: right;
}

.image-box {
  position: relative;
}

section.about-home .image-box img {
  position: relative;
  z-index: 1;
}

h2.heading.heading-white:after {
  background: #fff;
}

.heading.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.footer-item {
  padding-left: 25px;
  padding-right: 0;
}

footer>.container>.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}

.footer-item.footer-item2 {
  /* width: 24.5%; */
}

.footer-item.footer-item3 {
  /* width: 17.5%; */
  min-width: 186px;
}

.footer-item.footer-item2 li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 0;
}

.footer-item.footer-item2 li li a {
  padding: 0;
}

.footer-item.footer-item2 li li a,
.footer-item.footer-item2 li:last-child a,
.footer-item.footer-item2 li:first-child a {
  border-bottom: 0;
}

.footer-item.footer-item2 li:first-child a {
  padding-top: 0;
}

.footer-item.footer-item4 {
  width: 18%;
}

footer {
  background: #F1F1F1;
  padding: 85px 0 0;
  background-size: cover;
  color: #000;
  clear: both
}

.footer-item {
  padding-left: 0;
  border-right: 0px solid rgb(255 255 255 / 55%);
  max-width: 25%;
  min-width: 200px;
}

.footer-item.footer-item1 {
  /* width: 21%; */
  /* padding-left:0; */
  border: 0;
  min-width: 442px;
}

.footer-item.footer-item5 {
  /* width: 19%; */
  border: 0;
  min-width: 260px;
}

.footer-item.footer-item5 ul.menu-list ul li:first-child:hover {
  padding-left: 0
}

footer ul.menu-list li {
  margin-bottom: 13px
}

footer ul.menu-list li li {
  margin-bottom: 0;
  line-height: 1.1
}

footer ul.menu-list li:last-child {
  margin-bottom: 0
}

footer ul.menu-list>li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #000;
}

footer ul.menu-list li li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}

footer ul.menu-list li li a {
  max-width: 237px;
  display: inline-block;
}

.footer-item-last ul.menu-list ul li {
  width: 50%;
  float: left;
}

footer ul.menu-list li a:hover {
  color: #8DA31A
}

footer ul.menu-list li:first-child {
  padding-top: 0
}

footer ul.menu-list>li:first-child+li {
  margin-top: 12px
}

footer ul.menu-list li {
  position: relative;
  margin: 0
}

footer ul.menu-list li li {
  padding: 0;
  padding-left: 0;
  /* background:url(../images/footer-bullet.png) no-repeat left 7px; */
  transition: all .3s;
  transition: all 0.5s ease;
  margin-bottom: 12px;
}

footer ul.menu-list li ul {
  margin-top: 0;
  border-top: 0;
  padding-top: 5px
}

ul.menu-list.get-in-touch li ul {
  padding-top: 0;
}

footer ul.menu-list li li:after {
  display: none
}

ul.menu-list>li:last-child:after {
  display: none
}

footer ul.menu-list li li:hover {
  padding-left: 5px
}

footer ul.menu-list li li:hover a {
  color: #8DA31A
}

.footer-item.footer-item5 li a i {
  background: #fff;
  color: #00a2e4;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 10px
}

.footer-item.footer-item5 li a {
  text-align: left;
  margin-top: 8px;
  text-transform: none;
  margin-top: 0;
}

.footer-item.footer-item5 li a i.fa.fa-envelope-o {
  font-size: 20px
}

.footer-item.footer-item5 li a i.fa.fa-mobile {
  font-size: 31px
}

footer ul.menu-list>li>a {
  padding-bottom: 0;
  position: relative;
  margin-bottom: 10px;
  /*display: inline-block;*/
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #a5201c;
  letter-spacing: 1px;
}

footer ul.menu-list>li {}

.footer-item:after {
  content: "";
  width: 1px;
  height: 250px;
  background: #fff;
  position: absolute;
  right: -36px;
  top: 0;
}

.footer-item:last-child:after {
  display: none;
}

.footer-item {
  position: relative;
}

.sub-footer {
  background-color: transparent;
  text-align: center;
  padding: 15px 0;
  margin-top: 68px
}

.sub-footer p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  margin: 0
}

.sub-footer a {
  color: #000;
  text-decoration: underline !important
}

.sub-footer a.footer-links {
  text-decoration: none !important;
}

.sub-footer p {
  text-align: left;
}

.sub-footer p a.footer-links:after {
  content: "|";
  margin: 0 8px;
}

.sub-footer p a.footer-links:last-child:after {
  display: none;
}

.sub-footer {
  background: #fff;
}

.footer-follow {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0px;
  text-align: right;
  padding-right: 180px;
}

.footer-follow a {
  display: inline-block;
  text-align: center;
  margin-right: 13px;
}

.newsletter-form .g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
}

ul.menu-list.get-in-touch li li {
  display: flex;
  align-items: flex-start;
}

ul.menu-list.get-in-touch li li img {
  margin-right: 5px;
}

ul.menu-list.get-in-touch li li,
ul.menu-list.get-in-touch li li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

ul.menu-list.get-in-touch li li strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

ul.menu-list.get-in-touch li li {
  margin-bottom: 21px;
}

footer {
  position: relative;
  overflow: hidden;
}

ul.tab-list>li {
  width: 50%;
  /* display: inline-block; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

ul.tab-list {
  display: flex;
}

ul.inner-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #CDE44F;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 12px;
}

ul.inner-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #727376;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

ul.inner-list {
  margin-top: 16px;
  margin-bottom: 20px;
  position: relative;
}

.product-tab p {
  margin-bottom: 30px !important;
}

ul.inner-list li:last-child {
  margin: 0;
}

ul.inner-list:after {
  content: "";
  width: 1px;
  height: 87px;
  background: rgba(132, 132, 132, 0.50);
  position: absolute;
  top: -30px;
  right: 45px;
}

ul.tab-list>li:last-child ul.inner-list:after {
  display: none;
}

section.solutions-home .text-box {
  padding-left: 56px;
}

.stripe-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.stripe-container~container {
  position: relative;
}

.stripe-container .pin-stripe {
  height: 100%;
  position: absolute;
  left: 0%;
  width: 1px;
  background: #EEE;
  top: 0;
}

section {
  position: relative;
}

.stripe-container .pin-stripe:first-child {
  margin-left: 15%;
}

.stripe-container .pin-stripe:nth-child(2) {
  margin-left: 38.333333%;
}

.stripe-container .pin-stripe:nth-child(3) {
  margin-left: 61.6777777777%;
}

.stripe-container .pin-stripe:nth-child(4) {
  margin-left: 85%;
}

section.why-us.half-green .stripe-container .pin-stripe {
  opacity: 0.2;
  background: #C8C8C8;
}


section.solutions-home .stripe-container .pin-stripe {

  background: #f8f8f8;
}

section.clients-home {
  background: #fff;
}

.pin-stripe::after {
  content: '';
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  top: -100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #b7b7b7 75%, #d3d3d3 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.pin-stripe:nth-child(1)::after {
  animation-delay: 2s;
}

.pin-stripe:nth-child(3)::after {
  animation-delay: 2.5s;
}

.pin-stripe:nth-child(4)::after {
  animation-delay: 1s;
}

@keyframes drop {
  0% {
    top: 0%;
  }

  100% {
    top: 100%;
  }
}

.testimonial-item:after {
  content: " ";
  position: absolute;
  left: -12px;
  bottom: -57px;
  width: 58px;
  height: 58px;
  background: url(../images/testimonial-after.png) no-repeat left top;
}

.testimonial-item {
  position: relative;
}

section.csr-home .heading:after {
  display: none;
}

.header-social a img {
  transition: all 1s ease;
}

.header-social a:hover img {
  filter: opacity(0.5);
  transform: rotateY(90deg);
  transform: rotateY(360deg);
}

.right-header a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 0;
  height: 1px;
  background: #B9D133;
  opacity: 0;
  transition: .all .5s ease;
  transition: all .5s ease;
}

.right-header a:hover:after {
  width: 100%;
  opacity: 1;
}

.right-header a {
  position: relative;
}

.know-more-btn a:before,
.know-more-btn2 a:before,
.form-submit-inner:before,
.rt-detail span.read-more:before,
body.archive.category article.post span.read-more:before,
body.search.search-results article.post span.read-more:before {
  content: "";
  width: 150%;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: -1px;
  z-index: 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  display: block;
  margin-left: 0 !important;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.know-more-btn2 a:before {
  background: #CDE44F;
}

.know-more-btn a,
.know-more-btn2 a,
.rt-detail span.read-more,
body.archive.category article.post span.read-more,
body.search.search-results article.post span.read-more {
  overflow: hidden
}

.know-more-btn a:hover:before,
.know-more-btn2 a:hover:before,
.form-submit-inner:hover:before,
.rt-detail span.read-more:hover:before,
body.archive.category article.post span.read-more:hover:before,
body.search.search-results article.post span.read-more:hover:before {
  transform: rotate(0);
}

.know-more-btn a:hover,
.know-more-btn2 a:hover,
.rt-detail span.read-more:hover {
  background: transparent;
  color: #fff;
}

.know-more-btn a:hover span,
.know-more-btn2 a:hover span {
  filter: brightness(0) invert(1);
}

.know-more-btn2 a span {
  filter: brightness(0) invert(1);
}

.know-more-btn2 a:hover span {
  filter: brightness(0) invert(0);
}

.stripe-container~.container {
  position: relative;
  z-index: 1;
}

.product-section img {
  width: 1920px;
  max-width: unset;
  position: relative;
  left: 51.5%;
  transform: translateX(-50%);
}

.mouse {
  border: solid 2px #CDE44F;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  transform: translate(calc(-50% + 1px), calc(-50% + 1px));
  transition-property: width, height;
  transition-duration: 0.2s;
  z-index: 999;
  pointer-events: none;
}

.mouse::before {
  content: "";
  background-color: #CDE44F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  transition-duration: 0.3s;
  z-index: 999;
}

.mouse-link::before {
  width: 22px;
  height: 22px;
  z-index: 998;
}

.mouse::after {
  content: "";
  z-index: 997;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 0;
}



.icon-text:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 14px;
  left: -1px;
  border-width: 0 122px 31px;
  border-style: solid;
  border-color: transparent transparent #fff;
  z-index: -1;
}

.icon-text {
  position: relative;
  background: transparent;
}

.blog-item:hover .blog-img img {
  /* -webkit-transform: scale(1.3);transform: scale(1.3); */
}

.blog-img img {
  transition: 1s ease-in-out;
}

.blog-img {
  overflow: hidden;
  border-radius: 20px 0;
}

.blog-item:hover {
  box-shadow: 0 11px 30px 0 rgba(51, 51, 51, .15) !important;
}

.blog-item,
.why-us-col span.icon,
.why-us-col>img,
.why-us-col .icon-text p {
  transition: all .2s;
}

.why-us-col:hover {
  background: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35)
}

.why-us-col {
  border-radius: 30px 30px;
  transition: 0.4s ease;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  background: #fff
}

.why-us-col:hover .icon-text p {
  color: #fff;
}

.why-us-col:hover span.icon {
  background: #D6EF50;
}

.why-us-col:hover>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.product-home {
  overflow: hidden;
  background: rgb(221 221 221 / 20%);
}

.banner-main {
  height: 244px;
}

.banner-main {

  background-attachment: fixed !important;
  background-position: center 96px !important;
}


.header-part {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.header-part {
  z-index: 2;
}

.breadcrumb {
  background: transparent;
  padding: 0 0;
  margin: 0;
  float: left;
  width: 100%
}

.breadcrumb~section {
  clear: both
}

.breadcrumb ul {
  text-align: center
}

.breadcrumb ul li {
  display: inline
}

.breadcrumb ul li a {
  cursor: pointer;
}

.breadcrumb ul li,
.breadcrumb ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.breadcrumb ul li {
  padding: 0 8px;
  position: relative
}

.breadcrumb ul li:after {
  content: "|";
  position: absolute;
  right: -3px;
  top: 0
}

.breadcrumb ul li:last-child:after {
  display: none
}

.page-heading .heading {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 46px;
  font-weight: 500;
  max-width: 75%;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.page-heading {
  clear: both;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}

.page-heading .heading:after {
  display: none;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.product {
  background: url(../images/header/product-header.jpg) no-repeat center;
}

.accessories {
  background: url(../images/header/accessories-header.jpg) no-repeat center;
}

.metal-keyboard {
  background: url(../images/header/metal-keyboard-header.jpg) no-repeat center;
}

.membrane-keyboard {
  background: url(../images/header/membrane-keyboard-header.jpg) no-repeat center;
}

.flexi-membrane-keyboard {
  background: url(../images/header/flexi-membrane-keyboard-header.jpg) no-repeat center;
}

.valves-and-instrumentation {
  background: url(../images/header/valves-and-instrumentation-header.jpg) no-repeat center;
}

.mixers-and-agitators {
  background: url(../images/header/mixers-and-agitators-header.jpg) no-repeat center;
}

.vibroprillers {
  background: url(../images/header/vibroprillers-header.jpg) no-repeat center;
}

.recognition-award-certification {
  background: url(../images/header/recognition-award-certification-header.jpg) no-repeat center;
}

.values {
  background: url(../images/header/values-header.jpg) no-repeat center;
}

.company {
  background: url(../images/header/company-header.jpg) no-repeat center;
}

.csr {
  background: url(../images/header/csr-header.jpg) no-repeat center;
}

.investor-relation {
  background: url(../images/header/investor-relation-header.jpg) no-repeat center;
}

.careers {
  background: url(../images/header/careers-header.jpg) no-repeat center;
}

.contact {
  background: url(../images/header/contact-header.jpg) no-repeat center;
}

.packaging {
  background: url(../images/header/packaging-header.jpg) no-repeat center;
}

.services {
  background: url(../images/header/services-header.jpg) no-repeat center;
}

.get-in-touch-header {
  background: url(../images/header/get-in-touch-header.jpg) no-repeat center;
}

.sitemap {
  background: url(../images/header/sitemap-header.jpg) no-repeat center;
}

.menu-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-col {
  flex: 0 0 20%;
  position: relative
}

.menu-col:nth-child(2) {
  flex: 0 0 22%;
}

.about-submenu.sub-menu-wrap .menu-col {
  flex: auto;
}

.menu-area-content {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 26px;
}

.menu-col:first-child {
  flex: 0 0 18%;
}

.solution-submenu .menu-col {
  /* flex: 0 0 27%; */
  flex: 0 0 auto;
}

.solution-submenu .menu-col:last-child.active {
  padding-right: 25px;
}

.menu-col:first-child .menu-area-content {
  padding-left: 0;
}

.menu-col:last-child .menu-area-content {
  padding-right: 0;
}

.menu-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

.menu-main-outer {
  padding: 0 0;
}

.menu-col:after {
  content: "";
  width: 1px;
  /* height: 78px; */
  height: 100%;
  position: absolute;
  right: 0;
  background: rgba(83, 83, 83, 0.20);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  top: 50%;
  transform: translateY(-50%);
}

.menu-col:last-child:after {
  display: none;
}

#inside-header {
  position: relative;
}

#inside-header,
div#carouselExampleControls {
  margin-top: 96px
}

.menu-group {
  margin-left: 16px;
}

.menu-col.active {
  background: #fff;
}

.menu-col:first-child.active {
  padding-left: 15px;
}

section.product-category ul.inner-list li {
  align-items: baseline;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.heading-product {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.5%;
  margin-bottom: 25px;
}

section.product-category ul.inner-list:after {
  display: none;
}

section.product-category {
  padding: 90px 0;
}

section.product-category.bg-grey {
  background: #FBFBFB;
}

section.product-category .flex-row-reverse .image-box {
  text-align: right;
}

.menu-head {
  display: none;
  padding: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
  background: #fff url(../images/plus.svg) no-repeat 96% center;
}

ul#tesing {
  transform: none !important;
  top: 100% !important;
}

.testimonial-carousel:after {
  content: "";
  width: 78px;
  height: 59px;
  background: url(../images/test-after.svg) no-repeat top center;
  position: absolute;
  bottom: 107px;
  right: -30px;
}

.testimonial-carousel {
  position: relative;
}

.trinity-rings-spinner {
  height: 115px;
  width: 115px;
  padding: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.trinity-rings-spinner .circle {
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 3px solid #CDE44F;
  opacity: 1;
}

.trinity-rings-spinner .circle:nth-child(1) {
  height: 100px;
  width: 100px;
  animation: trinity-rings-spinner-circle1-animation 1.5s infinite linear;
  border-width: 3px;
}

.trinity-rings-spinner .circle:nth-child(2) {
  height: calc(100px * 0.65);
  width: calc(100px * 0.65);
  animation: trinity-rings-spinner-circle2-animation 1.5s infinite linear;
  border-width: 2px;
}

.trinity-rings-spinner .circle:nth-child(3) {
  height: calc(100px * 0.1);
  width: calc(100px * 0.1);
  animation: trinity-rings-spinner-circle3-animation 1.5s infinite linear;
  border-width: 1px;
}

@keyframes trinity-rings-spinner-circle1-animation {
  0% {
    transform: rotateZ(20deg) rotateY(0deg);
  }

  100% {
    transform: rotateZ(100deg) rotateY(360deg);
  }
}

@keyframes trinity-rings-spinner-circle2-animation {
  0% {
    transform: rotateZ(100deg) rotateX(0deg);
  }

  100% {
    transform: rotateZ(0deg) rotateX(360deg);
  }
}

@keyframes trinity-rings-spinner-circle3-animation {
  0% {
    transform: rotateZ(100deg) rotateX(-360deg);
  }

  100% {
    transform: rotateZ(-360deg) rotateX(360deg);
  }
}

section.product-category .stripe-container .pin-stripe {
  background: #eee;
  opacity: 0.6
}

section.product-category.bg-grey .stripe-container .pin-stripe {
  display: none;
}

.industries-serve-desktop img.mobile {
  display: none;
}

ul.contact-data li {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 25px;
}

ul.contact-data li img {
  width: 25px;
  margin-right: 0;
}

ul.contact-data li a {
  color: #000;
}

.map iframe {
  width: 100% !important
}

.form-submit input,
.apply-btn a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 23px;
  border-radius: 44px;
  background: #D69A3C;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  border: 0;
  position: relative;
  z-index: 2
}

.form-submit-inner {
  padding: 0;
  border-radius: 44px;
  background: #CDE44F;
  overflow: hidden !important;
  display: inline-block;
  position: relative;
}

.form-submit {
  width: auto;
  display: inline-block;
  overflow: hidden;
}

.form-submit-inner:hover input,
.apply-btn a {
  background: transparent;
  color: #fff;
}

.form-group label {
  font-size: 14px;
}

.sitemap-menu>ul>li>a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 12px;
}

.sitemap-menu>ul>li>a {
  display: flex;
  align-items: baseline;
}

.sitemap-menu>ul>li>a {
  background: #d6ef50;
  color: #000;
  padding: 8px 15px;
  border-radius: 15px 0;
  position: relative;
  z-index: 1;
  /* max-width: 90%; */
  max-width: 100%;
}

.sitemap-menu>ul>li {
  width: 25%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 20px;
  float: left;
  padding: 0;
  padding: 0 10px;
}

.sitemap-menu {
  float: none;
  display: inline-block;
  margin-bottom: -40px;
}

.sitemap-menu>ul>li li:before {
  content: '';
  height: 13px;
  left: 10px;
  top: 7px;
  /* border-left: 3px solid #1b3283; */
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
  width: 25px;
  height: 100%;
  border-bottom: 1px #ccc solid;
  position: absolute;
  top: 0;
  border-left: 1px #ccc solid;
  transform: translateY(-50%);
  z-index: 0;
}

.sitemap-menu>ul>li li {
  position: relative;
  padding-left: 50px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

.sitemap-menu>ul>li li a {
  font-size: 14px;
  color: #000;
  padding: 5px 0;
  display: inline-block;
}

.sitemap-menu>ul>li li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #CDE44F;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 12px;
  display: inline-block;
  position: absolute;
  left: 28px;
  top: 9px;
}

.sitemap-menu>ul ul {
  margin: 10px 0;
}

ul.contact-data li span.icon {
  background: #d6ef50;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}

ul.contact-data li a {
  display: flex;
  align-items: center;
}

ul.contact-data li:first-child {
  align-items: start;
}

.sitemap-menu>ul>li li.has-child:before {
  transform: none;
  top: -16px;
  height: 31px;
}

.sitemap-menu>ul>li li li:before {
  left: -17px;
}

.sitemap-menu>ul>li li ul {
  margin: 0;
}

.sitemap-menu>ul>li li li {
  padding-left: 28px;
}

.sitemap-menu>ul>li li li:after {
  left: 6px;
  background: #727475;
}

.sitemap-menu>ul>li li.has-child+li:before {
  /* border-left: 0; */
  height: 293%;
  top: auto;
  /* bottom: -29px; */
  bottom: -15px;
}

/* .sitemap-menu > ul > li li.has-child.has-child-2:before {height: 240%;} */
.sitemap-menu>ul>li li.no-child:before {
  display: none
}

.sitemap-menu>ul>li li.has-child.last:before {
  bottom: calc(100% - 15px);
  height: 100%;
}

.form-control {
  border-radius: 10px;
}

.form-control {
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.4);
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

textarea.form-control {
  height: auto;
  border-radius: 15px;
}

.navbar .navbar-nav .nav-item {
  position: static;
}

div#navbarResponsive {
  position: relative;
}

.product-home ul.icon-based li span.icon,
.product-home ul.icon-based li .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #d69a3c;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  /* margin-right: 30px; */
  margin-right: 15px;
}

.product-home ul.icon-based li {
  display: flex;
  margin-bottom: 30px;
}

.product-home span.text strong,
.product-home .text strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  color: #000;
}

.product-home span.text,
.product-home .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #727376;
}

.product-home-text {
  margin-top: 16px;
  width: 100%;
  border-radius: 0px 0px 30px 30px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 53px 82px;
}

section.product-home .image-box img {}

section.product-home .image-box img {
  width: 100%;
}

.product-home-text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin-bottom: 16px;
}

.sub-menu-wrap.fixed {
  position: fixed;
  top: 96px;
  z-index: 99;
  left: 0;
  width: 100%;
}

.menu-col.dropdown {
  position: relative;
}

.menu-col .dropdown-menu.show li {
  max-height: unset;
}

.menu-col .dropdown-menu.show li a,
.menu-col.show .dropdown-menu li a {
  color: #fff;
  width: 100%;
  padding: 8px 20px;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.menu-col.dropdown .dropdown-menu.show,
.menu-col.dropdown.show .dropdown-menu {
  background: #727476;
  max-height: unset;
  transform: none !important;
  top: 100% !important;
}

.menu-col.dropdown:first-child .dropdown-menu.show {
  left: -15px !important;
}

.menu-col .dropdown-menu.show li:last-child a {
  border: 0;
}

.menu-col.dropdown ul.dropdown-menu {
  max-height: 0;
  padding: 0;
}

.solution-submenu.sub-menu-wrap .menu-row {
  justify-content: center;
}

.get-in-touch-sticky {
  display: none;
}

span.dropdown-toggle {
  width: 0%;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
}

section.about-home.product-home img {
  width: auto;
}

section.about-home.product-home span.icon img {
  max-height: 38px;
}

section.about-home.product-home li {
  align-items: center;
}

section.about-home.product-home li {
  width: 50%;
  float: left;
  padding-right: 0;
}

section.about-home.product-home li span.text strong {
  font-size: 18px;
}

section.about-home.product-home li span.icon {
  margin-right: 20px;
}

.about-img {
  position: absolute;
  width: 46%;
  height: 100%;
  top: 0;
}

.about-img img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}


.about-home .offset-lg-6.col-lg-6 {
  /* padding-left: 0; */
  margin-left: calc(50% - 50px) !important;
}

.about-home .offset-lg-6.col-lg-6 {
  /* padding-left: 0; */
  margin-left: calc(50% - 4%) !important;
  /* max-width: calc(50% + 50px) !important; */
  -ms-flex: 0 0 55%;
  flex: 0 0 54%;
  max-width: 54%;
}

.small-text {
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  text-transform: capitalize;
}

.bg-dark-grey {
  background: #58585A;
}

.project-inside-home {
  margin-left: 9%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.project-heading {
  margin-right: 50px;
  width: 32%;
}

.project-blocks .row {
  margin-left: -10px;
  margin-right: -10px;
}

.project-blocks .row>div {
  padding-left: 10px;
  padding-right: 10px;
}

.project-category-name h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.project-heading p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}

.project-svg-bg {
  position: absolute;
  top: 20px;
  bottom: -27%;
  left: -15%;
  width: 45%;
  overflow: hidden;
}

.project-svg-bg object {
  opacity: 0.1;
  width: 100%;
}

section.projects-home {
  position: relative;
  overflow: hidden;
}

.project-svg-bg object {}

#loading-spinner {
  animation: loading-spinner 50s linear infinite;
}

@keyframes loading-spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.jnk-energy-panel {
  background: url(../images/jnk-renewable-energy-bg.html) no-repeat center;
  background-size: cover;
}

section.jnk-energy-panel.about-jnk-renewable {
  background: url(../images/about-jnk-renewable.html) no-repeat center;
}

.bg-parallex {
  background-attachment: fixed;
}

.jnk-energy-content {
  width: 790px;
  background: #fff;
  padding: 50px 0;
  padding-right: 134px;
  position: relative;
  padding-left: 5px;
  max-width: 100%;
}

.jnk-energy-content:before {
  content: "";
  width: 500px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 0;
}

section.jnk-energy-panel {
  padding-bottom: 0;
  padding-top: 354px;
}

.download-brochure-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-red {
  background: #EA2924;
}

section.download-brochure {
  padding: 0;
}

.download-brochure-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.download-brochure {
  padding: 0;
}

.brochure-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.brochure-btn a span.icon {
  margin-right: 15px;
  display: inline-flex;
}

.brochure-img {
  margin-right: 40px;
}

.services-content p,
.about-us-content p,
.jnk-energy-content p,
.page-global-presence p,
.contact-data p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.24px;
}

.text-red {
  color: #EA2424;
  text-decoration: underline;
}

.services-content span.text-red {
  display: block;
}

.services-content {
  padding-right: 80px;
  padding-top: 80px;
}

.services-col {
  margin-top: 50px;
}

.services-txt h3 {
  font-family: Heebo;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  margin: 20px 0;
}

.know-more-btn-2 a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #EA2424;
}

.know-more-btn-2 a span.icon {
  margin-left: 20px;
}

.know-more-btn-2 {
  clear: both;
  display: inline-block;
  width: 100%;
}

.services-inner .services-col:first-child {
  margin-top: 0;
}

section.services {
  padding: 0;
  padding-bottom: 80px;
}

.services-inner .col-lg-6 {
  padding: 0 38px;
}

.services-inner .row {
  margin-left: -38px;
  margin-right: -38px;
}


.carousel-caption .container {
  position: relative;
  height: 100%;
}

.carousel-caption-txt p {
  font-size: 50px;
  color: #fff;
}

.newsletter-form form {
  position: relative;
}

.newsletter-form form input[type="submit"] {
  position: absolute;
  background: transparent;
  background: url(../images/newsletter-btn.html) no-repeat center;
  right: 0;
  top: 0;
  height: 40.8px;
  width: 40px;
  font-size: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

ul.menu-list.get-in-touch ul.newsletter-ul li {
  display: block;
}

.newsletter-form form input[type="email"] {
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 8px 40px 8px 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  outline: 0;
  margin-bottom: 15px;
}

.newsletter-form form input[type="email"] input[type="submit"] {}

.newsletter-form form input[type="email"]:focus {
  border-color: #EA2924;
}

.newsletter-form .form-group:hover input[type="submit"] {
  background-position: 97% center;
}

p.product-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-top: 15px;
}

.owl-carousel .owl-item .height-small {
  padding: 40px 0;
}

.epc-content .heading3 {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

div#product-carousel .owl-nav {
  text-align: center;
  display: flex;
  justify-content: center;
}

div#product-carousel .owl-nav .owl-prev {
  /*margin-right: 20px;*/
  margin-top: 10px;
  padding-right: 30px;
}

div#product-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
}

.epc-content .heading3:after {
  display: none;
}

.epc-content .heading3 {
  padding-bottom: 0;
  margin-bottom: 38px;
}

.owl-carousel .owl-stage-outer {
  background: transparent
}

.jnk-renewable-header-main:after,
.career-main:after,
.investor-relation-main:after,
.global-presence-main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.page-tabbing {
  text-align: center;
}

.page-tabbing ul li {
  display: inline-block;
  margin: 0 22px;
}

.page-tabbing ul li a {
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  color: #000;
  padding-bottom: 0;
  border-bottom: 3px solid #D9D9D9;
}

.page-tabbing ul li.active a {
  color: #EA2924;
  border-color: #EA2924;
}

.page-tabbing ul li:last-child {
  /* margin-right: 0; */
}

.page-bg {
  background: #fff;
}

p.p-heading {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px;
  padding: 0 120px;
}

.page-tabbing {
  margin-bottom: 38px;
}

span.country-tag {
  position: absolute;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  background: #EA2924;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}

.project-img {
  position: relative;
}

.project-details {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;
}

.project-details {}

.project-details p span {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  width: 120px;
  flex: 0 0 120px;
  /* border-right: 1px solid #eee; */
  margin-right: 10px;
}

.project-details p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.project-details p:last-child {
  border-bottom: 0;
}

.project-details p span:after {
  content: ":";
  float: right;
}

.project-details {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #eee
}

.project-list {
  margin-bottom: 48px;
}

.project-name p {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
  text-transform: capitalize;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.project-name p:after {
  content: "";
  width: 70px;
  height: 5px;
  background: #EA2924;
  position: absolute;
  bottom: 0;
  left: 0;
}

.project-listing-inside>.row {
  margin-left: -40px;
  margin-right: -40px;
}

.project-listing-inside>.row .col-md-4 {
  padding-left: 40px;
  padding-right: 40px;
}

section.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-listing-inside a:hover .project-img img {
  transform: scale(1.1);
}

.project-img img {
  transition: all 0.5s ease;
}

.project-img {
  overflow: hidden;
}

.project-list.max-h .project-details p:first-child {
  min-height: 99px;
}

.project-details p:first-child {
  min-height: 55px;
}

.project-listing-inside.reformers .project-details p:first-child {
  min-height: unset;
}

img.mfp-img {
  max-height: 550px !important;
  padding: 0;
}

.mfp-image-holder .mfp-close {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  background: #EA2924 url(../images/close-popup.html) no-repeat center;
  right: 0;
  opacity: 1;
}

.mfp-container {
  width: auto;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.mfp-wrap,
.mfp-bg {
  z-index: 99999999;
}

.mfp-arrow-left:before,
.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow {
  width: 64px;
  height: 80px;
  margin-top: -40px;
}

.mfp-arrow-right:before,
.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow.mfp-arrow-left {
  background: url(../images/popup-arrow-left.html) no-repeat center;
  margin-left: 10px;
}

button.mfp-arrow.mfp-arrow-right {
  background: url(../images/popup-arrow-right.html) no-repeat center;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 100%;
}

.mfp-arrow:active {
  margin-top: -40px
}

.gallery.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

section.page-other .coming-soon {
  margin: 0;
  padding: 65px 0;
}

.icon-bar {
  width: 40px;
  height: 0;
  background: #000;
  float: left;
  line-height: 1px;
  font-size: 0;
  margin: 4px 0;
  border-top: 2px solid #000;
}

/************************************************/
@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}


.product-block:hover img {
  transform: scale(1.1);
}

.product-block .product-image,
.services-img,
.project-category-img {
  overflow: hidden;
}

.product-block img,
.services-img img,
.project-category-img img {
  transition: all 0.3s ease;
}

.services-col:hover .services-img img,
.project-thumb:hover .project-category-img img {
  transform: scale(1.1);
}

.know-more-btn-2 a:before,
.know-more-btn-2 a:after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: red;
  transition: 0.5s ease-in-out;
  right: auto;
}

.know-more-btn-2 a:hover:before,
.know-more-btn-2 a:hover:after {
  width: 100%;
  /* height: 3px; */
}

.know-more-btn-2 a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  transition: 0.5s ease-in-out;
}

.know-more-btn-2 a:after {
  bottom: auto;
  top: 0;
  height: 2.5px;
  left: 0;
  right: auto;
}

.page-bg:before,
.page-bg:after {
  content: "";
  position: absolute;
  z-index: 1
}

.page-bg {
  position: relative;
  overflow: hidden
}

.page-bg:before {
  top: 85px;
  left: -30px;
  width: 516px;
  height: 335px;
  background: url(../images/art1.html) no-repeat center;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.page-bg:after {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 340px;
  height: 221px;
  background: url(../images/art2.html) no-repeat center;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.page-bg section {
  position: relative;
  z-index: 2;
}

.owl-next img,
.owl-prev img {
  transition: all 0.3s ease
}

.owl-next:hover img,
.owl-prev:hover img {
  /* transform: scale(1.1) !important; */
}

.brochure-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
}

.brochure-btn:hover:before {
  transform: translateX(0);
}

.brochure-btn {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.brochure-btn a {
  position: relative;
  z-index: 2;
  transition: 0.5s ease-in-out;
}

.brochure-btn:hover a {
  border-color: red;
  color: red
}

object.s-hover {
  opacity: 0;
  width: 0;
  transition: all 0.3s ease;
}

.brochure-btn a:hover object {
  opacity: 0;
  width: 0;
}

.brochure-btn a:hover object.s-hover {
  width: auto;
  opacity: 1;
}

.footer-follow a:hover img {
  filter: grayscale(100);
  transform: rotateY(90deg);
  transform: rotateY(360deg);
}

.footer-follow a img {
  transition: all 1s ease;
}

.navbar .nav-item:hover .dropdown-menu .menu-level2 ul>li:first-child .menu-gallery {
  opacity: 1;
  visibility: visible;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid red;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 45px;
    left: 45px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 45px;
    left: 45px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 45px;
    left: 45px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}

.se-pre-con {
  position: fixed;
  left: 0%;
  transform: none;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff;
  /* animation: spinning 1.5s infinite ease-in-out; */
  text-align: center;
  display: none;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  background: url(../images/arrow-carousel-after.html);
  background-position: center;
  z-index: 999;
  position: absolute;
  content: "";
  width: 68px;
  height: 45px;
  margin-right: 0;
  right: 0;
  transition: all 0.3s ease;
}

.owl-nav .owl-prev span img {
  position: relative;
  z-index: 2;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: relative;
}

.owl-carousel .owl-nav .owl-prev:hover:after,
.owl-carousel .owl-nav .owl-next:hover:after {
  margin-right: 15px;
}

.contact-data-box .text {
  text-align: center;
}

.contact-data-box .text p span {
  display: block;
  font-weight: 600;
  line-height: 28px;
}

.contact-data-box .text p {
  margin: 0;
  font-size: 16px;
}

.contact-data-box span.icon-img {
  text-align: center;
}

.contact-data-box span.icon-img img.show-hover {
  opacity: 0;
  width: 0;
}

.contact-data-box span.icon-img img {
  width: 45px;
}

.contact-data-box {
  background: transparent;
  padding: 0px 15px;
  min-height: 220px;
}

.contact-data-box .icon {
  margin-bottom: 25px;
}

.br-1 {
  position: relative;
}

.br-1:after {
  content: "";
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  border-right: 1px solid #eee;
  top: 0;
}

.contact-data-box a {
  color: #000;
  /* text-decoration: underline !important; */
}

.contact-data-box a.text-red {
  display: block;
  text-decoration: underline !important;
  color: #ea2424;
}

section.contact-form {
  position: relative;
}

section.contact-form .contact-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
}

section.contact-form .row.no-gutters,
.page-job .row.no-gutters,
.life-at-jnk .row.no-gutters {
  position: relative;
  background: #f1f1f1;
}

section.contact-form .heading,
.renewable-contact .heading {
  font-size: 30px;
  padding-bottom: 11px;
}

section.contact-form .heading:after {
  height: 4px;
}

.contact-data-box .text p {
  margin: 0;
  line-height: 24px;
}

img.flex-shrink-0.border.rounded {
  background: #eee;
  /* border-radius: 50%; */
  padding: 10px;
  margin-right: 20px;
}

.job-item.p-4.mb-4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}

.job-item span.text-truncate {
  background: #f1f1f1;
  padding: 5px 8px;
  margin-right: 8px;
  border-radius: 5px;
}

.job-item small.text-truncate {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.job-item small.text-truncate img {
  max-width: 40px;
  margin-right: 15px;
}

small.text-truncate strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
}

.job-item h5 {
  font-size: 30px;
}

ul.list li {
  margin-bottom: 15px;
  padding-left: 11px;
  position: relative;
}

ul.list li {
  color: #000;
}

ul.list li:before {
  content: "";
  width: 3px;
  height: 15px;
  background: #EA2924;
  position: absolute;
  left: 0;
  top: 4px;
}

ul.list.white li {
  color: #fff;
  /* background:url(../images/white-bullet.png) no-repeat left 8px */
}

.job-description {
  padding-right: 30px;
}

.job-form {
  padding-left: 30px;
}

.job-description .heading {
  font-size: 28px;
  padding-bottom: 10px;
}

.job-description .heading:after {
  width: 90px;
  height: 3px;
}

.job-description:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #ccc;
  right: 0;
}

.enquire-now {
  width: 350px;
  height: 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 0 0 10px 0;
  overflow: hidden;
  opacity: 0;
  transition: all .8s ease;
  display: none;
}

.enquire-now.open {
  height: auto;
  opacity: 1;
  display: block;
}

.enquire-now.popup-ani {
  -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.enquire-now h1 {
  font-size: 20px;
  color: #757575;
  padding: 25px 0;
  margin: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.enquire-now .love {
  width: 20px;
  height: 20px;
  background-position: 35px 84px;
  display: inline-block;
  margin: 0 6px;
  background-size: 62px;
}

.enquire-now .ba-logo {
  width: 65px;
  height: 25px;
  background-position: 0px;
  margin: 0 auto;
  opacity: .5;
  cursor: pointer;
}

.enquire-now .ba-logo:hover {
  opacity: 1;
}

.logo-ani {
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
}

.enquire-now form {
  padding: 20px 15px;
  margin-bottom: 0;
}

.form-group-submit {
  margin-bottom: 0;
}

.enquire-now input[name="email"] {
  background-color: #eee;
}

.enquire-now input[name="submit"] {
  background-color: #00aeef;
  cursor: pointer;
  color: #fff;
}

.enquire-now input[name="submit"]:hover {
  background-color: #26baf1;
}

.enquire-now .img {
  background-image: url("../../4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
}

.enquire-now-fab {
  width: auto;
  height: auto;
  background-color: #ea2424;
  border-radius: 0;
  float: right;
  box-shadow: 0px 3px 20px #00000029;
  z-index: 5;
  position: relative;
}

.enquire-now-fab .wrap span {
  padding: 17px 10px;
  display: inline-block;
  color: #EA2424;
  /* padding-left: 0; */
  background: #FFFFFF;
  /* background-size: 30px; */
  cursor: pointer;
  font-size: 15px;
  line-height: 16px;
}

.enquire-now-fab .img-fab {
  height: 30px;
  width: 30px;
  margin: 15px auto;
  background-image: url("../../4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
  background-position: -1px -53px;
}

.enquire-now-fab .wrap {
  transform: rotate(0deg);
  -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  padding-left: 50px;
  background: url(../images/enquiry.html) no-repeat 10px center;
  background-size: 30px;
}

.enquire-now-fab .ani {
  /* transform: rotate(45deg);-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23); */
}

.enquire-now-fab .close {
  background-position: -2px 1px;
  transform: rotate(-45deg);
  float: none;
  /*Bootstrap Overide*/
  opacity: 1;
  /*Bootstrap Overide*/
}

.enquire-now-wrap {
  position: fixed;
  right: calc((100% - 1280px) / 2);
  bottom: 19px;
  z-index: 9999;
}

.ba-settings {
  position: absolute;
  top: -25px;
  right: 0px;
  padding: 10px 20px;
  background-color: #555;
  border-radius: 5px;
  color: #fff;
}

.page-contact2 .wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.renewable-contact {
  padding: 40px;
}

.renewable-contact span.icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid red;
  border-radius: 50%;
  margin-right: 15px;
}

.renewable-contact ul li,
.renewable-contact ul li a {
  display: flex;
  align-items: center;
}

.renewable-contact ul li {
  margin-bottom: 27px;
}

.renewable-contact ul li span strong {
  display: block;
}

.renewable-contact ul li a {
  color: #000;
}

.form-submit,
.form-submit-inner,
input[type=submit] {
  cursor: pointer;
}

form#float-form .form-group {
  margin-bottom: 8px;
}

form#float-form .form-control {
  padding: 5px 0.75rem;
  height: auto;
}

form#float-form textarea.form-control {
  max-height: 60px;
}

span.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  height: 30px;
  width: 30px;
  background: #EA2924 url(../images/close-popup.html) no-repeat center;
  background-size: 15px;
  opacity: 0;
}

form#float-form .form-group.form-group-submit {
  margin-bottom: 0;
}

.enquire-now.open span.close-btn {
  opacity: 1
}

.about-us-icon .text-big {
  margin-bottom: 30px;
}

li.nav-item.hide-current,
.hide-current {
  display: none !important;
}

ul.pdf-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333333333% - 20px));
  /* min-height: 664px; */
  grid-gap: 30px;
}

ul.pdf-list li {
  background: #f8f8f8;
  position: relative;
}

ul.pdf-list li span {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 20px;
  border: 1px solid #eee;
}

ul.pdf-list li a {
  position: relative;
  height: 100%;
}

ul.pdf-list li span p {
  margin: 0;
  line-height: 1.3;
}

ul.pdf-list li span img {
  margin-right: 15px;
}

ul.menu-list li.hide-current~li:nth-child(2) {
  margin-top: 0;
}

form#float-form input[type=file] {
  padding: 5px 0.75rem;
  height: auto;
  transform: scale(0.9) translateX(-18px);
}

.u-team.u-team-1.board-of-directors .u-team-l h6.u-team-post {
  display: none;
}

.u-team.u-team-1.board-of-directors .u-team-l p {
  display: block;
  margin-bottom: 0;
}

.u-team.u-team-1.board-of-directors {
  grid-template-columns: repeat(3, calc(33.3333333% - 20px));
}

.u-team.u-team-1.board-of-directors .u-team-inner {
  background: #f8f8f8;
}

section.bg-grey ul.pdf-list li {
  background: #fff;
}

section.page-corporate-governance.financial-reports .heading {
  font-size: 32px;
}

.u-team.u-team-1.board-of-directors .u-team-inner h5.u-team-name {
  font-size: 22px;
}

.u-team.u-team-1.board-of-directors .u-team-inner h5.u-team-name {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.u-team.u-team-1.board-of-directors .u-team-inner h5.u-team-name:after {
  content: "";
  width: 70px;
  height: 3px;
  background: #ea2424;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-team.u-team-1.board-of-directors .u-team-inner .u-team-l {
  padding: 30px;
}

.carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 550px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slide1 {
  background-image: url(../images/slide_01.jpg)
}

.slide2 {
  background-image: url(../images/slide_02.jpg)
}

.slide3 {
  background-image: url(../images/slide_03.jpg)
}

.carousel-caption-txt {
  text-align: left;
  width: 29%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.carousel-caption {
  position: relative;
  height: 100%;
}

.carousel-caption-txt p.heading2 {
  max-width: 250px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0
}

div#carouselExampleControls {
  background: #013a7a
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.p-50 {
  padding: 50px 0
}

.bg-yellow {
  background: #f3b100
}

section.bg-blue {
  background: #00a2e3
}

section.home-about .heading {
  margin-top: 50px
}

.pl-30 {
  padding-left: 30px
}

.pr-30 {
  padding-right: 30px
}

.button {
  text-align: center
}

a.read-more {
  background: #55c48b;
  padding: 13px 44px;
  margin: 17px 0;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  margin-top: 14px;
  display: inline-block;
  transition: all .5s;
  background: #00a5e6;
  background: linear-gradient(90deg, #00a5e6 0, #006fb5 100%);
  text-decoration: none
}

a.read-more:hover {
  background: #fab900;
  background: linear-gradient(90deg, #fab900 0, #f3480f 100%)
}

a.read-more.read-more2 {
  font-size: 16px;
  text-transform: uppercase;
  background: #fab900;
  background: linear-gradient(90deg, #fab900 0, #f3480f 100%)
}

a.read-more.read-more2:hover {
  background: #00a5e6;
  background: linear-gradient(90deg, #00a5e6 0, #006fb5 100%)
}

.button-more {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  /* background:url(../images/button-more.jpg) no-repeat center/cover; */
  transition: all .3s ease;
  cursor: pointer;
  transition: all .3s ease
}

.button-more:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .4))
}

div#parentHorizontalTab {
  margin-top: 20px !important
}

.product-img {
  text-align: center
}

section.clients {
  clear: both
}

.devider:after {
  content: "";
  width: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0
}

.devider {
  position: relative
}


.heading.blue {
  font-size: 40px;
  color: #0072b8
}

.sub-header ul.left-info li:last-child {
  padding-right: 0
}

section#products {
  padding-bottom: 10px
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

.bg-light-blue {
  background: #edf6f8
}

.contact-col {
  text-align: center
}

.contact-col {
  border-right: 1px solid #ddd
}

.header-scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2)
}

li.form-input-wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  -ms-flex-align: start;
  /* align-items: flex-start; */
}

li.form-input-wide span {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 20px;
}

li.form-input-wide span:last-child {
  margin-left: 24px;
}

li.form-input-wide span .form-textbox {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 0;
  font-family: 'Heebo', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  outline: 0;
}

li.form-input-wide span input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

li.form-input-wide.full-w span:last-child {
  margin-left: 0;
}

li.form-input-wide.full-w span input[type=file] {
  background: transparent;
  border: 0;
  padding: 0;
}

li.form-input-wide span label {
  display: block;
}

ul.sitemap-list>li {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 0;
  /* float: left; */
  position: relative;
  padding-left: 0;
}

ul.sitemap-list>li>a {
  font-size: 14px;
  color: #000;
  transition: all .3s;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 0 solid #ccc;
  margin-bottom: 0;
  padding: 15px 25px;
  /* background: url(../images/sitemap-icon.svg) no-repeat left center; */
  position: relative;
  z-index: 9;
  background: #fff;
  width: auto;
  margin-left: 30px;
  color: #ea2424;
  border: 1px #ea2424 solid;
}

ul.sitemap-list>li>ul {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 0;
  margin-left: 0;
}

ul.sitemap-list>li li {
  position: relative;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

ul.sitemap-list>li li a {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  display: inline-block;
  padding-left: 5px;
  /* background: url(../images/sitemap-icon2.svg) no-repeat left center; */
}

ul.sitemap-list>li li:before {
  position: absolute;
  content: '';
  height: 13px;
  left: 0px;
  top: 7px;
  /* border-left: 3px solid #1b3283; */
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
  width: 25px;
  height: 100%;
  border-bottom: 1px #ea2424 solid;
  position: absolute;
  top: 0;
  border-left: 1px #ea2424 solid;
  transform: translateY(-50%);
}

ul.sitemap-list>li>a:before,
ul.sitemap-list>li>a:after {
  content: "";
  position: absolute;
}

ul.sitemap-list>li>a:before {
  width: auto;
  height: 25px;
  border-left: 1px #ea2424 solid;
  left: -31px;
  top: 50%;
}

ul.sitemap-list>li>a:after {
  width: 30px;
  height: auto;
  border-bottom: 1px #ea2424 solid;
  left: -30px;
  top: 50%;
}

ul.sitemap-list.single>li>a:before,
ul.sitemap-list.single>li>a:after {
  display: none;
}

ul.sitemap-list.single {
  margin-bottom: 30px;
}

div#project-carousel .owl-dots .owl-dot span {
  width: 34px;
  height: 6px;
  background: #fff;
  display: inline-block;
}

div#project-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 8px;
}

div#project-carousel .owl-dots .owl-dot.active span {
  background: red;
}

div#project-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.u-team.u-team-1 {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 23px));
  /* min-height: 664px; */
  grid-gap: 30px;
}

.u-team-inner {
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
}

.u-team-l {
  padding: 15px;
}

h5.u-team-name {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

h6.u-team-post {
  font-size: 15px;
  font-weight: 400;
}

ul.ul-box {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 22px));
  /* min-height: 664px; */
  grid-gap: 30px;
}

ul.ul-box li {
  padding: 10px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  font-size: 18px;
}

.heatersa-at-jnk ul.ul-box li {
  min-height: 112px;
}

.section-content p:last-child {
  margin: 0;
}

.icon-box-new span {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-start;
  min-height: 107px;
  position: relative;
  padding-left: 95px;
}

.icon-box-new span img {
  max-width: 60px;
  margin-right: 25px;
  position: absolute;
  left: 25px;
}

.icon-box-new span p {
  margin: 0;
  line-height: 1.2;
  padding-right: 0;
  justify-content: right;
}

.icon-box-new {
  background: #fff;
  /* padding: 15px; */
}

.services-box.box6 .icon-box-new {
  margin-bottom: 30px;
}

.image-content {
  margin-bottom: 30px;
}

.content-part p {
  margin: 0;
}

.offices-address {
  background: #f1f1f1;
  padding: 40px;
  position: relative;
  height: 100%;
}

.offices-address ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.offices-address ul li img {
  width: 36px;
  margin-right: 18px;
}

.offices-address ul li a {
  text-decoration: underline !important;
  color: #000;
}

.offices-map iframe {
  width: 100%;
}

.offices-map iframe {
  outline: 0;
  border: 0;
}

.u-team-image img {
  width: 100%;
}

.industry-col {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 16px));
  /* min-height: 664px; */
  grid-gap: 20px;
  margin-top: 40px;
}

.industry-col .item.height-small {
  padding: 40px 0;
}

.industry-txt p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin: 0;
  margin-top: 15px;
}

.about-us-icon .icon-box-new {
  background: #f1f1f1;
  margin-bottom: 30px;
}

.icon-vision-mission {
  padding: 30px;
  background: #fff;
  text-align: center;
}

.icon-vision-mission span {
  display: inline-block;
  margin-bottom: 20px;
}

.icon-vision-mission h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}

.icon-vision-mission p {
  margin: 0;
}

.icon-vision-mission span img {
  width: 90px;
}

.partners-main {
  display: grid;
  grid-template-columns: repeat(6, calc(16.666667% - 17px));
  /* min-height: 664px; */
  grid-gap: 20px;
}

.partners-box {
  background: #f1f1f1;
  /* display: flex; */
  border: 1px solid #eee;
}

.partners-logo {
  background: #fff;
  text-align: center;
  padding: 10px;
  border: 0;
}

.partners-name {
  text-align: center;
  color: #000;
  padding: 5px 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  min-height: 46px;
  justify-content: center;
  font-weight: 400;
  /* background: #f1f1f1; */
}

.partners-name a {
  color: #000;
}

.partners-name a:hover {
  color: #a5201c;
}

.certificate-main {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 30px));
  /* min-height: 664px; */
  grid-gap: 40px;
}

.certificate-box {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.certificate-name {
  color: #000;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}

.certificate-name strong {
  font-weight: 400;
  display: block;
}

.u-team-l p {
  display: none;
}

#basicExampleModal .modal-dialog {
  max-width: 800px;
}

#basicExampleModal .u-team-image {
  width: 40%;
  float: left;
  margin: 15px 0;
  border: 1px solid #f1f1f1;
}

#basicExampleModal .u-team-l {
  display: block;
  float: right;
  width: 60%;
  padding: 15px 0;
  padding-left: 30px;
}

#basicExampleModal .u-team-l p {
  margin-top: 10px;
  display: inline-block
}

#basicExampleModal .u-team-l p:last-child {
  margin: 0;
}

#basicExampleModal .modal-header {
  border: 0;
  padding: 0;
  /* display: none; */
}

#basicExampleModal .modal-footer {
  display: none;
}

#basicExampleModal .modal-header .close {
  position: absolute;
  right: 0;
  top: -50px;
  opacity: 1 !important;
  color: #fff;
  text-shadow: none;
  padding: 0 10px;
  margin: 0;
  background: #EA2424;
  outline: 0;
}

#basicExampleModal .modal-header .close span {
  display: inline-block;
  margin-top: 0;
  line-height: 30px;
  vertical-align: middle;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  padding: 0;
}

#basicExampleModal h6.u-team-post {
  color: #EA2424;
  margin-bottom: 10px;
}

.modal-backdrop.fade.show {
  z-index: 99999;
}

.modal-open .modal {
  z-index: 999999;
}

.u-team-inner1 {
  cursor: pointer;
}

.mfp-counter {
  left: 0;
  right: auto;
  width: 100%;
  text-align: center;
}


section.about-home .part-left .image-box {
  text-align: left;
}

.about-home .part-right .text-box {
  padding-right: 0px;
  padding-left: 40px;
}

.core-value-para {
  text-align: center;
  color: #000;
}

.core-value-section .why-us-main {
  grid-template-columns: repeat(4, calc(25% - 17px));
}

.core-value-section .icon-text {
  box-shadow: none;
  padding-left: 5px;
  padding-right: 5px;
}

.core-value-col-img {
  width: 100%
}

.icon-text p strong {
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
}

.core-value-section .icon-text p {
  color: #727376
}

.core-value-section .why-us-col:hover .icon-text p strong {
  color: #fff
}

.group-companies-section .blog-outer {
  background: none;
  padding: 100px 0 0;
  justify-content: center;
}

.group-companies-section {
  padding: 60px 0px;
}

.group-companies-section .blog-img {
  margin-bottom: 20px;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  margin-top: -100px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #eee;
  transition: 0.5s;
}

.group-companies-section .blog-item:hover .blog-img {
  box-shadow: 0 0 15px #e1e1e1;
}

.group-companies-section .blog-txt p {
  color: #727376;
  font-size: 18px;
  line-height: normal;
}

.group-companies-section .blog-txt p:last-child {
  margin-bottom: 0px;
}

.why-us.core-value-section .heading2 {
  margin-bottom: 20px;
}


/*------*/
.menu-row.menu-row-pro {
  justify-content: center;
}

.menu-row.menu-row-pro .menu-col {
  flex: 0 0 auto;
  padding: 0 !important;
}

.menu-row.menu-row-pro .menu-col .menu-area-content {
  padding: 0 20px !important;
}

.menu-row.menu-row-pro .menu-col::after {
  height: 100%;
}

.sub-level-section {
  padding: 11px 15px;
  text-align: center;
}

.sub-level-menu-ul {
  display: flex;
  justify-content: center;
}

.sub-level-menu-ul li {
  width: auto;
  padding: 0 15px;
  border-right: 1px solid #c8c8c8;
}

.sub-level-menu-ul li a {
  color: #000;
}

.sub-level-menu-ul li:last-child {
  border-right: 0;
}

.sub-level-menu-ul li a {
  color: #000;
}

.sub-level-menu-ul li.active-sub a {
  color: #a5c400;
}

.sub-level-section.fixed {
  /*! position: fixed; */
  top: 155px;
  z-index: 9;
  left: 0;
  width: 100%;
  background: #fff;
}

.navbar .nav-item .products-dropdown-menu>li {
  background: none;
}

.navbar .nav-item .products-dropdown-menu>li ul.products-dropdown-menu-sub {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 15px;
  float: left;
}

.navbar .nav-item .products-dropdown-menu>li ul.products-dropdown-menu-sub>li {
  padding: 0;
  background: none;
}

.navbar .nav-item .products-dropdown-menu>li ul.products-dropdown-menu-sub>li ul {
  margin: 0;
  padding: 0;
}

.navbar .nav-item:hover .products-dropdown-menu>li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 7px 0;
  width: 100%;
}

.navbar .nav-item:hover .products-dropdown-menu>li li li a {
  border: 0 !important;
}

.contacttab .resp-tabs-list li {
  background: #F9F9F9 !important;
  border: 0px solid #B9D133 !important;
  padding: 10px 25px;
  border-radius: 0;
  margin-right: 0;
  float: left;
}

.contacttab ul.resp-tabs-list {
  text-align: center;
  width: auto;
  /* margin: 0 auto; */
  background: #F9F9F9;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  margin-left: 21%;
  transform: translateX(-12%);
  padding: 0;
  overflow: hidden;
}

.contacttab .resp-tabs-list li.resp-tab-active {
  background: #B9D133 !important;
  color: #fff !important;
  border-radius: 30px;
}

.contacttab .resp-tabs-list li.resp-tab-active span {
  color: #fff !important;
}

.contacttab .resp-tabs-list li span {
  color: #000;
  font-weight: 400;
}

.contacttab .resp-tabs-list li:last-child {
  margin-right: 0;
}

.icon-based span.text a,
.icon-based .text a {
  color: #727376;
}

.sub-level-menu-2,
.show-m {
  display: none;
}

.icon-based-new {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.product-home ul.icon-based-new li {
  width: 48%;
}

ul.inner-list-pro li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #CDE44F;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 12px;
}

ul.inner-list-pro li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #727376;
  margin-bottom: 12px;
}

ul.inner-list-pro.w-100-li li {
  width: 100% !important;
}

ul.inner-list-pro {
  margin-top: 16px;
  margin-bottom: 20px;
  position: relative;
}

/* .product-home ul.icon-based-new li li {width: 100%; margin: 0; align-items: baseline; } */
.product-home ul.icon-based-new li li {
  width: 100%;
  margin: 0 0 10px;
  align-items: baseline;
  line-height: 1;
  font-size: 16px;
}

.product-home ul.icon-based-new li li:last-child {
  margin-bottom: 0;
}

.ttl-second {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.product-category-pro .text-box p {
  color: #000;
  font-size: 16px;
}

.product-category-pro .text-box .ttl-second {
  font-size: 19px;
}

.heading-product.heading-product-02 {
  font-size: 26px;
  position: relative;
  padding-bottom: 10px;
}

.heading-product.heading-product-02::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #cde44f;
  left: 0;
  bottom: 0;
}

.bhvalve-modal .modal-dialog {
  max-width: 90%;
  width: 900px;
}

.bhvalve-modal .modal-header {
  position: relative;
  border: 0;
  padding: 0;
  height: 0;
}

.bhvalve-modal .modal-header .close {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  top: -50px;
  background: #000;
  opacity: 1;
  font-weight: 400;
  text-shadow: none;
  line-height: 1;
  color: #fff;
  padding: 10px 10px;
  width: 50px;
  text-align: center;
  font-size: 30px;
  height: 50px;
  border-radius: 5px 5px 0 0;
}

.bhvalve-modal .modal-header .close:hover {
  opacity: 0.9;
  color: #fff;
}

.bhvalve-modal .modal-content {
  border-radius: 10px 0px 10px 10px;
}

.bhvalve-modal .modal-content .modal-body {
  height: 500px;
  overflow-y: auto;
}

.features-part {
  width: 100%;
  padding: 15px;
}

.features-full {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
}

.features-full:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.features-left {
  width: 22%;
  text-align: center;
  padding-right: 30px;
}

.features-right {
  width: 78%;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.features-left-icon {
  width: 100%;
  text-align: center;
}

.features-left-ttl {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
}

.features-right ul.inner-list {
  margin-top: 0;
}

.features-right ul.inner-list:last-child {
  margin-bottom: 0;
}

.features-right ul.inner-list li {
  align-items: baseline;
  font-size: 16px;
  color: #000;
}

.features-right ul.inner-list::after,
.features-full-2 ul::after {
  display: none
}

.download-btn {
  width: 100%;
}

.download-btn a {
  color: #000;
  border: 2px solid #cde44f;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  transition: 0.5s;
}

.download-btn a:hover {
  background: #cde44f;
}

.prod-ttl {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
}

.features-right ul.inner-list li.flex-wrap-wrap {
  flex-wrap: wrap;
}

.features-right ul.inner-list li ul {
  width: 100%;
  padding-left: 20px;
  margin-top: 10px;
}

.features-full-2 p,
.features-full p {
  font-size: 16px;
  color: #000;
}

.features-full-2 .ttl-second {
  font-size: 20px;
  color: #000;
}

.features-full-2 ul li {
  font-size: 16px;
  color: #000;
  align-items: baseline;
}

.features-full-2 {
  margin-bottom: 20px;
}

section.sitemap-section {
  padding: 90px 0;
}

/*------*/

.table-format-row {
  /*float: left;*/
  width: 100%;
  margin: 0 0 10px;
  /*padding:0 0 10px; border-bottom: 1px solid rgba(132, 132, 132, 0.50);*/
}

.col1 {
  float: left;
  width: 250px;
  position: relative;
  font-weight: 600;
}

.col2 {
  float: left;
  width: calc(100% - 250px);
}

.col1:after {
  content: ':';
  position: absolute;
  right: 15px;
  top: 0;
}

.table-format-row:last-child {
  border: 0;
}

.client-list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.client-list li {
  float: left;
  width: 32%;
  text-align: center;
  border: 1px solid #ddd;
  margin: 1% 0;
}

.modal-body .features-right ul.inner-list li {
  position: relative;
  padding-left: 20px;
}

.modal-body .features-right ul.inner-list li a {
  color: #939498;
}

.modal-body .features-right ul.inner-list li a:hover {
  color: #212529;
  ;
}

.modal-body ul.inner-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
}

.applications-list {
  float: left;
  width: 100%;
}

.applications-list li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
  margin: 0 0 20px;
}

.applications-list2 li {
  width: 50%;
}

.applications-img {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.applications-name {
  float: left;
  width: 100%;
}

.mx-w1 {
  max-width: 400px;
}

.modal-body ul.inner-list li li::before {
  border-radius: 0;
  width: 3px;
  background: #000;
}

.modal-body .features-right ul.inner-list li li {
  padding-left: 12px;
}

.blog-txt .more-link {
  display: none;
}

.br-list li {
  flex-wrap: wrap !important;
}

.br-list strong {
  display: block;
  width: 100%;
}

/*----RDG---*/
.certification-main {
  width: 100%;
  float: left;
  display: flex;
  gap: 40px;
  align-items: normal;
  padding-top: 0px;
  /* justify-content: center; */
  flex-wrap: wrap;
}

.certification-part {
  width: 31%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 15px;
  display: flex;
  float: left;
  /* flex-wrap: wrap; */
  text-align: left;
  padding: 20px;
  min-height: auto;
  align-content: center;
  transition: 0.5s;
}

/* .certification-icon { order: 0; margin: -30px auto 20px; background: white; width: 80px; height: 80px; border-radius: 100%; display: flex; align-items: center; justify-content: center; box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.07); } */
.certification-icon {
  order: 0;
  margin: 0;
  background: #cde44f;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.certification-text {
  order: 1;
  width: calc(100% - 100px);
  display: flex;
  justify-content: left;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.certification-text a:hover {
  color: #fff;
}

.certification-part:hover {
  background: #000;
}

.certification-part:hover .certification-text,
.certification-part:hover .certification-text a {
  color: #fff;
}

.certification-text a {
  color: #000;
  transition: 0.5s;
}

section.product-category ul.inner-list li {
  flex-wrap: nowrap;
}

.features-full-2 {
  font-size: 16px;
  color: #000;
}

/*----End RDG---*/

@media all and (max-width:1367px) {
  .carousel-item {
    background-position: 60% center
  }

  p.product-name {
    font-size: 20px
  }

  .project-inside-home {
    margin-left: 4.5%;
  }

  .testimonial-container {
    padding-left: 4.5%;
  }

  .testimonial-item {
    min-height: 268px;
  }
}

@media all and (max-width:1280px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 46px;
  }

  .carousel-item {
    background-position: 60% center
  }

  p.product-name {
    font-size: 20px
  }

  .project-inside-home {
    margin-left: 2.5%;
  }

  .testimonial-container {
    padding-left: 2.5%;
  }

  .testimonial-item {
    min-height: 290px;
  }
}

@media (min-width:1024px) {
  .group-companies-section .blog-outer .blog-item {
    flex: 0 0 31.6%;
  }

  .group-companies-section .blog-item:last-child {
    margin-right: 0
  }

  /*---RDG--*/
  .product-category-pro .image-box img {
    max-width: 80%;
  }
}

@media (max-width:1024px) and (min-width:993px) {
  .carousel-caption-txt {
    right: -32px
  }

  .navbar-expand-lg .navbar-toggler {
    display: inline-block
  }

  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
  }

  .nav-link {
    display: block;
    padding: .5rem 1rem
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%
  }

  .navbar .navbar-nav a.nav-link {
    padding: 15px 0;
    color: #000 !important;
    text-align: left
  }

  .navbar .navbar-nav a.nav-link.request-quote {
    width: auto;
    margin: 17px 12px;
    color: #fff !important
  }

  .dropdown-toggle::after {
    float: right;
    /* background:url(../images/footer-bullet.png) */
    no-repeat 40% 5px;
    width: 20px;
    height: 20px;
    border: 0;
    transform: rotate(90deg)
  }

  .navbar .navbar-nav .nav-item a:before {
    display: none
  }

  .navbar .navbar-nav .active>.nav-link,
  .navbar .navbar-nav .nav-link:hover {
    color: red !important
  }

  .navbar .nav-item:hover .dropdown-menu {
    width: 100%
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .dropdown-toggle::after {
    display: inline-block
  }

  /****************************************/
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .collapse.show {
    display: block !important;
  }

  .product-data-menu {
    display: none;
  }

  ul.dropdown-menu>li {
    display: inline-block;
  }

  ul.dropdown-menu li .menu-gallery {
    display: none;
  }

  .navbar .nav-item>.dropdown-menu {
    background: #fff;
    padding: 0;
  }

  .menu-level2 {
    width: 100%;
    padding-left: 0;
  }

  ul.dropdown-menu li li {
    background-size: 20px;
  }

  ul.dropdown-menu li a {
    font-size: 16px;
  }

  .navbar .navbar-nav a.nav-link {
    font-size: 18px;
  }

  .navbar .navbar-toggler {
    top: 0;
    position: relative;
    width: 40px;
  }

  .nav-link.dropdown-toggle {
    background: url(../images/menu-arrow-red.html) no-repeat 98% center;
  }

  .navbar .nav-item:hover>.dropdown-menu::after {
    display: none;
  }

  .menu-level2 ul {
    min-height: unset;
  }

  .footer-follow {
    padding-right: 0;
    margin-bottom: 70px;
  }

  .enquire-now-wrap {
    right: 25px;
  }
}

@media (max-width:1300px) and (min-width:1200px) {
  .contacttab .resp-tabs-list li {
    padding: 10px 22px;
  }

  .navbar .navbar-nav .nav-item {
    margin-right: 45px;
  }

  .contacttab ul.resp-tabs-list {
    margin-left: 15%;
    transform: translateX(-10%);
  }

  .menu-row.menu-row-pro .menu-col .menu-area-content {
    padding: 0 14px !important;
  }
}

@media (max-width:1250px) and (min-width:1200px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 35px;
  }
}

@media (max-width:1280px) {
  .navbar .navbar-brand {
    position: static;
    left: 30px;
    top: 10px
  }

  a.navbar-brand img {
    max-width: 100%
  }

  .navbar .navbar-brand {
    width: unset;
    padding-right: 0;
    margin: 0
  }

  .navbar:after {
    display: none
  }

  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
  }

  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee
  }

  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none
  }

  .navbar .navbar-nav a.nav-link {
    padding: 15px 0;
    color: #000 !important;
    text-align: left
  }

  .navbar .navbar-nav a.nav-link.request-quote {
    width: auto;
    margin: 17px 12px;
    color: #fff !important
  }

  .navbar .navbar-toggler {
    top: 0;
    position: relative;
    width: 40px;
    right: 0;
  }

  .navbar .navbar-nav .active>.nav-link,
  .navbar .navbar-nav .nav-link:hover {
    color: #B9D133 !important;
    border-bottom: none !important
  }

  .project-svg-bg object {
    max-width: 100%;
  }

  .nav-link.dropdown-toggle {
    background: url(../images/menu-arrow-red.html) no-repeat 98% center;
  }

  /***************************************************/

  .product-data-menu {
    display: none;
  }

  ul.dropdown-menu>li {
    display: inline-block;
    padding: 10px 0;
  }

  ul.dropdown-menu li .menu-gallery {
    display: none;
  }

  .navbar .navbar-nav ul.dropdown-menu li a {
    padding: 0;
    padding-left: 25px;
    color: #000;
  }

  .navbar .nav-item>.dropdown-menu {
    background: #fff;
    padding: 0;
  }

  .menu-level2 {
    width: 100%;
    padding-left: 0;
  }

  ul.dropdown-menu li li {
    background-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-position: left 10px;
  }

  ul.dropdown-menu li a {
    font-size: 16px;
    line-height: 20px;
  }

  .navbar .navbar-nav a.nav-link {
    font-size: 16px;
  }

  /************************************************************/
  .about-img {
    position: static;
    width: 100%;
    height: 450px;
    /*! background-position: center; */
    /*! background-size: cover; */
  }

  .about-img img {
    width: 100%
  }

  .about-home .offset-lg-6.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-top: 40px;
  }

  .project-inside-home {
    display: block;
    padding: 0 15px;
    margin: 0;
  }

  .project-heading {
    width: 100%;
    padding: 0;
  }

  .project-blocks {
    /*! display: flex; */
  }

  .project-blocks .row {
    justify-content: center;
  }

  .jnk-energy-content {
    padding: 30px 0;
    width: 100%;
  }

  section.jnk-energy-panel {
    background-size: auto 350px;
    background-attachment: unset;
    background-position: center top;
  }

  .brochure-btn a {
    font-size: 20px;
    padding: 10px;
  }

  .brochure-img {
    margin-right: 20px;
    max-width: 300px;
  }

  .sub-footer {
    margin: 0;
  }

  footer {
    padding: 0;
    margin-bottom: 35px;
  }

  .testimonial-container {
    padding: 0 15px;
  }

  .services-inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .services-inner .col-lg-6 {
    padding: 0 15px;
  }

  .project-listing-inside>.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .project-listing-inside>.row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-name p {
    font-size: 17px;
  }

  p.p-heading {
    padding: 0;
  }

  .navbar .navbar-nav a.nav-link.btn {}

  .navbar .navbar-nav .nav-item a:before {
    display: none;
  }

  .swiper-slide .tagline-text p {
    padding-right: 0;
  }

  .swiper-slide .tagline-text h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .swiper-slide .tagline-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .swiper-container {
    height: 450px;
  }

  .menu-level2 ul {
    width: 100%;
    min-height: unset;
  }

  .navbar .navbar-nav .nav-item {
    margin-left: 0;
    padding: 0 15px;
    background: none;
    position: relative;
  }

  div#navbarResponsive {
    position: absolute;
  }

  .navbar .navbar-nav .nav-item:last-child {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item:last-child ul {
    padding: 0 8px;
  }

  .navbar .navbar-nav .nav-item:last-child a {
    padding: 12px 40px 12px 15px;
  }

  .navbar .navbar-nav a.nav-link.btn {
    background-position: 97% center
  }

  .contact-data-box {
    margin: 15px 0;
  }

  section.contact-form .contact-img {
    position: static;
    height: 300px;
    width: 100%;
  }

  .u-team.u-team-1,
  ul.ul-box,
  .certificate-main {
    grid-template-columns: repeat(2, calc(50% - 16.5px));
  }

  .section-image {
    margin-bottom: 30px;
  }

  .industry-col {
    grid-template-columns: repeat(3, calc(33.333333333% - 16px));
  }

  .partners-main {
    grid-template-columns: repeat(4, calc(25% - 17px));
  }

  .enquire-now-wrap {
    right: 25px;
  }

  .footer-follow {
    padding-right: 0;
    margin-bottom: 60px;
  }

  ul.pdf-list {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
}

@media (max-width:767px) {
  .about-info .right-content {
    margin-right: 0;
    margin-bottom: 30px
  }

  .footer-item,
  .footer-item.footer-item1,
  .footer-item.footer-item5 {
    width: 100%;
    padding: 0 15px
  }

  footer ul.menu-list li li {
    width: 50%;
    float: left
  }

  .footer-item {
    margin-bottom: 5px
  }

  .sub-header .col-md-4,
  .sub-header .col-md-8 {
    max-width: 50%
  }

  .sub-header ul.left-info li {
    padding: 0
  }

  .sub-header ul.left-info li a,
  .sub-header ul.right-icons li a {
    font-size: 12px
  }

  .sub-header ul.left-info li.follow-us,
  .sub-header ul.left-info li:after {
    display: none
  }

  .carousel-item {
    height: 300px
  }

  .counter-icon {
    top: 0;
    transform: none
  }

  .testimonial-item:before {
    left: -30px;
    top: -30px
  }

  .testimonial-item {
    /* padding:50px 30px; */
  }

  .footer-item.footer-item3 ul.menu-list li {
    width: 100%
  }

  .footer-item.footer-item5 ul.menu-list li {
    width: 100%
  }

  .footer-item.footer-item5 {
    margin-bottom: 30px
  }

  .col1 {
    padding-right: 20px;
    width: 175px;
  }

  .col2 {
    width: calc(100% - 175px);
  }

  .client-list li {
    width: 32%;
  }

  .applications-list li {
    width: 50%;
  }

  .mx-w1 {
    width: 100%;
  }

  .applications-name {
    font-size: 13px;
  }

  .epc-content {
    padding: 0 15px;
  }

  .testimonial-carousel .owl-nav {
    position: static;
    width: 100%;
    display: inline-block;
    text-align: center;
    transform: none;
    margin-top: 30px;
  }

  .testimonial-carousel .owl-nav>div {
    display: inline-block;
  }

  .epc-content {
    padding: 0 15px;
  }

  .testimonial-carousel .owl-nav {
    position: static;
    width: 100%;
    display: inline-block;
    text-align: center;
    transform: none;
    margin-top: 30px;
  }

  .testimonial-carousel .owl-nav>div {
    display: inline-block;
  }

  .download-brochure-inner {
    display: block;
  }

  .brochure-img {
    max-width: unset;
    margin-top: 10px;
    display: inline-block;
  }

  .brochure-btn {
    margin: 15px 0;
    display: inline-block;
  }

  .footer-follow {
    text-align: center;
    margin-top: 15px;
  }

  .project-thumb {
    margin-top: 30px;
  }

  .epc-content .heading3 {
    font-size: 28px;
    line-height: 32px;
  }

  .epc-content {
    padding: 0 15px;
  }

  .testimonial-carousel .owl-nav {
    position: static;
    width: 100%;
    display: inline-block;
    text-align: center;
    transform: none;
    margin-top: 30px;
  }

  .testimonial-carousel .owl-nav>div {
    display: inline-block;
  }

  .download-brochure-inner {
    display: block;
  }

  .brochure-img {
    max-width: unset;
    margin-top: 10px;
    display: inline-block;
  }

  .brochure-btn {
    margin: 15px 0;
    display: inline-block;
  }

  .footer-follow {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .project-thumb {
    margin-top: 30px;
  }

  .services-inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .services-inner .col-lg-6 {
    padding: 0 15px;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-left: 15px;
    padding-right: 25px;
  }

  section {
    padding: 60px 0;
  }

  .banner-main {
    height: 200px;
  }

  .page-tabbing ul li a {
    font-size: 24px;
  }

  .page-tabbing ul li {
    margin: 0 10px;
  }

  p.p-heading {
    padding: 0;
  }

  .page-heading .heading {
    font-size: 28px;
    max-width: unset;
  }

  .project-listing-inside>.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .project-listing-inside>.row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details {
    display: block;
  }

  .project-details p {
    margin-bottom: 15px;
  }

  .project-details p:last-child {
    margin-bottom: 0;
  }

  .project-name p {
    font-size: 20px;
  }

  .swiper-slide .tagline-text h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .swiper-slide .tagline-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .swiper-container {
    height: 300px;
  }

  .mfp-image-holder .mfp-close {
    width: 30px;
    height: 30px;
    background-size: 25px;
  }

  .project-svg-bg {
    width: 350px;
    height: 350px;
  }

  footer::before {
    width: 350px;
  }

  .page-bg {
    overflow: hidden;
  }

  .navbar .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }

  .swiper-container {
    height: 300px;
    padding-bottom: 0;
    margin-top: 141px;
  }

  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: visible
  }


  .services-inner .services-col:first-child {
    margin-top: 50px;
  }

  .counter-col {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .header-part {
    position: static;
    transform: none;
    padding: 10px 0;
  }

  .breadcrumb ul li,
  .breadcrumb ul li a {
    color: #000;
    font-weight: 500;
    font-weight: 400;
    font-size: 14px;
  }

  .page-heading .heading {
    color: #000;
    width: 100%;
    text-align: center;
  }

  .breadcrumb {
    justify-content: center;
  }

  .page-heading {
    width: 100%;
  }

  .banner-main {
    background-attachment: unset !important;
    background-size: cover !important;
    background-position: 65% center !important;
  }

  .epc-box {
    padding: 0 15px;
  }

  .sub-footer p a.footer-links:after {
    margin: 0 2px;
  }

  .jnk-renewable-header-main:after,
  .career-main:after,
  .investor-relation-main:after,
  .global-presence-main:after {
    height: 200px;
  }

  .menu-level2 ul {
    width: 100%;
  }

  .navbar-nav {
    height: calc(100vh - 120px);
    overflow-y: scroll;
  }

  .navbar .navbar-nav .nav-item:last-child {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item:last-child ul {
    padding: 0 8px;
  }

  .navbar .navbar-nav .nav-item:last-child a {
    padding: 12px 40px 12px 15px;
  }

  .about-img {
    height: 250px;
  }

  ul.sitemap-list.single {
    margin-bottom: 30px;
  }

  .job-description:after {
    width: auto;
    height: 1px;
    right: 30px;
    left: 30px;
    bottom: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    top: auto;
  }

  .mfp-arrow {
    transform: none;
    background-size: 30px !important;
    width: 30px !important;
  }

  .job-item h5 {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
  }

  .job-item .d-flex {
    display: inline-block !important;
    text-align: center;
  }

  img.flex-shrink-0.border.rounded {
    margin: 0 auto;
    display: block;
  }

  .job-item small.text-truncate {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
    width: 100%;
  }

  .renewable-contact ul li {
    align-items: flex-start;
  }

  .renewable-contact {
    padding: 20px;
  }

  .enquire-now-wrap {
    width: auto;
    bottom: 19px;
  }

  .enquire-now {
    margin: 0;
    width: 100%;
  }

  .page-bg:before {
    width: 200px;
    height: 150px;
    background-size: contain;
    top: 0;
  }

  .page-bg:after {
    width: 250px;
    height: 100px;
    background-size: contain;
    right: 0;
  }

  .u-team.u-team-1 {
    grid-template-columns: none;
  }

  .industry-col {
    grid-template-columns: none;
    display: inline-block;
    width: 100%;
  }

  .industry-block {
    text-align: center;
  }

  .icon-box-new span {
    justify-content: flex-start;
  }

  .icon-vision-mission {
    margin-bottom: 30px;
  }

  .partners-main {
    grid-template-columns: repeat(2, calc(50% - 11px));
  }

  ul.ul-box {
    grid-template-columns: none;
    grid-gap: 20px;
  }

  .services-box .icon-box-new {
    margin-bottom: 30px;
  }

  .certificate-main {
    grid-template-columns: unset;
  }

  #basicExampleModal .u-team-l,
  #basicExampleModal .u-team-image {
    width: 100%;
  }

  #basicExampleModal .u-team-l {
    padding: 0;
    margin-top: 20px;
  }

  .modal-body {
    max-height: 550px;
    overflow: scroll;
  }

  .job-description,
  .job-form {
    padding: 0;
  }

  .job-form {
    padding-top: 30px;
  }

  .job-description {
    margin-bottom: 30px;
  }

  .services-content {
    padding-right: 0;
  }

  .project-blocks .row {
    margin: 0
  }

  .project-blocks .row>.owl-stage-outer {
    padding: 0;
  }

  p.product-name {
    font-size: 15px;
    line-height: 18px;
  }

  .industry-img img {
    min-width: 100%;
  }

  .life-img {
    margin-bottom: 30px;
  }

  .br-1:after {
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    border: 0;
    border-bottom: 1px solid #eee;
  }

  .contact-data-box {
    min-height: unset;
  }

  .jnk-energy-content p {
    z-index: 2;
    position: relative;
  }

  .jnk-energy-content:before {
    right: 99%;
  }

  .manufacturing-facility-img .industry,
  .industry {
    padding: 0 15px;
  }

  ul.pdf-list {
    grid-template-columns: unset;
  }

  .menu-main-outer.active-now>ul.dropdown-menu {
    display: block;
  }

  ul#tesing .dropdown-menu.show {
    position: static !important;
    transform: none !important;
  }

  ul#tesing ul.dropdown-menu li li {
    background-size: 10px !important;
  }

  ul#tesing li li {
    background-size: 10px !important;
    background-position: 30px center;
    padding-left: 60px;
  }

  ul#tesing li li a {
    color: #000;
  }
}

@media (max-width:767px) {

  .sub-header ul.left-info li a,
  .sub-header ul.right-icons li a {
    font-size: 11px
  }

  .top-bar {
    order: 2;
  }

  .top-bar {
    display: block;
    padding: 0;
  }

  .header-right {
    order: 1;
    border: 0;
    width: 100%;
  }

  .right-header {
    justify-content: space-between;
  }

  .right-header a img {
    width: 18px;
  }

  .navbar-brand {
    order: 2;
  }

  .header-social {
    position: absolute;
    right: 20px;
    top: 65px;
  }

  .common-padding {
    padding: 80px 0;
  }

  img.solutions-home2 {
    left: auto;
    right: 0;
    max-width: 50%;
    top: auto;
    bottom: -80px;
  }

  section.solutions-home .image-box {
    padding-right: 30%;
  }

  .why-us-main {
    grid-template-columns: auto;
  }

  .why-us-col>img {
    width: 100%;
  }

  .blog-outer,
  .form-outer {
    display: block;
    padding-top: 400px;
    background-position: top center;
    background-size: contain;
    padding-bottom: 0;
  }

  .blog-item {
    margin: 0;
    margin-bottom: 30px;
  }

  .form-item {
    margin: 0;
  }

  .testimonial-item {
    padding: -top;
  }

  ul.tab-list>li {
    width: 100%;
  }

  ul.tab-list {
    display: block;
  }

  ul.inner-list:after {
    width: 100%;
    height: 1px;
    bottom: -8px;
    top: auto;
    left: 0
  }

  section.solutions-home .text-box {
    padding: 0;
  }

  .resp-tab-content-active {
    margin-bottom: 30px;
  }

  .image-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .navbar-expand-lg>.container {
    display: block;
  }

  .navbar .navbar-toggler {
    position: absolute;
    right: 55px;
    top: 60px;
  }

  .right-header a {
    font-size: 11px;
    display: flex;
    margin-right: 25px;
    align-items: center;
  }

  .counter-col {
    padding: 0 15px;
  }

  .counter-col:after {
    right: -5px;
  }

  .count-title {
    font-size: 14px;
  }

  .counter-row .counter-col:nth-child(2n+2):after {
    display: none;
  }

  .product-tab {
    padding: 20px 0;
  }

  div#navbarResponsive {
    padding-left: 0;
  }

  .header-social a {
    margin-left: 10px;
  }

  .header-social a img {
    width: 25px;
  }

  .navbar .navbar-brand {
    max-width: 46%;
  }

  .heading2 {
    font-size: 23px;
  }

  .icon-text {
    min-height: unset;
  }

  .icon-text p {
    padding: 0 30px;
  }

  .blog-outer .know-more-btn2 {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .about-home .text-box {
    padding: 0;
  }

  .stripe-container .pin-stripe:nth-child(3),
  .stripe-container .pin-stripe:nth-child(4) {
    display: none;
  }

  .stripe-container .pin-stripe:first-child {
    margin-left: 33.333333333%;
  }

  .stripe-container .pin-stripe:nth-child(2) {
    margin-left: 66.67777777%;
  }

  .product-section {
    overflow: hidden;
  }

  .product-section img {
    width: 100%;
  }

  object {
    width: 100% !important;
  }

  li.nav-item.dropdown:after {
    top: 16px;
    right: 20px;
    z-index: -1;
    content: "+";
    background: none;
    font-size: 22px;
  }

  li.nav-item.dropdown.show:after {
    content: "-";
  }

  ul.dropdown-menu li a {
    padding: 0
  }

  .menu-head {
    display: block
  }

  section.product-category {
    padding: 100px 0;
  }

  section.csr-home .heading {
    font-size: 30px;
  }

  .footer-item.footer-item1,
  .footer-item.footer-item2,
  .footer-item.footer-item3 {
    /*display: none;*/
    min-width: 100%;
    padding-top: 20px;
  }

  .footer-item.footer-item5 {
    padding: 30px 0 0;
  }

  .navbar ul.dropdown-menu li a {
    padding: 8px 0;
    display: inline-block;
    padding-left: 35px;
    /*  background: url(../images/menu-arrow.svg) no-repeat left center;background-size: 20px; */
  }

  .navbar .nav-item>.dropdown-menu {
    padding-bottom: 15px;
    /* margin-bottom: 15px; */
    float: left;
  }

  section.counter {
    padding: 30px 0;
  }

  section.counter.sub-menu-wrap {
    padding: 10px 0;
    z-index: 99;
  }

  .sub-menu-wrap.fixed {
    top: 128px;
  }

  .footer-item {
    max-width: unset;
  }

  .industries-serve-desktop img.mobile {
    display: block;
  }

  .industries-serve-desktop img.desktop {
    display: none;
  }

  .g-recaptcha {
    transform: scale(0.9) translateX(-14px);
  }

  .sitemap-menu>ul>li {
    width: 100%;
  }

  .navbar .navbar-nav ul.dropdown-menu li a {
    padding: 0;
    padding-left: 0;
    color: #000;
  }

  .navbar .navbar-nav ul.dropdown-menu li a:before,
  .navbar .navbar-nav ul.dropdown-menu li li a:before {
    content: "";
    width: 3px;
    height: 19px;
    background: #CDE44F;
    background-size: auto;
    background-size: auto;
    display: inline-block;
    border-radius: 0;
    display: inline-block !important;
    position: absolute !important;
    opacity: 1;
    left: 0;
    top: 12px;
    background-size: auto 18px;
    margin-right: 9px;
  }

  .navbar .navbar-nav ul.dropdown-menu li li {
    background: none;
    padding-left: 30px;
    margin-top: 5px;
    position: relative;
  }

  .navbar .navbar-nav ul.dropdown-menu li li a:before {
    left: 30px;
  }

  .navbar .navbar-nav ul.dropdown-menu li a {
    padding-left: 13px;
  }

  span.menu-img {
    display: none;
  }

  .get-in-touch-sticky a {
    color: #000;
    padding: 8px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .get-in-touch-sticky {
    display: block;
    background: #CDE44F;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.20);
  }

  li.nav-item.nav-btn {
    display: none;
  }

  .product-home-text {
    padding: 30px;
  }

  span.dropdown-toggle {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
  }

  .dropdown.has-landing>a {
    width: 80%;
  }

  .product-home ul.icon-based li span.icon,
  .product-home ul.icon-based li .icon {
    min-width: 60px;
  }

  section.about-home.product-home li {
    width: 100%;
    float: left;
    padding-right: 0;
  }


  /*-----*/
  .contacttab ul.resp-tabs-list {
    width: auto;
    margin-left: 0;
    transform: none;
    display: flex;
  }

  .contacttab .resp-tabs-list {
    display: flex;
    justify-content: center;
  }

  .contacttab .resp-tabs-list li {
    padding: 10px 10px;
    border-radius: 16px;
    margin-right: 0px;
    width: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .contacttab .resp-tabs-list li span {
    font-size: 11px;
    line-height: 1.2;
  }

  section.contact-section {
    padding: 15px 0;
  }

  .sub-level-menu-2 {
    display: block;
  }

  .sub-level-menu-2 .sub-level-menu-ul {
    flex-wrap: wrap;
  }

  .sub-level-menu-2 .sub-level-menu-ul li {
    width: 100% !important;
    border: 0;
  }

  .sub-level-section {
    display: none;
  }

  .group-companies-section .blog-item {
    margin-bottom: 100px;
  }

  .navbar .navbar-nav ul.dropdown-menu li .products-dropdown-menu-sub li a::before {
    left: 0px;
    top: 2px;
  }

  .navbar .navbar-nav ul.dropdown-menu li .products-dropdown-menu-sub li li a::before {
    left: 30px;
    top: 9px;
  }

  .navbar .nav-item:hover .products-dropdown-menu>li a {
    padding: 0 0 0 13px;
  }

  .show-d {
    display: none
  }

  .show-m {
    display: inline-block
  }

  section.product-category-pro {
    padding: 50px 0;
  }

  .product-category-pro .image-box {
    margin-top: 0;
  }

  .group-companies-section {
    padding: 10px 0 30px;
  }

  .group-companies-section .blog-item:last-child {
    margin-bottom: 0;
  }

  .product-home ul.icon-based-new li {
    width: 100%;
  }

  section.sitemap-section {
    padding: 30px 0 50px;
  }

  .bhvalve-modal .modal-dialog {
    margin-left: 5%;
  }

  .prod-ttl {
    font-size: 21px;
  }

  .features-left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .features-right {
    padding-left: 0;
    width: 100%;
    border-left: 0;
  }

  .features-full {
    flex-wrap: wrap;
  }

  /*-----*/

  /*--RDG--*/
  .certification-main {
    padding-top: 0px;
    flex-wrap: wrap;
    gap: 25px;
  }

  .certification-part {
    flex-wrap: wrap;
    width: 100%;
    min-height: auto;
  }

  /*--RDG--*/


}

.h-0 {
  height: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
}

<

/*light box*/
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #ccc;
}

div.gallery img {
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 10px 10px;
  float: left;
  width: 25%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*light box end*/

.blog-box-titel {
  background-color: #F1F1F1;
  height: 100%;
}

.blog-titel {
  background-color: #fff;
  padding: 15px;
  margin: 25px 10px;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #ebebeb;
}

.blog-titel:hover {
  background-color: #88100d;
  color: #fff;
}

.blog-titel:hover a {
  color: #fff;
}

.blog-titel a {
  color: #363636;
  font-size: 22px;
}

.activelink {
  text-align: center;
  background-color: #88100d;
  padding: 25px 15px;
  margin: 25px 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
  transition: .5s;
  border: 2px solid #88100d;
  color: #fff;
}

.activelink:hover {
  background-color: #fff;
  color: #88100d;
}

.blog .text-box p {
  text-align: justify;
}

.blogcard {
  height: 300px;
  width: 100%;
  padding: 20px;
  color: white;
  display: flex;
  position: relative;
  cursor: pointer;
}

.blog1 {
  background-image: url("../images/blog1.jpeg");
  background-size: cover;
}

.blog2 {
  background-image: url("../images/blog2.jpeg");
  background-size: cover;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(31, 31, 31, 0.85);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.content * {
  transform: translateY(-70%);
  transition: all 0.3s ease;
  opacity: 0;
}

.content h3 {
  font-size: 25px;
  text-align: center;
  line-height: 35px;
}

.blogcard:hover .content {
  opacity: 1;
}

.blogcard:hover .content * {
  opacity: 1;
  transform: translateY(0);
}

.padding50 {
  padding: 50px 0px;
}

.innertextbox {
  background-color: #F1F1F1;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
}

.blog-list {
  margin-top: 20px;
  list-style-type: disc;
}

.blog-list li {
  margin-bottom: 12px;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dadada;
}