.vmicons{
    width: 50px;
}


.menubar ul li {
  position: relative;
  list-style-type: none;
  margin: 0 10px;
  line-height: 6;
  justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
}


.menubar  ul li a {
  text-transform: uppercase;
  color: #6a605b !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.menubar  ul li.current-menu-item{
  border-bottom: 5px solid #e7d5be;
}


.secttl {
    font-size: 30px;
    text-transform: uppercase;
}


h2, h4{
    text-transform: uppercase;
}

.qrt-icon-box img, .feature-one__content  img{
    width: 70px;
    background-color: #6a605b;
    padding: 10px;
    border-radius: 5px;
}


.feature-one__container {
    position: relative;
    display: block;
    width: 100%;
}

.feature-one__list {
    position: relative;
    display: block;
}

.feature-one__single {
    position: relative;
    display: block;
    width: 33%;
    float: left;
    text-align: center;
}

.feature-one__single:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 7px;
    width: 1px;
    content: "";
    background-color: #e7d5be;
}

.feature-one__single:nth-child(1):before {
    display: none;
}

.feature-one__content {
    position: relative;
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.mb-20{
    margin-bottom: 20px;
}



.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #e7d5be;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.instagram-bg{
  background: #c13584;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e7d5be;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #e7d5be;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #e7d5be;
    padding: 13px 20px;
    border: 1px solid #e7d5be;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #e7d5be;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #e7d5be;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-menu ul{
margin-bottom: 0;
}


.pt-3{
    padding-top: 3rem;
}

.pb-3{
    padding-bottom: 3rem;
}


.single-cta i.fa-phone {
  rotate: 90deg;
}




.service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.service i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #e7d5be;
}

.service h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #6a605b;
  text-transform: uppercase;;
}

.service:hover {
  background: #e7d5be;
  color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}


.qrt-btn.qrt-btn-md {
  vertical-align: middle !important;
  text-align: center !important;
  line-height: 4 !important;
  margin-top: -10px !important;
}


.btn-info, .btn-info:hover {
  color: #6a605b;
  background-color: #e7d5be;
  border-color: #e7d5be;
}

.text-info {
  color: #6a605b !important;
}

.qrt-post-title{
  color: #fff;
}


.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}


@media only screen and (max-width: 768px) {
  #collapsibleNavbar {
    background: antiquewhite;
    position: absolute;
      right: -20px;
      top: 4rem;
      height: 350px;
  }

  .qrt-btn.qrt-btn-md {
    line-height: 2 !important;
}

  .menubar ul li {
    height: 40px;
}

}



