/* ===========================
Index Of css

01. Common CSS
02. Header CSS
03. Hero CSS
04. About CSS
05. Service CSS
06. Process CSS
07. Pricing CSS
08. Testimonial CSS
09. Team CSS
10. Subscribe CSS
11. Blog CSS
12. Contact CSS
13. Footer CSS

========================== */
/*===========================
    01. Common CSS
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6A7C92;
  overflow-x: hidden;
}

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

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #d98f49;
}

a:focus,
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #051441;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 31px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A7C92;
  margin: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.gray-bg {
  background: #EFF2F9;
}

.alert-link {
  font-weight: 600;
}

.alert h4 {
  margin-bottom: 10px;
}

.page-404-content h2 {
  font-size: 120px;
  font-weight: 900;
  color: #d98f49;
}

.page-404-content h4 {
  font-size: 40px;
  color: #6A7C92;
}

/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: linear-gradient(to left, #d98f49 0%, #86522d 50.39%, #d98f49 100%);
  background-size: 200% auto;
  overflow: hidden;
}

.theme-btn:hover, .theme-btn:focus {
  background-position: right center;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(217, 143, 73, 0.45);
}

.theme-btn.border-btn {
  padding: 14px 40px;
  background: transparent;
  border: 1.5px solid #d98f49;
  color: #6A7C92;
  font-size: 18px;
  box-shadow: none;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #d98f49;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  background: rgba(217, 143, 73, 0.7);
  color: #fff;
}

@keyframes animation1 {
  0% {
    transform: translateY(0px);
    opacity: 0.29;
  }
  50% {
    transform: translateY(-700px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}

/*===== All Section Title Style =====*/
.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: #d98f49;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-title span {
    font-size: 20px;
  }
}

.section-title h2 {
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section-title h2 {
    line-height: 41px;
  }
}

.section-title p {
  font-size: 18px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #d98f49 #d98f49 #F4EEFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F4EEFB;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F4EEFB;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/*===========================
    02. Header CSS 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.header-3 {
  background: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background: #d98f49;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0;
}

.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 20px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 280px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item:hover a {
  color: #d98f49;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #051441;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #051441;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
}

.navbar-nav .nav-item a.active {
  color: #d98f49;
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 18px;
  font-size: 12px;
  top: 25px;
  margin-left: 5px;
  margin-top: 0px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 20%;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
  color: #d98f49;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar-nav .nav-item .sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.search-form {
  position: relative;
  width: 236px;
  height: 56px;
  border-radius: 50px;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-form {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}

.search-form input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  border: 1px solid #F4EEFB;
  background: #fff;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.search-form input:focus {
  box-shadow: 0px 0px 30px rgba(242, 201, 159, 0.45);
}

.search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 25px;
  top: 17px;
}

/*===========================
    03. Hero CSS
===========================*/
.hero-section {
  position: relative;
  /* Height and padding are controlled by inline styles in hero_section.php for the carousel */
}
.hero-section .hero-content-wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  color: #d98f49;
  margin-bottom: 0;
}

.hero-section .hero-content-wrapper h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #051441;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.hero-section .hero-content-wrapper p {
  font-size: 18px;
  line-height: 26px;
  color: #6A7C92;
  opacity: 0.8;
  margin-bottom: 30px;
}

.hero-section .hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  text-align: right;
  margin: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img {
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0, 0);
  }
}

.hero-section .hero-img.hero-img-2 {
  top: 50%;
}

.hero-section .hero-img .hero-img-right {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}

.hero-section .hero-img img.dot-shape {
  position: absolute;
  left: -60px;
  bottom: 60px;
  z-index: -1;
}

.hero-section .hero-img .image {
  width: 100%;
}

.hero-section .hero-img .video-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img .video-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero-section .hero-img .video-btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #d98f49;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 20px rgba(242, 201, 159, 0.45);
}

.hero-section .hero-img .video-btn a:hover {
  box-shadow: 0px 0px 50px rgba(242, 201, 159, 0.65);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section.hero-section-2 {
    display: block;
  }
}

.hero-section.hero-section-2 .border-btn:hover {
  background: rgba(217, 143, 73, 0.7);
  color: #fff;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 220px;
  width: 100%;
  opacity: .3;
  transition: all 0.3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1;
}

