@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('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
}
  
body {
	font-size:15px;
	color:#000;
  font-family: 'Poppins', sans-serif;
	box-sizing:border-box;
  font-weight: 400;
	overflow-x:hidden;
}
/************************/
html {
	scroll-behvior:smooth;
}
::-webkit-scrollbar {
	-webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
	width:7px;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	border:none;
	background-color:#7c797a;
}
::-webkit-scrollbar:horizontal {
	height: 7px; 
}
::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, 0.5); 
}
/*--------------------------------*/
.header_tp {
    position:relative;
    height:30px;
}
.header_menu{
    padding: 12px 0;
}
.header_tp_dtl ul {
     display:block;
     float:right;
     margin-top: 0px;
}
}
 .header_tp_dtl ul>li {
     float:left;
     display:flex;
     padding:2px 15px;
     /*border-right:2px solid #e2e2e2;*/
}
.header_tp_dtl ul li ol li{
     float:left;
     display:flex;
     padding:0px 10px;
}
.header_tp_dtl ul li ol li a{
    font-weight: 600;
    letter-spacing: 0.50px;
    transition: all 200ms linear;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #959393;
}
.header_tp_dtl ul li:nth-child(1),.header_tp_dtl ul li:nth-child(2) {
     position: relative;
     top: 10px;
}
 .header_tp_dtl ul li:last-child {
     border-right:0px;
     border-left: 2px solid #e2e2e2;
}
 .header_tp_dtl ul li.call_tp img {
     margin-right:10px;
     width:22px;
     height:22px;
     margin-top:0px;
}
.header_tp_dtl ul li span{
    font-weight: 600;
}
 
/* .header_tp_dtl ul li.call_tp span {
     font-weight:bold;
     color:#002B62;
     font-size:11px;
     text-transform:uppercase;
}*/
 .header_tp_dtl ul li.call_tp a {
     color:#878787;
     font-weight:500;
     font-size:14px;
     font-family: 'Poppins', sans-serif;
}
/* .header_tp_dtl ul li.call_tp:hover a {
     color:#0d8247;
}*/
 .header_tp_dtl ul li .tp_enquiry {
     padding:0 25px;
     line-height:36px;
     background:#03467e;
     font-size:13px;
     border-radius: 30px;
}
 .header_tp_dtl ul li .tp_enquiry a {
     color:#fff;
     font-weight:600;
     letter-spacing:0.25px;
     border-radius: 30px;
     font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
}
 .header_tp_dtl ul li .tp_enquiry a i {
     margin-right:10px;
}
 .header_tp_dtl ul li .tp_enquiry:hover {
     background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
}
.menu-icon {
    float: left;
    width: 60px;
    cursor: pointer;
    padding: 10px 0;
}
.bar1, .bar2, .bar3 {
    height: 2px;
    width: 32px;
    background-color: #232639;
    margin: 2px 0;
    transition: 0.4s;
    border-radius: 6px;
    float: right;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}
.menu-icon .bar2 {
    width: 48px;
}
.menu-icon .bar3 {
    width: 60px;
}
.menu-icon:hover .bar1 {
    width: 38px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}
.menu-icon:hover .bar2 {
    width: 52px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}

/**********************/
.fixed-top {
	position: relative;
    display: block;
    background: #fff;
    top: 0px;
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);
	/* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
/*#header:after{
	position: absolute;
    content: '';
    top: 0px;
    right: 0;
    display: block;
    height: 2px;
    width: 70%;
    background: linear-gradient(90deg,#fff,#e2e2e2);
}*/
.header-scrolled .logo {
	/*margin-top: -10px;
	transition:all.5s ease;*/
}
.header-scrolled .scrollto img {
	width: 131px;
    height: auto;
    transition: all.5s ease;
   /* margin-top: 11px;*/
}
.header-scrolled .header_menu{
  padding: 8px 0 5px;
}
.header-scrolled .main-nav > ul{
    margin-top: 10px;
    transition: all.5s ease;
}
.logo {
    background: #fff;
	position: relative;
	transition:all.5s ease;
	/*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}
.header-scrolled {
    position: fixed;
   /* padding: 7px 0 8px;*/
}
.scrollto img {
	width:158px;
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	float:right;
	transition:all.3s ease-in-out;
}
.main-nav > ul{
/*	margin: 4px 0;*/
    display: flex;
    margin-top: 25px;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	color: #232639;
    font-weight: 400;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0px 18px;
    font-family: 'Poppins', sans-serif;
    margin-top: -10px;
}

