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

html,
body {
  scroll-behavior: smooth;

}

/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

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

ul {
  list-style-type: none;
}

.top-hdr {
  background: #010318;
  padding: 10px 0px;
  display: block;
  position: relative;
}

.top-hdr h2 {
  font-family: Inria Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: white;
}

header {
  display: block;
  background-color: #ffffff;
  padding: 20px 0px;
  position: relative;
  width: 100%;

}

.logo {
  width: auto;

}

.header-sec {
  position: relative;
  display: block;
}

.stellarnav.light {
  background: transparent;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-left li.nav-hover.has-sub {
  position: relative;
}

.stellarnav li.has-sub>a:after {
  content: '';
  margin-left: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff0;
  display: inline-block;
}

.stellarnav ul ul {
  top: auto;
  width: 240px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}

.stellarnav li li {
  display: block;

}

.stellarnav.light ul ul {
  padding: 20px 10px;
}

.stellarnav.light ul li.has-sub ul li a {
  letter-spacing: 0px;
  color: #000000 !important;
  margin-right: 0px;
  text-align: left;
  text-align-last: left;
  font-weight: 300;
  margin-bottom: 0px;
  border-bottom: 1px solid #ffd400;
  padding-bottom: 10px;
  font-size: 14px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.top-links ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-links ul li {
  position: relative;
}

.header-search-wrapper {
  float: right;
  position: relative;
}

.search-main {
  display: block;
  line-height: 40px;
  padding: 0px;
  cursor: pointer;
}

.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #408c40;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 105%;
  width: 350px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #0000001A;
  border: 1px solid #ffd400;
  border-radius: 15px;
}

.search-form label {
  display: inline-block;
  width: -webkit-fill-available;
}

.header-search-wrapper .search-form-main .search-field {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #70707033;
  border-radius: 10px !important;
  /* border-radius: 0; */
  padding: 4px 10px;
  width: 100%;
  float: left;
  letter-spacing: 0px;
  color: #CCCCCC;
}

.header-search-wrapper .search-form-main .search-submit {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  padding: 7px 20px;
  width: auto;
  background: #ffd400 0% 0% no-repeat padding-box;
  border: 1px solid #ffd400;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.search-form-main form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.stellarnav li {
  font-weight: 500;
  padding: 10px 6px;

}

.top-links ul li img {
  min-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.stellarnav.light li.active a{
  color: #0493D7;
}

.stellarnav.light li a {
  color: #fff;
}

.stellarnav.light li a {
  color: #000;
  font-family: Inria Serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
}

.stellarnav.desktop li.has-sub a:hover {
  color: #FFD400 !important;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-flex;
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  }

.owl-carousel .owl-dot.active {
  background-color: #FFD400;
}

.header-left li.nav-hover.has-sub::before {
  position: absolute;
  content: "\f078";
  font-family: "fontawesome";
  right: 5%;
  top: 35%;
  font-size: 11px;
  color: white;
}

.banner {
  margin: 0px;
  padding: 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;

}

.bnr-sec::before {
  content: '';
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.cart-num {
  letter-spacing: 0px;
  background-color: #ffc929;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 16px;
  justify-content: center;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -7px;
  color: black;
  font-size: 10px;
  font-weight: 600;
}

.banner-content {
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: max-content;
  z-index: 1;
}

.bnr-sec {
  position: relative;
}

.banner-content h2 {
  font-family: Cinzel;
  font-size: 58px;
  font-weight: 700;
  line-height: 80px;
  text-align: left;
  position: relative;

}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 50%;
  background-color: #ffc519;
  color: #fff;
  z-index: 999;
  width: 40px;
  text-align: center;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  -webkit-transition: var(--transition);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
  -webkit-animation: top-bottom 5s infinite linear;
  animation: top-bottom 5s infinite linear;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #0d1c27;
  border: 1px solid #0d1c27;
}

.go-top.active svg {
  font-size: 19px;
}

.footer {
  position: relative;
  padding: 60px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/footer_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.copyright {
  padding: 15px 0px;
  position: relative;
  background: #232748;
  margin: 40px 0px 0px 0px;
  color: rgb(255 255 255);
  font-family: Inria Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.copyright a {
  color: #FFEC40;

}

.footer-logo-area p {
  color: rgb(255 255 255);
  font-family: Inria Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.footer-logo-area img {
  margin-bottom: 20px;
}

.footer-logo-area ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px 0px 0px 0px;
}

.footer-quick-links ul li a {
color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  font-family: Inria Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.footer h3 {
 color: #ffffff;
  display: inline-block;
  margin-bottom: 12px;
  font-family: Cinzel;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.footer-logo-area ul li a img {
  width: 20px;
  margin-bottom: 0;
}

.newsltr p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.sub-form {
  position: relative;
  display: inline-block;
  margin: 25px 0px;
  width: 100%;
}

.sub-form form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbmt {
  background-color: #F40000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12%;
  position: absolute;
  right: 0;
  margin: 0;
}

.sbmt [type=submit] {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.sub-form [type=email] {
  font-size: 12px;
  height: 50px;
  padding: 0px 15px;
  width: -webkit-fill-available;
  border: 1px solid white;
  border-radius: 10px;
 background: #F0F1FF;
}
.footer-quick-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.newsltr p {
  color: rgb(255 255 255);
  font-family: Inria Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.ftr-txt {
  text-align: right;
}
.sbmt img {
  width: 30px;
}

.about-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-sec {
  position: relative;
  display: block;
  padding: 70px 0px;
  background-image: url('../images/about-bg.png');
  background-color: rgb(255 255 255 / 90%);
  background-blend-mode: color;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.abt-box {
  background: #F1F1F1;
  display: grid;
  text-align: center;
  justify-items: center;
  padding: 20px;
  margin-bottom: 20px;
  min-width: 165px;
  border-radius: 10px;
}
.abt-box h2 {
  font-family: Cinzel;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin-bottom: 6px;
}
.abt-box p{
  font-family: Inria Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}
.abt-box img {
  width: 38px;
  margin-bottom: 22px;
}
.about-sec h3 {
  font-family: Inria Serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-sec p {
  font-family: Inria Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.thm-btn {
  background: linear-gradient(110.63deg, #FFCF40 7.83%, #FFBF00 54.28%);
  font-family: Cinzel;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: black;
  padding: 12px 30px;
  border-radius: 50px;
  min-width: max-content;
  display: inline-block;
}
.service-sec{
  position: relative;
  display: block;
  padding: 80px 0px;
  background-image: url('../images/service-bg.jpg');
 background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title-sec {
  font-family: Inria Serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
 text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
  color: white;
}
.service-box {
  box-shadow: 0px 10px 25px 0px #00000040;
  background-color: white;
  border-radius: 15px;
  padding: 30px 30px 15px 30px;
  position: relative;
  margin-bottom: 50px;
  min-height: 388px;
}
.service-box h4 {
      font-family: Inria Serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
  margin-bottom: 10px;
   min-height: 62px;
}
.service-box p {
  font-family: Inria Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #202020;
  margin-bottom: 20px;
}
.sevc-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #F8F8F8;
  border-radius: 50%;
  margin-bottom: 20px;
}
.sevc-img  img{
  width: 40px;
  height: 40px;
}
.more-btn {
  font-family: Inria Serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #F40000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.why-choose-sec h3 {
    font-family: Inria Serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    margin-bottom: 20px;
}

.why-choose-sec p {
  font-family: Inria Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.why-choose-sec {
  position: relative;
  display: block;
  padding: 80px 0px;
  background-image: url('../images/Why-Choose-Us-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-sec .title-sec {
  color: #000000;
      font-family: Inria Serif;
}
.img-box {
  position: relative;
  padding-left: 30%;
}
.left-top-img {
  position: absolute;
  left: 35px;
  top: 48px;
  width: 205px;
}
.left-bottom-img {
  position: absolute;
  left: 51px;
  bottom: -35px;
  width: 250px;
  max-height: 190px;
  background-size: cover;
}
.thm-btn:hover {
  background: linear-gradient(110.63deg, #232748 7.83%, #0f1225 54.28%);
 color: white;
}
section.inner-page-banner {
  padding: 90px 0px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  position: relative;
  background-image: url('../images/inner-banner.jpg');
  background-color: rgb(0 0 0 / 55%);
  text-align: center;
  z-index: 9;
  background-blend-mode: color;
}

.animated-h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  color: white;
}

.animated-h2.active {
  opacity: 1;
  transform: translateY(0);
  animation: color-change 5s infinite alternate; /* adjust animation duration and timing */
}


@keyframes color-change {
  0% {
    color: #0493D7;
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    color: #FFBF00 ;
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
  }
}

.expertise-sec {
  position: relative;
  display: block;
  padding: 70px 0px;
}
.expertise-sec  p {
  font-family: Inria Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.inner-page-banner h2 {
  font-family: Cinzel;
  font-size: 35px;
  font-weight: 600;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
}
.contct {
  position: relative;
  display: block;
  padding: 70px 0px;
}
.contact-box {
  background-color: #0493D7;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border-radius: 6px;
  min-height: 115px;
}
.img-bx img {
  width: 60px;
  object-fit: contain;
  height: 46px;
}
.content-box  p {
  color: #ffffff;
 font-family: Inria Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  max-width: 90%;
}
.content-box  p a{
  color: #ffffff;
 font-family: Inria Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
 display: flex;
}
.content-box h6 {
  color: #ffffff;
  font-family: Cinzel;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.getin {
  background-color: #F1F1F1;
  padding: 40px;
  border-radius: 10px;
  margin: 45px 0px;
  position: relative;
  display: block;
}
.getin .title-sec {
  color: black;
  margin-bottom: 25px;
}
.getin .form-control {
  border: 1px solid #DDDDDD;
  font-family: Inria Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28.78px;
  text-align: left;
  color: black;
}
.getin .thm-btn{
  border: 0px;
}
.footer-quick-links ul li a:hover {
  color: #ffc519;
}

.woocommerce-shop .products li,.woocommerce ul.products li.product{     border: 1px solid #CACEF2;
    border-radius: 5px 5px 5px 5px;
    padding-bottom: 20px !important;
    min-height: 468px; }
.woocommerce-shop ul.products li.product a img{border-radius: 5px 5px 0px 0px;}
.woocommerce-shop ul.products li.product a{ color:#000;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{    margin: 0 1.8% 2.992em 0; width: 23.2%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{    font-family: Cinzel;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    padding-left: 20px; color:#000;}
    
.woocommerce ul.products li.product p{padding-left: 20px; font-family: Inria Serif;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: left; color:#000;
}

.woocommerce .woocommerce-shop ul.products li.product a {
  background: linear-gradient(110.63deg, #FFCF40 7.83%, #FFBF00 54.28%);
  font-family: Cinzel;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: black;
  padding: 12px 30px;
  border-radius: 50px;
  min-width: max-content;
  display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{     background: linear-gradient(110.63deg, #FFCF40 7.83%, #FFBF00 54.28%);
    font-family: Cinzel;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    min-width: max-content;
    margin-left: 16px;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background: linear-gradient(110.63deg, #232748 7.83%, #0f1225 54.28%);
 color: white !important;
}   
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #FFBF00;
    font-weight: 600;
    margin-left: 20px;
}
.woocommerce div.product .product_title{font-family: Cinzel;
font-size: 48px;
font-weight: 700;
line-height: 60px;
text-align: left;
}
.woocommerce div.product form.cart .variations label{font-family: Inria Serif;
font-size: 32px;
font-weight: 700;
line-height: 36px;
text-align: left;color: #0493D7;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.woocommerce div.product form.cart .button,.wc-block-components-button:not(.is-link) .wc-block-components-button__text{ 
    clear: both;
    margin-top: 20px; background: linear-gradient(110.63deg, #FFCF40 7.83%, #FFBF00 54.28%);
    font-family: Cinzel;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 20px;color:#000;
    border-radius: 50px;
    min-width: max-content;    }
.woocommerce div.product form.cart .button:hover,.wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover {
  background: linear-gradient(110.63deg, #232748 7.83%, #0f1225 54.28%);
 color: white !important;
}   

.related.products {
    clear: both;
    margin-top: 30px;
    display: inline-block;
}
.related.products h2{    margin-bottom: 20px;
    text-align: center; font-family: Cinzel;
font-size: 54px;
font-weight: 600;
line-height: 64px;
text-align: center;
}

.product span.price {
    color: #FFBF00 !important;
    font-size: 1.25em !important;
}   

.woocommerce-cart .wp-block-woocommerce-cart{ padding:30px 0px;}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 0;
    white-space: nowrap;
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-family: Cinzel !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 18px !important;
}

.archive span.price {
    display: none !important;
}

.related.products span.price {
    display: none !important;
}

.stellarnav li a.active {
    color: #e0aa09;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text{}


/* blog anup-10/02/2025 */

.section-blog{
	margin-top: 70px;
	margin-bottom: 70px
}

.blog-items img{
	height: 250px;
	width:100%;
	margin-bottom: 10px;
}

.blog-contents h4 {
    font-family: Cinzel;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
    min-height: 45px;
}
.blog-contents p {
    font-family: Inria Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #202020;
    margin-bottom: 10px;
}
.blog-items {
    border: 1px solid #CACEF2;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
	display:inline-block;
}
.blog-details{
	margin-top: 25px;
	margin-bottom: 25px;
}

.blog-details p {
    font-family: Inria Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #202020;
    margin-bottom: 20px;
}

/* .blog-details h2 {
    font-family: Cinzel;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
} */

.postscardimg img {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 139px;
    height: 68px;
    overflow: hidden;
    border-radius: 8px;
	display: inline-block;
}

.blog-details h6 {
    font-family: Cinzel;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.postscard {
	display: flex;
}

.blogcardright .postscard {
    display: flex;
    margin: 0 0 20px;
}
.blogcardright .postscardtext {
    width: calc(100% - 140px);
    padding: 0 0 0 13px;
}
 .blogcardright .postscardtext h6,h1,h2,h3,h4,h5 {
/*     font-size: 14px; */
    line-height: 1.4;
/*     text-transform: capitalize; */
    margin: 0;
/*     color: #000; */
    font-family: Inria Serif;
    transition: all 300ms ease-in-out;
}
.blogcardright .postscardtext h6:hover{color:#0a58ca;}

.blog-section-dtls ul li {
    list-style: disc;
}

.expertise-sec ul{
  margin-left: 18px;
}
.expertise-sec ol{
 margin-left: 0px;
}
.expertise-sec ul li {
    font-family: Inria Serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    list-style: disc;
}

.expertise-sec ol li {
    font-family: Inria Serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    list-style: disc;
}

.about-sec ul{
  margin-left: 26px;
}

.about-sec ul li {
    font-family: Inria Serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    list-style: disc;
}


.expertise-sec .service_detla ol {
    margin-left: 0px;
}

.expertise-sec .service_detla ol li {
    list-style: auto;
}