@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');
@import url('');
* {
  margin:0px;
  padding:0px;
  outline:none;
}
ul {
  list-style:none;
}
a {
  text-decoration:none;
}
a:hover, a:focus {
  text-decoration:none;
}
img {
  border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
  margin:0px;
  padding:0px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
}
button:focus{
  outline: 0px;
  cursor: pointer;
}
body {
  font-size:15px;
  color:#000;
    font-family: 'Montserrat', sans-serif;
  /* font-family: 'Work Sans', sans-serif; */
  box-sizing:border-box;
    font-weight: 400;
  overflow-x:hidden;
}
.mt30{
  margin-top: 20px;
}
.mt60{
  margin-top: 60px;
}
/*--------------------------------*/
html {
  scroll-behvior:smooth;
}
::-webkit-scrollbar {
  -webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
  width:7px;
}
::-webkit-scrollbar-thumb {
  border-radius:10px;
  border:none;
  background-color:#7c797a;
}
::-webkit-scrollbar:horizontal {
  height: 7px; 
}
::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); 
}
/*--------------------------------*/
.fixed-top {
  position:fixed;
  top:40px;
  display:block;
  /*background: #fff;*/
}
.header_menu {
  padding: 0;
  display: flex;
 /* background: linear-gradient( 45deg, transparent 37%, #03175b 37%);*/
 /*box-shadow: 0px 0px 10px 3px rgb(70 70 70 / 30%);*/
  background: #fff;
  box-shadow: 5px 4px 11px 1px rgb(70 70 70 / 20%);
}
.header_menu .container{
  /*background: #fff;
  box-shadow: 0px 0px 10px 3px rgb(70 70 70 / 30%);*/
}
.header-scrolled .container {
    max-width: 100%;
}
.logo{
  position: relative;
  top: 0px;
}
#header .logo img {
  width:261px;
  height:auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo img {
  width:190px !important;
  height:auto;
  display:block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo{
  top: 0px;
}
/*.header-scrolled{
  box-shadow: 0 0 2px 2px #0000004a;
}*/
.header-scrolled .main-nav{
  margin-top: 16px;
}
.main-nav > ul {
  margin-top: 27px;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 0px 5px;
}
.main-nav a {
    display: block;
    position: relative;
    color: #002e5b;
    padding: 0px 10px;
    transition: 0.3s;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.60px;
    text-transform: uppercase;
}
.main-nav a:hover, .main-nav li > a:hover {
  color: #e41d32;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.bg li{
  background: #fff;
}
.main-top2 .header_menu {
    background: #fff;
}
.main-top2 .main-nav a {
    color: #000;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 175%;
  visibility: visible;
}
.main-nav .dropdown-width-175{
  min-width: 175px !important;
}
.main-nav .dropdown-width-200{
  min-width: 200px !important;
}
.main-nav .drop-down li {
  min-width: 240px;
  position: relative;
}
.main-nav .drop-down ul li a {
   padding: 12px 12px;
   font-size: 14px;
   color: #002e5b;
   border-bottom: 1px solid #eeeeee94;
}
.main-nav .drop-down ul li:last-child a{
  border-bottom: none;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #e41d32;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
  margin-top: 10px;
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.cont-call {
    margin: 0 0px 0 60px;
    position: relative !important;
    top: -10px;
}
.cont-call span {
    display: block;
    line-height: 20px;
    margin-right: 0;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
   /* padding: 4px;*/
    /*box-shadow: 0px 0px 60px 0px rgb(88 88 88 / 20%);*/
    position: absolute;
    left: -55px;
    top: 0px;
}
.cont-call a{
  font-weight: 500;
  font-size: 14px;
  padding: 0 0;
}

/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #264b8f;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 24px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.header-scrolled .main-nav > ul {
  margin-top:0px;
}

/*-- -------------------------- --*/
.top-menu{
  padding-top: 5px;
  position: relative;
}

.header_tp_dtl{
  position: relative;
  z-index: 99;
}
.header_tp_dtl ul {
    display: block;
    text-align: right;
}
.header_tp_dtl ul li {
    display: inline-block;
    padding: 2px 15px;
    border-right: 2px solid #af002af5;
}
.header_tp_dtl ul li.call_tp img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.header_tp_dtl ul li.call_tp a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.50px;
    font-family: 'Montserrat', sans-serif;
}
.header_tp_dtl ul li:nth-child(2) {
    border-right: 0px;
}
.header_tp_right{
  position: relative;
  z-index: 1;
  padding-top: 5px;
}
.header_tp_right ul li {
    display: inline-block;
    padding-left: 7px;
    font-weight: 700;
}
.header_tp_right ul li span{
  color: #fff;
  font-weight: 400;
}
.header_tp_right ul li img {
    margin-right: 8px;
}