/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}*/
.main-nav .drop-down ul li:after {
	display:none;
}
 
.cont-call{
    margin: 0 0px 0 80px ;
    position: relative !important;
    top: -10px;
}
.cont-call span{
    display: block;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 0px 60px 0px rgb(88 88 88 / 20%);
    position: absolute;
    left: -70px;
    top: -12px;
}
.cont-call a:hover{
  color: #2286c5 !important;
}
.header-scrolled .cont-call span{
    width: 55px;
    height: 55px;
    line-height: 25px;
    left: -55px;
    top: 0px;
}
.header-scrolled .main-nav a{
  font-size: 15px;
}
.main-nav a:hover, .main-nav .active > a{
	color: #2286c5;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    /* border-radius: 3px; */
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 240px;
	position: relative;
}
.main-nav .drop-down ul li {
	/*border-bottom: 1px solid #f4f4f7;*/
}
.main-nav .drop-down ul li:last-child{
    border-bottom: 0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 12px 10px;
    display: block;
    color: #464646;
    border-radius: 2px;
	font-weight: 400;
  transition: all 200ms linear;
	font-family: 'Poppins', sans-serif;
  font-size: 15px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
	width:100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #2286c5;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
    font-size: 16px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mega_wdth {
    width: 50%;
    display: inline-block;
}
.mega_wdth span {
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    padding-left: 6px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #8cc63f;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 0px 0px 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;
}
/************************/
#carousel {
    overflow:hidden;
}
#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%);
}
/*************************/
/*************************/
.sidebar-contact {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -33%;
   width: 300px;
   height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 10px 13px rgba(0,0,0, .3);
  transition: 0.5s ease-in-out;
  z-index: 99999;
   display:block;
}
.sidebar-contact {
    top: 50%;
    height: auto;
    padding: 28px;
    display: block;
    right: -300px;
    width: 300px;   
}
.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea{
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0,0,0, .5);
  outline: none;
}

.sidebar-contact textarea {
  height: 90px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
     background: #2286c5;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    border: 1px solid#2286c5;
  
}
.sidebar-contact h2 {
    margin: 20px 0 15px;
    padding: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #2286c5;
    line-height: 22px;
}

.toggle {
    position: absolute;
    top: 28%;
    left: -48px;
    width: 48px;
    height: 150px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    background: #007db8;
    padding: 5px;
    border: 3px solid #007db8;
    border-radius: 10px 0 0 10px;
    z-index: 999;
}

.toggle::before {
    content: 'Contact us';
    font-size: 21px;
    padding-left: 7px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
   letter-spacing: 0.5px;
   white-space: 0.8px;
}

 
.closeform {
    background: #2d2d2d;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 16px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    cursor:pointer;
}
 
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: normal;
}
  
