@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?twskg7");
  src: url("../fonts/icomoon.eot?twskg7#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?twskg7") format("truetype"),
    url("../fonts/icomoon.woff?twskg7") format("woff"),
    url("../fonts/icomoon.svg?twskg7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-certification:before {
  content: "\e901";
}
.icon-consultants:before {
  content: "\e902";
}
.icon-global-sourcing:before {
  content: "\e903";
}
.icon-quality-product:before {
  content: "\e904";
}
.icon-technical:before {
  content: "\e905";
}

* {
  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;
}
/************************/
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);
}
/********************/
.header {
  padding: 7px 0;
  background: #d3ac2b;
}
.header:after {
  position: absolute;
  content: "";
  top: 55px;
  right: 0;
  display: block;
  height: 1px;
  width: 70%;
  border-radius: 10px;
  background: linear-gradient(135deg, #5e86b6 33%, #123b81 67%);
}
.header_tp_lft {
  float: right;
}
.header_tp_lft ul li {
  display: inline-block;
}
.header_tp_lft ul li:first-child {
  border-right: solid 1px #ffffff45;
  padding: 0 10px;
}
.header_tp_lft ul li:last-child {
  padding: 0 0 0 0px;
}
.header_tp_lft ul li:nth-child(2) {
  border-right: solid 1px #eee0;
}
.header_tp_lft ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
}
.header_tp_lft ul li a span {
  width: 38px;
  height: 35px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 7px;
  /*background:#044570;
	border-radius:50px 0 0 50px;*/
}
/*.header_tp_lft ul li a:hover span {
	background:#8cc63f;
}*/
.header_tp_lft ul li a img {
  margin: 7px auto;
  display: table;
  width: 20px;
}
.header_tp_lft ul li a:hover {
  color: #1c223c;
}
/**********************/
.fixed-top {
  position: relative;
  display: block;
  background: #fdfdfd;
  top: 0px;
  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: 98px;
  height: auto;
  transition: all.5s ease;
}
.logo {
  margin-top: -38px;
  transition: all.5s ease;
  position: absolute;
  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: 145px;
  margin-top: -5px;
  height: auto;
  transition: all.5s ease;
}
.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  transition: all.3s ease-in-out;
}
.header-scrolled .main-nav > ul {
  margin: 2.5% 0;
  transition: all.3s ease-in-out;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 10px 18px;
}
.main-nav > ul > li:last-child {
  padding-right: 0px;
}
.main-nav a {
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
/*.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 {
	font-weight: 600;
}*/
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #d3ac2b;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 180px;
  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: 7px 10px;
  color: #333;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  width: 100%;
}
.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: #d3ac2b;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  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: #ee2324;
  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: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #d3ac2b;
  /* color: #d3ac2b; */
}
.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: #fff;
}
/************************/

