/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}



/*
===============================================
    Footer CSS START
===============================================
*/


/* Footer */
.footer {
  float: left;
  width: 100%;
  padding: 40px 0px;
  background-color: #876b33;
  text-align: center;
}
.footer .text-wrap {
  margin: auto;
}
.footer .text-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.footer .text-wrap ul li {
  float: left;
  margin: 0px 10px;
}
.footer .text-wrap .link-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.footer .text-wrap .link-wrap p,
.footer .text-wrap .link-wrap a {
  color: #fff;
  font-size: 16px;
  font-family: "Questrial", sans-serif;
  margin-bottom: 10px;
}
.footer .text-wrap .link-wrap p:last-child {
  margin-bottom: 0px;
}

.footer .card {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  margin: 50px 0;
  padding: 0 70px;
}

.footer .card a {
  color: #876b33;
  text-decoration: none;
  margin-top: 3px;
  font-weight: 600;
  padding-left: 10px;
}

.footer .social-media a {
  color: #fff;
  text-decoration: none;
  margin-top: 3px;
  font-weight: 600;
}

.footer .social-media p {
  color: #fff;
  font-size: 15px;
  margin-top: 6px;
}

/* ======================= 
    Media Queries 
========================== */

@media (min-width: 992px) and (max-width: 1199px) {
  
  .footer .text-wrap {
    max-width: 69%;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
   .footer .text-wrap {
    max-width: 93%;
  }
  
}

@media (max-width: 767px) {
  
  .wide100 {
    width: 100% !important;
  }
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 14px;
  }

  .footer {
    padding: 30px 0px 85px !important;
  }

  .footer .card {
    height: 55px;
    margin: 8px auto;
    width: 95%;
    border-radius: 50px;
  }
  .footer .card img {
    position: absolute;
    left: 15px;
  }
  .footer .flogo img {
    /* width: 135px; */
    object-fit: contain;
  }
  .footer .social-media a {
    display: flex;
  }
  .footer .social-media img {
    height: 23px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .footer p {
    color: #fff;
    font-size: 16px;
  }
  .footer .text-wrap ul li {
    float: left;
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .text-wrap ul li:last-child {
    margin-bottom: 0px;
  }
  .footer .text-wrap .link-wrap p,
  .footer .text-wrap .link-wrap a {
    font-size: 14px;
  }
  
  .footer {
    padding: 30px 0px 70px;
  }
  .footer .flogo img {
    /* width: 100px; */
    object-fit: contain;
  }
  .footer .text-wrap ul {
    margin-top: 20px;
  }
  .footer .text-wrap ul li {
    margin-bottom: 10px;
  }
  .footer ul img {
    height: 30px;
    object-fit: contain;
  }
  .footer .text-wrap .link-wrap {
    margin-top: 20px;
  }
  
}

/*
===============================================
    Footer CSS END
===============================================
*/




