@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
/************************/
@media (min-width: 576px) {
  .modal-md {
    max-width: 600px !important;
  }
}
.modal-body1 {
  padding: 5px;
}
.modal-header1 {
  padding: 0px;
  border-bottom: 0px;
}
.modal-header .close-btn {
  padding: 5px 10px;
}
button.close-btn {
  position: absolute;
  right: 0px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  top: 0;
  padding: 5px 10px;
  border: 0px;
  opacity: 1;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
  text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
  background-color: rgba(238, 49, 53, 1);
}
.buton-click a {
  font-size: 14px;
  padding: 10px 30px;
  background: #ee3135;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 2px solid #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}
/************************/
html {
  scroll-behvior: smooth;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #4a4a4a;
}
::-webkit-scrollbar:horizontal {
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}
.container {
  max-width: 1200px;
}
.container-fluid {
  padding: 0 50px;
}
/*******************/
.header_menu {
  padding: 5px 0;
}
.fixed-top {
  position: relative;
  display: block;
  background: #fdfdfd;
  top: 0px;
  border-top: 10px solid #044570;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.header-scrolled .logo {
  margin-top: 0px;
  transition: all.5s ease;
}
.header-scrolled .scrollto img {
  width: 90%;
  height: auto;
  transition: all.5s ease;
}
.logo {
  transition: all.5s ease;
  position: relative;
  z-index: 1;
}
.logo:after {
  content: "";
  position: absolute;
  height: 235px;
  width: 500px;
  transform: rotate(-13deg);
  background: #fdfdfd;
  top: -85px;
  right: -20px;
  display: none;
  z-index: -1;
}
.header-scrolled {
  position: fixed;
}
.scrollto img {
  width: auto;
  height: auto;
  transition: all.5s ease;
}
.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin: 2.2% 0;
  display: flex;
  transition: all.3s ease-in-out;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 5px 15px;
}
.main-nav > ul > li:last-child {
  /* padding-right:0px; */
}
.main-nav a {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.main-nav ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 2px;
  content: "";
  background-color: #8cc63f;
  opacity: 0;
  transition: all 200ms linear;
}
.main-nav ul li:hover:after {
  bottom: 0px;
  opacity: 1;
}
.main-nav .drop-down ul li:after {
  display: none;
}
.main-nav li:last-child {
  border-right: 0px;
}
.main-nav .active a {
  color: #8cc63f;
}
.main-nav .active > a {
  font-weight: 600;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #8cc63f;
  text-decoration: none;
}
.main-nav .drop-down ul li:after {
  display: none;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #8cc63f;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 90%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  border: none;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  margin-top: 10px;
}
.main-nav .drop-down li {
  min-width: 260px;
  position: relative;
}
.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0px;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down ul li a {
  padding: 8px 15px;
  font-size: 13px;
  letter-spacing: 0.3px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #333;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #8cc63f;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 12px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 0px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f107";
  position: absolute;
  right: 20px;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #044570;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-family: Montserrat;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8cc63f;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 32px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #044570;
}
/************************/
.mobile_banner {
  display: none;
}
.desktop_banner {
  display: block;
}
#slider_area {
  position: relative;
}
#slider_area .owl-dots {
  right: 40px;
  top: 45%;
  position: absolute;
}
#slider_area .owl-dot {
  display: block;
}
#slider_area .owl-dot > span {
  border: 2px solid rgba(255, 255, 255, 1);
  display: inline-block;
  height: 12px;
  margin-bottom: 4px;
  width: 12px;
  background: rgb(26 74 110);
  /* background:rgba(255,255,255,1); */
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(221, 221, 221, 0.3);
}
#slider_area .owl-dot.active > span {
  border: 2px solid #8cc63f;
  display: inline-block;
  height: 12px;
  margin-bottom: 4px;
  width: 12px;
  background: #8cc63f;
  border-radius: 50%;
}
.parallax-content {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/************************/
#about_main {
  padding: 70px 0 30px;
  background: #fff;
  position: relative;
}
.hm_about_dt {
  padding-top: 0px;
  padding-left: 20px;
}
.hm_about_hd span {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.hm_about_hd h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #333;
  padding-bottom: 10px;
}
.hm_about_hd h1 span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #8cc63f;
  padding-bottom: 10px;
}
.hm_about_para p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.about_btn {
  padding: 15px 25px;
  background: #8cc63f;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  float: right;
}
.about_btn:hover {
  background: #044570;
  color: #fff;
}
.about_home_mg {
  position: relative;
  /* overflow: hidden; */
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.about_home_mg:before {
  position: absolute;
  content: "";
  top: 75px;
  right: -15px;
  width: 35px;
  height: 120px;
  background: #044570;
  display: block;
  border-radius: 10px 0 10px 0;
}
.about_home_mg img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  border-radius: 5px;
}
.year_bg {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -10px;
  border-radius: 0;
  display: block;
  background: #fcfcfc;
  border: 11px solid #fff;
  padding: 0px;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 7%);
  z-index: 2;
  padding: 10px;
}
.year_dtl {
  background-image: url(../images/about-img.jpg);
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  /* font-weight: bold; */
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #364687;
  font-family: sans-serif;
  font-weight: 900;
  position: relative;
}
.year_dtl:before {
  position: absolute;
  content: "+";
  font-size: 30px;
  font-weight: 500;
  top: -38px;
  right: 0px;
  color: #000;
  display: flex;
  -webkit-text-fill-color: #044570;
}
.yaer_span {
  font-size: 20px;
  color: #8cc63f;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: block;
}
/************************/
#hm-products {
  background: #f3f3f3;
  z-index: 111;
  position: relative;
  padding: 70px 0 50px;
  margin-top: 70px;
}
.single-service-style-one {
  margin-bottom: 60px;
  position: relative;
}
.single-service-style-one .image-block {
  position: relative;
}
.single-service-style-one .image-block .overlay-block {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}
.single-service-style-one .image-block .overlay-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.5s;
}
.single-service-style-one .image-block .overlay-block:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition: all 0.5s;
}
.single-service-style-one .main-content {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: calc(100% - 60px);
  box-shadow: 0 0 21px rgb(0 0 0 / 10%);
  transition: all 0.4s ease;
}

.single-service-style-one .main-content .text-block h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}
.single-service-style-one .main-content .text-block h3 a {
  color: #044570;
  transition: all 0.4s ease 0.2s;
}
.single-service-style-one .hover-content {
  position: absolute;
  background: #fff;
  position: absolute;
  bottom: -32.5px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-30%);
  transform: translateX(-50%) translateY(-30%);
  width: calc(100% - 60px);
  text-align: center;
  z-index: 10;
  padding: 20px 20px;
  box-shadow: 0 0 21px rgb(0 0 0 / 10%);
  transition: all 0.4s ease;
}
.single-service-style-one .hover-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: #333;
  margin-bottom: 0px;
}
.single-service-style-one:hover .main-content {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.main-content div {
  min-height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ededed;
}

.single-service-style-one:hover .hover-content {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.hover-content a {
  font-size: 13px;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 1.7em;
  padding: 0.9em 1.8em;
  background: #044570;
  border-color: transparent;
  color: #ffffff !important;
  display: inline-block;
  margin-top: 10px;
}
.hover-content a:hover {
  background: #8cc63f;
}

.hm-products-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.hm-products-slider .owl-nav .owl-prev {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.hm-products-slider .owl-nav .owl-prev img {
  transform: translate(-5%, 0%);
}
.hm-products-slider .owl-nav .owl-next {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.hm-products-slider .owl-nav .owl-next img {
  transform: translate(5%, 0%);
}
/************************/
.hm-map {
  padding: 80px 0 100px;
  position: relative;
}

/************************/
#industry_main {
  padding: 60px 0 35px 0;
  /*background:#fbfbfb;*/
  /* background:#f1f5f8; */
}
.ind_bg {
  background: #f1f5f8 !important;
}
.industry_bx {
  background: #fff;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  transition: all 0.5s ease;
  margin-bottom: 25px;
}
.industry_grid .industry_mg:hover img {
  transform: translate(0px, 0px);
}
.industry_grid {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 6%);
  transition: all 0.5s ease;
  margin-bottom: 25px;
}
.industry_grid:hover h4 {
  color: #8cc63f;
  letter-spacing: 2px;
  transition: all 0.5s ease;
}
.industry_grid_title h4 {
  font-size: 18px;
  color: #044570;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline: 10px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
}
.industry_mg img {
  width: auto !important;
  margin: 0 auto;
  display: table;
}
.industry_mg:hover img {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  transition: all 0.5s ease;
}
.industry_title h4 {
  font-size: 20px;
  color: #044570;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  letter-spacing: 0.5px;
}
.industry_bx:hover h4 {
  color: #8cc63f;
}
.product_sec_hed {
  padding-bottom: 25px;
}
.product_sec_hed h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-size: 26px;
}
.product_sec_hed h2 span {
  color: #8cc63f;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-size: 26px;
}
.product_sec_hed span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #333;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.about_sec_bx {
  padding: 50px 25px;
  background: #044570;
  margin-right: 25px;
  position: relative;
}
.about_sec_bg {
  position: absolute;
  left: 0;
  top: 97%;
  display: block;
}
.about_section_dtl {
  text-align: center;
  margin-bottom: 25px;
}
.about_mg_bg {
  margin-bottom: 15px;
}
.about_section_dtl h5 {
  font-size: 18px;
  color: #8cc63f;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.about_section_dtl span {
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.product_box {
  margin-bottom: 30px;
}
.product_dtl {
  display: block;
  padding: 10px;
  color: #333;
  background: #fff;
  font-weight: 500;
  border: 1px solid #044570;
  box-shadow: 0px 0px 1px 2px #eee;
}
.product_mg {
  margin-bottom: 15px;
}
.product_dtl h6 {
  font-size: 16px;
  text-align: center;
  display: block;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  min-height: 40px;
}
.product_mg {
  overflow: hidden;
}
.product_mg img {
  overflow: hidden;
  transition: all 2s esae;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  width: 100%;
  height: auto;
}
.product_dtl:hover .product_mg img {
  transform: scale(1.08);
}
.product_dtl:hover h6 {
  color: #044570;
}
.product_btn a {
  padding: 15px 30px;
  background: #044570;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
}
.product_btn a:hover {
  background: #8cc63f;
  color: #fff;
}
/************************/
#contact_chat_main {
  padding: 80px 0;
  margin: 40px 0 75px;
  background-image:
    linear-gradient(#f5ffe73d), url(../images/environment-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.free_quote {
  position: relative;
  text-align: center;
  width: 629px;
  height: 220px;
  padding: 35px;
  align-content: center;
  background: #044570d4;
  border-radius: 15px;
  box-shadow: 0 0px 1px 4px rgb(4 69 112);
  border: 3px solid #8cc63b;
}
.free_quote::after {
  content: "";
  position: absolute;
  bottom: -66px;
  right: 75px;
  border-top: #044570c2 solid 49px;
  border-bottom: #04457000 solid 10px;
  border-right: #ffffff00 solid 0px;
  border-left: #04457000 solid 55px;
}

.free_quote p {
  position: relative;
  font-size: 23px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.quote_btn {
  text-align: center;
}
.quote_btn a {
  padding: 15px 25px;
  background: #8cc63f;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
}
.quote_btn a:hover {
  background: #fff;
  color: #044570;
}
/************************/
#categories_one_main {
  padding: 60px 0 60px 0;
}
.categories_sec span {
  width: 90px;
  height: 120px;
  float: left;
  margin-right: 32px;
  display: block;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  line-height: 106px;
  background: url(../images/categories_bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.categories_dtl {
  display: table;
}
.categories_dtl h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  color: #044570;
  padding-top: 20px;
}
.categories_dtl span {
  font-size: 20px;
  color: #333;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  display: block;
  font-weight: 600;
}
.categories_dtl ul li p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 600;
}
.categories_dtl a {
  padding: 10px 25px;
  background: #044570;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
}
.categories_dtl a:hover {
  background: #8cc63f;
  color: #fff;
}
.categories_mg img {
  margin: 0 auto;
  display: table;
}
/************************/
#client_main {
  padding: 100px 0 70px 0;
  /* background:#fff; */
  background: url(../images/home_about_bg.png) center no-repeat;
  background-size: cover;
}
.client_hed h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}
.client_hed h4 span {
  color: #8cc63f;
}
.customer-logos .owl-dot,
.customer-logos .owl-nav .owl-next,
.customer-logos .owl-nav .owl-prev {
  display: none;
}
.client_logo img {
  border: 2px solid #f5f5f5;
  background: #fff;
  margin: 0 auto;
  padding: 6px;
  display: table;
}