/*-- -------------------------- --*/
#carousel{
    position: relative;
    padding-top: 70px;
}
#carousel:before {
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #396a91;
    display: block;
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
}
#carousel:after {
    content: "";
    position: absolute;
    right: -99%;
    top: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #d51d25;
    display: block;
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
}
#carousel .carousel-control {
    background:none;
    top: 45%;
    font-size:30px;
    text-align:center;
    width:40px;
    height:40px;
    opacity:1;
    position:absolute;
}
#carousel .carousel-control-right {
    right:4%;
}
#carousel .carousel-control-left {
    left:0;
}
#carousel .carousel-control-right span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel .carousel-control-left span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel:hover .carousel-control-right span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel:hover .carousel-control-left span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel .carousel-control span {
    color:#fff;
    background-color: #000000c7;
    height:45px;
    width:45px;
    z-index:121;
    line-height:45px;
    text-align:center;
    position:absolute;
}
#carousel .carousel-control span:hover {
    background-color:#1e1e1e;
}
#carousel .carousel-item .caption {
    background-color:rgb(0 0 0 / 20%);
    padding:40px;
    animation-duration:1s;
    animation-delay:1s;
}
.carousel-indicators {
    left:8%;
    bottom:0;
    right:auto;
}
.carousel-indicators li {
    height:4px;
    background-color:rgb(227 227 227 / 50%);
}
/*--------------------------------*/
.hm-why-us{
  padding: 80px 0 0px;
}
.hm-why-head{
  padding-bottom:40px;
}
.hm-why-head h2{
  text-align: center;
  color: #000;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
  position: relative;
}
.hm-why-head h2:after{
  content: "";
  position: absolute;
  content: "";
  background: #d51c23;
  width: 80px;
  height: 2.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}
