@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');*/
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');*/
/*@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css');*/
/*@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');*/
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css');*/
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css');*/
/*@import url('responsive.css');*/
body{
  box-sizing:border-box; 
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding:0px;
}
body::-webkit-scrollbar {
  width: .5em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}
html{
  scroll-behavior: smooth;
}
:root {
  --primary-color:#342980;
  --secondary-color:#D4973E;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p{
    font-size: 16px;
    color: #222;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
section{
  padding:60px 0;
  overflow: hidden;
}
/*.header{*/
/*  background: #ffffff;*/
/*  border-bottom:1px solid var(--primary-color);*/
/*  background: -moz-linear-gradient(80deg,  #ffffff 40%, #ffffff 40%, #342980 40%); */
/*  background: -webkit-linear-gradient(80deg,  #ffffff 40%,#ffffff 40%,#342980 40%);*/
/*  background: linear-gradient(80deg,  #ffffff 40%,#ffffff 40%,#342980 40%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#342980',GradientType=1 );*/
/*}*/
.leftLogo{
  width: 420px;
  transition: all .3s ease-in-out;
}
.leftLogo img{
  max-width: 100%;
}
.large_heading{
  font-size: 46px;
  line-height: 56px;
}
.fontWeight700{
  font-weight: 700;
}
.fontWeight500{
  font-weight: 500;
}
.fontWeight600{
  font-weight: 600;
}
.fontWeight800{
  font-weight: 800;
}
.fontWeight900{
  font-weight: 900;
}
.inlineHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--primary-color);
  box-shadow: 0 15px 40px -20px rgb(40 44 63 / 35%);
}

.sticky .leftLogo{
  width: 320px;
}
.sticky .topHeader, .sticky .contactLink{
  display: none;
}
.sticky .header{
  background: var(--primary-color);
}
.sticky .mainMenu ul li a{
  color: #fff;
}
.sticky .mainMenu ul li a:hover, .sticky .mainMenu ul li.active > a{
  color: var(--secondary-color);
}
.sticky .mainMenu ul li ul li a{
  color: #333;
}
.sticky .mainMenu ul li ul li a:hover{
  color: var(--primary-color);
}
.title{
  font-size: 18px;
}
.text_secondary{
  color: var(--secondary-color);
}
.heading{
  font-size: 35px;
}
.text_primary{
  color: var(--primary-color);
}