.customer-logos .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.customer-logos .owl-nav .owl-prev {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.customer-logos .owl-nav .owl-prev img {
  transform: translate(-5%, 0%);
}
.customer-logos .owl-nav .owl-next {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.customer-logos .owl-nav .owl-next img {
  transform: translate(5%, 0%);
}
/************************/
/* #subscription {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
} */
#subscription {
  margin-top: -45px;
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
}
.ply_btn {
  text-align: center;
  border: 5px solid #fff;
  border-radius: 100%;
  font-size: 18px;
}
.ply_btn:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100%;
  border: 5px solid #fff;
  animation: animationSignal;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

@keyframes animationSignal {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes animationSignal {
  0% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

.video_play {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  line-height: 45px;
  border-width: 3px;
  transform: translate(-50%, -50%);
}
.video_hm img {
  border-radius: 10px 0 0 10px;
}
.bg-color {
  background: #fcfcfc;
  border-radius: 10px;
}
.pd {
  padding-left: 0px;
}
.subscription_txt {
  display: block;
  padding: 20px 0 0 0;
  align-items: center;
}
.enquiry_tab {
  float: right;
  display: block;
  margin-top: -50px;
}
.enquire_btn {
  padding: 12px 50px;
  background: #8cc63f;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
  border-radius: 10px;
}
a.enquire_btn {
  color: #fff;
}
.enquiry_tab:hover .enquire_btn {
  background: #044570;
}
.subscription_hed h6 {
  color: #044570;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}
.subscription_hed p {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  display: block;
  text-align: justify;
}
/************************/
/*footer {
	padding:120px 0 40px 0;
	background:#044570;
}
.footer_hed h5 {
	font-size:18px;
	color:#fff;
	letter-spacing:0.25px;
	padding-bottom:10px;
	font-weight:500;
	margin-bottom:20px;
	display:block;
	position:relative;
}
.footer_hed h5:before {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:30px;
	height:3px;
	border-radius:50px;
	background:#fff;
	display:block;
}
.footer_hed h5:after {
	position:absolute;
	content:'';
	bottom:0;
	left:40px;
	width:15px;
	height:3px;
	border-radius:50px;
	background:#fff;
	display:block;
}
.footer_hed ul li {
	position:relative;
	border-left:2px solid #fff;
	padding:0 0 0 18px;
	display:block;
	margin-bottom:5px;
}
.footer_hed ul li:before {
	position:absolute;
	content:'';
	top:50%;
	left:0;
	width:10px;
	height:2px;
	background:#fff;
}
.footer_hed ul li a {
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display:inline;
}
.footer_hed ul li a:hover {
	color:#8cc63f;
}
.foot_cont {
	padding-bottom:8px;
	display:block;
}
.foot_cont i {
	float:left;
	width:37px;
	height:37px;
	line-height:37px;
	font-size:15px;
	text-align:center;
	display:block;
	background: #8cc63f;
    color: #fff;
}
.cont {
	padding-left:55px;
}
.cont h6 {
	color:#8cc63f;
	font-size:16px;
	letter-spacing:0.25px;
	display:block;
	font-weight:500;
}
.cont p a {
	color:#fff;
	display:block;
	font-size:14px;
	letter-spacing:0.25px;
	line-height:20px;
	font-weight: 500;
}
.cont span a {
	font-weight: 500;
    letter-spacing: 0.50px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color:#fff;
}
.cont span a:hover, 
.cont p a:hover {
	color:#8cc63f;
}
.footer_bottom {
	padding:10px 0;
	background:#161616;
}
.copy_right p {
	font-size:14px;
	color:#f1f5f8;
	font-weight:500;
	letter-spacing:0.50px;
	display:block;
	line-height:36px;
}
.social_link ul {
	float:right;
}
.social_link ul li {
	display:inline-block;
}
.social_link ul li a i {
	width:36px;
	height:36px;
	line-height:34px;
	display:block;
	margin-right:10px;
	color:#f1f5f8;
	text-align:center;
	border-radius:50px;
	font-size:16px;
	border:2px solid #f1f5f8;
}
.social_link ul li a .fa-facebook-f {
	background:#3b5998;
	color:#fff;
	border:2px solid #f1f5f8;
}
.social_link ul li a .fa-youtube {
	background:#d42428;
	color:#fff;
	border:2px solid #f1f5f8;
}
.social_link ul li a .fa-linkedin-in {
	background:#007ab9;
	color:#fff;
	border:2px solid #f1f5f8;
}
.social_link ul li a .fa-twitter {
	background:#1c9cea;
	color:#fff;
	border:2px solid #f1f5f8;
}
.social_link ul li a .fa-instagram {
	background: linear-gradient(to bottom right, #d03462 0%, #68549f 100%);
    color: #fff;
    border: 2px solid #fff;
}
.design p {
	font-size:14px;
	color:#f1f5f8;
	font-weight:500;
	letter-spacing:0.50px;
	display:block;
	line-height:36px;
	text-align:right;
}
.design p a {
	color:#8cc63f;
	font-weight:600;
}
.other_logo ul {
	margin:20px auto 0;
	display:table;
}
.other_logo ul li {
	float:left;
}
.other_logo ul li img {
	width:150px;
	margin:0 15px;
	border-radius:10px;
}
.floww_button img {
	margin-top:10px;
}*/
footer {
  background: #044570;
  padding: 125px 0 40px;
}
.ftr-head {
  position: relative;
}
.ftr-head:after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  background: #68c338;
  top: -20px;
  left: 0;
}
.ftr-head h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}
.ftr-head h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}
.ftr-link ul li {
  padding: 5px 0;
}
.ftr-link ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
}
.ftr-cont {
  padding-bottom: 15px;
}
.ftr-cont ul {
  display: flex;
  align-items: center;
}
.ftr-cont ul li:nth-child(1) {
  padding-right: 20px;
}
.ftr-cont ul li a {
  color: #68c338;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.ftr-cont ul li a span {
  color: #fff;
}
.ftr-certificate {
  border-top: 1px solid #ffffff45;
  /*border-bottom: 1px solid #ffffff45;*/
  padding: 15px 0 0;
}
.ftr-certificate ul {
  display: flex;
}
.ftr-certificate ul li {
  padding: 0 10px;
}

.ftr-add h6 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 4px;
  letter-spacing: 0.5px;
}
.ftr-add p {
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 15px;
}
.foot-bottom {
  padding: 15px 0 15px;
  background: #fff;
}

/*.foot-btm-head:after {
  content: "";
  position: absolute;
  right: 0;
  top: -19px;
  width: 100%;
  height: 6px;
  background-image: url(../images/bg-desing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.foot-btm-head {
  position: relative;
}*/

.foot-btm-head p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

.foot-btm-head p a {
  color: #68c338;
  font-weight: 600;
}

.foot-btm-head p a:hover {
  color: #044570;
}