.box-style {
  padding: 40px 30px;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
}

.box-style:hover {
  box-shadow: 0px 0px 30px rgba(242, 201, 159, 0.45);
}

.box-style:hover .box-icon-style {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(#d98f49 0%, #86522d 100%);
}

.box-style:hover .box-icon-style::after {
  opacity: 1;
  visibility: visible;
}

.box-style .box-icon-style {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 25px;
  background: #fff;
  border: 2px solid #d98f49;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d98f49;
  font-size: 40px;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.box-style .box-icon-style::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(#d98f49 0%, #86522d 100%);
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}

.box-style .box-content-style h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*===========================
    04. About CSS 
===========================*/
.about-section {
  background: #EFF2F9;
  padding: 180px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 120px 0;
  }
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, #d98f49 0%, #86522d 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: #d98f49;
  display: block;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.time-line {
  position: relative;
}

.time-line .row {
  position: relative;
}

.time-line::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #F4EEFB;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .time-line::after {
    display: none;
  }
}

.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #F4EEFB;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

.time-line .box-icon-style i {
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: #d98f49;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(#d98f49 0%, #86522d 100%);
  color: #fff;
  border-color: transparent;
}

.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

.time-line .single-timeline .timeline-img img {
  width: 100%;
}

/*===========================
    05. Service CSS 
===========================*/
.service-section .service-box-style-2 {
  padding: 0;
  text-align: center;
}

.service-section .service-box-style-2 .service-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.service-section .service-box-style-2 .box-icon-style {
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  font-size: 25px;
  margin-top: -27px;
  background: #fff;
  position: relative;
  z-index: 9;
}

.service-section .service-box-style-2 .box-icon-style i {
  color: transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(#d98f49 0%, #86522d 100%);
  transition: all 0.3s ease-out 0s;
}

.service-section .service-box-style-2:hover .box-icon-style {
  background: linear-gradient(#d98f49 0%, #86522d 100%);
}

.service-section .service-box-style-2:hover .box-icon-style i {
  color: #fff;
}

.service-section .service-box-style-2 .box-content-style {
  padding: 0 30px 35px;
}

/*===========================
    07. Pricing CSS 
===========================*/
.pricing-section .pricing-btn ul {
  display: inline-flex;
  border: 1px solid #F4EEFB;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul {
    margin-bottom: 40px;
  }
}

.pricing-section .pricing-btn ul li.nav-item a {
  background: #fff;
  padding: 24px 35px;
  font-size: 16px;
  font-weight: 700;
  color: #051441;
  box-shadow: 0px 0px 47px rgba(242, 201, 159, 0.16);
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item a {
    padding: 20px;
    font-size: 14px;
  }
}

.pricing-section .pricing-btn ul li.nav-item a.active {
  color: #fff;
  background: linear-gradient(to left, #d98f49 0%, #86522d 50.39%, #d98f49 100%);
  background-size: 200%;
  transition: all 0.3s ease-out 0s;
}

.pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
  }
}

.pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 0 50px 50px 0;
    padding: 20px 30px;
  }
}

.pricing-section .single-pricing {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 47px rgba(242, 201, 159, 0.16);
  position: relative;
  z-index: 1;
}

.pricing-section .single-pricing h4 {
  margin-bottom: 25px;
  color: #6A7C92;
  font-weight: 600;
}

.pricing-section .single-pricing h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 40px;
}

.pricing-section .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-section .single-pricing ul li {
  font-size: 16px;
  line-height: 40px;
}

.pricing-section .single-pricing a {
  margin-bottom: 20px;
}

.pricing-section .single-pricing a.border-btn:hover {
  background: rgba(217, 143, 73, 0.8);
  color: #fff;
}

.pricing-section .single-pricing.active {
  transform: scale(1.15);
  z-index: 2;
}

.pricing-section .single-pricing.active h3 {
  color: #d98f49;
}

/*===========================
    10. Subscribe CSS 
===========================*/
.subscribe-section {
  position: relative;
}

.subscribe-section .subscribe-form {
  position: relative;
}

