/****** Fonts Decleration *******/
@font-face{font-family:"Poppins";src:url("../fonts/Poppins-ThinItalic.woff2") format("woff2"),url("../fonts/Poppins-ThinItalic.woff") format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-SemiBold.woff2") format("woff2"),url("../fonts/Poppins-SemiBold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Thin.woff2") format("woff2"),url("../fonts/Poppins-Thin.woff") format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-BlackItalic.woff2") format("woff2"),url("../fonts/Poppins-BlackItalic.woff") format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Bold.woff2") format("woff2"),url("../fonts/Poppins-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-MediumItalic.woff2") format("woff2"),url("../fonts/Poppins-MediumItalic.woff") format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Regular.woff2") format("woff2"),url("../fonts/Poppins-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Black.woff2") format("woff2"),url("../fonts/Poppins-Black.woff") format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"),url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),url("../fonts/Poppins-BoldItalic.woff") format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),url("../fonts/Poppins-ExtraLight.woff") format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Italic.woff2") format("woff2"),url("../fonts/Poppins-Italic.woff") format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),url("../fonts/Poppins-ExtraBold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Light.woff2") format("woff2"),url("../fonts/Poppins-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-Medium.woff2") format("woff2"),url("../fonts/Poppins-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url("../fonts/Poppins-LightItalic.woff2") format("woff2"),url("../fonts/Poppins-LightItalic.woff") format("woff");font-weight:300;font-style:italic;font-display:swap}

.font-it {
  font-family: "Poppins", sans-serif;
}
.font-proxima {
  font-family: "Poppins", sans-serif;
}

.font-rbtc {
  font-family: "Poppins", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.fw-black {
  font-weight: 900 !important;
}
.fw-extbold {
  font-weight: bold !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-medium {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}
.fw-normal {
  font-weight: normal;
}
.fw-light {
  font-weight: 300;
}
.errorfont {
  color: red;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
p {
  color: #000;
  font-size: 18px;
  line-height: 31px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

a,
a:focus {
  text-decoration: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
a:hover {
  color: #1e276f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button-orange,
.button-orange:focus {
  font-family: "Poppins", sans-serif;
  background-color: #f26922;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.button-orange:hover {
  background-color: #1e276f;
  border-color: #1e276f;
  color: #fff;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.button-blue,
.button-blue:focus {
  font-family: "Poppins", sans-serif;
  background-color: #1e276f;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.button-blue:hover {
  background-color: #fff;
  border-color: #1e276f;
  color: #1e276f;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.button-blue-border,
.button-blue-border:focus {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid #1e276f;
  color: #1e276f;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.button-blue-border:hover {
  background-color: #1e276f;
  border-color: #1e276f;
  color: #fff;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.button-white,
.button-white:focus {
  font-family: "Poppins", sans-serif;
  background-color: #1e276f;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.button-white:hover {
  background-color: #1e276f;
  border-color: #1e276f;
  color: #fff;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.color-orange {
  color: #f26922;
}
.color-orange2 {
  color: #f58634;
}
.color-purple {
  color: #0d2041;
}

.color-logo-bg {
  color: #1e276f;
}

.color-dgray {
  color: #939598;
}
.color-dgray2 {
  color: #6d6e70;
}
.color-dgray3 {
  color: #000;
}
.color-dgray4 {
  color: #d1d3d4;
}
.color-dgray5 {
  color: #747474;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}

.color-black-jet {
  color: #0a0a0a;
}


.bgcolor-black {
  background-color: #000;
}

.bgcolor-logo-bg {
  background-color: #1e276f;
}

.bgcolor-logo-bg-dark {
  background-color: #161d53;
}

.bgcolor-white {
  background-color: #fff;
}

.bgcolor-gray {
  background-color: #e6e7e8;
}
.bgcolor-gray2 {
  background-color: #414042;
}
.bgcolor-gray3 {
  background-color: #231f20;
}
.bgcolor-gray4 {
  background-color: #ebebec;
}

.bgcolor-gray5 {
  background-color: #f1f2f2;
}
/***** Fonts CSS ******/

.font-150 {
  font-size: 150px;
  line-height: 170px;
}

.font-130 {
  font-size: 140px;
  line-height: 150px;
}

.font-80 {
  font-size: 80px;
  line-height: 95px;
}

.font-65 {
  font-size: 65px;
  line-height: 80px;
}

.font-60 {
  font-size: 60px;
  line-height: 75px;
}

.font-50 {
  font-size: 50px;
  line-height: 60px;
}

.font-45 {
  font-size: 45px;
  line-height: 60px;
}

.font-40 {
  font-size: 40px;
  line-height: 55px;
}

.font-38 {
  font-size: 38px;
  line-height: 55px;
}

.font-35 {
  font-size: 35px;
  line-height: 50px;
}

.font-30 {
  font-size: 30px;
  line-height: 40px;
}

.font-27 {
  font-size: 27px;
  line-height: 40px;
}

.font-25 {
  font-size: 25px;
  line-height: 40px;
}

.font-23 {
  font-size: 23px;
  line-height: 40px;
}

.font-22 {
  font-size: 22px;
  line-height: 40px;
}

.font-20 {
  font-size: 20px;
  line-height: 40px;
}

.font-17 {
  font-size: 17px;
  line-height: 30px;
}

.font-16 {
  font-size: 16px;
  line-height: 30px;
}

.font-15 {
  font-size: 15px;
  line-height: 30px;
}

/** Golden Ration Font **/

.font-14 {
  font-size: 14px;
  line-height: 25px;
}

.font-17 {
  font-size: 17px;
  line-height: 31px;
}

.font-18 {
  font-size: 18px;
  line-height: 31px;
}

.font-29 {
  font-size: 29px;
  line-height: 47px;
}

.font-23 {
  font-size: 23px;
  line-height: 38px;
}

.font-37 {
  font-size: 37px;
  line-height: 59px;
}

.font-47 {
  font-size: 47px;
  line-height: 74px;
}

/********** Padding/Margin ********/

.pdtop {
  padding-top: 100px;
}
.pdtop80 {
  padding-top: 80px;
}
.pdtop60 {
  padding-top: 60px;
}
.pdtop40 {
  padding-top: 40px;
}
.pdtop30 {
  padding-top: 30px;
}
.pdtop20 {
  padding-top: 20px;
}
.pdtop10 {
  padding-top: 10px;
}
.pdtop5 {
  padding-top: 5px;
}
.pdbtm {
  padding-bottom: 100px;
}
.pdbtm80 {
  padding-bottom: 80px;
}
.pdbtm60 {
  padding-bottom: 60px;
}
.pdbtm40 {
  padding-bottom: 40px;
}
.pdbtm30 {
  padding-bottom: 30px;
}
.pdbtm20 {
  padding-bottom: 20px;
}
.pdbtm10 {
  padding-bottom: 10px;
}
.mrtop {
  margin-top: 100px;
}
.mrtop80 {
  margin-top: 80px;
}
.mrtop60 {
  margin-top: 60px;
}
.mrtop50 {
  margin-top: 50px;
}
.mrtop40 {
  margin-top: 40px;
}
.mrtop30 {
  margin-top: 30px;
}
.mrtop20 {
  margin-top: 20px;
}
.mrtop10 {
  margin-top: 10px;
}
.mrbtm {
  margin-bottom: 100px;
}
.mrbtm80 {
  margin-bottom: 80px;
}
.mrbtm60 {
  margin-bottom: 60px;
}
.mrbtm50 {
  margin-bottom: 50px;
}
.mrbtm40 {
  margin-bottom: 40px;
}
.mrbtm30 {
  margin-bottom: 30px;
}
.mrbtm20 {
  margin-bottom: 20px;
}
.mrbtm10 {
  margin-bottom: 10px;
}

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

.devider-banner {
  border-bottom: 1px solid #d1d2d4;
  max-width: 100%;
  display: block;
}

.devider {
  border-bottom: 1px solid #d1d2d4;
  max-width: 100%;
  display: block;
}

.devider-footer {
  border-bottom: 1px solid #f5f5f5;
  max-width: 100%;
  display: block;
}

.devider2 {
  border-bottom: 2px solid #d1d2d4;
  max-width: 100%;
  display: block;
}

.devider22 {
  border-bottom: 1px solid #ebebec;
  max-width: 100%;
  display: block;
  padding-top: 70px;
  /*  margin: 0 10px;*/
}

.devider-orange {
  border: 1px solid #d1d3d4;
  position: relative;
}

.devider-orange .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  /*  border: 1px solid #d1d2d4;*/
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  bottom: 0;
  background-color: #f1f2f2;
}

.devider-orange .circle .bi {
  font-size: 40px;
  vertical-align: unset !important;
  position: absolute;
  top: 5px;
  color: #d1d3d4;
}

.prod-devider {
  border-bottom: 1px solid #eee;
  max-width: 100%;
  display: block;
  margin: 25px 0;
}

.section-devider {
  border-top: 1px solid #ebebec;
}

img{
  max-width: 100%;
  height: auto;
}
/******* Header CSS *******/

header {
  display: block;
  width: 100%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2);
}

header .container-fluid {
  padding: 0 100px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

header.fixed-menu {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: auto;
  height: auto;
}

.header-right {
  width: 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* .header-right {
   -webkit-box-flex: 0;
       -ms-flex: 0 0 auto;
           flex: 0 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 justify-content: space-between;
 }*/
.menu-icon,
.menu-icon:focus {
  display: none;
  color: #1e276f;
  position: relative;
}

.mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainNavigation {
  position: relative;
}

.mainNavigation li {
  display: inline-block;
  list-style: none;
}

.mainNavigation li a,
.mainNavigation li a.nav-link:focus {
  /* font-family: 'Heebo', sans-serif;
  font-family: "Roboto Condensed", sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
  padding: 0 20px !important;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}

.mainNavigation li a:hover {
  color: #1e276f;
  -webkit-transition: color 1s ease-out 0.1s;
  -o-transition: color 1s ease-out 0.1s;
  transition: color 1s ease-out 0.1s;
}

.headerrgtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.headerrgtbox span {
  padding: 0 20px;
}

.mainNavigation li a.menubtnnav,
.mainNavigation li a.menubtnnav:focus {
  font-weight: bold;
  color: #1e276f;
  font-size: 23px;
}

.mainNavigation li a.menubtnnav:hover {
  color: #000;
  -webkit-transition: color 1s ease-out 0.1s;
  -o-transition: color 1s ease-out 0.1s;
  transition: color 1s ease-out 0.1s;
}

.head-call,
.head-call:focus {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-call img {
  margin-right: 10px;
}

.head-call:hover {
  color: #1e276f;
}

header.fixed-menu .container-fluid {
  padding: 0 100px;
}

header.fixed-menu .header-inner {
  padding: 7px 0;
}

/***** Dropdown CSS *****/
/*s
.dropdown-menu {
   display: none;
   position: absolute;
   background-color: white;
   border: 1px solid #ddd;
   padding:0 0 !important;
   margin-left: 20px;
}

.dropdown-menu.show {
   display: block;
   -webkit-transition: ease-out 0.01s;
   -o-transition: ease-out 0.01s;
   transition: ease-out 0.01s;
}

.nav-item.dropdown {
   position: relative;
}

.mainNavigation li a.dropdown-item,
.mainNavigation li a.dropdown-item:focus{
 padding: 5px 15px 5px 15px!important;
 text-transform: capitalize;
}

.mainNavigation li a.dropdown-item:hover{
 background-color: transparent;
}
*/
.header-form {
  padding: 40px 40px;
}

.hdr-form-input,
.hdr-form-input:focus {
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  text-transform: capitalize;
}

.hdr-form-dd,
.hdr-form-dd:focus {
  background-color: transparent;
  padding: 10px 10px 10px 20px;
  color: #666;
}

#hdr-message {
  resize: none;
}

#hdrform-btn,
#hdrform-btn:focus {
  display: block;
  width: 100%;
  background-color: #1e276f;
  border-color: 1px solid transparent;
  color: #fff;
}

#hdrform-btn:hover {
  display: block;
  width: 100%;
  background-color: transparent;
  border-color: #1e276f;
  color: #1e276f;
}

/****** Search Box CSS ******/

/* Basic styles for the search icon */
.headsrcbox {
  display: inline-block;
}

.head-search {
  cursor: pointer;
}

/* Popup container */
.search-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1000; /* Ensure it overlays other content */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Popup content */
.search-popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Styles for the search input */
#popupSearchInput {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
}

/*#popupSearchInput:focus-visible{
 border-color: green;
}*/
/* Styles for suggestions */
.suggestions {
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item:hover {
  background-color: #f1f1f1;
}

/* Close button style */
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

/******* Search Box CSS End *******/
/**====================================
=============== HOME CSS ==============
=====================================**/

/**-------- Main Banner ---------**/

/*.mainBanner {
 border-bottom: 1px solid #d1d3d4;
 margin-bottom: 15px;
}*/

.mainBannerinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 80px;
}

.mainprodctimg {
  position: relative;
  /* bottom: -40px;*/
}

/*.hmmainttl3{
 text-transform: uppercase;
}*/

.hmmainttl4 .pattern {
  position: relative;
}

.hmmainttl4 .pattern::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/bnr-pattern.png");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 153px;
  width: 100%;
  height: 15px;
  bottom: 0;
  z-index: -1;
}

/**--------Banner Counter ---------**/

.banner-counter {
  border-top: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
}

.bnrcncrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bnrcnc-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-right: 2px solid #ebebec;
  text-align: center;
  padding: 0 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bnrcnc-col:last-child {
  border-right: none;
}

.bnrcnc-colinner2 {
  margin-top: -20px;
}
/**-------- Authority Testmonial ---------**/
/*
.authority-testmonial {
 position: relative;
 background-color: #f1f2f2;
 margin-top: -30px;
 z-index: -1;
 margin-top: -250px;
}

.authority-testmonial .container {
 max-width: 965px;
 margin-left: 130px;
}

.authority-testmonialinr {
  padding: 40px;
 border-radius: 10px;
 background-color: #fff;
 -webkit-box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
 box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.authright {
 display: flex;
 padding-left: 50px;
}

.authrightdesc {
 margin-left: 50px;
}

.authright svg{
 color: #f58534;
 font-size: 30px;
}

.starrating {
 display: flex;
 align-items: center;
 justify-content: center;
 line-height: normal;
 margin-bottom: 25px;
}

.starrating li{
 list-style: none;
 padding: 0 2px;
}

.starrating li i{
 color:#6d6e70;
 font-size: 20px;
}*/

/**-------- Measurment ---------**/

.msurmntimgrow {
  max-width: 1150px;
  margin: 0px auto 0;
}

.measurdesc {
  max-width: 800px;
  margin: 50px auto 0;
  text-align: justify;
}

.sipconteamsection {
  background-image: url("./assets/images/home-team.jpg"); /* Fallback image */
  background-image: -webkit-image-set(
     url("./assets/images/home-team.webp") type("image/webp"),
     url("./assets/images/home-team.jpg") type("image/jpeg")
  );
  background-image: image-set(
     url("./assets/images/home-team.webp") type("image/webp"),
     url("./assets/images/home-team.jpg") type("image/jpeg")
  );
  background-repeat: no-repeat;
  background-size: 100%;
  height: 535px;
}

.sipconteamsection .dfsbttl {
  line-height: normal;
  margin-top: -10px;
}
.glbinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.glbinner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spabtcol .spabtcolimg {
  width: 100%;
  height: auto;
  margin: 0 25px 0 0;
  max-width: 540px;
}

.spabtcolline {
  margin: 0 10px;
  max-width: 170px;
}

/********* Solution *********/

.solutionsection .container-fluid {
  padding: 0;
  margin: 0;
}

.solutionbox {
  text-align: center;
}

.solutionbox .row {
  margin: 0 0;
}
/*
.solutionbtnlink{
 display: block;
 width: 100%;
}

.solutionbtn,.solutionbtn:focus{
 display: block;
 width: 100%;
 text-align: center;

}*/

.soldesc {
  /*padding: 0 50px;*/
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}

.solutionbtn svg {
  font-size: 22px;
  margin-left: 5px;
}

/*.solutionbox {
 padding-left: 200px;
}


.soldesc{
 padding-right: 50px;
 padding-left: 65px;
}*/

.solutionsliderbox {
  position: relative;
}

.sol-col {
  padding: 0 0;
}

/*.hmsolutionslider.slick-slider{
 margin: 0 0 0 15%;
}

.hmsolutionslider .slick-list{padding:0 20% 0 0 !important;}*/

.hmsolutionslider .item {
  margin: 10px 15px;
}

.hmsolutionslider .item a,
.hmsolutionslider .item a:focus {
  display: block;
  width: 100%;
  height: auto;
}

.hmsolutionslider .item:hover h3 {
  color: #1e276f;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.hmsolutionslider .item-inner {
  /* background-color: #f1f2f2;*/
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  position: relative;
  padding: 80px 0 0 0;
}

.hmsolutionslider .itemttl {
  /*  padding: 15px 15px;
 background-color: #fff;
 border-top: 1px solid #ebebec;
 margin-top: 25px;
 text-align: center;
 min-height: 95px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  left: 0;
  text-align: center;
  right: 0;
}

.hmsolutionslider .itemttl h3 {
  line-height: normal;
}

.hmsolutionslider .item img {
  /*width: auto;
 height: 100%;*/
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.hmsolutionslider .item-inner img {
  margin: 25px 0;
}

.hmsolutionslider .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
/*.hmsolutionslider .itemttl h3{
 text-transform: uppercase;
}*/

.hmsolutionslider-arrows {
  position: absolute;
  right: 0;
  /*top: -10px;*/
  z-index: 1;
  max-width: 70px;
  text-align: center;
  left: 0;
  margin: 0 auto;
  bottom: -60px;
}

.hmsolutionslider-arrows .slide-arrow {
  position: absolute;
  right: 0;
  top: -40px;
  background-color: transparent;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hmsolutionslider .slide-arrow.prev-arrow {
  right: 40px;
}

/*.hmsolutionslider {
 height: 400px;
}*/

.hmsolutionslider-arrows .bi {
  color: #313131;
  font-size: 26px;
}

.hmsolutionslider-arrows .slide-arrow.prev-arrow {
  right: 35px;
}

.hmsolutionslider-arrows .bi:hover {
  color: #1e276f;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.hmsolutionslider .item:hover .item-inner {
  background-color: #fff;
  border-color: #1e276f;
  -webkit-transition: border-color 2s ease-out 0.02s;
  -o-transition: border-color 2s ease-out 0.02s;
  transition: border-color 2s ease-out 0.02s;
}

/****** Counter *******/

.countersection {
  border-top: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
}

.countersection .container {
  /*max-width: 1000px;
 margin: 0 auto;*/
  text-align: center;
}

.cncdesc {
  line-height: normal;
}

/*.cnc-col {
 display: flex;
 justify-content: center;
}*/

.cnc-col {
  border-right: 2px solid #ebebec;
}

.cncrow .cnc-col:last-child {
  border-right: none;
}

.countersection-two {
  border-bottom: none;
}

/******** Home Page Testmonial ********/

.hmtst-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hmtst-colinner {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  /*-webkit-box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
 box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);*/
  padding: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hmtst-colinner .bi {
  position: absolute;
  top: -25px;
  left: 20px;
  font-size: 46px;
  color: #1e276f;
}

.hmtst-colinnerimg img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
/******* CEO Letter ********/

.ceoletter {
  position: relative;
  z-index: 1;
}
/*
.ceoletter::after {
 content: "";
 background-image: url("../images/ceo-letter-pattern.png");
 background-size: cover;
 background-position: center bottom;
 height: 340px;
 display: block;
 width: 100%;
 z-index: 0;
 position: absolute;
 bottom: 0;
}*/

.ceoinner {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 125px auto 0 0;
}

.ceocol {
  position: relative;
}

.ceottl {
  position: absolute;
  right: 102px;
  top: -115px;
  z-index: 2;
}

.ceoimg {
  position: relative;
  left: 15px;
  z-index: 1;
}

.ceoletterimg {
  position: absolute;
  right: -175px;
  top: -110px;
  z-index: 1;
}

/******** Do Next ********/

.donext {
  position: relative;
  z-index: 0;
}

/*.donext::after {
 content: "";
 background-image: url("../images/ceo-letter-pattern.png");
 background-size: cover;
 background-position: center bottom;
 height: 340px;
 display: block;
 width: 100%;
 z-index: -1;
 position: absolute;
 bottom: 0;
}*/

.donextinner {
  padding: 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  border-radius: 10px;
}

.donext-col h3 {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.donextinner .bi {
  margin-left: 20px;
  color: #1e276f;
}

.donext-col:hover h3 {
  color: #1e276f;
  -webkit-transform: translateX(3%);
  -ms-transform: translateX(3%);
  transform: translateX(3%);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.donextinner:hover .bi {
  color: #1e276f;
}

/***** Footer ****/

.foot-colone {
  padding-right: 20px;
}

.foot-coltwo {
  /*padding-left: 90px;*/
  padding-left: 30px;
}

.foot-colthree {
  padding-left: 45px;
  padding-right: 25px;
}

.foot-colfour {
  padding-right: 0;
  padding-left: 5px;
}

.footersocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footersocial li {
  margin-right: 15px;
}

.footersocial li:last-child {
  margin-right: 0;
}

.social-circle,
.social-circle:focus {
  width: 30px;
  height: 30px;
  background-color: #1e276f;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
}

.social-circle svg {
  font-size: 16px;
  color: #fff;
  width: auto;
  height: auto;
}

.social-circle .bi {
  font-size: 16px;
  color: #fff;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-circle:hover {
  background-color: transparent;
  border-color: #1e276f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-circle:hover svg {
  color: #1e276f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-circle:hover .bi {
  color: #1e276f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*.footdetailbox {
 display: flex;
 align-items: center;
}*/

.footcallbox p {
  display: inline-block;
  vertical-align: middle;
}

.footdetailbox img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.footer-menu {
  list-style: none;
}

.footer-menu li {
  /*line-height: 34px;*/
  margin: 5px 0;
}

.footmenulink,
.footmenulink:focus {
  font-family: "Poppins", sans-serif;
  /*font-size: 15px;*/
  font-size: 18px;
  font-weight: normal;
  line-height: 31px;
  color: #000;
}

.footlink,
.footlink:focus {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 31px;
  color: #000;
}

.footdetailbox.footaddbox img {
  margin-top: -5px;
}
.footaddbox .footlink {
  vertical-align: top;
}

.foot-webby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.foot-webby p a,
.foot-webby p a:focus {
  color: #000;
  font-size: 14px;
  line-height: 25px;
}

.foot-webby p a:hover {
  color: #1e276f;
}

/**===================================
=========== Inner Pages CSS ==========
====================================**/

.breadcrumblist {
  list-style: none;
}

.breadcrumblistcategory {
  padding-left: 15px;
}

.ctrgttlbox {
  padding-left: 15px;
}

.breadcrumblist li,
.breadcrumblist li a,
.breadcrumblist li a:focus {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  /*text-transform: uppercase;*/
  color: #1e276f;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 0 2px;
}

.breadcrumblist li a:hover {
  color: #000;
}

/**====== Our Story =======**/

.abtcoljrn {
  position: relative;
}

.abtcoljrn .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jrndevider {
  position: absolute;
  left: 80px;
  background-repeat: no-repeat;
  width: 2px;
  height: 650px;
  z-index: -1;
}

.ldrcol {
  text-align: justify;
}

.ldrcolinner {
  /*background-color: #ebebec;
  border-radius: 7px;*/
  padding: 30px 60px;
  border-bottom: 2px solid #ebebec;
}

.inrtstcol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inrtstcol1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.storyrating {
  position: absolute;
  bottom: 30px;
}

.storyrating li {
  display: inline-block;
}

.storyrating li i {
  font-size: 22px;
  color: #1e276f;
}

.inrtstcol2 {
  /* background-color: #eaebec;*/
  padding: 60px 50px 90px 50px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(168, 168, 168, 0.2),
     0px 0px 3px 3px rgba(168, 168, 168, 0.2);
}

.inrtstcol2::before {
  content: "\f6b0";
  position: absolute;
  /* background-image: url("../images/orange-quote.png");
 width: 32px;
 height: 28px;*/
  display: block;
  top: -15px;
  left: 40px;
  font-family: "bootstrap-icons";
  color: #1e276f;
  font-size: 46px;
}
/*
.inrtstcol2::after {
 content: "";
 position: absolute;
 background-image: url("../images/story/shape1.png");
 width: 57px;
 height: 35px;
 display: block;
 bottom: -30px;
 left: 40px;
}*/

.storydonext {
  position: relative;
  z-index: 0;
  padding-bottom: 150px;
}

.storydonext::after {
  content: "";
  background-image: url("../images/ceo-letter-pattern.png");
  background-size: cover;
  background-position: center bottom;
  height: 340px;
  display: block;
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.spabtrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.spabtcol2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spabtcoltwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.spabtcol .blackline {
  width: 100%;
  max-width: 230px;
  height: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  margin: 0 auto;
}

.tmlncol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.25%;
  flex: 0 0 14.25%;
  max-width: 14.25%;
  width: 100%;
  padding: 0 15px;
}

.tmlnicon {
  background-color: transparent;
  width: 100px;
  height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px dotted #1e276f;
  border-radius: 50px;
  font-size: 29px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.timeline .container-fluid {
  padding: 0 45px;
}

.tmlnrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  /* flex-direction: row;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tmlnicon::after {
  content: "";
  position: absolute;
  left: 100px;
  background-image: url("../images/story/story-line.png");
  width: 105px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center right;
}

.tmlncol:last-child .tmlnicon::after {
  background-image: none;
}
/*.tmlncol:nth-child(2n){
 flex-direction: column-reverse;
}*/

.tmlncol .tmlnttl {
  /* max-width: 170px;*/
  margin-top: 15px;
}
/*
.tmlncol:nth-child(2n) .tmlnttl{
 margin-top: 0;
 margin-bottom: 15px;
}*/

.tmlncol:last-child .tmlnttl,
.tmlncol:last-child .tmlnttl span {
  line-height: normal;
}

.tmlncol:last-child .tmlnttl span {
  font-size: 47px;
  display: block;
  line-height: 47px;
}

.award .container {
  max-width: 1140px;
}

.awardrw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-line-pack: center;
  align-content: center;
}

/*.awardcolinner{
display: flex;
 justify-content: space-between;
 align-content: center;
}*/

.awardcol-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arwardcolinner-thee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 120px;
}

.awdcol img {
  width: 100%;
  height: auto;
}

.org {
  max-width: 50%;
  text-align: left;
  width: 100%;
}

.awardcolinnertwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.valuecol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.valuecolinner img {
  -webkit-box-shadow: rgba(213, 213, 213, 0.4) 0px 0px 0px 0px,
     rgba(213, 213, 213, 0.4) 0px 0px 3px 3px;
  box-shadow: rgba(213, 213, 213, 0.4) 0px 0px 0px 0px,
     rgba(213, 213, 213, 0.4) 0px 0px 3px 3px;
  border-radius: 50%;
}

/*.videocol{
 display: flex;
 justify-content: center;
}*/

/**====== Contact =======**/
/*
.concol {
 padding: 0 40px;
}*/

.cnclocbox {
  position: relative;
  padding-left: 35px;
}

.conccmnbox {
  position: relative;
  padding-left: 45px;
}

.conccmnbox img {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 25px;
  color: #939598;
}

.cncloc a,
.cncloc a:focus {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 31px;
  display: block;
  font-weight: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.cncloc a:hover {
  color: #1e276f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.awdpic {
  width: 100%;
  height: auto;
}

.awardcol-oneinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awd {
  max-width: 150px;
  margin-left: -50px;
  margin-top: 110px;
}
/***** Contact Form *****/

.contactform {
  position: relative;
  padding-top: 100px;
  /* margin-bottom: 100px;*/
}
/*
.contactform::before{
 content: "";
 position: absolute;
 background-color: #ebebec;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 675px;
}*/

.conformboxinner {
  background-color: #fff;
  padding: 70px 120px;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  border-bottom: 5px solid #1e276f;
}

.cnformarw {
  position: absolute;
  left: -40px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  border-radius: 50%;
}

.cn-form-input,
.cn-form-input:focus {
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  text-transform: capitalize;
}

.contact-btn,
.contact-btn:focus {
  display: block;
  width: 100%;
}

#message {
  resize: none;
}

/**====== Product Page  =======**/

.propgcol {
  padding: 0 30px;
}

.propgcol a,
.propgcol a:focus {
  display: block;
  width: 100%;
  height: auto;
}

.propgcolinner {
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: center;
}

.propgimg {
  background-color: #f4f4f4;
  padding: 15px 25px;
  display: block;
  position: relative;
}

.propgimg i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 26px;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.propgttl {
  padding: 15px 15px 5px 10px;
  /* text-transform: uppercase;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  border-top: 1px solid #ebebec;
  margin-top: 10px;
}

.propgcol a:hover .propgimg i {
  color: #f26922;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.propgcol a:hover .propgttl h2 {
  color: #f26922;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/**====== Product Detail Page  =======**/

/*.proslcol {
 padding: 0 120px 0 15px;
}*/

.prosldesc {
  max-width: 600px;
  text-align: justify;
}

.prosldesclist li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 31px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

.prosldesclist li:last-child {
  padding-bottom: 0;
}

.prosldesclist li:before {
  content: "\F26E";
  position: absolute;
  left: 0;
  font-family: "Bootstrap-icons";
  font-size: 30px;
  color: #1e276f;
}

.usecol {
  position: relative;
  margin: 0 auto;
}

.productvideo-bg {
  width: 100%;
  height: 100%;
}

.prodtl-colspace:first-child {
  padding-right: 40px;
}

.prodtl-colspace:last-child {
  padding-left: 40px;
}

.prodtl-col h3 {
  text-transform: uppercase;
}

.prodesc-col img {
  width: 100%;
  height: auto;
}

.prosrsimg img {
  width: 100%;
  height: auto;
}

.prodescriptiontab-col img {
  width: 100%;
  height: auto;
}

/*
.usevideocol-inner iframe {
 width: 100% !important;
 height: 100% !important;
}*/
/**** Product Description ****/

/***** Service Slider *****/

.prdctbtn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.prdctbtn-box-one {
  width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-right: 30px;
}

.prdctbtn-box-one:last-child {
  margin-right: 0;
}

.prdctbtn-box-one a,
.prdctbtn-box-one a:focus {
  display: block;
  width: 100%;
}

.prdctbtn-box-one .guide-btn,
.prdctbtn-box-one .guide-btn:focus {
  display: block;
  width: 100%;
  /*font-size: 19px;
 padding: 15px 20px;
 text-transform: capitalize;*/
}

.services-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  /*padding-left: 50px;*/
}

.productslider-main {
  width: 100%;
}

.services-slider .main-container {
  width: 100%;
  margin-right: 30px;
  position: relative;
}
/*.prosslider {
 border: 2px solid #d9d9d9;
}



.productnav-container img {
 max-height: 85px;
}

/*.productnav-container .slick-slide {
 max-height: 95px;
 margin-bottom: 22px;
}
.services-slider .slick-track {
 margin-left: 50px;
}*/

/*.prosslider {
 border: 1px solid #000 !important;
 width: 100% !important;
 max-width: 600px !important;
 padding: 5px;
}*/

.prosslider img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.prodslider-inner {
  background-color: #f8f8f8;
  /* padding: 25px 25px;
 border: 2px solid #d9d9d9;*/
}

.prodsliderchild-inner {
  background-color: #f8f8f8;
  /*padding: 5px;*/
}

.productnav-container .slick-current.prossliderchild .prodsliderchild-inner {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1000) {
  .slider-nav {
     display: none !important;
  }
}

/* Position arrows */

/*.productslick-arrowbox {
 max-width: 70px;
 position: relative;
 bottom: 0px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
*/

.productslick-arrowbox .slick-arrow {
  background-color: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proslick-prev,
.proslick-next {
  /* position: absolute;
 top: auto;
 bottom: -22px;
 background-color: transparent;*/
  border: none;
  cursor: pointer;
  z-index: 10;
}

.proslick-prev.slick-arrow {
  left: 0;
}

.proslick-next.slick-arrow {
  right: 0;
}

.slick-arrow .bi {
  font-size: 17px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-arrow .bi.bi-chevron-left {
  left: -1px;
}

.slick-arrow .bi.bi-chevron-right {
  right: -1px;
}

.slick-arrow:hover {
  background-color: #f26922;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slick-arrow:hover .bi {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/***** Tab View ****/

.prodesctabinner {
  padding: 60px 90px;
}

.prodesctab {
  border: none;
}

.prodesctab li {
  border: none;
  margin: 0 30px 0 0;
}

.prodesctab .nav-link,
.prodesctab .nav-link:focus {
  background-color: #fff;
  font-size: 23px;
  line-height: 40px;
  padding: 15px 40px;
  border-radius: 0;
  border: none;
  /*color: #777c7c;*/
  color: #1e276f;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

#myTabContent .font-proxima {
  font-family: "Poppins", sans-serif !important;
  line-height: 42px;
}

.prodesctab .nav-link.active {
  background-color: #1e276f;
  color: #fff;
  border: none;
}

.prodesctab .nav-link img {
  margin-right: 20px;
}

.protbiconhover {
  display: none;
}

.prodesctab .nav-link.active .protbicon {
  display: none;
}

.prodesctab .nav-link.active .protbiconhover {
  display: inline-block;
}

.procntab {
  border: 2px solid #e2e2e2;
}

.prodtl-colinnerone {
  padding-right: 82px;
}

.prodtl-colinnerone2 {
  padding-right: 30px;
}

.prodtl-colinnerone-nospace {
  padding-right: 0;
}

.prodtl-colinnertwo {
  padding-left: 60px;
}

.prodtl-colinnertwo {
  padding-right: 75px;
}

.prodtcolinnertwo-nospace {
  padding-left: 0;
}

.prodsccol-list {
  padding-right: 75px;
}

.prodsccol-list li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

.prodsccol-list li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  color: #1e276f;
  font-size: 30px;
}

.prodsccol-list2 {
  padding-right: 75px;
  padding-left: 15px;
}

.prodsccol-list2 li {
  position: relative;
  /*list-style: none;
 padding-left: 30px;*/
  padding-bottom: 15px;
  line-height: 30px;
}

/*.prodsccol-list2 li::before{
 content: "\F26F";
 position: absolute;
 left: 0;
 font-family: "bootstrap-icons";
 color: green;
 font-size: 22px;
}*/

.prodsccol-list3 li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  padding-bottom: 5px;
  line-height: 30px;
}

.prodsccol-list3 li:before {
  content: "\F26E";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  color: #1e276f;
  font-size: 30px;
}
.digitalmicro-spd th,
.digitalmicro-spd tr,
.digitalmicro-spd td {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 10px 10px 10px;
  width: 33.33%;
}

.digitalmicro-spd th {
  padding-top: 20px;
}

.dmbtmbrd {
  border-bottom: 1px solid #e2e2e2;
}

.prodsccol-list2 li {
  padding-bottom: 5px;
}

.ttm th,
.ttm tr,
.ttm td {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 10px 10px 10px;
  width: 24%;
}

.ttm th {
  width: 28%;
}

.ttm th {
  padding-top: 20px;
}

.desclist {
  padding-left: 15px;
}

.desclist li {
  margin-top: 15px;
}

/** 26/09/2024 **/

.prodspectable {
  color: #000;
}

.prodspectable tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.prodspectable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-bottom: 1px solid #e3e3e3;*/
  margin: 10px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 10px;
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.prodspectable tr::after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #e3e3e3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 85%;
  width: 100%;
  bottom: 0;
}

.prodspectable th {
  width: 25%;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  font-weight: 600;
  padding-left: 0;
}

.prodspectable td {
  width: 60%;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  font-weight: 300;
}

.prodspecmnrw .row {
  border-bottom: 1px solid #ebebec;
}
/***** Request a Quote Form ****/
/*
.requestquote-form{
 position: relative;
 padding-top: 100px;
 margin-bottom: 100px;
}

.requestquote-form::before{
 content: "";
 position: absolute;
 background-color: #ebebec;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 675px;
}*/

.reqaqutformboxinner {
  background-color: #fff;
  padding: 70px 120px;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  border-bottom: 5px solid #1e276f;
}

.cnformarw {
  position: absolute;
  left: -40px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.3),
     0px 0px 5px 1px rgba(168, 168, 168, 0.3);
  border-radius: 50%;
}

.req-form-input,
.req-form-input:focus {
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  text-transform: capitalize;
}

.request-btn,
.request-btn:focus {
  display: block;
  width: 100%;
}

#reqmessage {
  resize: none;
}

.probrouchureinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.probrouchureinner .probrouttl {
  padding-top: 15px;
  padding-left: 30px;
}

.progd-form-input,
.progd-form-input:focus {
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  text-transform: capitalize;
}

#prodguide-btn,
#prodguide-btn:focus {
  display: block;
  width: 100%;
}

/**** back to top ****/
.dmtop,
.dmtop:focus,
.dmtop:hover {
  /*background-color: #2a292b;*/
  background-color: transparent;
  z-index: 100;
  /* width: 40px;
 height: 40px;
 line-height: 37px;*/
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #000 !important;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/*
.dmtop:hover {
 background-color: #3d3b3e;
}*/

.whats-app,
.whats-app:focus,
.whats-app:hover {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whats-app .svg-inline--fa {
  font-size: 34px;
  width: 40px;
  height: 40px;
}

/**** privacy policy ****/
#privacy-policy h3 {
  font-size: 40px;
  margin-bottom: 25px;
}

/*********** Thank You Page *************
*****************************************/
.thank-you {
  background-color: #0b1148;
  padding: 30px 0;
}

.thank-you h2 {
  color: #fff;
  font-size: 55px;
  font-weight: bold !important;
}

.thank-you-desc {
  background-color: #fff;
  padding: 20px 0;
}

.thankyou-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.thankyou-button {
  display: block;
  width: 100%;
  background-color: #000;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  max-width: 200px;
  margin: 15px auto 0;
}

/******** Product Range Page *********/

/*.productrange .title {
 padding-left: 10px;
}*/

/*.prorangecol {
 padding: 0 25px;
 max-width: 30%;
 width: 100%;
 flex: 0 0 30%;
}*/

.prorangecol a,
.prorangecol a:focus {
  display: block;
  width: 100%;
  height: 100%;
}

.prorangecolinner {
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.prorngimg {
  background-color: #fff;
  /*padding: 15px 25px;*/
  /* display: block;*/
  position: relative;
  /*height: 300px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prorngimg i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 26px;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.prorngimg img {
  width: auto;
  height: 100%;
}

/*
.productrng .propgttl h2 {
 text-transform: capitalize;
}
*/
/****** Hover CSS *****/

.prorangecol:hover h2 {
  color: #1e276f;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.prorangecol:hover i {
  color: #1e276f;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.prorangecolinner {
  /*transition: color 2s;*/
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
}

.prorangecolinner:before,
.prorangecolinner:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.prorangecolinner:before {
  top: 0;
  left: 0;
}

.prorangecolinner:after {
  bottom: 0;
  right: 0;
}

.prorangecol:hover a {
  color: inherit;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.prorangecolinner:hover:before,
.prorangecolinner:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  -o-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
}

.prorangecolinner:hover:before {
  border-top-color: #1e276f;
  border-right-color: #1e276f;
  -webkit-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  -o-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
}

.prorangecolinner:hover:after {
  border-bottom-color: #1e276f;
  border-left-color: #1e276f;
  -webkit-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  -o-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  /*transition:border-color 4s ease-out 0.04s, width 0.4s ease-out 0.04s, height 0.4s ease-out 0.6s;*/
}

/****** Hover CSS End *****/

/******** Category List Page *********/

.prolstcol {
  padding: 0 25px;
}

.prolstpgttl {
  padding: 15px 15px 5px 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mnhgt {
  min-height: 80px;
}

.prolstcol a,
.prolstcol a:focus {
  display: block;
  width: 100%;
  height: 100%;
}

.prolstcolinner {
  padding: 10px;
  text-align: center;
  height: 100%;
}

.prolstimg {
  background-color: #f4f4f4;
  padding: 15px 25px;
  display: block;
  position: relative;
}

.prolstimg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prolstimg i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 26px;
  color: #000;
  -webkit-transition: ease-out 0.02s;
  -o-transition: ease-out 0.02s;
  transition: ease-out 0.02s;
}

.prolstcol h2 {
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: ease-out 0.02s;
  -o-transition: ease-out 0.02s;
  transition: ease-out 0.02s;
}

.prodtl-ttl-check {
  position: relative;
  padding-left: 30px;
}

.prodtl-ttl-check::before {
  content: "\F26F";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  color: green;
  font-size: 22px;
}

/******Category List page Hover CSS *****/

.prolstcol:hover h2 {
  color: #f58634;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.prolstcol:hover i {
  color: #f58634;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.prolstcolinner {
  -webkit-transition: color 2s;
  -o-transition: color 2s;
  transition: color 2s;
  position: relative;
  border: 1px solid #d9d9d9;
}

.prolstcolinner:before,
.prolstcolinner:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.prolstcolinner:before {
  top: 0;
  left: 0;
}

.prolstcolinner:after {
  bottom: 0;
  right: 0;
}

.prolstcol:hover a {
  color: inherit;
  -webkit-transition: color 1s ease-out 0.01s;
  -o-transition: color 1s ease-out 0.01s;
  transition: color 1s ease-out 0.01s;
}

.prolstcolinner:hover:before,
.prolstcolinner:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  -o-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
}

.prolstcolinner:hover:before {
  border-top-color: #f58634;
  border-right-color: #f58634;
  -webkit-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  -o-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
}

.prolstcolinner:hover:after {
  border-bottom-color: #f58634;
  border-left-color: #f58634;
  -webkit-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  -o-transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
  transition: border-color 2s ease-out 0.02s, width 0.2s ease-out,
     height 0.2s ease-out 0.2s;
}

/****** Hover CSS End *****/

#header-form {
  border-bottom: 5px solid #1e276f;
}

/********* mega menu css ********/

/********* mega menu css ********/

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu {
  position: absolute;
  left: 0;
  right: 0;
  /* left:45%;
  
 margin-left: -45vw; */
  background-color: #fff;
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  /* Set the height and make it scrollable */
  max-height: 600px; /* Set your desired maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.mega_menu_item {
  width: 33.33%;
  padding: 5px 20px;
}

.mainNavigation li .mega_menu_item .megamenusbuttl {
  padding: 5px 10px !important;
  display: block;
}

.mainNavigation li .mega_menu_item a:hover {
  color: #1e276f;
}

.mega_menu_item .megamenusbuttl {
  margin-bottom: 5px;
  font-size: 18px;
  color: #1e276f;
  font-weight: 600;
}

.mega_menu_item img {
  width: 100%;
}

.mainNavigation li .mega_menu_item .mgmnlink,
.mainNavigation li .mega_menu_item .mgmnlink:focus {
  display: block;
  font-size: 16px;
  padding: 3px 10px !important;
}




#header-form .form-group{
    display: inline-block;
    max-width: 100%;
    transform: scale(0.85); /* Adjust the scale factor as needed */
    transform-origin: 0 0;
}

#productguide-form .form-group{
    display: inline-block;
    max-width: 100%;
    transform: scale(0.95); /* Adjust the scale factor as needed */
    transform-origin: 0 0;
}

.conformbox .form-group, .reqaqutformbox .form-group{
    display: inline-block;
    max-width: 100%;
    transform: scale(0.95); /* Adjust the scale factor as needed */
    transform-origin: 0 0;
}

.prodspecmnrw .prodspecmncol .row:last-child {
  border-bottom: 0;
}