.footer_social_icon {
  position: relative;
  z-index: 1;
}
.footer_social_icon h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  /* padding-top: 15px; */
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}
.footer_social_icon ul li:nth-child(0) {
  margin-right: 0px;
}
.footer_social_icon ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 18%;
  margin-left: 8px;
}
.footer_social_icon li a {
  border-radius: 18%;
  display: block;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  border: 2px solid #fff;
  color: #fff;
  -moz-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.footer_social_icon li i {
  font-size: 16px;
  line-height: 40px;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer_social_icon li.facebook:hover a {
  background: #3b5998;
  border: 2px solid #3b5998;
}
.footer_social_icon li.twitter:hover a {
  background: #000000;
  border: 2px solid #000000;
}
.footer_social_icon li.linkedin:hover a {
  background: #007ab9;
  border: 2px solid #007ab9;
}
.footer_social_icon li.youtube:hover a {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.footer_social_icon li.instagram:hover a {
  background: linear-gradient(to bottom right, #d03462 0%, #68549f 100%);
  border: 2px solid #d03462;
}
.footer_social_icon li.facebook:hover i,
.footer_social_icon li.twitter:hover i,
.footer_social_icon li.linkedin:hover i,
.footer_social_icon li.youtube:hover i {
  color: #fff;
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/************************/
#inner_banner {
  background: url(../images/inner_banner.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 20px;
  display: block;
  background-position: 50% 0px;
  text-align: center;
}
.inner_banner {
  background: url(../images/inner_career_banner.jpg) no-repeat !important;
  background-position: center !important;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 20px;
  display: block;
  background-position: 50% 0px;
  text-align: center;
}
#inner_banner_new {
  background: url(../images/environment-banner.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 20px;
  display: block;
  background-position: 50% 0px;
  text-align: center;
}
#inner_banner h1,
#inner_banner_new h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#inner_banner span {
  display: block;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
#inner_banner ul li,
#inner_banner_new ul li {
  display: inline-block;
  padding: 0 5px;
}
#inner_banner ul li a,
#inner_banner_new ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
#inner_banner ul li a:hover,
#inner_banner_new ul li a:hover {
  color: #8cc63f;
}
#inner_banner ul li span,
#inner_banner_new ul li span {
  color: #8cc63f;
  font-weight: 500;
}
#inner_banner ul li a i,
#inner_banner_new ul li a i {
  margin-left: 5px;
  color: #8cc63f;
}

#inner_tp_main {
  padding: 70px 0;
}
.inner_blog_bx {
  margin: 0 auto 30px;
  display: table;
}
.inner_bx_dt {
  padding: 35px 35px 25px;
  /* margin-top: 5%; */
  background: #f1f5f8;
}
.inner_other_para p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.inner_other_para h4 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.md_tp {
  margin-top: 20px;
}
.md_tp0 {
  margin-top: 40px;
}
#inner_md_main {
  padding: 0 0 70px 0;
}
.inner_other_para h5 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.inner_other_para ul li {
  position: relative;
  padding-left: 25px;
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  /*padding-bottom: 15px;*/
  padding-bottom: 10px;
  font-weight: 500;
}
.inner_other_para ul li img {
  top: 5px;
  left: 0;
  position: absolute;
  display: block;
  width: 18px;
}
/************************/
.bag_house_bx {
  padding: 10px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  margin-bottom: 30px;
}
.bag_house_bx img {
  margin: 0 auto;
  display: block;
}
.bag_house_para {
  padding-top: 20px;
}
.bag_house_para h5 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.bag_house_para p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
/************************/
.prod_dtl_main {
  padding: 45px 0px 90px 0;
}
.about_dtl_main {
  padding: 45px 0 70px 0;
}
.bag_house_bxs {
  padding: 10px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  margin-bottom: 30px;
  position: relative;
}
.bag_house_bxs img {
  margin: 0 auto;
  display: block;
}
.bag_house_bxs a {
  color: #000;
  font-size: 20px;
}
.bag_house_bxs span {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #f1f5f8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.prod_dtl h2 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.prod_dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.prod_dtl ul li {
  position: relative;
  padding-left: 25px;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 15px;
  font-weight: 500;
}
.prod_dtl ul li img {
  top: 5px;
  left: 0;
  position: absolute;
  display: block;
  width: 18px;
}
.pt30 {
  padding-top: 20px;
}
.prod_dtl h5 {
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 15px;
  font-size: 16px;
}
.prod_dtl .bullet li {
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 7px;
  color: #333;
  letter-spacing: 0.25px;
  font-weight: 500;
  padding-left: 0px;
}
.dark_bg {
  background: #8cc63f;
  color: #fff;
}
.dark_bg th {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  /* border: 1px solid #fff; */
  text-align: left;
}
.inn_prod_dtl .table tr td {
  color: #333;
  letter-spacing: 0.25px;
  font-weight: 500;
  padding: 7px;
}
.light_bg {
  background: #f1f5f8;
}
.table-responsive .table .light_bg th {
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #044570;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
  /* padding:7px; */
}
.table {
  margin-bottom: 0px;
}
.table-responsive .table tbody th {
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #333;
  padding: 7px 10px;
  text-align: left;
  vertical-align: middle;
  /* padding:7px; */
}
.table-responsive tbody tr td {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #333;
  padding: 7px 10px;
  text-align: left;
  vertical-align: middle;
}
.inn_prod_dtl .table th {
  color: #333;
  letter-spacing: 0.25px;
  font-weight: 500;
  padding: 7px;
}
.inn_prod_dtl tbody tr td {
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 14px;
  /* text-align: center; */
}
.inn_prod_dtl .table tbody tr th {
  background: #0445700a;
}
.table-bordered td,
.table-bordered th {
  /* border: 1px solid #044570; */
  border: 1px solid #dee2e6;
}
.inn_prod_dtl .prod_pouch_dtl {
  background: #f5f5f5;
  padding: 30px 30px;
  margin-top: 15px;
}
.pd0 {
  /* padding: 0; */
}
.prod_pd_40 {
  padding-top: 40px;
}
.team_mg {
  padding: 10px;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 4%);
  margin-bottom: 20px;
}
.team_gallery .owl-dot,
.team_gallery .owl-nav .owl-next,
.team_gallery .owl-nav .owl-prev {
  display: none;
}
.testimonial_slider .owl-dot,
.testimonial_slider .owl-nav .owl-next,
.testimonial_slider .owl-nav .owl-prev {
  display: none;
}
.industry_slider .owl-dot,
.industry_slider .owl-nav .owl-next,
.industry_slider .owl-nav .owl-prev {
  display: none;
}
.testimonial_title h5 {
  display: block;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.25px;
  padding: 10px 25px;
  text-align: center;
  font-weight: 500;
  background: #044570;
  min-height: 60px;
}
.bag_house_bxs i {
  color: #044570;
}
.bag_house_bxs h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
}
/************************/
.inn_prod_dtl h2 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 27px;
}
.inn_prod_dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
.about_middle {
  margin-top: 50px;
  padding: 60px 0 45px 0;
  background: url(../images/environment-bg.png) center bottom no-repeat;
}
.prod_middle {
  /* padding:60px 0 40px 0; */
  padding: 60px 0 45px 0;
  /* background:#f1f5f8; */
  background: url(../images/environment-bg.png) center bottom no-repeat;
}
.inn_prod_dtl h3 {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 23px;
  padding-bottom: 15px;
}
.inn_prod_dtl ul li {
  position: relative;
  padding-left: 25px;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.inn_prod_dtl ul li img {
  top: 5px;
  left: 0;
  position: absolute;
  display: block;
  width: 18px;
}
.inn_prod_dtl h4 {
  font-size: 21px;
  color: #044570;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
}
.inn_prod_dtl h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 50px;
  background: #044570;
  display: block;
}
.inn_prod_dtl h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 40px;
  width: 15px;
  height: 3px;
  border-radius: 50px;
  background: #044570;
  display: block;
}
.filling_dtl h6 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}
.filling_dtl ul li span {
  color: #333;
  font-size: 15px;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.prod_sealing {
  text-align: center;
}
.prod_sealing h5 {
  color: #8cc63f;
  font-size: 18px;
  letter-spacing: 0.25px;
  display: block;
  padding-top: 15px;
  font-weight: 500;
}
.image-zooming {
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f5f8;
  margin-bottom: 15px;
}
.image-zooming a {
  display: block;
}
.image-zooming:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.image-zooming img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.image-zooming:hover figcaption {
  height: 100%;
}
.image-zooming figcaption {
  position: absolute;
  bottom: 0;
  background-image: -moz-linear-gradient(
    -42deg,
    rgba(0, 62, 119, 0.4) 0%,
    rgba(7, 86, 159, 0.4) 33%,
    rgba(10, 111, 132, 0.4) 56%,
    rgba(13, 136, 105, 0.4) 93%
  );
  background-image: -webkit-linear-gradient(
    -42deg,
    rgba(0, 62, 119, 0.4) 0%,
    rgba(7, 86, 159, 0.4) 33%,
    rgba(10, 111, 132, 0.4) 56%,
    rgba(13, 136, 105, 0.4) 93%
  );
  background-image: -ms-linear-gradient(
    -42deg,
    rgba(0, 62, 119, 0.4) 0%,
    rgba(7, 86, 159, 0.4) 33%,
    rgba(10, 111, 132, 0.4) 56%,
    rgba(13, 136, 105, 0.4) 93%
  );
  padding: 0 5px;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 30px;
  align-items: center;
}
.image-zooming:hover figcaption h5 {
  position: relative;
  top: 0;
  text-align: center;
  font-size: 22px;
}
.image-zooming figcaption h5 {
  color: rgb(255, 254, 254);
  text-shadow: 0px 2px 0px rgb(6 1 36 / 65%);
  /* margin: 0; */
  font-weight: normal;
  position: relative;
  /* top: 0; */
  height: 100%;
  align-items: center;
}
.image-zooming figcaption h5 a {
  color: rgb(255, 254, 254);
  height: 100%;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.products-list span {
  display: block;
  color: #333;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.products-list span img {
  width: 18px;
  margin-right: 10px;
}
.products-list ul li {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}
.products-list h6 {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.25px;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
  font-weight: 500;
}
.electrost_sec_bx {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* margin-top:20px; */
}
.section_bx_dtl {
  padding: 15px 10px;
  margin-top: 10px;
  background: #044570;
  border-bottom: 2px solid #fff;
}
.section_bx_dtl h6 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: capitalize;
}
.section_bx_dtl:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8cc63f;
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: block;
}
.electrost_sec_bx:hover .section_bx_dtl:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.electrost_sec_bx:hover .section_bx_dtl h6 {
  color: #fff;
}
.electrost_sec_bx:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6x);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.section_bx_img img {
  border: 2px solid #f1f5f8;
}
/************************/
#inner_project_sec {
  padding: 70px 0;
}
.project_hed_inner h3 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  font-size: 23px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.project_hed_inner h3 span {
  color: #8cc63f;
}
.inn_prd_mg img {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -o-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  margin-bottom: 30px;
}
/************************/
.contact_detail_sec {
  padding-top: 15%;
  padding-right: 20px;
}
.contact h5 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #044570;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.contact span {
  color: #333;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  display: block;
  padding-bottom: 20px;
}
.contact_dtl h5 {
  color: #333;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.contact_dtl p {
  color: #464646;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact_dtl ul {
  display: inline-block;
  margin-top: 20px;
}
.contact_dtl ul li {
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}
.contact_dtl ul li span a {
  color: #333;
  letter-spacing: 0.25px;
  font-weight: 500;
  display: inline-block;
}
.contact_dtl ul li span i {
  margin-right: 5px;
  color: #8cc63f;
}
.contact_dtl ul li span:hover a {
  color: #8cc63f;
}
.contact_form {
  background: #fff;
  padding: 30px 30px 40px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
}
.contact_form h4 {
  font-size: 23px;
  font-weight: 600;
  display: block;
  color: #044570;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.contact_form .form-group select {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 600;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.contact_form .form-group label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  color: #333;
}
.contact_form .other_option span {
  display: block;
  font-size: 17px;
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #464646;
}
.other_option {
  margin-bottom: 20px;
}
.contact_form label {
  color: #7c8393;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 10px;
}
.other_option input[type="radio"] {
  margin-right: 5px;
}
.butn-bg {
  font-size: 14px;
  padding: 10px 30px;
  background: #044570;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
  background: #8cc63f;
}
.contact_bx {
  padding: 20px;
  background: #044570;
  box-shadow: 0 0 0 2px #fff inset;
  border: 10px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* min-height:280px; */
  border-radius: 30px;
  margin-bottom: 20px;
}
.cont-para h6 {
  color: #ffffff;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cont-para span a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.cont-para p a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
}
.cont-para p a:hover {
  color: #8cc63f;
  font-size: 15px;
  line-height: 30px;
}
.cont-para span a:hover {
  color: #8cc63f;
  font-size: 15px;
}
.cont-icon i {
  font-size: 16px;
  color: #fff;
  background: #8cc63f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.cont-para {
  padding-left: 40px;
}
.cont-icon {
  float: left;
}
.foot-add {
  padding-bottom: 10px;
  display: block;
}
#map iframe {
  width: 100%;
  height: 360px;
  border: 2px solid #f1f5f8;
  border-radius: 30px;
}
/************************/
.blogs {
  padding: 60px 0;
}
.blogs-section {
  -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.blogs-section-dtl {
  padding: 15px;
}
.blogs-section-dtl ul li {
  float: left;
  display: block;
  font-weight: 500;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.25px;
}
.blogs-section-dtl ul li span {
  color: #01609f;
}
.blogs-section-dtl h5 {
  font-size: 18px;
  padding: 10px 0;
  color: #044570;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.blogs-section-dtl p {
  /* color: #333; */
  /* font-weight: 500; */
  /* padding-bottom: 10px; */
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.blogs-section-dtl a {
  color: red;
  font-weight: 500;
  font-size: 15px;
}
.blog-dtl {
  padding: 40px 0;
}
.blog-dtl-contant h2 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 27px;
}
.blog-dtl-contant h6 {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 15px;
}
.blog-dtl-contant h6 span {
  font-weight: 500;
  color: #01609f;
}
.blog-dtl-contant h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 21px;
  color: #044570;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.blog-dtl-contant img {
  /* margin: 25px 0; */
}
.blog-dtl-contant p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.blog-dtl-contant ul li {
  color: #333;
  letter-spacing: 0.25px;
  /* line-height: 24px; */
  padding-bottom: 10px;
  font-weight: 500;
}
.blog-dtl-contant ul li span {
  font-weight: 600;
}
.blog-dtl-contant figure {
  width: 343px;
  float: left;
  margin: 0 10px 10px 0;
}
.blog-dtl-contant figure figcaption {
  font-weight: 600;
}
.blog-dtl-contant figure img {
  margin: 0px;
}
/* .recent-post h4 {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
  font-size: 21px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
} */
.recent-post ul li {
  /* border-left: 2px solid #eee; */
  /* margin-bottom: 15px; */
  /* padding-left: 10px; */
}
.recent-post ul li a {
  letter-spacing: 0.25px;
  line-height: 20px;
  /* padding-bottom: 10px; */
  font-weight: 500;
  font-size: 15px;
}
.recent-post ul li a:hover {
  color: #8cc63f;
}
.m-auto {
  margin: 40px auto !important;
  display: table;
}
.bullet li {
  list-style-type: disc !important;
  list-style-position: inside;
  padding: 2px 0;
}
.bullet li a {
  font-size: 16px;
  color: #8cc63f;
}
.VIP-OM {
  /* width:200px !important; */
  /* height: auto !important; */
}
.blog-dtl-contant p a {
  font-size: 16px;
  color: #8cc63f;
}
.recent-post {
  position: sticky;
  top: 80px;
}
.blog_mg img {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -o-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  margin-bottom: 30px;
}
.blog-dtl-contant span {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  display: inline-block;
}
.inner_blog_bx img {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -o-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
/************************/
.inner_video_bx {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.product_video {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 40%;
  right: 0;
}
.inner_video_bx .product_video a {
  width: 80px;
  height: 80px;
  color: #fff;
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.inner_video_bx .product_video a i {
  background: #fc0606;
  width: 100%;
  height: 100%;
  font-size: 17px;
  border-radius: 50px;
  line-height: 60px;
}
.modal-open .modal {
  z-index: 9999999;
}
.btn-style-two {
  position: relative;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #fc0606;
  padding: 12px 30px;
  text-transform: uppercase;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.btn-style-two:hover {
  color: #fc0606;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  background: #ffffff;
}
.modal {
  top: 15%;
}
/************************/
.packing_heading h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  text-transform: uppercase;
  padding: 4px 0 4px 7px;
  border-left: 5px solid #8cc63f;
  font-size: 26px;
}
.packing_heading {
  padding-top: 30px;
}
.line {
  border: 2px dashed #f1f5f8;
  display: block;
  margin-top: 40px;
}
.solution_main {
  text-align: center;
  background: #f1f5f8;
  border: 2px solid #f1f5f8;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 30px;
}
.solution_main:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6x);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.soltion_mg img {
  margin-bottom: 15px;
}
.solution_dtl p {
  display: block;
  color: #333;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 20px;
  font-weight: 500;
}
.solution_dtl {
  padding: 15px;
}
.solution_dtl a {
  padding: 10px 35px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 500;
  background: #044570;
  border-bottom: 2px solid #fff;
}
.solution_dtl a:hover {
  background: #8cc63f;
}
.solution_dtl h6 {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.inn_prod_dtl span {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #333;
}
/************************/
.about_inner_main {
  padding: 60px 0;
}
.about_mg {
  padding: 10px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.inn_about_data {
  padding-top: 15px;
}
.inn_about_data h4 {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 21px;
  padding-bottom: 10px;
}
.inn_about_data p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.presence_mg {
  padding: 10px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  margin-bottom: 30px;
}
.presence_mg img {
  margin: 0 auto;
  display: block;
}
.presence_mg_list ul li {
  width: 23.7%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.presence_mg_list span {
  display: block;
  color: #044570;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
}
.presence_mg_list span img {
  width: 18px;
  margin-right: 10px;
}
/************************/
#footer_top {
  /*margin-bottom:-70px;*/
  padding-bottom: 60px;
  padding-top: 60px;
}
.icon_section_bg {
  display: flow-root;
  border-radius: 20px;
  /*box-shadow:0 11px 15px 0 rgb(0 0 0 / 4%);*/
}
.icon_section_bg ul li {
  float: left;
  padding: 25px 6px;
  width: 23%;
  margin: 0 1%;
  background: #f5f5f5;
  border-radius: 15px;
  position: relative;
  transition: 0.5s ease-out;
  overflow: hidden;
}
.icon_section_bg ul li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #213b73 !important;
  transition: 0.3s ease-out;
}
.icon_section_bg ul li:hover::after {
  top: 0;
}
.icon_section_bg ul li img {
  margin: 0 auto;
  display: table;
  border: 2px solid #044570;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.icon_section_bg ul li:hover img {
  border: 2px solid #8cc63f;
}
.footer_tp_icon h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  position: relative;
  z-index: 1;
}
.icon_section_bg ul li:hover h6 {
  color: #fff;
}
.icon_section_bg ul li:hover img {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
/*.icon_section_bg ul li:nth-child(1), .icon_section_bg ul li:nth-child(2), .icon_section_bg ul li:nth-child(3) {
    border-right: 2px solid #fff;
} 
.icon_section_bg ul li:nth-child(1) {
	border-left:0px;
}*/
/************************/

.hm-who {
  margin-top: 20px;
  position: relative;
}
.hm-who-pattan {
  position: absolute;
  bottom: -30px;
  left: 50px;
  z-index: -99;
}
.hm-who-bg {
  background: #044570;
  border-radius: 40px 0 40px 0px;
  align-items: center;
}
.hm-who-img {
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px 0 40px 0px;
}
.hm-who-img img:hover {
  transform: scale(1.1);
}
.hm-who-img img {
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.hm-who-bg .col-md-5,
.hm-who-bg .col-md-6 {
  padding: 0px;
}
.hm-who-box {
  padding: 0 15px;
}
.hm-who-box p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
}
.hm-who-box h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
  font-size: 24px;
}
.hm-who-box h2 span {
  color: #8cc63f;
}
/************************/
.hm_count_list h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}
.hm_count_list ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.hm_count_list ul li {
  width: 20% !important;
}
.count img {
  margin: 0 auto;
  display: table;
  margin-bottom: 10px;
}
.count h5 {
  font-size: 18px;
  padding-bottom: 12px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.brd_dt {
  border-right: 2px dashed #044570;
}
.counter {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #044570;
}
.counter_one,
.counter_two,
.counter_three,
.counter_four,
.counter_five {
  position: relative;
}
.counter_one:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 50%;
  left: 50%;
  font-size: 25px;
  color: #044570;
  transform: translate(35px, 10px);
}
.counter_two:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 50%;
  left: 50%;
  font-size: 25px;
  color: #044570;
  transform: translate(60px, 10px);
}
.counter_three:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 50%;
  left: 50%;
  font-size: 25px;
  color: #044570;
  transform: translate(35px, 10px);
}
.counter_four:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 50%;
  left: 50%;
  font-size: 25px;
  color: #044570;
  transform: translate(45px, 10px);
}
.counter_five:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 50%;
  left: 50%;
  font-size: 25px;
  color: #044570;
  transform: translate(25px, 10px);
}
/************************/
.product_gallery_mg {
  position: relative;
  padding-top: 0%;
}
.product_gallery_mg:hover span {
  background: #8cc63f;
}
.product_gallery_mg span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  background: #044570;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}
/************************/
.product_heading h2 {
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #044570;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 27px;
}
.product_heading span {
  display: block;
  color: #333;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 7%;
  font-weight: 500;
}
.padding_top {
  padding: 30px 0;
}
.padding_top0 {
  padding-top: 30px;
}
/************************/
.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: 100vh;
  background: #f1f5f8;
  /* box-shadow: 0 20px 50px rgba(0,0,0,.5); */
  box-sizing: border-box;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  z-index: 1111;
}
.toggle i {
  /* float: right; */
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #044570;
  color: #fff;
  font-size: 20px;
  /* border-radius: 50%; */
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1023;
  /* margin-top: -20px; */
  /* margin-right: -10px; */
  text-align: center;
}
.enquiry_form {
  padding: 40px 40px;
}
.enquiry_form h2 {
  text-align: center;
  font-size: 27px;
  color: #044570;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 10px;
}
.enquiry_form span {
  color: #044570;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  display: block;
  margin-bottom: 15px;
}
.sidebar-contact.active {
  right: 0;
}
.sidebar-contact textarea,
.sidebar-contact input {
  position: relative;
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  padding: 7px 10px;
  font-size: 13px;
  margin-bottom: 10px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #7c8393;
}
.sidebar-contact textarea {
  resize: none;
}
.product_check h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 10px 0;
}
.product_check {
  padding-bottom: 20px;
}
.product_check label {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.product_check input {
  position: relative;
  width: auto;
  display: inline-block;
  color: #7c8393;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 13px;
  margin-bottom: 6px;
  border-radius: 2px;
  background: #fff;
  margin-right: 5px;
  border: 1px solid #7c8393;
}
.sidebar-contact .butn-bg0:hover {
  color: #fff;
  background: #8cc63f;
}
.sidebar-contact .butn-bg0 {
  font-size: 15px;
  padding: 10px 25px;
  background: #044570;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  width: 100%;
  border: 0px;
  font-weight: 600;
  display: block;
}
.toggle_img {
  position: fixed;
  bottom: 30%;
  left: -38px;
  width: 40px;
  height: 204px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  background-image: url(../images/enquire-btn.png);
}
/************************/
.thankyou_data {
  padding-bottom: 40px;
}
.thankyou_data h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 10px;
  font-size: 27px;
}
.thankyou_data span {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  display: block;
  font-weight: 500;
}
.download_hed h4 {
  font-size: 21px;
  font-weight: 600;
  display: block;
  color: #044570;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-align: center;
}
.download_image_feature {
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
  border-radius: 8px;
  text-align: center;
  background: #fbfbfb;
  padding-bottom: 20px;
}
.download_image_feature img {
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
}
.catalogue_dtl h6 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 5px;
  color: #044570;
  display: block;
  background: #fbfbfb;
}
.download_button {
  text-align: center;
}
.download_button a {
  padding: 5px 30px 5px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  background: #044570;
  border: 2px solid #044570;
  position: relative;
}
.download_button a:hover i {
  opacity: 1;
}
.download_button a i {
  position: absolute;
  content: "";
  display: block;
  right: 7px;
  font-size: 12px;
  top: 0;
  color: #044570;
  margin-top: 9px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.download_button a:hover {
  border: 2px solid #044570;
  background-color: #fff;
  color: #044570;
}
.download_bx {
  padding-bottom: 30px;
}
.thankyou_mg img {
  margin: 0 auto;
  display: table;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
  border-radius: 8px;
}
/************************/
.website { display:none;!important }

.modal-body {
  padding: 18px;
  border-radius: 0px;
  border: 2px solid #044570;
  box-shadow: 1px 1px 3px 0px rgb(255 255 255 / 16%);
  background-color: #fbfbfb;
}
.modal-open .modal {
  z-index: 9999999;
}
.modal-header {
  margin-bottom: 20px;
}
.modal_bg img {
  border: 2px solid #044570;
}
.modal-header h5 {
  font-size: 18px;
  color: #000;
  padding-bottom: 15px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}
.custom-form .form-control {
  padding: 12px 10px;
  background: #fbfbfb;
  border: 0;
  color: #000;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0px;
  border-bottom: 2px solid #1baacc;
}
.modal-header .close {
  padding: 5px 10px;
  margin: 0px 0 0 0;
}
button.close {
  position: absolute;
  right: 15px;
  bottom: auto;
  top: 0px;
  padding: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  opacity: 1;
  border: 1px none #ffffff;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
  text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
  background-color: rgba(238, 49, 53, 1);
}
#myModal {
  top: 0% !important;
}
.request_form {
  padding: 35px 20px;
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgb(255 255 255 / 16%);
}
.request_form .form-group input {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f1f5f8;
  margin-bottom: 20px;
}
.whatapp_icon {
  position: fixed;
  content: "";
  bottom: 15px;
    right: 10px;
  z-index: 999;
}
.whatapp_icon img {
  width: 55px;
}