#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: 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 #f6d36a;
  display: inline-block;
  height: 12px;
  margin-bottom: 15px;
  width: 12px;
  background: #f6d36a;
  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;
  background: #fff;
  position: relative;
}
.about_overlay {
  position: absolute;
  z-index: 1;
  margin-top: 30px;
  margin-left: 40px;
}
.product_gallery_mg {
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.product_gallery_mg span {
  padding-bottom: 20px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 500;
}
.hm_about_dt {
  padding-top: 50px;
  padding-right: 40px;
}
.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: 2px;
  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: #123b81;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
}
.about_btn:hover {
  background: #8cc63f;
  color: #fff;
}
/************************/
#about_second_main {
  padding: 0 0 60px 0;
  background: #f1f5f8;
}
.product_sec_hed {
  padding-bottom: 25px;
}
.product_sec_hed h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #123b81;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 10px;
  font-size: 27px;
  padding-top: 50px;
}
.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: #123b81;
  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 #123b81;
  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: #123b81;
}
.product_btn a {
  padding: 15px 30px;
  background: #123b81;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
}
.product_btn a:hover {
  background: #8cc63f;
  color: #fff;
}
/************************/
#contact_chat_main {
  padding: 40px 0;
  background: #123b81 url(../images/product_pattern.png) 0 0;
}
.contact_chat img {
  float: left;
  margin-right: 35px;
}
.contact_chat span a {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 20px;
  background: #fff;
  color: #123b81;
  border-radius: 5px;
}
.contact_chat span a:hover {
  background: #8cc63f;
  color: #fff;
}
.contact_chat_rht {
  float: right;
  margin-top: 10px;
}
.contact_chat_rht a {
  padding: 30px 0;
  background: #fff;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  color: #123b81;
  width: 150px;
  display: inline-block;
}
.contact_chat_rht a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding-top: 10px;
}
.contact_chat_rht a:hover span {
  color: #8cc63f;
}
/************************/
#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: #123b81;
  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: #123b81;
  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: 60px 0;
  background: #f1f5f8;
}
.client_hed h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #123b81;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.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 #fbfbfb;
  background: #fff;
  margin: 0 auto;
  padding: 6px;
  display: table;
}
/************************/
footer {
  padding: 60px 0 40px 0;
  background: #123b81;
}
.footer_hed h5 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.25px;
  padding-bottom: 15px;
  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.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.footer_hed ul li a:hover {
  color: #ed3136;
}
.foot_cont {
  padding-bottom: 20px;
  display: inline-block;
}
.foot_cont i {
  float: left;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 15px;
  text-align: center;
  display: block;
  background: #f9f9f9;
  color: #123b81;
}
.cont {
  padding-left: 55px;
}
.cont h6 {
  color: #8cc63f;
  font-size: 16px;
  letter-spacing: 0.25px;
  display: block;
  font-weight: 600;
}
.cont p {
  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.5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
}
.cont span a:hover {
  color: #8cc63f;
}
.footer_bottom {
  padding: 10px 0;
  background: #051530;
}
.copy_right p {
  font-size: 14px;
  color: #f1f5f8;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
  line-height: 36px;
}
.social_link ul {
  margin: 0 auto;
  display: table;
}
.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-whatsapp {
  background: #44c052;
  color: #fff;
  border: 2px solid #f1f5f8;
}
.design p {
  font-size: 14px;
  color: #f1f5f8;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
  line-height: 36px;
  text-align: right;
}
.design p a {
  color: #8cc63f;
  font-weight: 600;
}
/************************/
.hm-abt {
  padding: 90px 0 80px;
  background: #fff;
  position: relative;
}
.hm-abt-pd {
  padding: 0 40px 0 10px;
}
.hm-abt-dtl {
  padding-right: 20px;
}
.hm-abt-dtl span {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.hm-abt-dtl h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #d3ac2b;
  padding-bottom: 10px;
}
.hm-abt-dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.hm-abt-dtl a {
  font-size: 15px;
  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: #333d51;
  border-color: transparent;
  color: #ffffff !important;
  display: inline-block;
  margin-top: 20px;
}
.hm-abt-dtl a i {
  margin-left: 5px;
}
.hm-abt-dtl a:hover {
  background: #d3ac2b;
}
/*-------------------------*/
.hm-prod {
  padding: 70px 0 90px;
  background: #f5f5f5;
}
.hm-prod-head h2 {
  position: relative;
  display: block;
  color: #d3ac2b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: capitalize;
  z-index: 1;
  text-align: center;
}
.hm-prod-head p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
/*.hm-prod-head .border-box{
	margin: 0 auto;
	position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.hm-prod-head .border-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #323c50;
}
.hm-prod-head .border-box.center:after {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hm-prod-head .border-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #323c50;
}*/

