/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --alipes-font: 'Manrope', sans-serif;
  --alipes-font-two: 'Teko', sans-serif;
  --alipes-reey-font: "reeyregular";
  --alipes-gray: #827e78;
  --alipes-gray-rgb: 130, 126, 120;
  --alipes-white: #ffffff;
  --alipes-white-rgb: 255, 255, 255;
  --alipes-base: #cd8c66;
  --alipes-base-rgb: 205, 140, 102;
  --alipes-black: #221c13;
  --alipes-black-rgb: 34, 28, 19;
  --alipes-primary: #f6f4f1;
  --alipes-primary-rgb: 246, 244, 241;
  --alipes-letter-spacing: 0.1em;

}
@font-face {
  font-family: 'Conv_Bitter-Regular';
  src: url("../fonts/Bitter-Regular.eot");
  src: url("../fonts/Bitter-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Bitter-Regular.woff") format("woff"),
  url("../fonts/Bitter-Regular.ttf") format("truetype"),
  url("../fonts/Bitter-Regular.svg#Conv_Bitter-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--alipes-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  background: #658b5a;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--alipes-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Playfair Display", serif;
  color: var(--alipes-black);
  margin: 0;
  letter-spacing: 0px;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  background: #658b5a;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.weqp-logo{
  width: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-area-main {
    margin-top: 0px;
    padding-bottom: 0px;
}
.about-area {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #2d2a40;
}
.ewp-img-brd{
    border-radius: 0;
    width: 100%;
    height: auto;
    text-align: center;
    border: 3px solid #658b5a;
}
.bodr-area{
}
.mn-web-title a{
    line-height: 40px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}