/*******************/
.sales_hed {
  padding-bottom: 30px;
}
.sales_hed span a {
  color: #8cc63f;
}
.sales_hed p {
  line-height: 24px;
  letter-spacing: 0.25px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  display: block;
}
.sales_hed span {
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  text-align: left;
  display: block;
}

/*******************/
.sales_hed {
  padding-bottom: 10px;
}
.sales_hed h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #8cc63f;
  padding-bottom: 10px;
}
.sales_hed span a {
  color: #8cc63f;
}
.sales_hed p {
  letter-spacing: 0.25px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding-bottom: 8px;
  text-align: center;
}
.sales_hed span {
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  display: block;
  text-align: center;
}
.sales_hed h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #919191;
  padding-bottom: 10px;
  line-height: 1.5;
}
.sales_hed {
  text-align: center;
}
.sales_hed h2 .sales_hedd {
  font-size: 36px;
  display: inline;
  color: #8cc63f;
  text-decoration: underline;
  font-weight: bolder;
}
.career-workplace {
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}
.career-workplace h3 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #044570;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 24px;
}
.career-workplace p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.career-box {
  margin: 15px 0;
  text-align: center;
  border: 1px solid #0000000f;
  /*box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);*/
  padding: 0 10px 15px 10px;
  border-radius: 15px;
  background: #f5f5f5;
}
.career-box-img {
  width: 100px;
  height: 100px;
  border: 1px solid #00000030;
  margin: 15px auto 15px;
  display: table;
  border-radius: 50%;
  background: #fff;
}
.career-box span {
  font-size: 15px;
  font-weight: 600;
  height: 42px;
  display: block;
}