.single-service-style-one {
  margin-top: 40px;
  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;
}
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.single-service-style-one .main-content .text-block h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.single-service-style-one .main-content .text-block h3 a {
  color: #333d51;
  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%);
}
.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: #333d51;
  border-color: transparent;
  color: #ffffff !important;
  display: inline-block;
  margin-top: 10px;
}
.hover-content a:hover {
  background: #d3ac2b;
}
/*---------------*/
.our-highlight {
  background-image: url(../images/highlights-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 80px;
  margin-bottom: 80px;
}
.our-highlight-head h2 {
  position: relative;
  display: block;
  color: #d3ac2b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: capitalize;
  z-index: 1;
  text-align: center;
  margin-bottom: 60px;
}

.our-highlight-dtl ul li {
  width: 19.5%;
  display: inline-grid;
  text-align: center;
}
.our-highlight-dtl ul li h5 {
  font-size: 15px;
  color: #212529;
  margin-top: 20px;
  line-height: 25px;
}
.our-highlight-dtl ul li .icon-wrapp {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333d51;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.our-highlight-dtl ul li:hover .icon-wrapp {
  background: #ecefe8;
}
.our-highlight-dtl ul li .icon-wrapp:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border: 1px solid #eabb1c;
  border-radius: 50%;
  bottom: -7px;
  z-index: -1;
}
.our-highlight-dtl ul li:hover .icon-wrapp:before {
  background: #eabb1c;
  transition: 0.6s;
}
.our-highlight-dtl ul li .icon-wrapp span {
  font-size: 60px;
  color: #fff;
}
.our-highlight-dtl ul li:hover .icon-wrapp span {
  font-size: 60px;
  color: #d3ac2b;
}
/*------------*/
footer {
  background: #1c223c;
  position: relative;
}
.ftr-logo {
  width: 160px;
}
.ftr-head h4 {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.quik-link ul li a {
  color: #c7c7c7;
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
  line-height: 1.3;
}
.quik-link ul li a:hover {
  color: #fff;
}
.ftr-social ul li {
  padding-bottom: 10px;
}
.ftr-social ul li img {
  padding-right: 5px;
}
.ftr-social ul li a {
  color: #c7c7c7;
}
.ftr-social ul li a:hover {
  color: #fff;
}
.ftr-add h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 2px;
}
.ftr-add p {
  color: #c7c7c7;
}
.ftr-add ul li {
  padding-top: 15px;
}
.ftr-add ul li a {
  color: #c7c7c7;
}
.ftr-add ul li:hover a {
  color: #fff;
}
.ftr-add ul li img {
  padding-right: 5px;
}
.ftr-pt {
  border-bottom: 1px solid #c7c7c736;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.ftr-company p {
  color: #c7c7c7;
}
.ftr-company p span {
  color: #d3ac2b;
}
.ftr-design p {
  color: #c7c7c7;
  text-align: right;
}
.ftr-design p a {
  color: #d3ac2b;
}
.ftr-social ul {
  text-align: center;
}
.ftr-social ul li {
  display: inline-block;
}
/*---------------------------------*/
.inner-banner {
  background: url(../images/inner-banner.jpg);
  padding: 280px 0 60px;
  background-size: 100% 100% !important;
}
.inner-bnr-abt {
  background: url(../images/inner-about2.jpg) !important;
  background-size: 100% 100% !important;
}
.inner-bnr-sev {
  background: url(../images/inner-service.jpg) !important;
  background-size: 100% 100% !important;
}
.inner-contact {
  background: url(../images/inner-contact.jpg) !important;
  background-size: 100% 100% !important;
}
.inner-career {
  background: url(../images/inner-career.jpg) !important;
  background-size: 100% 100% !important;
}
.inner-nutraceutical {
  background: url(../images/inner-nutraceutical.jpg) !important;
  background-size: 100% 100% !important;
}
.inner-engineering {
  background: url(../images/inner-engineering.jpg) !important;
  background-size: 100% 100% !important;
}
.inner-banner-dtl h1 {
  color: #fff;
  font-weight: 500;
}
.inner-banner2 {
  background: #f5f5f5;
  padding: 10px 0;
}
.inner-banner-dtl2 a {
  display: inline-block;
  color: #333;
  font-weight: 500;
}
.inner-banner-dtl2 a:hover {
  color: #d3ac2b;
}
.inner-banner-dtl2 span {
  padding: 0 8px;
}
.inner-banner-dtl2 .inner-banner-ative {
  color: #d3ac2b;
  font-weight: 500;
}

.inner_banner_main {
  padding: 80px 0 40px;
  background: #d3ac2b;
  position: relative;
}
/*---------------------------------*/
.products {
  padding: 80px 0;
}
.pb-40 {
  padding-bottom: 60px;
}
.products-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #d3ac2b;
  padding-bottom: 10px;
}
.products-dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.products-list span {
  font-weight: bold;
  display: block;
  color: #333;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 10px 12px 10px 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgb(0 122 255 / 12%);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 122 255 / 12%);
  font-weight: 500;
}
.products-list span i {
  color: #d3ac2b;
  font-size: 18px;
  margin-right: 5px;
}
.format_lst ul li {
  width: 31.5%;
  display: inline-block;
  margin: 0 10px;
}
.products-img img {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding: 6px;
}
.products-list ul li {
  width: 31%;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .products-list ul li {
    width: 30%;
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .format_lst ul li {
    width: 100%;
    display: inline-block;
    margin: 0px;
  }
}
/*---------------------------------*/
.contact {
  padding: 80px 0;
}
.pd0 {
  padding: 0;
}
.form-shadow {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
}
.contact-form-head h2 {
  color: #d3ac2b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: capitalize;
  z-index: 1;
}
.contact-form {
  margin-bottom: 1.5rem;
}
.contact-form label {
  font-weight: normal;
  padding-bottom: 8px;
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.quform-input {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
  border-color: #007bff;
  border-color: #6d8c54;
}
.butn {
  position: relative;
  z-index: 9999;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  padding: 16px 30px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  color: #ffffff;
  background-color: #333d51;
  border: none;
  will-change: transform;
  transition: color 0.3s ease, border-color 0.3s ease,
    background-position 0.3s ease, background-color 0s linear 0.3s;
  border: 0 !important;
}
.butn:hover,
.butn:active,
.butn:focus {
  color: #ffffff !important;
  border: none !important;
  outline: none;
}
.butn:hover::before,
.butn:active::before,
.butn:focus::before,
.butn:hover::after,
.butn:active::after,
.butn:focus::after {
  background: #d3ac2b;
  width: 62%;
  transition: all 0.6s ease;
  opacity: 1;
  transform: translateY(-51%);
  border-radius: 30px;
}
.butn::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 0;
  content: " ";
  color: #ffffff;
  border-radius: 2px;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  opacity: 0;
}
.butn::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  width: 0;
  content: " ";
  color: #ffffff;
  border-radius: 2px;
  background: #d3ac2b;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  opacity: 0;
}
/**/
.contact-dtl {
  background: url("../images/contact-image.jpg");
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 2rem;
  height: 100%;
}
/*.contact-dtl::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
 	background: #333d51;
}*/
.contact-dtl h2 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}
.contact-dtl p {
  color: #fff;
  z-index: 1;
  position: relative;
}
.contact-dtl2 {
  position: relative;
  z-index: 1;
}
.contact-dtl2 {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.contact-dtl2-bor-n {
  border-bottom: 0px !important;
}
.contact-dtl2 .contact-dtl-icn {
  display: inline-block;
  width: 50px;
}
.contact-dtls h5 {
  font-weight: 600;
  color: #fff;
  padding-bottom: 5px;
}
.contact-dtls p {
  display: block;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
}
.career-email {
  margin-top: 40px;
}
.career-email p {
  text-align: center;
  font-weight: 600;
}
.career-email p span {
  color: #d3ac2b;
}
/*---------------------*/
.service {
  padding: 80px 0;
}
.serv-dtl {
  display: flex;
}
.serv-dtl {
  padding: 40px 0;
  border-bottom: 1px solid #0002;
}
.serv-dtl2 {
  border-bottom: 0px;
}
.serv-icon {
  margin-right: 40px;
}
.serv-icon img {
  width: 80px;
}
.serv-details h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333d51;
  font-size: 18px;
}
.serv-details h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.serv-details p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 500;
}
/*-------------------*/
.about {
  padding: 60px 0;
}
.about-img img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.about-img2 {
  margin-top: 30px;
}
.about-rel {
  position: relative;
  padding-right: 20px;
}
.about-img-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  width: 130px;
}
.about-dtl {
  /*margin-top: 40px;*/
  margin-left: 40px;
}
.about-dtl p {
  display: block;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.about-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
  padding-bottom: 10px;
}
.about-dtl h2 span {
  color: #d3ac2b;
}
/*------Product------*/
.nutraceutical {
  padding: 60px 0;
}
.nutraceutical-dtl {
  /* margin-bottom: 30px; */
}
.product-rht-lst h4 {
  font-size: 16px;
  color: #fff;
  background: #333d51;
  padding: 15px 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-rht-lst ul {
  text-align: left;
  padding: 5px 0 0px;
  background: #fff;
}
.product-rht-lst ul li {
  display: block;
}
.product-rht-lst ul li a {
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
  margin-bottom: 10px;
  font-size: 14px;
  color: #464646;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
}
.product-rht-lst ul li a:hover {
  background-color: #333d51;
  color: #fff;
}
.nutraceutical-dtl table thead {
  background: #d3ac2b;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #333d510a;
}
.nutraceutical-dtl table tbody tr td {
  color: #333;
  font-weight: 500;
}
.nutraceutical-dtl table .table-bold {
  font-size: 18px;
}
/*----------*/
.engineering {
  padding: 60px 0;
}
.inn_prd_bx0 {
  margin-bottom: 20px;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  padding: 5px;
}
.carousel-inner img {
  width: 100%;
  height: auto;
}
.carousel-inner {
  position: relative;
}
#carousel .carousel-control {
  background: none;
  top: 50%;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 10%;
}
#carousel .carousel-control-left {
  left: 2%;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background: #f7d367;
  height: 40px;
  width: 40px;
  z-index: 121;
  line-height: 40px;
  text-align: center;
  position: absolute;
}
/*----------*/
.engineering-head {
  margin-bottom: 20px;
}
.engineering-head h2 {
  font-weight: 600;
  color: #d3ac2b;
}
.engineering-varities h4 {
  padding-bottom: 10px;
  font-size: 18px;
}
.engineering-varities ul li {
  list-style: disc;
  list-style-position: inside;
  color: #333;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 500;
}
.engineering-varities a {
  font-size: 15px;
  line-height: 1.2 !important;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 1.7em;
  padding: 0.9em 1.8em;
  background: #333d51;
  border-color: transparent;
  color: #ffffff !important;
  display: inline-block;
  margin-top: 20px;
}
.engineering-varities a:hover {
  background: #d3ac2b;
}
.engineering-varities a i {
  margin-right: 5px;
}
.prod-bord {
  margin: 50px 0;
}
/*--------------------*/
.nav-tabs {
  border-bottom: 2px solid #000;
}
.bg-light {
  background: #fff;
  margin: 0 20px;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  transition: color 0.2s ease-out;
  text-align: center;
}
.nav-link img {
  display: block;
  margin: 0 auto;
  width: 50px;
}
.nav-link {
  color: #000;
}
.tabs-light .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.tabs-dark .nav-link:not(.active):hover {
  color: #aeb0b3;
}
.tabs-light .nav-link:not(.active):hover {
  color: #495057;
}

