body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #404040;
}

@font-face {
    font-family: 'Anglecia Pro Display';
    src: local('Anglecia Pro Display Regular'), local('Anglecia-Pro-Display-Regular'),
        url('https://errandsboy.com/assets/fonts/AngleciaProDisplay-Regular.woff2') format('woff2'),
        url('https://errandsboy.com/assets/fonts/AngleciaProDisplay-Regular.woff') format('woff'),
        url('https://errandsboy.com/assets/fonts/AngleciaProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

/*@font-face {*/
/*    font-family: 'Anglecia Pro Display';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src:url('https://errandsboy.com/assets/fonts/AngleciaProDisplay-Regular.otf') format('otf');*/
/*}*/

a {
    text-decoration: none;
}
.btn {
    font-size: 14px;
}
.brown-bg, .brown-bg-h:hover, .brown-bg-h:focus{
    background-color: #AF915A !important;
    color: white !important;
}
.green-bg, .green-bg-h:hover, .green-bg-h:focus{
    background-color: #28AB60 !important;
    color: white !important;
}
.brown-text {
    color: #AF915A !important;
}
.gray-light-bg {
    background: #F1F2F4 !important;
}

nav {
    z-index: 1;
    left: 0;
    right: 0;
}
.nav-link {
    color: #fff;
    margin: 0 21px;
    border-top: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 14px !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.nav-link:hover, .nav-link:focus, .nav-link:active, .active a {
    color: #AF915A !important;
    border-top: 1px solid #AF915A !important;
}
.navbar-nav:not(footer .navbar-nav) {
  align-items: center;
}
.service-menu, .service-menu:hover {
    background-color: transparent !important;
}
.navbar-brand {
    max-width: 160px;
}
.dropdown-toggle, .dropdown-menu {
    background-color: #807e7e78;
    color: white;
    border: none;
    font-size: 14px;
}

.what-nmbr {
    width: 20px;
    height: auto;
}

.hero-banner{
    background: url("../img/slider.png") no-repeat top center / cover;
    position: relative;
}
/*.hero-banner:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*}*/
.hero-banner-vh {
    min-height: 100vh;
}
.hero-heading {
    font-family: 'Anglecia Pro Display', sans-serif;
    font-size: 50px;
}

.client {
    max-width: 100px;
}
.client-6 {
    max-width: 190px;
}
.client-5 {
    max-width: 70px;
}

.h-heading {
    font-family: 'Anglecia Pro Display', sans-serif;
    position: relative;
    font-size: 2.3rem;
}
.h-heading:before {
    content: "";
    width: 90px;
    height: 90px;
    background: #AF915A;
    opacity: 0.08;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: -50%;
    margin-left: auto;
    margin-right: auto;
}
.h-heading2:before {
    left: -21px;
    right: auto;
    margin-left: 0;
    margin-right: auto;
    top: -30%;
}
.card-title {
    font-family: 'Anglecia Pro Display', sans-serif;
    letter-spacing: 1px;
}
.card {
    height: 100%;
}
.card-img-top {
    max-width: 48px;
}

.service {
    position: relative;
}
.service-body {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    color: white;
    background-image: linear-gradient(#fff0, #000000d9);
}
.service-body .card-text, .service-overlay .card-text {
    font-size: 12px;
}
.service-body .card-title, .service-overlay .card-title {
    font-size: 1.3rem;
}
.service-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #AF915A;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    display: flex;
    align-items: center;
}
.service:hover .service-overlay {
    height: 100%;
}
.quick-bg{
    background: url("../img/flower-bg.png") no-repeat top center / cover;
    padding: 100px 0;
}
.quick-heading{
    font-family: 'Anglecia Pro Display', sans-serif;
    letter-spacing: 1px;
    font-size: 1.5rem;
    line-height: 1.2;
}
.process {
    max-width: 250px;
    margin: 0 auto;
}
.process-img {
    margin: 0 auto;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.process-img img {
    object-fit: cover;
    height: 100%;
}
.process-title {
    font-size: 1.2rem;
}
.process-text {
    font-size: 13px;
    font-weight: 300;
}
.client-say {
    font-size: 17px;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.9;
}
.client-img {
    width: 100px;
    height: 100px;
}
.carousel-control-next-icon {
    background-image: url("../img/next.png");
}
.carousel-control-prev-icon {
    background-image: url("../img/pre.png");
}

.footer-heading {
    font-size: 1.3rem;
}

footer ul li {
    margin-bottom: 6px;
}
footer ul li.nav-item {
  font-size: unset !important;
}
footer ul li a, footer ul li a:hover, footer ul li a:focus {
    color: white;
    font-size: 14px !important;
}

footer .navbar-brand {
    max-width: 200px;
}
.payments img {
    width: 38px;
}

.social img {
    width: 15px;
}

@media (min-width: 993px){
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: block;
    }
    .navbar-expand-sm .navbar-collapse {
        display: block !important;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 56px;
        left: 0;
        background-color: #000000d1;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: column !important;
        max-width: 200px;
        margin: 0 auto !important;
    }
    .nav-link {
        margin: 0 0 10px;
    }
}

@media (max-width: 992px) {
    .navbar-toggler {
        background-color: #af915a;
        border-radius: 0;
        border: none;
        padding: 4px 8px;
        font-size: 18px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .hero-heading {
        font-size: 32px;
    }
    .hero-banner-vh {
        min-height: 76vh;
    }
    .clients li {
        margin-bottom: 10px;
    }
    .service-body .card-title, .service-overlay .card-title {
        font-size: 1.1rem;
    }
    .service-body .card-text, .service-overlay .card-text {
        font-size: 10px;
    }
    .h-heading {
        font-size: 1.9rem;
    }
    .h-heading::before {
        width: 70px;
        height: 70px;
    }
    .quick-heading {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .process-img {
        width: 200px;
        height: 200px;
    }
    .client-img {
        width: 100px;
        height: 100px;
    }
    .client-say {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        position: absolute;
        top: 56px;
        left: 0;
        background-color: #000000d1;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .navbar-expand-sm .navbar-nav {
        max-width: 200px;
        margin: 0 auto !important;
    }
    .nav-link {
        margin: 0 0 10px;
    }
    .hero-heading {
        font-size: 28px;
    }
    .h-heading {
        font-size: 1.5rem;
    }
    footer {
        text-align: center;
        font-size: 13px;
    }
}


/*override style*/

.ltr {
    direction: ltr;
}

.what-logo.position-fixed {
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  width: 80px;
}

.cl-2BB673 {
  color: #AF915A !important;
}
.bg-2BB673 {
  background-color: #AF915A;
}
.tail::after {
  background: #AF915A;
}
.dots li::before {
  background: #AF915A;
}
.counter {
  background: #AF915A;
}

button.owl-dot {
  border: solid 2px #AF915A !important;
}
button.owl-dot.active span {
    background: #AF915A !important;
}

.border-2bb673 {
  border-color: #AF915A !important;
}
.bg-2bb673 {
  background-color: #AF915A;
}