.subscribe-section .subscribe-form input {
  border: 2px solid transparent;
  border-radius: 50px;
  width: 100%;
  font-size: 16px;
  padding: 18px 30px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

.subscribe-section .subscribe-form input:focus {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
}

.subscribe-section .subscribe-form button {
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: linear-gradient(to left, #d98f49 0%, #86522d 50.39%, #d98f49 100%);
  background-size: 200%;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  height: 54px;
  width: 54px;
  top: 5px;
  right: 5px;
}

.subscribe-section .subscribe-form button:hover {
  background-position: right center;
}

/*===========================
    11. Blog CSS
===========================*/
.blog-section .single-blog {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #F4EEFB;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog:hover {
  box-shadow: 0px 0px 47px rgba(242, 201, 159, 0.16);
}

.blog-section .single-blog .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding-bottom: 40px;
}

.blog-section .single-blog .blog-img a {
  display: block;
  overflow: hidden;
}

.blog-section .single-blog .blog-img img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog .blog-img .date-meta {
  position: absolute;
  bottom: 20px;
  left: 30px;
  border: 1px solid #F4EEFB;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  z-index: 2;
}

.blog-section .single-blog:hover .blog-img img {
  transform: scale(1.3) rotate(-7deg);
}

.blog-section .single-blog:hover .blog-img.blog-img-2 img {
  transform: scale(1) rotate(0);
}

.blog-section .single-blog .blog-content {
  padding: 0 20px 35px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

.blog-section .single-blog .blog-content h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}

.blog-section .single-blog .blog-content p {
  margin-bottom: 30px;
}

.blog-section .single-blog .blog-content p.quote {
  font-weight: 500;
  padding: 20px 30px;
  background: #EFF2F9;
  color: #051441;
  border-radius: 0 5px 5px 0;
  border-left: 5px solid #d98f49;
}

.blog-section .single-blog .blog-content .read-more-btn {
  display: inline-block;
  font-size: 18px;
  color: #6A7C92;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog .blog-content .read-more-btn i {
  padding-left: 7px;
}

.blog-section .single-blog .blog-content .read-more-btn:hover {
  color: #d98f49;
}

.blog-section .blog-style-2 {
  padding: 0;
  border: none;
}

.blog-section .blog-style-2:hover {
  box-shadow: none;
}

.blog-section .blog-style-2 .blog-img {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog-section .blog-style-2 .blog-img img {
  border-radius: 10px;
}

.blog-section .blog-style-2 .blog-content {
  padding: 0;
}

.blog-section .blog-style-2 .blog-content h4 {
  margin-bottom: 18px;
}

.blog-section .blog-style-2 .blog-content p {
  margin-bottom: 20px;
}

.blog-section .blog-style-2 .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 18px;
  }
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EFF2F9;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 15px;
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6A7C92;
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment:hover {
  color: #d98f49;
}

@media (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 18px;
  }
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment i {
  margin-right: 10px;
}

.blog-section .pagination {
  text-align: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}

.blog-section .pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFF2F9;
  color: #6A7C92;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .blog-section .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .pagination ul li a {
    width: 50px;
    height: 50px;
  }
}