.career-workplace-social {
  margin-top: 40px;
}
.career-workplace-social p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.career-workplace-social p span {
  color: #8cc63f;
  text-decoration: underline;
}

.career-required {
  padding: 30px 30px 80px 30px;
  background: rgb(245 245 245);
  margin-top: 10px;
  margin-bottom: 5px;
  height: 100%;
}
.career-required ul li {
  color: #a5a5a5;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
}
.career-required ul li i {
  color: #8cc63f;
  position: absolute;
  left: 0;
  top: 6px;
}
.career-required h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.career-required p {
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.career-required .about_btn {
  padding: 10px 25px;
  float: left;
}
.social_link2 ul {
  margin: 30px auto 0;
  display: table;
}
.social_link2 ul li {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  position: relative;
}
.social_link2 ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social_link2 ul li:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.social_link2 ul li:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 20%) 0,
    rgb(0 0 0 / 0%) 60%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 20%) 0,
    rgb(0 0 0 / 0%) 60%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.social_link2 ul li a i {
  width: 74px;
  height: 45px;
  line-height: 42px;
  display: block;
  margin-right: 15px;
  color: #f1f5f8;
  text-align: center;
  border-radius: 50px;
  font-size: 22px;
  border: 2px solid #f1f5f8;
}
.social_link2 ul li a .fa-facebook-f {
  background: #4566ab;
  color: #fff;
  border: 2px solid #4566ab;
}
.social_link2 ul li a .fa-youtube {
  background: #fb060b;
  color: #fff;
  border: 2px solid #fb060b;
}
.social_link2 ul li a .fa-linkedin-in {
  background: #007ab9;
  color: #fff;
  border: 2px solid #f1f5f8;
}
.social_link2 ul li a .fa-x-twitter {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.social_link2 ul li a .fa-instagram {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  color: #fff;
  border: 2px solid #fff;
}
/**************************/

/**************************/
.career_bx {
  background-color: rgb(255, 255, 255);
  padding: 25px 20px;
  margin-bottom: 20px;
  border: 3px solid #fbfbfb;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.career_dtl h5 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  line-height: 26px;
  background: #044570;
  padding: 7px 15px;
  position: relative;
}
.career_dtl h5 i {
  position: absolute;
  content: "";
  right: 0;
  font-size: 18px;
  width: 40px;
  height: 100%;
  background: #8cc63f;
  top: 0;
  text-align: center;
  padding-top: 10px;
}
.career_dtl h5 span {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
}
.career_dtl span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  display: inline-block;
}
.career_dtl p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #333;
  display: block;
  font-weight: 500;
  padding-bottom: 10px;
}
.career_dtl a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  background: #044570;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
.career_dtl a:hover {
  color: #fff;
  background: #8cc63f;
}

.career_dtl h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.5px;
}
.career_dtl h6 a {
  font-size: 15px;
  color: #044570;
  font-weight: bold;
  display: inline-block;
  padding: 0px;
  background: none;
}
.career_dtl h6 a:hover {
  background: none;
  color: #333;
}

.quote_button a {
  font-size: 16px;
  color: #ffffff;
  display: table;
  padding: 10px 30px;
  background: #044570;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  width: 50%;
  margin: 0 auto;
}
.quote_button a:hover {
  color: #fff;
  background: #8cc63f;
}

/*********New CSS**********/

.tab_body {
  background-color: #fbfbfb;
  border-top: 0;
  padding: 50px 20px;
}
.nav-tab {
  margin: 0 auto;
  display: table;
}
.nav-tab li a {
  background: #f4f7f9;
  border: 2px solid #044570;
  font-size: 14px;
  display: block;
  color: #044570;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 15px;
  margin-right: 5px;
}
.nav-tab li {
  margin-right: 5px;
  float: left;
  margin-bottom: 20px;
}
.nav-tab li:hover a {
  background: #fff;
  border-left-color: #f7f7f7;
  border-right-color: #f7f7f7;
  border-top: 2px solid #044570;
}
.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}
.accordion-body {
  padding: 15px;
}
.pro-acc {
  display: none;
}
.pd_top {
  padding-top: 30px;
}
.bag_house_boxs {
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.bag_house_boxs img {
  margin: 0 auto;
  display: block;
}
.bag_house_boxs span {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #f1f5f8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

/**********Extra CSS***************/

.prod_dtl_main #faq .card {
  margin-bottom: 20px;
  border: 0;
}

.prod_dtl_main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}

.prod_dtl_main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #044570;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.prod_dtl_main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
  font-size: 20px;
  margin-top: -5px;
}

.prod_dtl_main #faq .card .card-header .btn-header-link.collapsed {
  background: #fdfdfd;
  color: #044570;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.prod_dtl_main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.prod_dtl_main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

.prod_dtl_main #faq .card .collapse {
  border: 0;
}

.prod_dtl_main #faq .card .collapse.show {
  background: #fdfdfd;
  line-height: 30px;
  color: #222;
}

.card-body {
  padding: 25px;
}

.filling_dtl {
  padding-bottom: 20px;
}

.download a {
  padding: 10px 30px 10px 15px;
  font-size: 15px;
  background: #8cc63f;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: table;
}
.download a i {
  margin-right: 5px;
}

#inner_banner_update {
  background: url(../images/inner_banner.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 20px;
  display: block;
  background-position: 50% 0px;
  text-align: center;
}

#inner_banner_update h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.prod-section-top {
  padding: 15px 0;
  border-bottom: 2px solid #fbfbfb;
  background: #f1f5f8;
}

.product_link ul {
  text-align: center;
}

.product_link ul li {
  display: inline-block;
}

.product_link ul li a {
  font-size: 14px;
  color: #333;
  padding: 0 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.product_link ul li a:hover {
  color: #8cc63f;
  font-weight: 500;
}

.product_link ul li span {
  font-size: 14px;
  color: #044570;
  padding: 0 5px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.product_zoom_feature {
  position: relative;
}

.product_zoom_feature a span {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 4%);
  text-align: center;
  border-radius: 50px;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #fff;
  color: #000;
  font-size: 15px;
}
.bag_house_boxs iframe {
  width: 100%;
  height: 415px;
}

.nav-tab li a.active {
  background: #044570;
  color: #fff;
  border: 2px solid #044570;
}
figure {
  margin-bottom: 0px;
}

.ftp_padd {
  margin-top: 30px;
}
.country_lst ul li {
  float: left;
  display: block;
  margin-right: 10px;
  width: 15%;
}
.country_lst ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.country_lst ul li span i {
  font-size: 12px;
}
.country_lst ul li:last-child {
  width: 30%;
}

#career_banner h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#career_banner h1 span {
  display: block;
}
#career_banner {
  background: url(../images/career-banner.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 20px;
  display: block;
  background-position: right;
  text-align: center;
}
#career_banner ul li {
  display: inline-block;
  padding: 0 5px;
}
#career_banner ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
#career_banner ul li a:hover {
  color: #8cc63f;
}
#career_banner ul li span {
  color: #8cc63f;
  font-weight: 500;
}
#career_banner ul li a i {
  margin-left: 5px;
  color: #8cc63f;
}