.btnTheme{
  margin-top: 30px;
  display: inline-block;
  background:var(--primary-color);
  padding: 13px 20px;
  color: #fff;
  font-size: 16px;
  border:none;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.btnTheme i{
  font-size: 14px;
}
.btnTheme:after{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0px;
  transition: all 0.3s ease-in-out;
  height:calc(100% - 6px);
  background: #fff;
  z-index: -1;
}
.btnTheme:hover:after{
  width: calc(100% - 6px);
}
.btnTheme:hover{
    box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
    color: var(--primary-color);
}
.sub_heading{
  font-size: 28px;
}
.small_heading{
  font-size: 22px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #fff;
  background-color: var(--secondary-color);
  z-index: 999;
  width: 30px;
  text-align: center;
  height: 30px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 80px;
}
.contactLink{
  margin-right: 15px;
}
.topHeader{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contactLink ul{
  display: flex;
  align-items: center;
}
.contactLink ul li a{
  font-size: 14px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
  padding:5px 10px;
}
.mainMenu ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mainMenu ul li a{
  padding:20px 15px;
  display: inline-block;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
}
.mainMenu ul li a:hover, .mainMenu ul li.active > a{
  color: var(--primary-color);
}
.mainMenu ul li{
  position: relative;
}
.mainMenu ul li ul{
  position: absolute;
  top: 65px;
  visibility: hidden;
  opacity: 0px;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  display: inline-flex;
  flex-wrap:wrap;
  justify-content:space-between;
  opacity: 0;
  left: 0px;
  width: 600px;
  z-index: 9;
  background:#fff;
  border-radius: 5px;
}
.mainMenu ul li ul li{
    width:calc(100% / 2 - 20px);
}
.mainMenu ul li ul li a{
  padding:10px 20px;
  text-transform: capitalize;
  color: #333;
  display: block;
  font-size: 14px;
}
.mainMenu ul li ul li a:hover{
  background: #f1f1f1;
  color: #000;
}
.mainMenu ul li:hover ul{
  top: 55px;
  opacity: 1;
  visibility: visible;
}
.sticky .mainMenu ul li a{
  padding: 8px 18px;
}
.sticky .mainMenu ul li:hover ul{
  top:50px;
}
.banner img{
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.banner{
  position: relative;
}
.carousel-item:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 1;
}
.carousel-caption{
  bottom: -5%;
  top: auto;
  width: 50%;
  left: 9%;
  opacity: 0;
 /* background: -moz-linear-gradient(left,  rgba(52,41,128,0.80) 0%, rgba(0,0,0,0.01) 71%, rgba(0,0,0,0) 72%); 
  background: -webkit-linear-gradient(left,  rgba(52,41,128,0.80) 0%,rgba(0,0,0,0.01) 71%,rgba(0,0,0,0) 72%); 
  background: linear-gradient(to right,  rgba(52,41,128,0.80) 0%,rgba(0,0,0,0.01) 71%,rgba(0,0,0,0) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6342980', endColorstr='#00000000',GradientType=1 );*/
  right: auto;
  transition: all 0.2s ease-in-out;
  text-align: left;
  padding:20px;
  background: #342980cf;
  border-radius: 5px;
  z-index: 2;
}
.carousel-item.active .carousel-caption{
  bottom: 35%;
  opacity: 1;
}
.carousel-caption h2 span{
    background:var(--primary-color);
    border-radius:3px;
    padding:0 10px;
    color:#fff;
}
.carousel-caption p{
  color: #fff;
}
.text_light{
  color: #e8c585;
}
.sectionHeader .titleWave{
  color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-image: url(../images/wave.svg);
  background-position-x: 0;
  background-position-y: 56%;
  background-repeat: repeat-x;
  -webkit-text-fill-color: rgba(0,0,0,0);
  animation: aWave 4s linear infinite;
}
.sectionHeader .titleWave2{
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-image: url(../images/wave2.svg);
  background-position-x: 0;
  background-position-y: 56%;
  background-repeat: repeat-x;
  -webkit-text-fill-color: rgba(0,0,0,0);
  animation: aWave 4s linear infinite;
}
@keyframes aWave{
  0%{
    background-position-x:0
    }
  100%{
    background-position-x:-430px
  }
}
.text_secondary{
  color: var(--secondary-color);
}
.itemProduct{
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.itemProduct a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
.itemProduct img
{
  width: 100%;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.itemProduct:hover img{
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
.innerItem{
  padding:10px;
}
.innerItem .title{
  font-size: 15px;
}
.innerItem span{
  display: none;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease-in-out;
  width: 30px;
  visibility: hidden;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  background:var(--secondary-color);
}
.itemProduct:hover .innerItem span{
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.itemProduct:hover{
  transform: translateY(-10px);
}

.bgGrey{
  background: #f8f8f8;
}
.publish{
  position: absolute;
  left: 0px;
  bottom: -30px;
  background:var(--secondary-color);
  padding:20px;
  width: 450px;
  border-radius: 10px;
  text-align: center;
}
.itemIndustries{
  margin-bottom: 25px;
}
.itemIndustries img{
  width: 100%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  height: 180px;
  object-fit: cover;
}
.industriesTitle{
  padding:10px 0;
  margin-top: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.industriesTitle .title{
  font-size: 15px;
}
.bgImg{
  background: url(../images/bg/bg-about.webp) no-repeat;
  background-size: cover;
}
.text_black{
  color: #000;
}
.bgPrimary{
  background:var(--primary-color);
}
.text-clr2{
    color:var(--primary-color);;
}
.bgPattern{
  background:#f1f1f1 url('../images/bg/pattern.webp') no-repeat;
  background-size: cover;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0px -10px 0px -10px;
}
.slick-next:before, .slick-prev:before{
  color: var(--primary-color) !important;
  font-size: 30px !important;
}
.logoItem{
  height: 150px;
  margin-bottom: 15px;
  border:1px solid var(--primary-color);
  border-radius:5px;
  background:#fff;
}
.logoItem a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-next{
  right: -17px !important;
}
.logoItem img{
  max-width: 100%;
  max-height: 100%;
}
.btnCircle{
  display: inline-block;
  margin-top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:var(--primary-color);
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
}
.btnCircle:hover{
  color: #fff;
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
}
.formContact{
  border-radius: 10px;
}
.leftContact{
  background:#be8737;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:40px;
}
.leftContact h4{
  color: #fff;
}
.formRight{
  padding:20px;
}
.form-floating>label{
  padding: 1rem 1.3rem;
  font-size: 15px;
}
.form-floating>.form-control{
  border-color: #999;
  padding-left: 1.3rem;
}
.textHeight {
    height: 180px !important;
}
.form-floating>.form-control:focus, .form-select:focus, .form-floating>.form-control:not(:placeholder-shown)
{
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.footer{
  background:#222;
  padding:80px 0 60px;
}
.footerInner{
  border:1px solid #444;
  padding:20px;
  border-radius: 2px;
}
.footerTitle{
  transform: translateY(-42px);
}
.footerTitle span{
  background:#222;
  padding:10px 15px;
}
.itemFooter{
  text-align: center;
  padding:10px 20px;
  border-right: 1px solid #444;
}
.itemFooter p{
  color: #ccc;
  margin-top: 20px;
}
.itemFooter{
  color: #eee;
}
.itemFooter a{
  display: inline-block;
  color: #fff;
}
.borderNone{
  border-right:none;
}
.inlineFooter{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftCopy p{
  font-size: 15px;
  color: #fff;
}
.leftCopy p a{
  color: #fff;
  display:inline-block;
}
.rightSocial ul{
  display: flex;
}
.rightSocial ul li a{
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 10px 10px;
}
.copyRight{
  background:#000;
}
.rightSocial ul li a:hover{
  color: var(--secondary-color);
}
.error{
  font-size: 12px;
  color:#ff0000;
  transform: translateY(-5px);
}
.formItem{
  margin-top: 15px;
}
.callAction{
  background:url(../images/bg/bg-action.webp) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.callAction:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background:rgba(0,0,0,.5);
}
.btnContact{
  display: inline-block;
  border-radius: 40px;
  border:2px solid #fff;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  background:#fff;
  padding:10px 35px;
}
.btnContact:hover{
  background:transparent;
  color: #fff;
}
.leftContact ul{
  margin-top: 20px;
}
.leftContact ul li{
  padding:10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  letter-spacing: 1px;
}
.leftContact ul li a{
  font-size: 17px;
  color: #fff;
  display: inline-block;
  padding:5px 0;
  letter-spacing: 1px;
  font-weight: 700;
}
.leftContact ul li p{
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
}
.leftContact ul li:before{
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 23px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.leftContact ul li.phone:before{
  content: '\f879';
}
.leftContact ul li.whatsappIcon:before{
  content: '\f232';
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}
.leftContact ul li.email:before{
  content: '\f0e0';
}
.leftContact ul li.address:before{
  content: '\f3c5';
}
.shortBanner{
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 1;
}
.custom-padding{
    margin-top:70px;
}
.shortBanner2{
  background-size: cover;
  height: 400px;
  position: relative;
  z-index: 1;
}
.shortBanner:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background:rgba(0,0,0,0.5);
}
.shortBanner2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}


.bannerInner{

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
 
}
.bannerInner ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.bannerInner ul li{
  position: relative;
}
.bannerInner ul li a{
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
}
.bannerInner ul li:after{
  content: '\f101';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.bannerInner ul li:first-child:after{
  display: none;
}
.bannerInner ul li.active a{
  color: #e8c585;
}
.aboutRight p{
  margin-top: 15px;
  font-weight: 500;
}
.aboutRight{
  padding-left: 20px;
}
.bgAbout{
  background:url(../images/bg/about-bg.webp) no-repeat;
  background-size: cover;
}
.itemAbout{
  background:#fff;
  padding:30px;
  height: 100%;
  border-radius: 5px;
}
.itemAbout h4{
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.iconObjective{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border:1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  margin-bottom: 30px;
}
.itemAbout:hover .iconObjective{
  background:var(--primary-color);
}
.iconObjective img{
  max-width: 100%;
}
.itemAbout:hover h4{
  color: var(--primary-color);
}
.itemAbout:hover img{
  filter: brightness(0) invert(1);
}
.itemProductInner{
  padding:5px;
  margin-bottom: 20px;
  border:1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.itemProductInner img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.descriptionProduct{
  padding:10px;
}
.descriptionProduct h4{
  margin: 10px 0;
}
.descriptionProduct p{
  font-size: 16px;
}
.descriptionProduct p{
  margin-bottom: 15px;
}
.linkBtn{
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  color: var(--primary-color);
}
.linkBtn:hover{
  color: var(--secondary-color);
}
.itemProductInner:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.innerProduct{
  overflow: hidden;
}
.itemProductInner:hover img{
  transform: scale(1.1);
}
.itemColor{
  border-radius: 5px;
  margin-bottom: 20px; 
}
.innerColor{
  height: 130px;
  width: 135px;
  margin:0 auto;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  display: flex;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  align-items: center;
  justify-content: center;
}
.titleInner{
  padding:10px 0;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 5px;
}
.titleInner h2, .titleInner h3 , .titleInner h4{
  margin-bottom: 5px;
  font-size: 14px;
}
.titleInner p{
  font-size: 15px;
}
.h-auto{
  height: auto;
}
.bgWhite{
  background:#fff;
}
.listBullet, .blog-content ul, .blogDesc ul{
  margin-top: 20px;
}
.listBullet li, .blog-content ul li, .blogDesc ul li{
  padding: 5px 0;
  padding-left:5px;
  position:relative;
}
.listBullet strong {
  margin-right: 10px; 
    font-size:18px;
    font-weight:600!important;
}

.listBullet li:before{
    content:'';
    position:absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius:50%;
    background:var(--primary-color);
}
.numberList{
  margin-top: 20px;
}
.numberList li{
  padding: 5px 0
}
.formEnquiry{
  margin:40px 0 0 0;
  background:#fff;
  border-radius: 10px;
  border:1px solid #e0e0e0;
  padding:20px;
}
.blogLatest ul, .headerSingle ul{
  margin-top: 20px;
  display: flex;
}
.blogLatest ul li, .headerSingle ul li{
  padding:0 10px;
}
.blogLatest{
  border-radius: 10px;
}
.rightBlog img{
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.leftBlog{
  padding:20px;
}
.leftBlog p{
  margin-top: 15px;
}
.rightBlog{
  height: 100%;
}
.itemBlog img{
  width: 100%;
  height:190px;
  object-fit:cover;
}
.itemBlog{
  padding:10px;
}
.itemBlog h2{
  margin: 15px 0;
}
.itemBlog{
  text-align: center;
}
.itemBlog:hover{
  background:#fff;
}
.itemBlog{
  margin-bottom: 20px;
}
.singleBlogImg{
  margin-top: 20px;
  padding: 10px;
}
.singleBlogImg img{
  width: 100%;
}
.blogDesc{
  margin-top: 20px;
}
.blogDesc h3{
    margin-top:20px;
}
.blogDesc p{
  margin-top: 15px;
}
.blogDesc h4{
  margin:15px 0;
  font-size: 24px; 
}
.blogDesc ol{
  margin-top: 15px;
}
.blogDesc ol li{
  padding: 5px 0;
}
.shareBlog ul{
  margin-top: 20px;
  display: flex;
}
.shareBlog ul li a{
  padding:8px 20px;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  margin:0  5px;
  border:1px solid #666;
}
.shareBlog ul li a i{
  font-size: 18px;
  padding-right: 5px;
}
.shareBlog ul li a.facebook{
  color: #3b5998;
  border-color: #3b5998;
}
.shareBlog ul li a.facebook:hover{
  background:#3b5998;
  color: #fff;
}
.shareBlog ul li a.instagram{
  color: #8a3ab9;
  border-color: #8a3ab9;
}
.shareBlog ul li a.instagram:hover{
  background:#8a3ab9;
  color: #fff;
}
.shareBlog ul li a.whatsapp{
  color: #128C7E;
  border-color: #128C7E;
}
.shareBlog ul li a.whatsapp:hover{
  background:#128C7E;
  color: #fff;
}
.shareBlog ul li a.twitter{
  color: #00acee;
  border-color: #00acee;
}
.shareBlog ul li a.twitter:hover{
  background:#00acee;
  color: #fff;
}
.shareBlog ul li a.linkedin{
  color: #0077b5;
  border-color: #0077b5;
}
.shareBlog ul li a.linkedin:hover{
  background:#0077b5;
  color: #fff;
}
.sidebarHeader{
  background:#e8c585; 
  padding:20px;
}
.sidebarBlogItem{
  margin-top: 15px;
}
.sidebarImg img{
  max-width: 100%;
}
.sidebarImg{
  width: 150px;
}
.rightSidebar{
  width: calc(100% - 170px);
  margin-left: 16px;
}
.sidebarBlogItem{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}
.rightSidebar a{
  color: #333;
}
.bgTransparent{
  background:transparent;
  height: auto;
}
.bgTransparent h4{
  color: var(--primary-color);
}
.bgTransparent ul li a, .bgTransparent ul li p, .bgTransparent ul li{
  color: #333;
}
 .bgTransparent ul li:before{
  color: var(--primary-color);
 }
.homeLeftText p{
  text-align: justify;
}
.imgShape{
  position: relative;
  width:195px;
  margin:0 auto;
}
.imgShape:after{
  content: '';
  position: absolute;
  top:-2px;
  left: -2px;
  width: 102.3%;
  height: 102.3%;
  background:var(--secondary-color);
  z-index: -1;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.footerIcon{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
}
.footerIcon ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerIcon ul li{
  width: calc(100%/3);
}
.footerIcon ul li a{
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:5px 20px;
  display: block;
}
.footerIcon ul li a.phoneBox{
  background:var(--primary-color);
}
.footerIcon ul li a.mailBox{
  background:#E34133;
}
.footerIcon ul li a.whatsappBox{
  background:#32B747;
}
.itemProducts{
  border:1px solid #cdc6ff;
  border-radius: 5px;
  padding:20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.itemProductIcon{
  width: 120px;
  height: 114px;
  position: relative;
}
.itemProductIcon img{
  max-width: 100%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.itemProductIcon:after{
  content: '';
  width: 103%;
  height: 103%;
  position: absolute;
  top:-1.5px;
  left: -2px;
  background:var(--primary-color);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: -1;
}
.productItemHeader h4{
  margin: 20px 0 15px;
}
.sliderProducts{
  margin-top: 20px;
}
.itemProducts:after{
  content: '';
  position: absolute;
  top:0px;
  right: 0px;
  z-index: -2;
  width: 150px;
  height: 150px;
  background:url(../images/icons/shape.png) no-repeat;
  background-size: cover;
}
.slick-track{
  padding:20px 0;
}
.itemProducts p{
  font-size: 15px;
}
.btnBg{
  background:#f2f2f2;
  padding:10px 20px;
  border-radius: 5px;
  font-weight: 500;
  border:1px solid transparent;
}
.btnBg:hover{
  border-color: var(--secondary-color);
}
.itemProducts:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.innerProductPage .itemProducts{
  margin-bottom: 25px;
}
.innerColor p{
  opacity: .3;
  color: #ccc;
  pointer-events: none;
}
.blog-pg-subtitle{
    font-size:24px;
    margin:15px 0;
}
.blog-content h2{
    margin:15px 0;
    font-size:26px;
}
.borderBox{
    border:1px solid var(--primary-color);
}
.listCheck{
    margin-top:15px;
}
.listCheck li{
    position:relative;
    padding:5px 0;
    padding-left:30px;
}
.listCheck li:before{
    content: "\f00c";
    position:absolute;
    top:5px;
    left:0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.hideTitle{
    position:absolute;
    opacity:0;
}
.whatChat {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 50px;
}
.whatChat img {
    max-width: 100%;
}
.capIn{
    width:100%;
    padding:10px;
    border-radius:3px;
    border:1px solid #999;
}
.opticalBrightner{
    clip-path:none;
    position:relative;
}
.opticalBrightner p{
    position:absolute;
    top:50%;
    opacity:1;
    left:48%;
    transform:translate(-50%, -50%);
    z-index:9;
}
.bannerFormItem input, .bannerFormItem textarea{
  padding: 10px 15px;
  height: 50px;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
  border:1px solid #ddd;
}
.bannerFormItem input::placeholder, .bannerFormItem textarea::placeholder{
  font-size: 14px;
}
.bannerFormItem{
  margin-bottom: 10px;
}
.bannerFormItem textarea{
  height: 100px;
}
.feature ul{
    display:flex;
    flex-wrap:wrap;
}
.feature ul li{
    width:calc(100% / 3 - 10px);
    font-weight:600;
}
.itemSuggest {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--secondary-color);
}
.fontWeight400{
    font-weight:400;
}
.rightBasic table th{
    background:#FFFF00;
}
.rightBasic table td{
    padding:10px 15px;
}
.chemicalStructur img{
    max-width:100%;
}
.borderColor{
    border-color:#333;
}
.itemWhy{
    border-radius:1rem;
    height:100%;
}
/* Base Icon Box */
.iconWhy {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    transition: all 0.4s ease-in-out;
}

/* Icon inside (increase size & smooth animation) */
.iconWhy i {
    font-size: 1.75rem; /* ~10% larger */
    transition: transform 0.4s ease-in-out;
}

/* Card hover effects */
.itemWhy {
    transition: all 0.4s ease-in-out;
}
.iconWhy:hover i {
    transform: scale(1.4);
}

.itemWhy:hover {
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    transform: translateY(-4px);
}

/* On hover: make icon circle + rotate */
.itemWhy:hover .iconWhy {
    border-radius: 50%;
    transform: rotate(10deg);
}

/* On hover: scale & rotate icon slightly */
.itemWhy:hover .iconWhy i {
    transform: scale(1.1) rotate(5deg);
}
.icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1rem;
  flex-shrink: 0;
}


.process-step:hover .icon-circle {
  transform: rotate(10deg) scale(1.1);
}

.transition {
  transition: all 0.3s ease-in-out;
}



.dye-comparison-section {

  background-color: #f9f9f9;
  /*border-top: 2px solid #ccc;*/
  /*border-bottom: 2px solid #ccc;*/
  text-align: center;
}
.step-card1, .step-card2, .step-card3, .step-card4, .step-card {
  
  padding:  40px 10px 40px;
  border-radius: 10px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  
}





/*.step-card1 {*/
/*  border-left-color: #198754; */
/*}*/
/*.step-card2 {*/
/*  border-left-color: #ffc107; */
/*}*/
/*.step-card3 {*/
/*  border-left-color: #dc3545; */
/*}*/
/*.step-card4 {*/
/*  border-left-color: #0d6efd;*/
/*}*/
/*.step-card {*/
/*  border-left-color: #6f42c1; */
/*}*/


.table-responsive {
  overflow-x: auto;
}

.dye-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.dye-comparison-table th,
.dye-comparison-table td {
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  text-align: left;
}

.dye-comparison-table thead {
  background-color: #003b6f;
  color: white;
}

.dye-comparison-table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}



.bgSecondary{
    background:var(--secondary-color);
}
.bgGradient{
    padding:2rem;
    border-radius:1rem;
    background: linear-gradient(to right,  rgba(227,237,244,1) 0%,rgba(238,237,242,1) 100%);
    border:1px solid #9FD1F2;
}
.accordion-button:not(.collapsed){
  box-shadow: none;
  background-color: #d6d4e5;
  color: var(--primary-color);
}
.accordion-item{
  margin-bottom: 20px;
  border:1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.accordion-button{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight:600;
}
.accordion-item:not(:first-of-type){
  border:1px solid #ccc;
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.card-img-top {
  height: 200px; 
  object-fit: cover; 
}
.step {
    background: white;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    border-left: 6px solid #1a73e8;
  }

.card-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.card-content {
  flex-grow: 1;
}


.card-button {
  margin-top: auto;
}


.cust-img {
    width: 100%;
    height: 200px; 
    object-fit: cover;
    display: block;
  }

.five-image-row img {
    width: 100%;
    height: 180px;       
    object-fit: cover;      
    display: block;
    border-radius: 4px;      
  }
  .five-image-row > div {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
  }


.tableSpace th, .tableSpace td{
    padding:15px;
}
.tableSpace th{
    background:#000;
    color:#fff;
}
.custom-check {
        color: var(--primary-color); 
        margin-right: 15px;
        font-size: 15px;
    }
    
    .check-list li {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }
    .key-markets .badge {
      font-size: 1rem;
      margin-right: 10px;
      margin-bottom: 5px;
    }
   .export-services .btn {
      font-size: 1rem;
      margin-right: 10px;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      height: 50px;
    }
.bg-danger2{
    background-color:var(--secondary-color);
}

   
 .stat-box {
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
    }

    .header-section .stat-number {
      font-size: 2.5rem;
      font-weight: bold;
    }
     .top-box {
     border: 1px solid #000;
      padding: 20px;
      margin-bottom: 30px;
       border-radius: 10px;
      
    }
    .content-box {
      color: white;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      gap:40px;
     
    }

    .content-box .text-left {
      width: 40%;
    }

    .content-box .text-right {
      width: 60%;
    }
    .bannerFormItem select {
    padding: 10px 15px;
    height: 50px;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
   
}
.bannerFormItem select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' d='M7 7l3 3 3-3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
   
}
.bannerFormItem select:focus {
    outline: none;
    box-shadow: none;
}


#popupForm select {
    font-size: 14px;
}
.intro-highlight-section {
  background: var(--primary-color);
  padding: 25px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  border-radius: 10px;
 
  
}
.custom-border{
    border: 1px solid #ff8c00;
}
.custom-border2{
    border: 1px solid var(--primary-color);
}
.custom-border3{
    border: 1px solid #333;
}
.bgGrey2{
     background-color: #e0e0e0;
}
.hover-box {
  background-color: #f8f9fa;
  color: #212529;
  transition: all 0.3s ease;
}

.hover-box:hover {
  background-color: #342980 !important;
  color: #fff !important;
}

.hover-box:hover * {
  color: #fff !important;
}


.intro-box {
  background: #fff;
  border-left: 6px solid #ff8c00;
  border-right: 6px solid #ff8c00;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  
  font-size: 1.1rem;
  line-height: 1.8;
}

.intro-box strong {
  color: #333;
}

.intro-box a {
  color: #007bff;
  text-decoration: none;
}

.intro-box a:hover {
  text-decoration: underline;
}
.equal-height-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}



/*blog*/
.blogImg img{
    width:100%;
}
.breadcrame{
    background:#ebebeb;
}
.breadcrame ul{
    display:flex;
}
.breadcrame ul li a{
    display:inline-block;
    color:#000;
    padding:15px;
    position:relative;
}
.breadcrame ul li{
    font-size:14px;
}
.breadcrame ul li.active a{
    color:var(--primary-color);
}
.rightSidebar .title{
    font-size:15px;
}
.listBullet li{
    padding-left:25px;
}
.blogDesc  ul{
    list-style:disc;
}
.accordion-button {
  font-size: 1.2rem;
  font-weight: 600;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--primary-color);
  box-shadow: none;
}