.blog-section .pagination ul li a.active, .blog-section .pagination ul li a:hover {
  background: linear-gradient(#d98f49 0%, #86522d 100%);
  color: #fff;
  box-shadow: 0px 0px 3ppx rgba(217, 143, 73, 0.45);
}

.left-side-wrapper {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .left-side-wrapper {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-side-wrapper {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .left-side-wrapper {
    margin-right: 0px;
  }
}

.sidebar-wrapper .sidebar-box {
  padding: 30px;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px;
  }
}

.sidebar-wrapper .sidebar-box:hover {
  box-shadow: 0px 0px 30px rgba(242, 201, 159, 0.45);
}

.sidebar-wrapper .sidebar-box.search-form-box {
  padding: 20px 25px;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form {
  width: 100%;
  position: relative;
  margin: 0;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input {
  transition: all 0.3s ease-out 0s;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input:focus {
  border-color: #d98f49;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog {
  display: flex;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
  border-radius: 10px;
  width: 100%;
  max-width: 100px;
  height: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img img {
  width: 100%;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content {
  margin-left: 20px;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 20px;
  }
}

.sidebar-wrapper .sidebar-box.catagories-box ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6A7C92;
  transition: all 0.3s ease-out 0s;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:hover::before {
  background: #d98f49;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:hover a {
  color: #d98f49;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #6A7C92;
}

.sidebar-wrapper .sidebar-box.tags-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.sidebar-wrapper .sidebar-box.tags-box ul li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li {
    margin-right: 15px;
  }
}

.sidebar-wrapper .sidebar-box.tags-box ul li:last-child {
  margin-right: 0px;
}

.sidebar-wrapper .sidebar-box.tags-box ul li a {
  font-size: 18px;
  padding: 12px 23px;
  border-radius: 30px;
  background: #EFF2F9;
  margin-bottom: 15px;
  color: #6A7C92;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 18px;
  }
}

.sidebar-wrapper .sidebar-box.tags-box ul li a:hover {
  background: linear-gradient(#d98f49 0%, #86522d 100%);
  color: #fff;
}

.sidebar-wrapper .sidebar-box h4 {
  margin-bottom: 35px;
}

/*===========================
    12. Contact CSS 
===========================*/
.contact-section {
  position: relative;
  z-index: 3;
}

.contact-section.cta-bg {
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

@media (max-width: 767px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

.contact-section.cta-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(134, 82, 45, 0.18) 0%, #d98f49 100%);
}

.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
  transition: all 0.3s ease-out 0s;
}

/* ===========================
   14. Hero Carousel
   =========================== */

.hero-section {
    padding-top: 120px; /* Space for the absolute header */
    position: relative;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  height: 700px; /* A fixed, large height */
}

/* Slides */
.mySlides {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
}

/* Active slide */
.mySlides.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* Takes up space in the document flow */
}

/* Ensure the link and image fill the container */
.mySlides .slide-link,
.mySlides img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Active dot */
.slideshow-container .dot.active, .slideshow-container .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* ===========================
   13. Footer Basic Restore
   =========================== */

.footer {
    background-color: #EFF2F9 !important;
    padding: 80px 0;
}

.footer .footer-widget h4 {
    color: #051441;
}

.footer .footer-links li a {
    color: #6A7C92;
}

.footer .footer-links li a:hover {
    color: #d98f49;
}

.footer .footer-contact li p {
    color: #6A7C92;
}

.footer .copyright-area {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    margin-top: 20px;
}

.footer .footer-social-links li {
    margin-right: 15px;
}

.footer .footer-social-links li:last-child {
    margin-right: 0;
}

.footer .footer-social-links li a {
    color: #6A7C92;
    font-size: 20px;
}

.footer .footer-social-links li a:hover {
    color: #d98f49;
}

/* ===========================
   18. Post Content Rich Text Styling
   =========================== */
.col-lg-8 article h1,
.col-lg-8 article h2,
.col-lg-8 article h3,
.col-lg-8 article h4,
.col-lg-8 article h5,
.col-lg-8 article h6 {
    color: #051441; /* Theme's primary heading color */
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    line-height: 1.2;
}

.col-lg-8 article h1 { font-size: 2.5rem; }
.col-lg-8 article h2 { font-size: 2rem; }
.col-lg-8 article h3 { font-size: 1.75rem; }
.col-lg-8 article h4 { font-size: 1.5rem; }
.col-lg-8 article h5 { font-size: 1.25rem; }
.col-lg-8 article h6 { font-size: 1rem; }

.col-lg-8 article p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em;
    color: #6A7C92; /* Theme's primary text color */
}

.col-lg-8 article ul,
.col-lg-8 article ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
    color: #6A7C92;
}

.col-lg-8 article ul li,
.col-lg-8 article ol li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.col-lg-8 article strong {
    font-weight: bold;
}

.col-lg-8 article em {
    font-style: italic;
}

.col-lg-8 article a {
    color: #d98f49; /* Theme's link color */
    text-decoration: underline;
}

.col-lg-8 article a:hover {
    color: #86522d; /* Darker shade for hover */
}

.col-lg-8 article blockquote {
    border-left: 4px solid #d98f49;
    padding-left: 1em;
    margin-left: 0;
    font-style: italic;
    color: #6A7C92;
}

.col-lg-8 article pre {
    background-color: #f8f9fa;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto;
}

.col-lg-8 article code {
    font-family: monospace;
    background-color: #e9ecef;
    padding: 0.2em 0.4em;
    border-radius: 3px;
}