 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond",serif;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 24px;
}

h3{
  font-size: 22px;
  color:#470000;
}
.content p {
  font-family: "Roboto",sans-serif;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 1em;
}

body {
  font-family: "Roboto",sans-serif;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
overflow: hidden;
}

.section-header {
border-bottom: 2px solid var(--color-black);
}

.section-header h2 {
font-size: 50px;
color: var(--color-black);
}

.section-header p {
margin-bottom: 0;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: red;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}

.scroll-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}

.review a{
    color: #337ab7;
}

.fa-2x {
  font-size: 1.8em;
}

.fa, .im {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sticky {
  border-left: 1px dotted #111;
  flex-basis: 30%;
  padding-right: 5%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  left: auto;
  margin-bottom: -8rem;
}

.price-cta {
  margin-top: 0px;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.ima-simple-btn {
  float: right;
  padding: 13px 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background-color: #F9A53F;
}
a {
  text-decoration: none !important;
}
.scroll-top:hover {
background: rgba(var(--color-primary-rgb), 0.8);
color: #fff;
}

.scroll-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# Card Style
--------------------------------------------------------------*/

.card-img, .card-img-top {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.card{
    border-radius: unset;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
transition: all 0.5s;
z-index: 997;
-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
padding: 10px 0;
 
}

.header.sticked {
height: 70px;
}

.header .logo img {
max-height: 120px;
margin-right: 6px;
}

.header .logo h1 {
font-size: 30px;
font-weight: 700;
color: var(--color-default);
font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#main-footer {
    font-family: Arial, Helvetica, sans-serif;
}
footer#main-footer {
    background: #74613c;
    padding: 30px 0 30px 0;
    color: rgb(255 255 255);
    font-size: 1em;
    line-height: 1.4em;
}

footer#main-footer h5 {
    font-size: 14px!important;
}
footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
    color: #fff!important
}
footer#main-footer h5 {
    font-size: 14px!important;
    margin-bottom: 15px;
    line-height: 22px;
}
footer#main-footer h4{
    font-size: 18px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.list-horizontal>li, .list-inline>li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}

.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #36444C;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.copyright {
    color: #fff;
}
a {
    color: unset;
    text-decoration: none;
}
.show-in-mobile{
  display: none;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}
/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
      padding: 0;
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 30px;
      font-family: var(--font-default);
      font-size: 16px;
      font-weight: 500;
      color: rgba(var(--color-default-rgb), 1);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: var(--color-default);
    }
  
    .navbar .getstarted,
    .navbar .getstarted:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: var(--color-white);
    }
  
    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
      color: var(--color-white);
      background: rgba(var(--color-primary-rgb), 0.8);
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 14px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: var(--color-white);
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.3s;
      border-radius: 4px;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 400;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: var(--color-primary);
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  .mobile-nav-toggle {
    display: none;
  }
  
  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      padding: 0;
      z-index: 9997;
    }
  
    .navbar ul {
      display: none;
      position: absolute;
      inset: 55px 15px 15px 15px;
      padding: 10px 0;
      margin: 0;
      border-radius: 10px;
      background-color: var(--color-white);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-family: var(--font-primary);
      font-size: 15px;
      font-weight: 600;
      color: var(--color-primary);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: var(--color-primary);
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background: var(--color-white);
      transition: all 0.5s ease-in-out;
      box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-toggle {
      display: inline-block;
      color: var(--color-secondary);
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
    }
  
    .mobile-nav-toggle.bi-x {
      color: var(--color-black);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      position: fixed;
      top: 15px;
      right: 15px;
      z-index: 9999;
      color: var(--color-white);
    }
  
    .mobile-nav-active .navbar {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(var(--color-black-rgb), 0.6);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navbar>ul {
      display: block;
    }
  }
@media only screen and (max-width: 600px){
  .hide-in-mobile {
      display: none;
  }

  .position-relative strong{
    display: none;
  }
  .mobile-cta-container {
    position: fixed;
    bottom: 0;
    flex-basis: 30%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    background-color: #1f1e1d;
  }
  .show-in-mobile {
    display: block;
  }
  .mobile-cta {
    vertical-align: middle;
    background-color: #ff595f !important;
    font-weight: 900;
    vertical-align: middle;
    margin: 0.5em 0;
    float: inherit;
  }
  .mobile-view{
    display: block !important;
  }
  .desktop-view{
    display: none !important;
  }
}

/* Form Style */

.modal-content {
  background-color: #74613c !important;
}
.mobile-view{
  display: none;
}
.desktop-view{
  display: block;
}
.modal-title{
  color: #fff;
  margin-top: auto;
  font-weight: bold;
}
.form-control {
  font-family: sans-serif;
  color: #000;
  background-image: none;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  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;
}
.modal-dialog{
  width: 22em;
}
.btn-danger {
  width: 100%;
}

.card-body a{
  font-weight: 600; 
  color: #ff595f;
  text-transform: uppercase;
    line-height: 3;
}

.golden-bg{
  background-color: #74613c;
  padding: 32px;
}

#carouselExampleCaptions .carousel-inner {
  height: 80vh;
  
}

#carouselExampleCaptions img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 80vh;
  overflow: hidden;
}
 h2.heading { 
  font-family: "EB Garamond",serif;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}

.card-title{
  font-family: "EB Garamond",serif;
  color: #470000;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}

  h1.heading span { font-style: normal;}

  .card { border: 0;}
  
  .card-body .offer-featured-hdng {
    text-transform: uppercase;
    margin-bottom: 8px;

    font-size: 0.813em;
    font-weight: 300;
}