.product-single {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #e41d32;
    padding: 30px 15px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 10%);
    z-index: 1;
}
.product-single:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
     -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.product-single:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.product-single .inner-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid #002e5b;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.product-single:hover .inner-img{
  border: 8px solid #396a91;
}
.product-single span {
    position: absolute;
    top: 28%;
    background: #00aff1;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.product-single h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
}
.product-single:hover h4{
  color: #002e5b;
}
.product-single p{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  z-index: 1;
}
.product-single:hover p{
  color: #626262;
} 
/*--------------------------------*/
.ttm-row {
    padding-top: 200px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
    background: #eef1f5;
    position: relative;
    margin-top: -118px;
}
.ttm-bgcolor-grey{
    background-color: #fff;
    box-shadow: 5px 0 10px 1px #0000000a;
}
.spacing-4 {
    padding: 40px 30px 40px 40px;
}
.section-title {
    position: relative;
}
.section-title.with-desc .title-header {
    margin-bottom: 10px;
}
.title-header h1{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.50px;
}
.title-header h1 span{
  color: #e41d32;
}
/*.section-title .title-header {
    margin-bottom: 40px;
    position: relative;
}
.section-title.with-desc .title-header:before{
    border-top-color: #da251c !important;
}
.section-title.with-desc .title-header:before {
    width: 52px;
    bottom: -20px;
    height: 4px;
    left: 0;
    top: auto;
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 0;
}*/
.section-title h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    color: #002e5b;
    letter-spacing: 1.4px;
}
.section-title .title-desc p{
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #626262;
    letter-spacing: 0.50px;
    font-family: 'Montserrat', sans-serif;
}
.common-btn {
    width: fit-content;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    padding: 0px 5px 0 15px;
    border: 2px solid #e4e4e4;
    box-shadow: 0 0 0 1px #e4e4e4;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e41d32;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    color: #fff;
}
.common-btn:hover {
    color: #fff !important;
    border: 2px solid #e4e4e4;
    box-shadow: 0 0 0 1px #e4e4e4;
}
.common-btn:hover:before {
    transform: scaleX(1);
}
.common-btn i {
    /* padding: 4px 9px; */
    background: #e41d32;
    border-radius: 50px;
    color: #fff;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-- -------------------------- --*/

.industrySection {
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
    max-width: 1366px;
    margin: 0 auto;
    padding: 70px 0px;
}
.industrySection::after{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
}
.industrySection::before {
    content: "";
    display: block;
    background: #002e5b;
    height: 80%;
    width: 375px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
.sectionHeading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 0.70px;
    position: relative;
    border-left: 4px solid #c71c23;
    padding-left: 15px;
    font-family: 'Montserrat', sans-serif;
}
.primaryText {
    font-size: 15px;
    line-height: 26px;
    color: #626262;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.50px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 60px;
}
.industrySection .industrygrayBox {
    position: relative;
    z-index: 1;
    padding: 60px 0px 30px 60px;
    background: #eef1f5;
}
.industrySection .industryBox {
    box-shadow: 0px 10px 25px rgb(0 0 0 / 16%);
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
}
.industrySection .industryBox:hover {
    transform: scale(1.05);
}
.industrySection .industryBox .heightBox {
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.industrySection .industryBox .heightBox img {
    transition: all 0.5s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-position: center top;
    object-position: center top;
}
.industrySection .industryBox span {
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    background: #e41d32;
    position: relative;
    z-index: 1;
    min-height: 54px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
}
.industrySection .industrygrayBox::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #eef1f5;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: -1;
}
/*---------------------------*/
.hm-cetificate{
  padding-top: 40px;
  padding-bottom: 80px;
}
.hm-cetificate-bord{
  border: 5px solid #002e5b;
  padding: 0px 0 60px 0;
  border-radius: 25px;
}
.hm-cetificate-head h2 span{
  position: relative;
  top: -20px;
  padding: 0 15px;
}
.hm-cetificate-head h2{
  text-align: center;
  color: #000;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.50px;
  position: relative;
}
.hm-cetificate-head h2:after {
    content: "";
    position: absolute;
    content: "";
    background: #d51c23;
    width: 80px;
    height: 2.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -0px;
}
.hm-cetificate-head h2 span{
  background: #fff;
}
.certified_sec ul {
  display:flex;
  justify-content:center;
}
.certified_sec ul li {
  width:16.5%;
  margin:0 10px;
}
.certificate_bx {
  border: 2px solid #E2E2E2;
    padding: 10px;
    background: #fff;
  border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
/*---------------------------*/
.hm-industry{
  padding: 10px 0 80px;
}
 
.hm-industry-head{
  padding-bottom:40px;
}
.hm-industry-head h2{
  text-align: center;
  color: #000;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
  position: relative;
}
.hm-industry-head h2:after{
  content: "";
  position: absolute;
  content: "";
  background: #d51c23;
  width: 80px;
  height: 2.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}


.industry_bx {
  overflow: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  position: relative;
  border-radius:15px;
  /*border: 2px solid rgb(226 226 226 / 60%);*/
}
.img_pd {
  margin-bottom:20px;
}
.industry_bx .product_mg {
  position: relative;
    overflow: hidden;
  -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.industry_bx:hover .product_mg {
    transform: rotate(-5deg) scale(1.2);
}
.industry_bx .product_mg img {
    object-fit: cover;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.industry_bx .product_dtl_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: -moz-linear-gradient(top, rgba(25, 36, 54, 0) 34%, rgba(25, 36, 54, 0.08) 39%, #002e5b 100%);
    background: -webkit-linear-gradient(top, rgba(25, 36, 54, 0) 34%, rgba(25, 36, 54, 0.08) 39%, #002e5b 100%);
    background: linear-gradient(to bottom, rgba(25, 36, 54, 0) 34%, rgba(25, 36, 54, 0.08) 39%, #002e5b 100%);
}
.product_dtl_inner span {
  color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
}

/*---------------------------*/
footer {
  /*background-color: #284964;*/
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-position: right bottom;
  background-image: url(../images/footer.jpg);
  background-size: cover;
}
.ftr-logo{
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0.2;
  z-index: 0;
}
.ftr-logo img{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
/*.ftr-logo1{
  opacity: 0.2;
  width: 600px;
  position: absolute;
  top: 40px;
  left: 50px;
  bottom: 0;
}*/
footer h3{
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}
footer h3:after{
  content: "";
  background: #d51c23;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
footer .foot-logo {
  position: relative;
}
footer .foot-logo span{
  font-size: 100px;
}
footer .foot-contact ul li {
  color: #fff;
  font-size: 15px;
  padding-left: 35px;
  font-weight: 400;
  letter-spacing: 0.2px;
  
}
footer .foot-contact ul img{
    position: absolute;
    top: 0px;
    left: 0;
}
footer .foot-contact ul {
  margin-bottom: 30px;
  position: relative;
}
footer .foot-contact ul li .mail-link{
  text-decoration: none;
  font-size: 16px;
  color: #fff; 
   transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;  
}
footer .foot-contact ul li .mail-link:hover{
  color: #e41d32;
}
footer .foot-link ul li {
 padding: 0px 0px 10px 15px; 
 position: relative;
}
.foot-link ul li:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin-right: 14px;
    vertical-align: middle;
    transition: all 200ms linear 0s;
    position: absolute;
    left: 0;
    top: 8px;
}
footer .foot-link ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
   transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;  
}
footer .foot-link ul li a:hover{
  color: #e41d32;
}
.bottom-strip{
  border-top: 1px solid rgb(255 255 255 / 4%);
  padding-top: 30px;
  margin-top: 30px;
}
.bottom-strip .copyright {
  margin: 0px;
  font-size: 15px;
  color: #fff;
}
.bottom-strip .cmny-link{
  margin: 0px;
  font-size: 15px;
  color: #fff;
  text-align: right;
}
.bottom-strip .cmny-link a{
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.bottom-strip .cmny-link a:hover{
  color: #fff;
}

.hm_foot_hed li a:hover {
    opacity: 1;
    color: #ffffffb8;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: underline;
}
.hm_foot_hed li a {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.50px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social-icon li a i {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 4px;
    font-size: 15px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.foot-link .social-icon li{
  padding-left: 0px;
}
.foot-link .social-icon li:after{
  content: "";
  display: none;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.icon2 i {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}
.icon3 i {
    background: #2ba63a;
    color: #fff;
    border: 1px solid #2ba63a;
}
.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.icon4 i {
    background: #0092cb;
    color: #fff;
    border: 1px solid #0092cb;
}
.icon6 i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}
footer .row{
  position: relative;
  z-index: 1;
}

.social_link_fxd {
    position: fixed;
    z-index: 123;
    bottom: 2%;
    right: 15px;
}
.social_link_fxd ul li {
    margin-bottom: 5px;
}
.social_link_fxd img {
    width: 48px;
    height: auto;
    border: 2px solid #FFF;
    border-radius: 50%;
}
/*-- ----------------------- --*/

.inr-banner{
    position: relative;
    padding: 4rem 0 6rem;
    margin-top: 82px;
    background: linear-gradient(to right, rgb(0 46 91 / 60%), rgb(0 46 91 / 60%)), url(../images/product-bg.png);
    background-size: cover;
    color: #fff;
}
.inr-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #396a91;
    display: block;
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
}
.inr-banner:after {
    content: "";
    position: absolute;
    right: -99%;
    top: -80px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #db2129;
    display: block;
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: -1;
}
.back_page_url ul li {
    display: inline-block;
    padding-right: 35px;
    position: relative;
    font-size: 0.9rem;
}
.back_page_url ul li:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0,0,0,.2);
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 6px;
}
.back_page_url ul li:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 6px;
}
.back_page_url ul li a {
    color: #fff;
}
.back_page_url ul li a:hover{
    color: #c71c23;
}
.back_page_url ul li:first-child a{
    color: #c71c23;
    font-weight: 900;
}
.back_page_url ul li:last-child:after, .back_page_url ul li:last-child:before{
  display: none;
}
.inr-bnr-heading h1{
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 2.2rem;
}
.inr-bnr-heading h1 span{
  position: relative;
}
/*.inr-bnr-heading h1 span:after{
  content: "";
  height: 2px;
  background: #fff2;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0px;
}*/
/*-- ----------------------- --*/

.about{
  padding: 80px 0;
  position: relative;
}
.about:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 25%;
    z-index: -1;
    background: #F2F2F2;
}
.about-img{
  width: 90%;
}
.about-img img{
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.about-dtl h2{
  font-weight: 700;
  padding-bottom: 10px;
  color: #286f99;
}
.about-dtl h2 span{
  color: #e41d32;
}
.about-dtl p{
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #414141;
  letter-spacing: 0.50px;
}
.aling-center {
  align-items: center;
}

/*---------------------------*/

.contact{
    padding: 100px 0 60px;
}
.contact-dtl{
  text-align: center;
}
.contact-dtl h2 {
    font-size: 1.85rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #396a91;
    display: block;
    padding-bottom: 5px;
}
.contact-dtl h5{
    color:rgb(116, 116, 116);
    font-size: 17px;
    letter-spacing: 0.2px;
    display: block;
    font-weight: 400;
    padding-bottom: 15px;
}
.contact_box{
    height: 100%;
    position: relative;
    border: 2px solid #286f9a;
    box-shadow: 0 5px 10px rgb(14 35 73 / 0%);
    background-color: #ffffff;
    padding: 25px 25px 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.contact_detail ul li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f6f6f6;
    font-size: 15px;
    color: #666;
}
.contact_detail ul li strong {
    font-size: 16px;
    color: #e41d32;
    letter-spacing: 0.50px;
}
.contact_detail ul li p, .contact_detail ul li p a {
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #666;
    display: inline-block;
    font-size: 15px;
}
.contact_detail ul li:last-child{
  margin-bottom: 0px;
  border: none;
}
.mt60{
  margin-top: 60px;
}
.contact_right iframe{
  height: 565px;
}
.contact_form {
    position: relative;
    content: '';
    background: #fff;
    padding: 30px 30px 40px;
    border-radius: 0px;
    border: 1px solid #eee;
}
.carrier_form span {
    color: rgb(116, 116, 116);
    font-size: 17px;
    letter-spacing: 0.2px;
    display: block;
    font-weight: 400;
    padding-bottom: 5px;
}
.carrier_form h4 {
    font-size: 21px;
    color: #296f99;
    letter-spacing: 0.10px;
    font-weight: 500;
    padding-bottom: 20px;
}
.carrier_form .form-group {
    margin-bottom: 15px;
}
.carrier_form .form-group input {
    display: block;
    width: 100%;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    background: #fff;
    border-color: #ebebeb;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
}
.carrier_form .form-group textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #000;
    font-weight: 400;
    height: 100px;
    font-size: 14px;
    border-radius: 2px;
    border-color: #ebebeb;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    background: #fff;
}
.butn-bg0 {
    font-size: 13px;
    padding: 10px 30px;
    background: #396a91;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: block;
    border: 2px solid #fff;
}

/*----------------------*/
.prod-dtl{
  margin-bottom: 80px;
}
.inner_product_lst_bx {
  box-shadow:0px 0px 10px rgba(29, 58, 83, 0.15);
  display:block;
  border-top:4px solid #e41d32;
  background:#fff;
  position:relative;
  z-index: 99;
  margin-top: -30px;
  margin-bottom: 40px;
}
.inner_product_lst_bx h5 {
  padding:20px 15px;
  font-size:20px;
  font-weight:600;
  letter-spacing:1px;
  display:block;
  background:#396a91;
  color: #fff;
}
.product_lst_dtl ul {
  padding-top:20px;
}
.product_lst_dtl ul li {
  padding:10px 20px;
  border-bottom:1px solid #efefef;
}
.product_lst_dtl ul li:last-child {
  border-bottom:0px;
}
.product_lst_dtl ul li a {
  color: #464646;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    display: block;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_lst_dtl ul li:hover a {
  color:#e41d32;
}
/*.product_lst_dtl ul li > a:after {
    content: "\f141";
    font-family: FontAwesome;
    padding-left: 5px;
  color:#efefef;
    font-size: 15px;
}*/

/* Slick-Slider */
.prod-logos{
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
.slick-slide {
    margin: 0px 10px 15px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**/
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.5rem;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dbdbdb;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #858585;
}
/**/

.prod-images{
    padding: 5px;
    background: #fdfdfd;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: all .5s ease;
}
.prod-images:hover {
    transition: all .5s ease;
    transform: translateY(10px);
}


.prod-content h2{
  font-weight: 600;
  font-size: 23px;
  color: #396a91;
  padding-bottom: 10px;
}
.prod-content h4{
  font-weight: 600;
  font-size: 23px;
  color: #396a91;
  margin-top: 30px;
  padding-bottom: 15px;
}
.prod-content h6{
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 25px;
}
.prod-content h5 {
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 10px; */
    line-height: 28px;
    color: #396a91;
}
.prod-content p{
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #414141;
      letter-spacing: 0.50px;
}
.prod-content p b{
  font-weight: 500;
  color: #000;
}
.prod-content ul{
  padding-bottom: 20px;
  display: block;
}
.prod-content .bullet li{
  padding-left: 15px;
  margin-bottom: 10px;
  color: #414141;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  letter-spacing: 0.50px;
}
.prod-content .bullet li:after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 13px;
  transform: translate(-50%,-50%);
}
.prod-content-img img{
    border: 10px solid #fff;
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    margin: 20px 0;
    border-radius: 25px;
}
.align-center{
  align-items: center;
}

.table .primary{
  background: #002e5b !important;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.table-striped thead{
  background: #e41d32;
  color: #fff;
  font-size: 15px;
}
.table-bordered td{
  font-weight: 500 !important;
}
.table-heading h4{
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  clear: #1a2452;
}
.prod-table h3{
  font-weight: 600;
  color: #396a91;
  font-size: 23px;
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.prod-table thead{
  background: #e51d25;
  color: #fff;
}
.table-bordered th, .table-bordered td{
  border: 1px solid #0000001f;
}
.prod-table tbody tr th, .prod-table tbody tr td{
  font-weight: 500 !important;
}
.prod-table thead tr th{
  font-weight: 500 !important;
}

/**/

.service{
  padding: 80px 0;
}
.mtb40{
  margin-top: 40px;
  margin-bottom: 40px;
}
.strapping{
  border: 1px solid #f5f5f5;
}
.strapping h4{
  width: 100%;
  padding: 10px 0;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #396a91;
  text-align: center;
}
.strapping ul{
  padding-bottom: 0px;
}
.strapping ul li{
  padding: 10px 0 10px 10px;
}
.strapping ul li span{
  font-weight: 500;
}
.strapping ul li.grey{
  background: #f5f5f5;
} 

/*---------------------*/

.product_inner_main{
  padding: 80px 0;
}
.inn-product-bx {
    padding: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.inn-product-bx:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-rht-lst h5 {
    font-size: 18px;
    color: #fff;
    background: #db2129;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.product-rht-lst ul li a {
    background-color: #fff;
    padding: 8px 15px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 6%);
    margin-bottom: 15px;
  font-size: 15px;
  font-weight:500;
    color: #000;
  letter-spacing:0.50px;
    text-transform: capitalize;
    display: block;
}
.product-rht-lst ul li a:hover {
  background-color: #3e9bd5;
  color:#fff !important;
}
.product-rht-lst ul li a i {
  margin-right:5px;
  color: #3e9bd5;
}
.product-rht-lst ul li a:hover i {
  color: #fff;
}
.product-rht-lst {
  position:sticky;
  content:'';
  top:10%;
  z-index:1;
}
.inn-prd-hd ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding-top: 10px;
}
.inn-prd-hd h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
}
.inn-prd-hd {
    padding-bottom: 20px;
}
.product-rht-lst {
  margin-right:15px;
}


/*---------------------*/


.blog-section {
  padding: 50px 0;
}

.blog-box {
  border: 1px solid #214567;
  padding: 7px;
  border-radius: 5px;
}

.blog-head {
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  color: #454545;
  line-height: 1.5;
}

.blog-box a:hover {
  color: #b7191f;
}

.blog-head-btn {
  display: flex;
  align-items: center;
}

.blog-btn {
  background-color: #db2129;
  width: 71px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.blog-btn i {
  color: #fff;
  font-size: 20px;
}
/* blog ends */
/* blog */

.blog-detail-section {
  padding: 50px 0;
}

.inner-blog-sec {
  padding-bottom: 0 !important;
}

/* faq */
.faq .card {
  background-color: #f8f9fa;
  border: 1px solid #396a91;
  margin-bottom: 20px;
  border-radius: 0px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: relative;
  line-height: 22px;
}

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #b7191f;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.faq .card-body {
  padding: 1.25rem;
}

.inner_product_hed h2 {
    font-size: 25px;
    line-height: 1.5;
    color: #313131;
    /* font-family: Roboto Condensed, sans-serif; */
    font-weight: 600;
    letter-spacing: -0.9px;
    transition: color 0.2s linear;
    margin-bottom: 15px;
}

.color-line2 {
    margin: 0 0;
    background: #000000;
}

.prod-categ {
  background: #ffffff;
  padding: 25px 20px 25px 20px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 110px;
  border: 1px solid #b7191f;
}

.prod-categ ul li {
  padding-top: 15px;
  border: 1px solid #ba5446;
  padding-bottom: 15px;
  margin-bottom: 12px;
  padding-left: 14px;
  transition: all 0.6s;
}

.prod-categ ul a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.prod-categ ul li:hover {
  background: #ca3e2d;
  color: #fff;
  transition: all 0.6s;
}

.prod-categ ul a .active-list {
  background: #b7191f;
  color: #fff;
}


.color-line {
    width: 80px;
    height: 5px;
    position: relative;
    background: #db2129;
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    /* margin: 0 auto; */
}
.inner_product_hed p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    font-family: Roboto, sans-serif;
    line-height: 28px;
    margin-top: 30px;
}

.prod-desc-dtl h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    color: #252525;
}


.prod-desc-dtl p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    font-family: Roboto, sans-serif;
    line-height: 28px;
}

.prod-desc-dtl-appliction-heading {
    font-size: 17px;
    padding-bottom: 7px;
    display: block;
}
.bullet li {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    padding: 4px 0 4px 30px;
    position: relative;
}
.bullet li:before {
    content: "\2714";
    position: absolute;
    top: 4px;
    left: 0px;
    color: #e81122;
}