body {
  background-color: #F9F5F0;
  background-size: cover;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

/* Common */
.animate-box {
    opacity: 0;
}


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

p {
  line-height: 32px;
  color: #343434;
}

a {
  color: #343434;
}

a:hover{
  text-decoration: none;
}

ul {
  list-style: none;
}

.p-6 {
  padding: 5rem;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-7 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mt-12 {
  margin-top: 12rem;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1240px;
  }
}

main {
  margin-top: 7.8rem;
}

header,
.navbar {
  background-color: #F9F5F0;
}

.navbar {
  font-size: 14px;
  height: 125px;
}

.navbar-collapse {
  top: -6px;
  position: relative;
  height: inherit !important;
}

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

.nav-item a {
  color: #88704E;
}

.nav-item a:hover,
.nav-item a.active {
  color: #A35A33;
}

.nav-item a.active {
  font-weight: bold;
}

.navbar-expand-md .navbar-nav .nav-item a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.link-btn,
.link-btn:hover,
.link-btn:focus,
.navbar-expand-md .btn-primary:hover,
.navbar-expand-md .btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
  border: 2px solid #816843;
  border-radius: 3px;
  box-shadow: none !important;
  background-color: transparent;
  color: #816843;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-left: 1.5rem;
}

.link-btn small {
  font-size: 12px;
  font-weight: bold;
}

.highlight-text {
  background-color: #211C1C;
  color: #ECC997;
  padding: 6px 15px 6px 215px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 11px;
  position: relative;
  top: -17px;
  z-index: -1;
}

.home .banner {
  height: auto;
}

.banner {
  position: relative;
  height: 238px;
  background-position: center;
}

.inner-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.slider-content {
  background-color: rgb(35 35 35 / 40%);
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.slider-content h2 {
  font-size: 44px;
}

.slider-content p {
  font-size: 16px;
  line-height: 24px;
}

.slider-content a,
.read-more-link {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}

.read-more-link,
.read-more-link:hover {
  color: #9C7844;
  font-weight: 600;
}

.arrow-icon,
.read-more-link img {
  width: 14px !important;
  height: auto !important;
  margin-left: 6px;
}

.para {
  font-size: 18px;
  color: #A1804E;
}

.para-2 {
  font-size: 18px;
  line-height: 36px;
  color: #343434;
}

.para-3 {
  line-height: 24px;
}

.para-4 {
  font-size: 15px;
  line-height: 30px;
}

.h3 {
  color: #9C7844;
  font-size: 32px;
  font-weight: 600;
}

iframe {
  
}

footer {
  background-color: #211C1C;
}

.navbar-nav li {
  margin: 0;
  position: relative;
}

.navbar-nav li:hover ul {
  display: block !important;
}

.navbar-nav li ul {
  position: absolute;
  left: 20px;
  z-index: 9;
  background-color: #F9F5F0;
  border: 1px solid #9C7844;
  padding: 10px 0px;
  display: none;
  width: 200px;
}

.navbar-nav li ul li a {
  display: block;
  padding: 8px 15px !important;
  margin: 0;
  color: #000000;
/*  text-transform: capitalize;*/
  line-height: 18px;
  font-weight: 500 !important;
  text-decoration: none;
}

.navbar-nav li ul li a.active,
.navbar-nav li ul li a:hover {
  background-color: #9C7844;
  color: #FFFFFF;
}


.video-content {
  position: relative;
}

.video-content h2 {
  position: relative;
  top: 37%;
}

.video-content p:nth-child(2) {
  position: relative;
  top: 21%;
}

.video-content p:nth-child(3) {
  position: relative;
  top: -30px;
  font-size: 20px;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show>.btn-success.dropdown-toggle {
  background-color: #9C7844;
  border: 0;
  box-shadow: none !important;
  outline: none;
}

.cs-form input[type="text"],
.cs-form input[type="email"],
.cs-form input[type="tel"],
.cs-form textarea,
.cs-form select {
  border: 1px solid #8C8C8C;
  border-radius: 3px;
}

.cs-form textarea {
  resize: none;
  min-height: 125px;
}

.cs-form input[type="submit"] {
  border-radius: 0;
  padding: .375rem 1rem;
}

table {
  min-width: 240px;
}

table td {
  padding: 6px 0;
}

.cs-table-wrapper {
  background-color: #F5F1EC;
  border-radius: 20px;
  padding: 16px 0;
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.14);
}

.cs-table tr:first-child td {
  padding: 20px 20px 6px 20px;
}

.cs-table td {
  padding: 6px 20px;
}

.cs-table th {
  background-color: #E9CEA7;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 6px 20px;
}

.other-prods .op-item {
  padding: 0;
  margin-right: 30px;
  flex: 1;
  position: relative;
}

.other-prods .op-item:last-child {
  margin-right: 0;
}

.other-prods div {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
}

.other-prods p {
  padding: 10px 20px;
  background-color: hsla(36, 31%, 90%, 1);
  line-height: 24px;
  margin-bottom: 0;
}

.other-prods span,
.other-prods span:hover {
    font-size: 14px;
    align-self: end;
    margin: 2px 20px;
    color: #FFFFFF;
}

.other-prods span img {
    filter: brightness(0) invert(1);
}

.other-prods p strong {
  align-self: center;
}

.modal-body {
  background-color: #000000;
  height: 415px;
}

.modal-content {
  border: 0;
}

.modal-dialog {
    max-width: 738px;
    margin-top: 10%;
}

.modal .close {
    position: absolute;
    right: -70px;
    color: #FFF;
    opacity: 1;
    width: 52px;
    height: 52px;
    margin: auto;
    background: rgba(0,0,0,0.9);
    border-radius: 50px;
    font-weight: 300;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.modal .close span {
  position: relative;
  top: -4px;
  align-self: center;
}

.fact-video {
  background: url(../../assets/images/video-bg.png); 
  background-size: cover;
  background-position: center; 
  height: 654px;
}

.new-tag {
  background: #E9CEA7;
  display: inline-block;
  padding: 6px 25px 6px 40px;
  position: relative;
}

.new-tag img {
  position: absolute;
  left: -20px;
  top: -20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #211C1C !important;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.up,
.up:hover {
    position: fixed;
    bottom: 4%;
    right: 10%;
    z-index: 999;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
}

.down,
.down:hover {
    position: fixed;
    bottom: 4%;
    right: 10%;
    z-index: 999;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
}

.reload {
    position: absolute;
    right: -12px;
    top: 6px;
    cursor: pointer;
}

#CAPTCHA {
  cursor: default;
  font-size: 24px;
  background: transparent;
  color: #111111;
  border: 1px solid #8C8C8C;
  pointer-events: none;
}