.modal-header .close2 {
    margin-top: -40px;
    font-size: 25px;
}
.modal-header {
    padding: 0px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .h4 {
    font-size: 21px;
}
#myModal{
    display:none !important;
}
.capbox {
    width: 100%;
    background-color: #BBBBBB;
    background-image: linear-gradient(#BBBBBB, #9E9E9E);
    border: #2d2d2d 0px solid;
    border-width: 2px 2px 2px 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    }

.capbox-inner {
    font: bold 12px arial, sans-serif;
    color: #000000;
    background-color: #E3E3E3;
    margin: 0px ;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    display: inline-block;
    width: 55%;
}

.CaptchaDiv {
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    user-select: none;
    padding: 7px;
    border-radius: 4px;
    display: inline-block;
    width: 95px;
    text-align: center;
    height: 41px;
    }

.CaptchaInput { 
    border: #38B000 2px solid; 
    margin: 3px 0px 1px 0px; 
    width: 98%; 
}

/*************************/
.hm-about{
  padding: 100px 0 140px;
}
.about-main-head h1{
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
.about-us-left h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #007db8;
    text-transform: uppercase;
    padding-top: 5px;
}
.about-us-left h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #223548;
    margin-top: 6px;
    margin-bottom: 11px;
}
.about-us-left p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 15px;
    text-align: justify;
}
.entry-content p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #707070;
    text-align: justify;
}
.entry-content .link{
    display: inline-block;
    margin-top: 10px;
}
.link {
    font-size: 1rem;
    color: #007db8;
    font-weight: 500;
    border-bottom: 1px solid #007db8;
    margin-top: 15px;
    transition: all .5s ease-out;
}
.link:hover {
    color: #373435;
    border-bottom: 1px solid #373435;
    letter-spacing: 2px;
}
.hm-abt-btn .btnlight{
  margin: 0 auto;
  display: table;
  background: #007db8;
  color: #fff;
  margin-top: 30px;
}
.vision_box_02 {
    padding: 0;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.vision_img {
    width: 100%;
    transition: all .5s ease-out;
}
.vision_box_02:hover .vision_img {
    scale: 1.1;
}
.vision_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.vision_box_02body {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    color: #fff;
    padding: 2rem;
    display: flex;
    align-items: start;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(255,255,255,0.1));
}
.vision_box_02 h3 {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.vision_box_02 h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    transition: all .5s ease-out;
    border: 2px solid #fff;
}
.vision_box_02 p {
    font-size: 1rem;
    letter-spacing: 0.2px;
}
.mt-60 {
    margin-top: 60px !important;
}
/*
.vision_box {
    border: 1px solid rgba(0,0,0,.2);
    padding: 2rem;
    border-radius: 25px;
    height: 100%;
    position: relative;
    transition: all .5s ease-out;
    overflow: hidden;
}
.vision_box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    width: 0;
}
.vision_icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
}
.vision_icon img {
    width: 70%;
}
.vision_box h3 {
    font-size: 2rem;
    margin: 1rem 0;
    color: #2286c5;
    transition: all .5s ease-out;
}
.vision_box p {
    transition: all .5s ease-out;
}
.vision_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background: #2286c5;
    transition: all .3s ease-out;
    z-index: -1;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-40 {
    margin-top: 40px !important;
}
.vision_box:hover {
    border: 1px solid #2286c5;
    box-shadow: #26394d 0 20px 30px -10px;
}
.vision_box:hover p, .vision_box:hover h3 {
    color: #fff;
}
.vision_box:hover::after {
    left: 0;
}*/
/*-------------*/
.hm-prod{
  position: relative;
  background: #f6f6f6;
  margin-top: 260px;
}
.hm-prod::before {
    content: '';
    width: 100%;
    height: 162px;
    display: inline-block;
    background: url(../images/about-top-background.png) no-repeat top left;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: 100%;
}
.hm-heading h2{
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 700;
}
.hm-heading{
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.hm-heading h2{
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 700;
}
.hm-heading-bord{
  height: 3px;
  width: 100px;
  background: linear-gradient(90deg, #007db8 0%, #007db8 100%);
  left: 50%;
  transform: translate(-40%, -50%);
  border-radius: 2px;
  position: relative;
  
}
.hm-heading-bord:after{
    background-color: #007db8;
    color: #007db8;
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    width: 4px;
    height: 3px;
    border-radius: 50%;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}
.about-cat-list {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 17px;
    border-radius: 10px;
    transition: all 500ms ease;
    position: relative;
    border: 1px solid #ececec;
}
.about-cat-list:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.about-cat-list:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.about-cat-list:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.cat-list-content {
    float: left;
    width: 100%;
    background-color: #c3d0d963 !important;
    border-radius: 10px;
    text-align: center;
    padding: 15px 10px 20px 10px;
}

.cat-list-content img {
    margin: 0 auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.cat-list-content h2 {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin-top: 6px;
}
.cat-list-content h2 a {
    color: inherit;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.carousel-wrap{
    position: relative;
    top: -320px;
}

.hm-cetified-top{
  position: relative;
  margin-top: -220px;
  padding-bottom: 80px;
}
.hm-cetified{
  text-align: center;
}
.hm-cetified img{
      transition: all 300ms linear 0ms;
    -webkit-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
}
.hm-cetified:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 300ms linear 0ms;
    -webkit-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
}
.hm-cetified:hover h4 {
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hm-cetified h4 {
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hm-cetified p{
  font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c3c3c;
    width: 84%;
    display: table;
    margin: 0 auto;
    min-height: 66px;
}
/*-------------*/
.wp_icon {
    position: fixed;
    bottom: 30px;
    right: 0;
    background: #00a651;
    color: #fff!important;
    font-size: 2rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    border-radius: 50px 0 0 50px;
    box-shadow: 3px 0 5px 1px rgb(0 0 0 / 20%) inset, 3px 0 5px 1px rgb(0 0 0 / 20%) inset;
    animation: wp_icon 1s infinite linear;
}
@keyframes wp_icon{
  0% {
      outline: 2px solid #00a651;
  }

  25% {
      outline: 8px solid rgba(0,166,81,.5);
  }
  50% {
      outline: 10px solid rgba(0,166,81,.2);
  }
  100% {
      outline: 12px solid transparent;
  }
}
/*-------------*/
.hm-industry{
  width: 100%;
  background: url(../images/certified-background.png) no-repeat center center;
}
.pd100{
  padding: 100px 0;
}
.icon_box {
    border: 1px solid #96999b6b;
    padding: 1rem;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}
.hm-industry-margin .col-lg-4{
  margin: 10px 0;
}
.hm-industry-img img{
  margin-top: 15px;
}
.hm-industry-head{
  position: relative;
  margin-bottom: 25px;
}
.hm-industry-head h2{
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 700;
}
.hm-industry-head-bord{
  height: 3px;
  width: 100px;
  background: linear-gradient(90deg, #007db8 0%, #007db8 100%);
  left: 0;
  border-radius: 2px;
  position: relative;
  margin-left: 27px;
}
.hm-industry-head-bord:after{
    background-color: #007db8;
    color: #007db8;
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    width: 4px;
    height: 3px;
    border-radius: 50%;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}
.icon_box .icon {
    max-width: 48px;
    margin-right: 24px;
    transition: all .5s ease-in-out;
}
.icon_box:hover .icon {
    display: none;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.icon_info {
    align-self: center;
}
.icon_box h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.icon_bg {
    position: absolute;
    width: 100px;
    right: -100px;
    bottom: -100px;
    transition: all .5s ease-out;
    opacity: 0;
    z-index: -1;
}
.icon_box:hover .icon_bg {
    opacity: .5;
    right: 15px;
    bottom: -15px;
}
/*------------------*/
.top-ftr{
    background: #2286c5;
    --bs-text-opacity: 1;
    color: rgba(248,249,250),var(--bs-text-opacity)!important;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}
.footer_que {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call_box {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-left: 4px solid #fff;
    padding-left: 1rem;
}
.call_img {
    width: 60px;
}
.call_info{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.call_info a {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}
.btnlight {
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out!important;
    color: #223548;
    border: 1px solid transparent;
}

.hm_footer_sec {
    /* padding:80px 0 40px 0; */
    padding:65px 0 50px 0;
    background: #1f1f1f;
}
.foot_line{
  padding: 5px 0;
}
.hm_footer_sec .col-md-3{
    border-style: dashed;
    border-width: 0px 1px 0px 1px;
    border-color: #EDEDF447;
}
.hm_foot_hed {
    padding-bottom:8px;
}
.ftr-bl{
  border-left: none !important;
}
.ftr-bl img{
  margin-bottom: 10px;
}
.hm_foot_hed h4 {
    font-size: 21px;
    color: #fff;
    margin-bottom:18px;
    display:block;
    font-weight:600;
    padding-bottom:10px;
    position:relative;
}
.hm_foot_hed h4:before {
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    width: 40px;
    height: 3px;
    background: #2286c5;
}
.foot_line p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    text-align: justify;
    opacity: 0.8;
}
.hm_foot_hed span a {
    font-size: 24px;
    color: #fff;
    height:40px;
    text-transform:capitalize;
    line-height: 30px;
    display:block;
    padding-bottom:10px;
}
.hm_foot_hed span a:hover {
    color:#e31e24;
}
.hm_foot_hed ul li a i {
    margin-right:3px;
}
.hm_foot_hed ul li a {
    /*color: rgb(255 255 255);*/
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    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;
    opacity:0.8;
}
.hm_foot_hed ul li a:hover {
    opacity: 1;
    color: #2286c5;
    -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;
}
.hm_foot_hed p {
    color: #fff;
    line-height: 22px;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
}
.hm_foot_hed p span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.hm_foot_hed p a {
    color:#fff;
    opacity:0.8;
}
.hm_foot_hed p a:hover {
    color:#2286c5;
}
.social-icon ul {
    margin-top:20px;
    display: table;
    opacity:1;
}
.social-icon ul li {
    float: left;
    padding-right: 5px;
}
.social-icon ul li a {
    opacity: 1;
}
.social-icon ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius:50%;
    font-size:20px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.icon2 i {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}
.icon3 i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    border: 1px solid #d6249f;
}
.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.icon4 i {
    background: #40c1df;
    color: #fff;
    border: 1px solid #40c1df;
}
.icon6 i {
    background: #e71807;
    color: #fff;
    border: 1px solid #e71807;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.foot_gap {
    height:40px;
}
.footer_btn {
    padding: 15px 0;
    background:#fff;
}
.foot_dp_txt{
  padding-top: 20px;
  border-style: dashed;
  border-width: 1px 0px 0px 0px;
  border-color: #EDEDF447;
  margin-top: 15px;
}
.foot_dp_txt p {
    color:#fff;
    text-align:center;
    font-size:13px;
    letter-spacing:0.5px;
}
.foot_dp_txt p a {
    color: #2286c5;
    font-weight:bold;
}
.foot_dp_txt p a:hover {
    color: #fff;
}
.ftr-country{
  border-style: dashed;
  border-width: 1px 0px 0px 0px;
  border-color: #EDEDF447;
  padding-top: 15px;
  text-align: center;
}
.ftr-country h5 {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-bottom: 4px;
    font-weight: 300;
}
.ftr-country ul {
    margin: 7px 0;
}
.ftr-country ul li {
    display: inline-block;
    color: rgb(255 255 255 / 82%);
    padding-right: 10px;
    line-height: 24px;
    letter-spacing: 0.50px;
    font-weight: 300;
    font-size: 14px;
}
.ftr-country ul li span{
  font-weight: 600;
  color: #2286c5;
}

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

.product-home .owl-nav .owl-prev{
    position: absolute;
    left: -7px;
    top: 50%;
    display: block;
    background-color: #007db8 !important;
    padding: 7px 7px !important;
    font-size: 35px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}
.product-home .owl-nav .owl-next{
    position: absolute;
    right: -51px;
    top: 50%;
    background-color: #007db8 !important;
    display: block;
    padding: 7px 7px !important;
    font-size: 35px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}
/*-----------------*/
.back_page {
    padding: 80px 0;
    background: linear-gradient(to right, rgb(25 91 141 / 97%), rgb(25 91 141 / 65%)), url(../images/header-img.jpg);
    background-size: cover;
    color: #fff;
}
.back_page_line{
    padding-left: 1rem !important;
    position: relative !important;
    margin-left: 20px;
}
.back_page_line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    border-radius: 50px;
}
.back_page h1 {
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
}
.back_page_link{
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
.back_page_url ul li{
  display: inline-block;
  padding-right: 35px;
  position: relative;
  font-size: 0.9rem;
}
.back_page_url ul li a{
  color: #000;
}
.back_page_url ul li a:hover{
  color: #2286c5;
}
.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: 7px;
}
.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:last-child{
    color: #707070;
}
.back_page_url ul li:last-child:after, .back_page_url ul li:last-child:before{
    border: none;
}
/*-----------------*/
.prod{
  background: #f5f5f5;
  padding: 60px 0;
}
.prod-catg-dtl{
  background: #fff;
  text-align: center;
  padding: 20px 0 15px;
  margin: 15px 0;
  transition: all .5s ease-out;
  border: 2px solid #00000014;
}
.prod-catg-dtl:hover{
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.prod-catg-dtl span{
  font-weight: 400;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  line-height: 20px;
  height: 44px;
  padding: 0 15px;
}
.prod-catg-btn {
    color: #fff;
    border: 1px solid #2286c5;
    background-color: #2286c5;
    width: 220px;
    padding: 6px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
    font-weight: 400;
    font-size: 1rem;
    margin: 15px auto 0;
    display: table;
}
.prod-catg-btn:hover{
    background: #fff;
    color: #2286c5;
}
/*-----------------*/
.inr-prod-list{
  padding-top: 60px;
  padding-bottom: 60px;
}
.inr-prod-list h4{
  padding-bottom: 20px;
  font-weight: 500;
}
.inr-prod-list ul li a{
  display: block;
  padding: 10px 0;
  color: #000;
  position: relative;
}
.inr-prod-list ul li:hover a{
  color: #2286c5;
}
.bord-lft{
  border-left: 1px solid #e9e9e9;
}
.inr-prod-list ul li.active a{
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #2286c5;
}
.inr-prod-list ul li.active a:before{
  content: "";
  border-bottom: 6px solid transparent;
  border-left: 6px solid #2286c5;
  border-top: 6px solid transparent;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 17px;
}
.inr-prod-list ul li.active a:after{
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 17px;
}

.inr-prod-head{
  padding-top: 60px;
}
.inr-prod-images{
  border: 1px solid #e9e9e9;
  padding: 15px 0;
}
.inqnow a{
    background-color: #096ebc;
    border: 1px solid #096ebc;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 10px auto 20px;
    display: table;
    padding: .7rem 1rem;
    width: 100%;
}
.inr-prod-head h2{
    padding-bottom: 20px;
    font-size: 1.5rem;
    color: #2286c5;
}
.bord-tn td, .bord-tn th{
  border-top: 1px solid #fff;
}
.inr-prod-dtl table td{
  color: #707070;
}
.inr-prod-dtl table th{
  font-weight: 500;
}
.inr-prod-dtl p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding: 2px 0;
}
.inr-prod-dtl ul li{
  list-style-type: disc;
  list-style-position: inside;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding: 2px 0;
}
.inr-prod-dtl h4{
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 20px;
}
.inr-prod-dtl h3{
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
}
.mt30{
  margin-top: 30px;
}
.mt15{
  margin-top: 15px;
}
.mb30{
  margin-bottom: 30px;
}
.mb15{
  margin-bottom: 15px;
}
.inr-prod-pb{
  padding-bottom: 60px;
}
/*-----------------*/
.contact{
  background: #f8f7f7;
  padding: 60px 0 80px;
}
.contact-dtl{
  padding: 20px 0;
  background: #FFF;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  margin: 10px 0;
}
.contact-dtl-icon{
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #007db8;
  border-radius: 50%;
  text-align: center;
}

.contact-dtl-section h6{
  padding-bottom: 5px;
  text-transform: uppercase;
}
.contact-dtl-section p{
  color: #707070;
}
.contact-dtl-section p a{
  color: #707070;
}
.contact-form{
  background: #2286c5;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  padding: 30px 20px;
  margin: 10px 0;
}

.contact-form .input-group1{
    padding-bottom: 20px;
    clear:both;
}
.contact-form .input-group1 .name{
    background-image:url(../images/contact-user.png);
    background-repeat:no-repeat;
    background-position:97%;
}
.contact-form .input-group1 .email{
    background-image:url(../images/contact-email.png);
    background-repeat:no-repeat;
    background-position:97%;
}
.contact-form .input-group1 .call{
    background-image:url(../images/contact-call.png);
    background-repeat:no-repeat;
    background-position:97%;
}
.contact-form .input-group1 .down-arrow{
    background-image:url(../images/contact-arrow.png);
    background-repeat:no-repeat;
    background-position:91%;
}
.contact-form .input-group1 .form-control{
    height:44px;
    border-radius:0;
}
.contact-form .input-group2 .form-control{
    height:auto !important;
    border-radius:0;
}
.contact-form .input-group1 select{
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
}
.contact-form .input-group1 select::-ms-expand{
    display:none;
}
.contact-form .btn-danger{
    font-size:14px;
    color:rgb(255,255,255);
    text-transform:uppercase;
    line-height:1.571;
    background-color:rgb(151 190 74);
    padding:7px 30px;
    border-radius:0;
    border:1px solid rgb(151 190 74);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}
.contact-form .btn-danger:hover{
    font-size:14px;
    color:rgb(151 190 74);
    text-transform:uppercase;
    line-height:1.571;
    background-color:rgb(255,255,255);
    padding:7px 30px;
    border-radius:0;
    border:1px solid rgb(151 190 74);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}
.location-map{
  padding: 20px;
  background: #fff;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  margin-top: 30px;
}

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

.quality{
  padding: 60px 0;
}
.quality-dtl h2{
  color: #007db8;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 10px;
}
.quality-dtl p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding: 5px 0;
}
.quality-center{
  align-items: center;
}
.quality-img{
  box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
  padding: 2px;
}
.quality-manuf{
  padding: 60px 0;
  background: #f6f6f6;
}
.quality-manuf-head{
  padding-bottom: 30px;
}
.quality-manuf-head h2{
  color: #007db8;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 10px;
  text-align: center;
}
.quality-manuf-list ul li{
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  border-left: 4px solid #007db8;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);
  font-weight: 400;
  color: #707070;
}
.quality-manuf-list h4{
  margin-bottom: 30px;
  text-align: center;
}


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

.about-dtl{
  padding: 60px 0 260px;
  text-align: center;
}
.about-dtl p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding-bottom: 10px;
}
.about-section{
  background: #f6f6f6;
  padding-bottom: 60px;
}
.about-section-img{
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 5px;
    position: relative;
    margin-top: -220px;
    margin-bottom: 60px;
}
.about-dtl h2{
  color: #007db8;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 10px;
}

.about-section-resach{
  padding: 15px;
  height: 100%;
  border-radius: 15px;
  transition: all .5s ease-out;
}
.about-section-resach:hover{
  background: #fff;
  box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}
.about-section-resach h4{
  font-weight: 600;
  padding: 15px 0 10px;
}
.about-section-resach p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding: 5px 0;
}
.about-section-resach ul li{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding: 5px 0;
  list-style-type: disc;
  list-style-position: inside;
}
.about-section-resach h6{
  font-weight: 500 !important;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cleit-setisf{
  padding: 60px 0;
}
.cleit-setisf-center{
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}
.cleit-setisf-dtl h2{
  color: #007db8;
  font-weight: 600;
  font-size: 28px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.cleit-setisf-dtl p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #707070;
  padding: 5px 0;
}

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


.prod-catg-dtls{
    margin-bottom: 30px;
}
.prod-catg-dtls h2{
    font-size: 26px;
    padding-bottom: 5px;
}
.prod-catg-dtls p{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #707070;
    padding: 2px 0;
}
.prod-catg-dtls ul{
  padding: 2px 0;
}
.prod-catg-dtls ul li{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #707070;
    padding: 2px 0;
}


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