body {
  background-color: #d8e1eb;
}

.Trajan-Pro {
  font-family: "Figtree";
}

.headingtop {
  /*font-family: "Trajan Pro";*/
  font-weight: 700;
}

.container {
  max-width: 1400px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  min-height: 55px;
}

:root {
  --color-primary: #7a2600;
  --color-secondary: #e9c13f;
}

.bg-gray-con {
  background-color: #f2f2f2;
}

.text-primary {
  color: var(--color-primary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.text-dark {
  color: #000000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.text-light {
  color: #f5f5f5 !important;
}

.text-white {
  color: #fff !important;
}

.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-full {
  width: 100%;
}

.required {
  border: 1px solid #ff0000;
  background-color: #fffdee;
}

.text-justify {
  text-align: justify;
}

.bg-cyan {
  background-color: #d7f0ea !important;
}

.bg-old-lack {
  background-color: #fcf6e8 !important;
}

.bg-lavender {
  background-color: #e7e7f4 !important;
}

/*-----soh-----*/
.headingtop {
  font-size: 37px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.btn {
  text-transform: uppercase;
}

.text-red {
  color: #ff0000;
}

.bg-light-yellow {
  background: #fffadc;
}

/*.home-topsec h5 {*/
/*  font-family: "Trajan Pro";*/
/*}*/

.footer-middle .navbar-nav li:before {
  content: url(../img/arrow-icon.png);
  margin-right: 10px;
}

/* section-products  */
.section-products .card {
  border-radius: 0;
  overflow: hidden;
}

.section-products .card-body {
  background-color: var(--color-primary);
}

.section-products .card-body h4 {
  text-transform: capitalize;
  font-size: 20px;
}

.section-products .card-body a {
  color: #fff;
}

.section-products .card-body:hover {
  background-color: var(--color-secondary);
}

.section-products .card-body:hover a {
  color: #fff;
}

/* home-section3 */
.home-section3,
.home-sectionnews {
  background-image: url(../img/home-meddile-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-gray {
  background-color: #484848;
}

#navbar {
  background: #7a2600;
  padding: 0;
}

.header .navbar .offcanvas.show .nav-item a,
.header .navbar .offcanvas.showing .nav-item a {
  display: flex;
}

/* responsive */
@media screen and (max-width: 1400px) {

  .navbar a,
  .navbar a:focus {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

@media screen and (max-width: 1199px) {

  .navbar a,
  .navbar a:focus {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .header-main .header-contact a {
    font-size: 25px;
  }

  .header-main .header-contact .fa-phone:before {
    content: "\f095";
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 150px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .header-main .header-contact a {
    color: #fff;
    font-size: 25px;
  }

  .header-contact img {
    width: 320px;
  }

 .headingtop {
    font-size: 25px;
}
.cookie-content {
    left: 20px !important;
    bottom: 25px !important;
    width: 90% !important;
}
.whatsapp-button .whatsapp-button-popup.active {
    width: 250px;
}
}