#inner_industry_main {
  padding: 0 0 70px 0;
}
.product_sec_hed h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  text-transform: capitalize;
  text-align: center;
  font-size: 27px;
}
.inner_industry_bx {
  position: relative;
  background: #fff;
  border: 8px solid #fbfbfb;
  padding: 40px 15px 25px 15px;
  border-radius: 15px;
  min-height: 350px;
  margin-top: 10px;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.inner_industry_bx:hover {
  background: #f1f5f8;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inner_industry_mg img {
  width: auto !important;
  margin: 0 auto;
  display: table;
}
.inner_industry_bx:hover span {
  color: #8cc63f;
}
.inner_industry_title span {
  font-size: 16px;
  color: #044570;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 0.3px;
  position: absolute;
  left: 15px;
  content: "";
  right: 15px;
  min-height: 100px;
}
.more_btn {
  text-align: center;
}
.more_btn span {
  padding: 10px 25px;
  background: #8cc63f;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.vvm_section {
  border-radius: 6px;
  border-bottom: 6px solid #8cc63f;
  background-color: #fbfbfb;
  text-align: center;
  min-height: 530px;
}
.vvm_dtl {
  padding: 25px 25px;
}
.vvm_dtl h4 {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 21px;
  padding-bottom: 10px;
  text-align: center;
}
.vvm_dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.vvm_dtl img {
  margin-bottom: 15px;
}

/************************/
.hm-map {
  padding: 70px 0 70px;
  position: relative;
  background: #f5f5f5;
}
.hm-map-map {
  text-align: center;
}
.hm-map-map h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}
.hm-map-map h2 span {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8cc63f;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}