.nav-pills .nav-link {
  border-radius: 2px;
  color: #495057;
  transition: color 0.2s ease-out, box-shadow 0.2s;
}
.nav-pills .nav-link:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-pills .nav-item {
  margin: 0 5px;
}
.nav-tabs .nav-item {
  width: 11%;
}
.nav-tabs .nav-item a {
  font-weight: 600;
  font-size: 14px;
}
.nav-pills.pills-dark .nav-link.active {
  background-color: #343a40;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f8d46a;
}
.nav-pills.pills-dark .nav-link:not(.active):hover {
  color: #1d1e22;
}
.tabs-marker .nav-link {
  position: relative;
  color: #000 !important;
  font-weight: 500;
}
.nav-link {
  padding: 0.5rem 0;
}
.tabs-marker .nav-link.active .marker {
  height: 30px;
  width: 30px;
  left: 50%;
  bottom: -30px;
  transform: translatex(-50%);
  position: absolute;
  overflow: hidden;
}
.tabs-marker .nav-link.active .marker:after {
  content: "";
  height: 15px;
  width: 15px;
  top: -8px;
  left: 50%;
  transform: rotate(45deg) translatex(-50%);
  transform-origin: left;
  background-color: #f8d46a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
}

.product-nutraceutical {
  margin-top: 40px;
}
.product-pharmaceutical {
  margin-top: 40px;
}
.product-engineering {
  margin-top: 40px;
}

/*WHATSAPWEB*/

.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.section-product {
  padding: 80px 0 80px;
}
.inner-pro-wrapper:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.inner-pro-wrapper {
  box-shadow: 0px 15px 20px -5px rgb(0 0 0 / 10%);
  border: 1px solid #d3ac2b69;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.inn_prd_box {
  padding: 5px;
}
.section-product .inn-prod-title span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 15px;
  color: #333d51;
  font-size: 16px;
}
.section-product .inn-prod-title {
  text-align: center;
  border-top: 1px solid #d3ac2b69;
  border-radius: 20px 20px 0px 0px;
  margin: 5px;
}
