@font-face {
  font-family: "CalibriCustom";
  src: url("../fonts/calibri-regular.ttf") format("truetype");
}

@font-face {
  font-family: "BernardMT";
  src: url("../fonts/Bernard-MT-Condensed-Regular.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BernardMT", sans-serif !important;
}

body {
  font-family: "CalibriCustom", sans-serif;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;}
body {
  color: #232323 !important;
}

/* header css  */

/* top header css  */
.top_header {
  background: rgb(238 127 26);
  padding: 10px 0;
}

.top_info {
  margin-right: 20px;
}

.top_info a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

a.top_icon {
  color: white;
  text-decoration: none;
  margin: 5px;
  font-size: 17px;
}

/* main navbar css  */

nav.navbar.navbar-expand-lg .container {
  background: #ffffff;
  padding: 8px 15px;
}

a.nav-link,
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #232323;
  font-weight: normal;
  padding: 0 16px !important;
}
.custome_btn {
  border-radius: 5px;
  background: rgb(238 127 26);
  border-color: rgb(238 127 26);
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
a.navbar-brand {
  color: black;
}

.custome_btn:hover {
  background: #cd7831;
  border-color: #cd7831;
  color: #ffffff;
}

/* hero section css  */
section.hero_slider {
  padding-bottom: 250px;
  padding-top: 275px;
  background: url(../img/hero-banner.webp) no-repeat center;
  background-size: cover;
  color: white;
  overflow: hidden;
}
nav.navbar.navbar-expand-lg.py-0 {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.hero_right h1 {
  font-size: 60px;
  font-family:myFirstFont;
  /* font-weight: bold; */
}

.hero_right h1 span {
  color: rgb(238 127 26);
}

.hero_right p {
  font-family: "Fira Sans";
  margin-top: 20px;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  color: white;
}

.hero_right p::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: rgb(238 127 26);
  top: 0;
  left: 0;
  border-radius: 40px;
}

.hero_btn {
  background: rgb(238 127 26);
  border-color: rgb(238 127 26);
  border-radius: 45px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  color: #ffff;
  transition: all 0.3s ease-in-out;
  font-family: "Fira Sans";
}

.hero_btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: rgb(238 127 26);
}
.brown_img {
  position: absolute;
  height: 100%;
  width: 50%;
  background: url(../img/hero-shape.png) no-repeat left;
  background-size: cover;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.hero_right {
  position: relative;
  overflow: hidden;
}
.white_img {
  z-index: 1;
  height: 100px;
  width: 100px;
  position: absolute;
  background: url(../img/slider-shape.png) no-repeat center;
  background-size: cover;
}

.white_img_div {
  top: 120px;
  left: 48.7%;
  overflow: hidden;
  height: 100px;
  width: 100px;
  position: absolute;
  padding: 0;
}
.hero_left_bottom {
  background: url(../img/hero-shape-2.png) no-repeat top;
  background-size: revert;
  height: 282px;
  width: 405px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* about us section  & why choose us */
section.about_us,
section.why_choose_us {
  padding: 100px 0;
}
span.small_span {
  font-size: 18px;
  padding-left: 85px;
  margin-bottom: 15px;
  display: block;
  color: rgb(238 127 26);
  font-weight: 500;
  position: relative;
  font-family: myFirstFont;
}
span.small_span::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 70px;
  background: url(../img/heading_img.png) no-repeat center;
  background-size: 100%;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.heading h2 {
  font-family: myFirstFont;
  font-size: 44px;
  font-weight: 100;
}
p {
  color: #6d6d6d;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}
ul.about_listing {
  padding-left: 30px;
}

ul.about_listing li {
  list-style: none;
  text-transform: capitalize;
  color: #232323;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
}

ul.about_listing li::after {
  position: absolute;
  content: "\f00c";
  height: 20px;
  width: 20px;
  top: 0;
  left: -30px;
  font-family: fontawesome;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(238 127 26);
  transform: rotate(19deg);
  font-weight: 900;
}
.custome_btn_all {
  padding: 12px 35px;
  border-radius: 40px;
  background: rgb(238 127 26);
  position: relative;
  border-color: rgb(238 127 26);
  overflow: hidden;
  border: 0;
  z-index: 1;
}

.custome_btn_all::after {
  content: "";
  position: absolute;
  top: 97%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #c35b04;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.custome_btn_all:hover::after {
  top: 0;
}
.custome_btn_all:hover {
  background: rgb(238 127 26);
}
.heading h2 span {
  color: rgb(238 127 26);
}
.why_box {
  background: rgb(238 127 26)1a;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgb(238 127 26);
  box-shadow: -1px 2px 0 0px rgb(238 127 26);
}

.why_box i,
.why_box svg {
  position: absolute;
  bottom: 20px;
  right: 27px;
  transform: rotate(319deg);
  transition: all 0.3s ease-in-out;
}

.why_box p {
  margin-bottom: 0;
  color: black;
}

.why_box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(238 127 26);
  top: 0;
  left: -100%;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.why_box:hover::after {
  left: 0;
  /* z-index: -1; */
}

.why_box:hover.why_box p,
.why_box:hover.why_box i,
.why_box:hover.why_box svg {
  color: white;
}

.why_box:hover.why_box i,
.why_box:hover.why_box svg {
  transform: rotate(136deg);
}

/* services section  */
.card.service_cards {
  padding: 20px;
  border: 0;
  /* border-top: 4px solid #ffffff; */
  /* margin-bottom: 50px; */
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

section.services {
  background: url(../img/Service-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.card.service_cards::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(57 49 133);
  transition: all 0.3s ease-in-out;
}

.service_cards:hover h4 {
  color: white;
}
.service_icon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgb(238 127 26);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: -10px;
  left: 30px;
  color: white;
  z-index: 2;
}

.service_cards h4 {
  margin-top: 15px;
}
.service_cards:hover p {
  color: #b3b3b3;
}
.serv_read {
  text-decoration: none;
  color: rgb(238 127 26);
  font-size: 16px;
  font-weight: 400;
}
.serv_read:hover {
  color: white;
}
.card.service_cards:hover::after {
  top: 0;
  z-index: -1;
}

.card.service_cards::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 0px;
  width: 100%;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.card.service_cards:hover::before {
  background-color: #cd7831;
  height: 6px;
}
section.key_milstone {
  padding: 100px 0;
}

.key_mil_box img {
  width: 100%;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.key_content {
  text-align: center;
  width: 240px;
  margin: 0 auto;
  position: relative;
  margin-top: -75px;
  padding: 20px;
  padding-bottom: 45px;
  border-radius: 20px;
  filter: drop-shadow(-1px 5px 3px rgba(32, 46, 60, 0.15));
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.key_content h6 {
  font-size: 20px;
  color: #232323;
  font-weight: 700;
}

.key_content p {
  font-size: 15px;
  color: #232323;
  font-weight: 400;
}

.key_content::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  border-radius: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
  z-index: -1;
}
.key_mil_box:hover .key_img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(238 127 26)6b;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.key_img {
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* testimonial section  */
section.testimonial {
  padding: 150px 0;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),            url(../img/review-bg.webp) no-repeat center center;
}
.testimonial .heading h2 {
  color: white;
}
.card.testimonial_card {
  background: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 0;
  padding: 40px;
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  z-index: 1;
  height: 265px;
}

.stars {
  margin-top: 30px;
  font-size: 16px;
}

.stars svg {
  color: rgb(238 127 26);
  margin-right: -2px;
  font-size: 17px;
}
.userinfo {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.user_img img {
  border: 3px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: white;
}

.userinfo h2 {
  font-size: 17px;
  color: white;
  margin-bottom: 0;
}

.userinfo h2 span {
  color: #919191;
  font-weight: 100;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.user_img {
  margin-right: 16px;
}
.card.testimonial_card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 24px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  border-bottom-right-radius: 5px;
}
.card.testimonial_card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 1%;
  background: rgb(238 127 26);
  transition: all 0.3s ease-in-out;
  transform: translate(0%, -50%);
  z-index: -1;
  border-radius: 6px;
}
.tstmonial_box:hover .testimonial_card::before {
  height: 100%;
  width: 100%;
}
.tstmonial_box:hover .card.testimonial_card {
  color: white;
}

.tstmonial_box:hover .stars svg {
  color: white;
}

.tstmonial_box:hover .card.testimonial_card::after {
  background: rgb(238 127 26);
}

.tstmonial_box:hover .userinfo img {
  border-color: rgb(238 127 26);
}
.owl-carousel .owl-dots.disabled {
  display: block !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(238 127 26);
  width: 25px;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px;
}

/* digital product design  */
section.product {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffefe1 0%, #ffefe1 50%, #ffefe1 100%);
}
.card.digital_product_box {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #fafafa;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card.digital_product_box:hover {
  border-color: rgb(238 127 26);
  transform: scale(0.93);
}
.product_img img {
  border-radius: 10px;
  margin-bottom: 10px;
}

span.product_subtitle {
  font-size: 14px;
  color: grey;
}

h3.product_name {
  font-size: 22px;
  margin: 5px 0;
}

.product_review {
  margin-top: 11px;
  font-size: 14px;
  color: #848484;
  font-weight: normal;
}

a.see_more_btn {
  background: rgb(238 127 26);
  text-align: center;
  display: block;
  padding: 9px;
  text-decoration: none;
  color: white;
  border-radius: 21px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.review {
  background: #ffffff;
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #b7b6b6;
  font-size: 13px;
}

a.see_more_btn:hover {
  background: rgb(57 49 133);
}
.wishlist {
  position: absolute;
  top: 22px;
  right: 22px;
  background: #ffffff;
  padding: 10px 9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(238 127 26);
  transition: all 0.3s ease-in-out;
}
a.number_reviews {
  color: #848484;
  text-decoration: none;
}
.wishlist:hover {
  background-color: rgb(57 49 133);
  color: white;
}
footer.footer {
  background: rgb(57 49 133);
  padding: 50px 0;
}

img.logo_footer {
  width: 200px;
  margin-bottom: 20px;
}

footer.footer p {
  color: white;
}

footer h3 {
  color: white;
  margin-bottom: 20px;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 10px;
  background: transparent;
  padding: 5px 20px;
  border-radius: 6px;
  border: 1px solid #585299;
  transition: all 0.3s ease-in-out;
}

footer ul li a {
  text-decoration: none;
  color: white;
}
footer ul li a:hover {
  color: white;
}
footer ul li:hover {
  padding-left: 40px;
  background-color:#282264;
}
p.email a {
  text-decoration: none;
  color: white;
}

a.social_icon {
  background: rgb(238 127 26);
  /* padding: 8px 10px; */
  margin-right: 15px;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

a.social_icon:hover {
  background: #282264;
}
.copyright {
  background: #282264;
  padding: 15px;
  color: #f6f6f6;
  font-size: 16px;
}
.product .small_span {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* blog section  */

.blog-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  border: none;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-header-custom {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  height: 8px;
  border: none;
}

.card-header-custom.card-1,
.card-header-custom.card-2,
.card-header-custom.card-3 {
  background: linear-gradient(135deg, rgb(238 127 26) 0%, rgb(57 49 133) 100%);
}

.illustration-container {
  /* height: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
  position: relative;
  overflow: hidden;
}

.illustration {
  font-size: 80px;
  opacity: 0.8;
}

.card-title a{
  color: #2c3e50;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px;
  text-decoration: none;
}

.card-text {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn-read-more {
  background: linear-gradient(135deg, rgb(238 127 26) 0%, rgb(57 49 133) 100%);
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-read-more:hover {
  background: #282264;
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .blog-card {
    margin-bottom: 30px;
  }

  .illustration {
    font-size: 60px;
  }

  .card-title {
    font-size: 1.1rem;
  }
}

section.blogs {
  padding: 100px 0;
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(238 127 26);
}

a.nav-link.active {
  color: rgb(238 127 26);
}

/* inner pagesdesign  */
section.inner_hero {
  padding-top: 175px;
  padding-bottom: 100px;
  background:url(../img/inner-banner.webp)
      no-repeat center;
  background-size: cover;
}
section.inner_hero h1 {
  font-size: 70px;
  font-weight: 100;
  color: rgb(238 127 26);
  font-family: myFirstFont;
  text-align: center;
}
.fw-bold {
    font-weight: 100 !important;
}
.back_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  font-size: 20px;
  padding: 10px 20px;
  color: white;
}
.back_to_top.show {
  opacity: 1;
  visibility: visible;
}
.back_to_top:hover {
  color: white;
}
.bg-remove {
  background: transparent !important;
}

/* contact us section  */

.hero-section {
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.9),
    rgba(139, 92, 246, 0.9)
  );
  color: white;
  padding: 4rem 0 2rem;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.9;
}

.contact-info-card {
  background: rgb(57 49 133);
  color: white;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgb(40 34 100);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
img.footer_logo {
    background: white;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}

.contact-info-item:hover {
  background: rgb(225 131 53);
  transform: translateY(-2px);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: rgb(238 127 26);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}

.contact-form {
  padding: 3rem;
}

.form-title {
  font-size: 2rem;
  font-weight: 100;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-subtitle {
  color: var(--text-light);
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-control {
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--bg-light);
}

.form-control:focus ,.form-select:focus {
  border-color: rgb(238 127 26);
  box-shadow: 0 0 0 0.2rem rgb(225 131 53 / 11%);
  background: white;
}

.form-select {
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--bg-light);
}

.btn-submit {
  background: linear-gradient(135deg, rgb(238 127 26), rgb(57 49 133));
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgb(215 125 50 / 46%);
  color: white;
}

.map-section {
  background: white;
  padding: 100px 0;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 400px;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.map-iframe:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .contact-info-card,
  .contact-form {
    padding: 2rem;
  }

  .contact-info-item {
    padding: 1rem;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

.floating-element:nth-child(3) {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
:root {
  --primary-color: #2563eb;
  --secondary-color: #f59e0b;
  --accent-color: #8b5cf6;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --bg-light: #f8fafc;
  --border-color: #e5e7eb;
}
.contact_us{
  padding: 100px 0;
}
.contact_card.card {
    border: 0px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-info-item p {
    color: white;
}


.sticky{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 999;
}
.sticky .navbar {
    background: #ffffff;
}
.navbar{
  transition: all .3s ease-in-out;
}
/* blog content  */
section.blog_content {
    padding: 100px 0;
}

.card.blog_inner_card {
    border: 0;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: justify;
}

.card.blog_inner_card h2 {
    margin-bottom: 20px;
    font-size: 26px;
}
.card.blog_inner_card a{
  color: #cd7831;
  font-weight: 500;
  text-decoration: none;
}
.card.blog_inner_card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.card.blog_inner_card ul {
    padding-left: 0;
}

.card.blog_inner_card ul li {
    padding-left: 20px;
    list-style: none;
    color: #6d6d6d;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
}

.card.blog_inner_card ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: rgb(238 127 26);
}


/* product inner page design  */
.gradient-divider {
  height: 3px;
  border: none;
  background: linear-gradient(to right, #f00, #0f0, #00f);
  margin: 20px 0;
}img.product_inner_image {
    border-radius: 20px;
}

.product_details_inner h2 {
    font-size: 35px !important;
    margin-bottom: 10px !important;
    color: rgb(238 127 26);
}
p.price_product {
    font-size: 29px;
    font-weight: 700;
    color: #333333;
}
span.og_price {
    font-size: 19px;
    margin-left: 10px;
    color: grey;
    font-weight: 600;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(238 127 26);
    border-color: rgb(238 127 26);
}
button:focus:not(:focus-visible) {
    box-shadow: none;
}
.owl-carousel .owl-item img{
      width: 55px;
}
.card.blog_inner_card h4 {
    font-size: 20px;
}

.card.blog_inner_card ol {
    padding-left: 20px;
    color: #6d6d6d;
}

.card.blog_inner_card ol li {
    padding-left: 5px;
}

.card.blog_inner_card b {
    font-weight: 500 !important;
}
h1.blog_title {
    font-size: 40px !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
    background: rgb(238 127 26);
}
.header_logo{
width:142px;
}