.hm-contries-list ul {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.hm-contries-list ul li {
  display: inline-block;
  padding: 0px 11px;
  margin-bottom: 10px;
  position: relative;
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
}
.hm-contries-list ul li:last-child:after {
  display: none;
}
.hm-contries-list ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(-50%, -50%);
}
.hm-contries-list ul li img {
  width: 18px;
  border-radius: 50%;
  border: 1px solid #ffffff24;
  position: relative;
  top: -1px;
  margin-right: 1px;
}
/************************/
.patner_sec {
  padding-top: 50px;
}
.channel_logo_img img {
  width: 50%;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
.channel_content_bx h6 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 15px;
  display: block;
}
.channel_content_bx ul li span {
  color: #fff;
  font-weight: 500;
}
.channel_content_bx ul li a,
.channel_content_bx ul li p {
  color: #68c338;
  font-size: 15px;
  padding-bottom: 5px;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.channel_content_bx ul li a:hover {
  color: #fff;
}
.channel_content_bx ul li a span {
  color: #fff;
}

/********** Amit **********/
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
/********/
.prod-catg {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.prod-catg:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -50px;
  -webkit-box-shadow: 0 0 300px 300px #51a0cc;
  box-shadow: 0 0 300px 300px #51a0cc;
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}
.prod-catg:after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -100px;
  box-shadow: rgb(174, 204, 96) 0px 0px 200px 200px;
  opacity: 0.1;
  z-index: 2;
  border-radius: 50%;
  z-index: -1;
}
.prod-catg-head h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 28px;
  padding-bottom: 15px;
}
.prod-catg-content p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.bullet-disc li {
  position: relative;
  padding-left: 20px;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.bullet-disc li:before {
  content: "";
  color: #333;
  background-image: url(../images/dot-in-circle.svg);
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}

.hm-prod-items {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
  margin: 15px 0;
  display: block;
  padding: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hm-prod-items:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hm-prod-items .heading-container {
  padding: 15px 5px;
  text-align: center;
  display: flex;
  background: #f1f5f8;
}
.hm-prod-items .heading-container h6 {
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2px;
  word-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
  color: #182333;
}
.hm-prod-items:hover .heading-container {
  background: #044570;
}
.hm-prod-items:hover .heading-container h6 {
  color: #fff;
}

.prod-features {
  background: #dfe6ea71;
  padding: 70px 0 50px;
}
.hm-manuf-box-main {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.08);
}
.hm-manuf-box {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.hm-manuf-box img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hm-manuf-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-manuf-dtl {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 15px;
  color: #fff;
}
.hm-manuf-head {
  transform: translateY(55px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hm-manuf-box:hover .hm-manuf-head {
  transform: translateY(0px);
}
.hm-manuf-head span {
  font-size: 20px;
  display: block;
  font-weight: 500;
  padding: 10px 0;
}
.hm-manuf-head img {
  height: 80px;
}
.hm-manuf-more {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hm-manuf-box:hover .hm-manuf-more {
  opacity: 1;
}
.hm-abt-btn a {
  padding: 8px 15px;
  background: #8cc63f;
  font-weight: 500;
  display: block;
  width: 150px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.prod-appl-sub-img {
  text-align: center;
  background: #fff;
  padding: 20px;
  border: 10px solid #f5f5f5;
}
.prod-features-head h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 28px;
}
.prod-features-head h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 22px;
}
.prod-other-head h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 25px;
}
.prod-other-head span {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
}
.products-sliding-main .owl-stage-outer {
  padding: 20px 0;
}
.products-sliding-main .owl-carousel .owl-item img {
  width: auto;
}
.products-sliding-main .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.products-sliding-main .owl-nav .owl-prev {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(-25px, 0);
  cursor: pointer;
}
.products-sliding-main .owl-nav .owl-prev img {
  transform: translate(-5%, 0%);
}
.products-sliding-main .owl-nav .owl-next {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #fff;
  border: 2px solid #f5f5f5;
  color: #fff;
  font-size: 4px;
  display: inline-block;
  transform: translate(25px, 0);
  cursor: pointer;
}
.products-sliding-main .owl-nav .owl-next img {
  transform: translate(5%, 0%);
}
.products-sliding-main .owl-carousel .owl-nav {
  display: flex !important;
}
.prod-application-ind {
  background: #044570;
  padding: 70px 0 50px;
}
.prod-application-head {
  margin-bottom: 10px;
}
.prod-application-head p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  text-align: center;
}
.prod-application-head h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-size: 28px;
}
.prod-application {
  padding: 80px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.prod-application-catg-vid {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.prod-application-catg-vid:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  bottom: 0;
  right: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  -webkit-box-shadow:
    0 0 40px 40px #aecc60 inset,
    0 0 90px 90px #aecc60,
    0 0 250px 250px #51a0cc;
  box-shadow:
    0 0 40px 40px #aecc60 inset,
    0 0 90px 90px #aecc60,
    0 0 250px 250px #51a0cc;
  transform: translate(-50%, 0%);
}
.prod-brochures-box {
  align-items: center;
  border-radius: 0.25rem;
  border: 5px solid rgb(212 224 233);
  background: rgb(245 245 245);
  display: flex;
  height: 100%;
  padding: 0.7rem 0.5rem;
}
.catalogs-item-media img {
  max-width: 120px;
  width: 100%;
}
.catalogs-item-text {
  flex: 1 1 200px;
  margin: 0.5rem;
}
.catalogs-item-text h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
}
.catalogs-item-text p {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.catalogs-item-text .hm-abt-btn {
  margin-top: 25px;
}
.catalogs-item-text .hm-abt-btn a {
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.catalogs-item-text .hm-abt-btn a:hover {
  background: #044570;
}
.video-bx {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.video-bx img {
  border-radius: 0.25rem;
  border: 5px solid rgb(212 224 233);
}
.video-bx .video-play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid rgb(255 255 255 / 55%);
  box-shadow: 0 0 5px 5px #00000014;
}
.video-play-icon a {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: #8cc63f;
  box-shadow: 0 0 0 10px rgb(255 255 255 / 15%);
  display: block;
  font-size: 28px;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.video-play-icon a:hover {
  background: #166472;
}
.prod-appl-sub-head h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 28px;
  padding-bottom: 15px;
  text-align: left;
}
.prod-appl-sub-content p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}

.modal-header {
  margin-bottom: 0px;
  border-bottom:0px;
}
.prod-popub-main {
  top: 50px !important;
}
.prod-popub-main .modal-header .close {
  padding: 0;
  margin: 0px 0 0 0;
  background: #ffffff00;
  box-shadow: 0 0 0 0 #fff;
  font-size: 40px;
  right: -40px;
  bottom: 0;
}

.prod-popub-main .modal-prod {
    padding: 10px !important;
    border-radius: 0px !important;
	border:0px !important;
    background-color: #fbfbfb !important;
	box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 16%);
}
.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fc0606;
    padding: 12px 30px;
    text-transform: uppercase;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
.btn-style-two:hover {
    color: #fc0606;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    border-color: #ffffff;
    background: #ffffff;
}

@media (min-width: 576px) {
  .prod-popub-main.modal-dialog {
    max-width: 650px !important;
  }
}

.modal-prod iframe {
  width: 100%;
  height: 500px;
}
.prod-popub-main .modal-header {
  padding: 0px;
}

/********/
.specifi-sec {
  padding: 70px 0 70px;
}
.prod-style-sec {
  padding: 0 0 90px 0;
}

.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt20 {
  margin-top: 20px;
}

/* ****** */
.prod-features-content .dis-para-box img {
  width: 100px;
  margin: 10px 0;
}
.prod-features-content .dis-para-box {
  background-color: #fff;
  transition: all 0.3s;
  padding: 10px 0 0;
  text-align: center;
}
.prod-features-content .dis-para-box h5 {
  border-top: 1px solid #f0f4f7;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #8cc63f;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 18px;
}
.prod-features-content.row {
  margin-top: 10px;
}
.dis-para-box:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}
/* ****** */
.cont-us i {
  margin-right: 5px;
  color: #8cc63f;
}
.cont-us a {
  color: #044570;
  border: 2px solid #044570;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  display: inline-block;
}
.inn_prod_dtl {
  margin-bottom: 25px;
}
.prod-appl-sub-content h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.benefit-points {
  margin: 10px 0;
}
.benefit-para-box {
  margin-bottom: 20px;
  background-color: #f0f4f7;
  padding: 20px 20px;
}
.benefit-para-box h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  padding-left: 40px;
}
.benefit-para-box h5 i {
  position: absolute;
  top: 1px;
  font-size: 20px;
  left: 3px;
  color: #8bc63c;
}
.benefit-wrapper {
  max-width: 700px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

/* Button Styling */
.know-more-btn button {
  cursor: pointer;
  background: #8cc63f;
  color: #fff;
  padding: 10px 25px;
  height: 50px;
  width: 185px;
  border: 2px dashed #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  outline: none;
  display: block;
}
.know-more-btn button i {
  margin-left: 5px;
}
.know-more-btn button:hover {
  background: #005d8f;
}
.know-more-btn {
  justify-items: center;
  margin: 20px 0;
}
/* Benefit list */
.benefit-points {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-top: 15px;
}

/* When active (shown) */
.benefit-points.show {
  max-height: 800px;
}

/* Each point row */
.benefit-para-box {
  background: #f4f8fc;
  padding: 20px 15px;
  border-left: 4px solid #04456f;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.benefit-para-box h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* Icon styling */
.benefit-para-box i {
  color: #007bbf;
  margin-right: 10px;
  font-size: 18px;
}
.expert-sec {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background: #8cc63f0a;
  width: 60%;
  border-radius: 0 50px 50px 50px;
  place-self: center;
  border: 1px solid #8cc63f8c;
}
.expert-sec img {
  width: 160px;
}
.expert-dtls {
  margin-left: 40px;
}
.expert-dtls h6 {
  color: #02446f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.expert-dtls p a {
  color: #8cc63a;
  font-size: 18px;
  font-weight: 600;
}

/* industries */
.industry-sec {
  padding: 65px 0 65px;
}
.indus-box {
  height: 310px;
}
.col-md-6:nth-child(1) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/foodstuff.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(2) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/cereals-seeds.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(3) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/ind/chemicals.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(4) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/animal-feed.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(5) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/minerals2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(6) .indus-box {
  background-image: linear-gradient(#00000000 50%), url(../images/organics.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(7) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/agrochemicals-fertilizers.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.col-md-6:nth-child(8) .indus-box {
  background-image:
    linear-gradient(#00000000 50%), url(../images/cement-building-material.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

.indus-box:hover {
  box-shadow: rgb(17 17 26 / 10%) 8px 10px 16px;
}

.indus-box {
  transition: all 0.1s ease-in-out;
  padding: 20px;
  position: relative;
  margin-bottom: 38px;
  box-shadow: rgb(17 17 26 / 29%) 8px 10px 16px;
}
.indus-icon {
  height: 90%;
  z-index: 11;
  position: relative;
  display: none;
}
.indus-icon img {
  width: 65px;
}
.indus-dtls {
  /* display: flex; */
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.indus-dtls h4 {
  font-size: 21px;
  display: inline-block;
  font-weight: 600;
  color: #044570;
  background: #fff;
  padding: 24px;
}
.indus-dtls span {
  font-size: 40px;
  color: #fff;
  line-height: 24px;
  display: none;
}
.indus-inner-sec {
  padding: 0 0 70px 0;
}
/*.indus-inner-sec .col-md-4:last-child {
  padding-bottom: 70px;
}
.indus-inner-sec .col-md-3:last-child {
  padding-bottom: 70px;
}*/
.ind-in-head h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.indus-cate-box {
  display: block;
  padding: 25px;
  align-content: center;
  height: 100%;
}
.indus-cate-box img {
  width: 35px;
  display: none;
}
.indus-cate-box span {
  font-size: 2rem;
  line-height: 40px;
  color: #8cc63f;
  font-weight: 600;
  transition: 0.2s ease-in;
  margin-bottom: 20px;
  display: inline-block;
}
.indus-cate-box p {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  transition: 0.2s ease-in;
}

/* case study */
.case-study-sec {
  padding: 70px 0 70px;
}
.casestudy-box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 3px;
  border: 3px solid #8ac43c;
}
.casestudy-box h5 {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  margin-top: 3px;
  background: #04456f;
  border-radius: 0 0 6px 6px;
}
.casestudy-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  padding: 7px 12px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  background: #8ac43c;
    width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.casestudy-box:hover img {
  filter: blur(5px);
  transition: all 0.2s ease-in-out;
}
.casestudy-box img {
  transition: all 0.2s ease-in-out;
}
.casestudy-box:hover span {
  opacity: 1;
  visibility: visible;
}

/*---case study section end---*/
.prod-other-head h4 span::after {
  position: absolute;
  content: "";
  width: 77%;
  height: 5px;
  filter: blur(9px);
  background: linear-gradient(43deg, #8cc63f 60%, #044570 57%);
  bottom: 10px;
  left: 0;
  z-index: -1;
}
.prod-other-head h4 span {
  padding-left: 10px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-block: 10px;
  font-size: 25px;
}
.div-box-shadow {
  border: 3px solid rgb(242 242 242 / 20%);
  margin-bottom: 20px;
  padding: 40px 20px 40px 20px;

  min-height: 250px;
  justify-content: center;
  align-content: center;
  text-align: center;
  justify-items: center;
  align-items: center;
  border-radius: 15px;
  /* background: #f1f5f8 !important; */
  height: -webkit-fill-available;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.abt-head-box {
  width: 30%;
  margin-right: 15px;
}
.abt-ifo-box h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 21px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.abt-ifo-box p {
  display: block;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 0;
}
.abt-main {
  padding-top: 80px;
  padding-bottom: 20px;
}
.abt-quat-box {
  height: 100%;
  align-content: center;
}
.abt-quote {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 700px;
  height: 305px;
  padding: 55px;
  align-content: center;
  background: #044570f2;
  border-radius: 15px;
  box-shadow: 0 0px 1px 4px rgb(4 69 112);
  border: 3px solid #fff;
  right: -61px;
  z-index: 12;
  bottom: 0;
}
.abt-quote h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.abt-quote p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 14px;
  padding-inline: 35px;
}
.abt-quote::before {
  content: "";
  position: absolute;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: 15px;
  z-index: -1;
  width: 80px;
  height: 90px;
  opacity: 0.2;
  display: block;
  rotate: 180deg;
}
.abt-quote::after {
  content: "";
  position: absolute;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  right: 15px;
  width: 80px;
  height: 90px;
  z-index: -1;
  display: block;
  opacity: 0.2;
}
.many-clie p {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  background: #8ac43c;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px 30px 0 30px;
  display: inline-block;
  margin-top: 20px;
}
.many-clie {
  text-align: center;
}
.tagline {
  height: 100%;
  align-content: center;
}
.tagline h6 {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 10px 10px 15px;
  color: #fff;
  text-align: justify;
  border-left: 3px solid #044570;
}
.call_btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  min-width: 200px;
}
.quick_call_btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  min-width: 200px;
}
.call_btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  transition: 0.3s;
  box-shadow: 0 0px 1px 2px rgb(255 255 255 / 30%);
}
.quick_call_btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  transition: 0.3s;
  /* box-shadow:0 0px 1px 2px rgb(255 255 255 / 30%); */
}
.btn_pd,
.quick_btn_pd {
  padding: 6px;
}
.btn_pd span {
  color: #ffffff;
  background-color: #292866;
}
.quick_btn_pd span {
  color: #044570;
  background-color: #ffffff;
}
.quick_call_btn:hover.quick_btn_pd span {
  color: #fff;
  background-color: #03456f;
}
.call_btn::before,
.call_btn::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}
.quick_call_btn::before,
.quick_call_btn::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}
.call_btn.hover-border::before,
.call_btn.hover-border::after {
  width: 100%;
  height: 100%;
  transition: 0.35s;
  position: absolute;
  content: "";
}
.quick_call_btn.hover-border::before,
.quick_call_btn.hover-border::after {
  width: 100%;
  height: 100%;
  transition: 0.35s;
  position: absolute;
  content: "";
}
.quick_call_btn.hover-border::before {
  bottom: 0;
  left: 0;
  border-left: 2px solid #044570;
  border-bottom: 2px solid #044570;
  position: absolute;
  content: "";
  transition: 0.35s;
  width: 100%;
  height: 100%;
}
.quick_call_btn.hover-border::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-right: 2px solid #044570;
  border-top: 2px solid #044570;
  position: absolute;
  content: "";
  transition: 0.35s;
}
.quick_call_btn.hover-border:hover::before {
  width: 10%;
  height: 25%;
  border-left: 2px solid #044570;
  border-bottom: 2px solid #044570;
}
.quick_call_btn.hover-border:hover::after {
  width: 10%;
  height: 25%;
  border-right: 2px solid #044570;
  border-top: 2px solid #044570;
}
.conn-us {
  background: linear-gradient(#8cc63fb5), url(../images/environment-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 19px;
}
.contact_call_bx {
  text-align: right;
  margin-right: 40px;
}
.cliet-info p span {
  font-size: 18px;
  font-weight: bold;
}
.cliet-info p {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-inline: 50px;
}
.cliet-info p:last-child {
  padding-inline: 110px;
}
.cliet-info {
  margin-top: -20px;
  margin-bottom: 30px;
}
.key-para-box p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 0;
}
.key-para-box img {
  width: 40px;
  flex-shrink: 0;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.key-para-box {
  background-color: #fff;
  transition: all 0.3s;
  padding: 35px 25px;
  margin-bottom: 30px;
  height: -webkit-fill-available;
  border-radius: 15px;
  border: 1px solid #0000001c;
  display: flex;
  gap: 10px;
  align-items: center;
}
.legacy-sec {
  padding: 70px 0 70px;
  margin-bottom: 70px;
  background-image: linear-gradient(#f9f9f996), url(../images/bg-pattern2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.legacy-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #004289;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
.legacy-box h3 span {
  color: #8ac43c;
  text-decoration: underline;
}
.legacy-info p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 15px;
}
.legacy-icons {
  margin: 30px 0 45px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.legacy-icons p i {
  margin-right: 6px;
  color: #8ac43c;
}
.legacy-icons p {
  padding: 13px 27px;
  background-color: #f3f7fa;
  border-radius: 30px;
  border: 1px solid #0000001c;
  color: #004289;
  font-weight: 600;
  font-size: 17px;
}
.legacy-info span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: center;
}
.members-sec {
  padding: 0 0 80px;
}
.members-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #044570;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 50px;
}
.members-box h3 span {
  color: #8ac43c;
  text-decoration: underline;
}
.members-info p {
  font-size: 15px;
  font-weight: 500;
  color: #8ac43c;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 15px;
}
.member-info {
  padding: 30px 20px 35px;
  box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 5%);
  justify-items: center;
  height: 135px;
  align-content: center;
}
.member-info h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.member-info span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #8ac43c;
}
.diamond-shape {
  width: 6px;
  height: 6px;
  border: 1px solid #8cc63f;
  transform: rotate(45deg);
  margin: 17px 0;
}
.certify-sec {
  padding: 70px 0 70px;
  background-image: url(../images/bg-pattern3.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 170px;
  margin-bottom: 70px;
}
.certify-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #044570;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 30px;
}
.certify-box h3 span {
  color: #8ac43c;
  padding: 4px 15px;
  text-decoration: underline;
}
.certify-info p:last-child {
  padding-inline: 135px;
}
.certify-info p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 15px;
  padding-inline: 60px;
  text-align: center;
}
.our-team {
  padding: 0 0 80px;
}
.team-head h3 {
  font-size: 24px;
  font-weight: 600;
  color: #044570;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
.team-head h3 span {
  color: #8ac43c;
  text-decoration: underline;
}
.team-head p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 15px;
  padding-inline: 60px;
  text-align: center;
}
.prod-features2 {
  padding: 40px 0 50px;
  background-color: #fff;
}
.industry_main {
  background-color: #f7f8f9a1;
  padding: 50px 0;
}
.industry_main .industry_bx {
  background: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 6%);
  transition: all 0.5s ease;
  margin-bottom: 25px;
}
.industry_main .industry_title h4 {
  font-size: 17px;
  color: #044570;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.industry_main .ind_bg {
  background: #e1eaf0 !important;
}
.industry_main .industry_mg:hover img {
  transform: translate(0px, 0px);
  transition: all 0.5s ease;
}
/* **** */
.indus-col-gray {
  background-color: #f0f4f7;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
}
.indus-col-white {
  background-color: rgb(140 198 63 / 7%);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 4px 4px 15px 0 rgb(0 0 0 / 6%);
}
.indus-inn-slider .industry_bx {
  box-shadow: none;
  margin-bottom: 0;
  background: #fff;
  padding: 15px 15px;
}
.indus-inn-slider .ind_bg {
  background: none !important;
}
.indus-inn-slider .industry_title {
  padding: 15px 5px;
  text-align: center;
  background: #f1f5f8;
}
.indus-inn-slider .industry_title h4 {
  font-size: 16px;
  color: #044570;
  font-weight: 500;
  text-align: center;
  padding-top: 0;
  letter-spacing: 0.5px;
}
/* **** */
.ind-inn-desc p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
}
.ind-inn-desc {
  margin-bottom: 50px;
  background: #f5f5f5a6;
  padding: 40px 40px 30px;
  border-radius: 15px;
  margin-top:40px;
}
.cont-para p span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #fff;
}
.new-badge {
  background: #024570;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  margin-left: 6px;
  border-radius: 4px;
  position: relative;
}

.new-badge:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #024570;
}

.blog-main-sec {
  padding: 70px 0;
}
.blog-main-sec .container {
  max-width: 1300px;
}
.blg-bg-wrapper {
  background: #8cc63f14;
  border-radius: 50px;
  padding: 30px;
}
.blg-head h2 span {
  color: #8fc747;
}
.blg-head h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #044570;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}
.blg-card {
  border-radius: 21px;
  overflow: hidden;
  border: 1px solid #8cc63f;
  box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
  margin-bottom: 30px;
}
.blg-card-content h4 {
  font-size: 20px;
  color: #044570;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.blg-card-content {
  padding: 20px;
  background: #f1f5f8 !important;
  /* border-top: 1px solid #8cc63f; */
}
.blg-card-content p {
  display: block;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 21px;
  font-weight: 500;
}

.blg-btn a:hover {
  background: #044570;
}
.blg-btn a {
  padding: 12px;
  background: #8cc63f;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
}
/* ----- */
.blog-inner-main {
  padding: 80px 0 80px;
}
.blg-in-head h2 {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 15px;
  word-spacing: 0.7px;
  color: #044570;
}
.blg-in-dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
}
.blg-in-dtl p span {
  color: #333;
  font-weight: 700;
}
.blg-in-img {
  border-radius: 30px;
  margin-bottom: 30px;
  background: #fff;
  padding: 5px;
  border: 10px solid #f5f5f5;
}
.blg-in-img img {
  border-radius: 16px;
}
.blg-in-dtl {
  margin-bottom: 30px;
}
.blg-in-dtl h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  word-spacing: 0.7px;
  color: #044570;
}
.blg-in-dtl h5 {
  font-size: 19px;
  padding-bottom: 10px;
  color: #7ab132;
}
.blg-in-dtl ul li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 22px;
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 28px;
  font-weight: 500;
  font-size: 15px;
}
.gradient-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.gradient-bullets li::before {
  background: linear-gradient(to right, #8cc63f, #c6f48a);
}
.gradient-bullets {
  margin-bottom: 30px;
}
.recent-post {
  overflow: hidden;
  position: sticky;
  top: 105px;
  border-radius: 16px;
  border: 1px solid #8cc63f;
  background-color: #f1f5f8;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.recent-post h4 {
  padding: 15px 0;
  background: #8cc63f;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 19px;
  color: #fff;
  display: block;
  text-align: center;
}
.recent-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent-post ul li {
  border-bottom: 1px solid #eee;
}
.recent-post ul li a {
  color: #363636;
  text-decoration: none;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
.blog-box .blg-btn .blg-rm-btn {
  color: #1e1b1b;
  background: #ffffff;
  padding: 8px 20px;
  margin-top: 10px;
  font-weight: 500;
  display: inline-block;
  border: 3px solid #05abee;
}
.recent-post ul li:last-child {
  border-bottom: 0;
}
.recent-post ul li a i {
  padding: 5px;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.recent-post ul li a:hover {
  color: #3c5321;
}
.recent-post ul li a:hover i {
  color: #fff;
  background-color: #044570;
  transform: rotate(-45deg);
}
.blg_card_title h4 {
  font-size: 15px;
  color: #044570;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  letter-spacing: 0.5px;
}
.blg_industry_bx {
  background: #fff;
  padding: 30px 15px;
  border-radius: 15px;
  box-shadow: 0 11px 15px 0 rgb(0 0 0 / 4%);
  transition: all 0.5s ease;
  margin-bottom: 25px;
  border: 1px solid #8cc63f;
}
.blg-card-sec {
  margin-bottom: 30px;
}
.event-section {
  padding: 70px 0 70px;
}
.event-head {
  /* margin-bottom: 40px; */
}
.event-head h2 {
  font-size: 24px;
  font-weight: 600;
  color: #004289;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
.event-head h2 span {
  color: #8ac43c;
  text-decoration: underline;
}
.event-head p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-align: center;
  padding-inline: 50px;
}
.event-section-two {
  padding: 60px 0 60px;
  background: radial-gradient(#00000000, #00000008);
}
.event-title:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  background: radial-gradient(circle, #8cc63f 15%, #8cc63f00 65%);
  border-radius: 0 0 75px 75px;
  width: 95%;
  height: 50px;
  z-index: -1;
}
.event-title {
  background: radial-gradient(circle, #024570 50%, #02457000 90%);
  width: 100%;
  text-align: center;
  padding: 10px 65px 10px 30px;
  /* border-radius: 0 0 50px 50px; */
}
.event-box .event-title h3 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
span.vert-line {
  font-weight: 200;
  font-size: 35px;
  color: #bcbcbce8 !important;
}
.event-box .event-title h3 span {
  color: #8ac43c;
}
.event-content {
  margin-top: 40px;
  margin-bottom: 30px;
}
.event-content p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-align: center;
  padding-inline: 100px;
}
.event-img-box img {
  border-radius: 26px;
  transition: all 0.4s ease-in-out;
}
.event-img-box {
  margin: 0 5px;
  overflow: hidden;
  border-radius: 26px;
}
.event-img-box:hover img {
  transform: scale(1.05);
}
.event-row {
  margin-top: 90px;
}
.upcoming-ev-sec {
  padding: 55px 0 130px;
}
.event-head-big h2 {
  font-weight: 900;
  font-size: 95px;
  background-image: linear-gradient(to bottom, #8383833d 10%, #ffffff00 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Inter", sans-serif;
  font-variation-settings: "wght" 950;
  text-align: center;
}
.highlight-line {
  color: #fff !important;
  background-color: #8cc63f;
  font-weight: 700 !important;
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
  display: inline-block !important;
}
.last-child li:last-child::before {
  display: none;
}
.gradient-bullets li ul li:last-child::before {
  display: block;
}

.sub-bullets li::before {
  width: 8px;
  height: 8px;
}
/* ----- */

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fc0606;
    padding: 12px 30px;
    text-transform: uppercase;
    border: none;
	cursor:pointer;
}
.btn-style-two:hover {
    color: #fc0606;
    border-color: #ffffff;
    background: #ffffff;
}
/* ****** */
.card-container {
    border: 3px solid #044570;
    border-radius: 4px;
    height: 100%;
    background-color: #fff;
}

.card-container header {
    background-color: #044570;
    padding: 15px;
    text-align: center;
}

.card-container header h4 span {
    color: #8cc63f;
}

.card-container header h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.card-container main {
    padding: 30px;
    color: #333;
    line-height: 1.6;
}

.card-container .info-group {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.card-container .info-group p {
    font-size: 15px;
    font-weight: 500;
    color: #23262b;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.25px;
}

.card-container h4 {
    font-size: 18px;
    font-weight: 800;
    color: #1a3a5a;
    margin-right: 10px;
    margin-bottom: 0;
    white-space: nowrap;
}

.card-container main p {
    color: #333;
    letter-spacing: 0.25px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px; 
}

.card-container ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.card-container li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 18px;
}
.card-container li::before {
    content: '➤';
    position: absolute;
    left: 0;
    color: #8cc63f;
    font-size: 20px;
}
/* ____ */

.stats-column {
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

.stats-column:last-child {
    /* border-right: none; */
}

.stats-box {
    text-align: center;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    background-color: #003d66;
padding-top: 35px;
    padding-bottom: 25px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
}

.stats-box h4 {
       font-size: 19px;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stats-box i {
    width: 80px;
    height: auto;
    margin-bottom: 25px;
    color: #fff;
}

.stats-box p {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center !important;
}


.col-md-6:nth-child(1) .stats-box p:last-of-type {
    color: #8cc63f; 
}

.col-md-6:nth-child(2) .stats-box p:first-of-type {
    color: #fff;
}
.col-md-6:nth-child(3) .stats-box p:last-of-type {
    color: #fff; 
}

.col-md-6:nth-child(4) .stats-box p:first-of-type {
    color: #8cc63f;
}


.case-study-download {
  margin: 25px 0;
  padding: 18px 20px;
  background: #f4f7fb;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.cs-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.cs-icon {
  background: #044570;
  color: #fff;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 8px;
}

.cs-content p {
  flex: 1;
  color: #333;
  letter-spacing: 0.25px;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.cs-btn {
  background: #044570;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  white-space: nowrap;
}

.cs-btn:hover {
  background: #8cc63f;
  color: #fff;
}
/* ****** */

p.highlight-text{
    color: #044570;
    display: block;
    font-weight: 600 !important;
    font-size: 17px;
    background-color: #f4f7fb;
    padding: 20px;
    margin-bottom: 10px;
}
