@import url('https://fonts.googleapis.com/css2?family=Heebo&family=Open+Sans:wght@700&family=Poppins&family=Teko:wght@500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


.navbar-nav a {
  color: #b29454 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    padding: 10px 16px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.navbar {
    width: 100%;
   background-color: #251f29;
}

.home-benefits {
    list-style: none;
    line-height: 2.5;
}

.home-section {
    margin-top: 60px;
}

.far,
.fa-phone {
    font-size: 50px;
}

.hero-text {
    line-height: 2em;
    text-align: justify;
}

.register-form-wrapper {
    background-color: #000;
    color: #edd478;
    padding: 20px;
    border-radius: 20px;
}

.register-form-wrapper p,
.register-form-wrapper h3 {
    color: #af9153;
}

.register-form-wrapper button {
    background-color: #cdb064;
    border-color: #906b3e;
}

.width-100 {
    max-width: 100%;
}

.top-cta-blue {
    text-align: center;
    background: linear-gradient(to bottom, #916c3f 0%, #bea15d 100%);
    padding: 28px;
    margin-top: 13px;
}
#features .main-services {
        padding: 10px;
    min-height: 150px;
}

#services a {
    font-size: 15px;
    color: #a7874e;
}

#services p {
    text-align: center;
}

#services li {
    list-style: none;
    display: inline-block;
}

#services a:hover {
    text-decoration: none;
}

.btn-blue small scrool {
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid;
}

.top-cta-blue a {
    color: #000;
}

.btn-blue {
    border: 1px solid;
    background-color: #a7874e;
    color: #fff !important;
    padding: 10px;
    border-radius: 15px;
   font-size: 14px !important;
}

.main-services {
       margin-bottom: 10%;
    text-align: center;
    background: #fff;
    padding-bottom: 1em;
}

.testim-inner{
       border: 2px solid #a27f49;
    padding: 10px;
    text-align: justify;
    min-height: 500px;
}

#testimonials {
    margin-top: 6%;
    margin-bottom: 6%;
}
#testimonials img {
   display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    border-radius: 50%;
}
.small-col-inside {
        border: 1px solid;
    padding-bottom: 12px;
    padding: 10px;
   
}

.section-white no-padding img {
    border-radius: 10px 0px 0px 10px;
}
.small-col-inside h3{
        text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #a27f49;
}
.header {
    background:#251F29;
}
.card{
    border: none;
}
.card-header{
    border: none;
    background-color: none;
}
.section-white{
    margin-bottom: 6%;
}
.services-wrapper i{
    font-size: 50px;
    color: #a27f49;
}
.section-grey h2{
        color: #a27f49;
}
.services-wrapper{
    background-color: #f7f7f7;
padding-top: 10px;
}
.footer{
   background-color: #000;
color: #a27f49;
padding-top: 25px;

}
.footer-bottom p{
    color: #fff
}
.footer a{
    color: #a27f49;
    
}
.footer i{
    font-size: 48px;
}
.footer h5{
    color: #fff
    
}
.section-title{
    color: #a27f49;
}
.section-bg-2 a{
    color: #a27f49;
}
.section-white button{
    color: #fff;
    font-weight: 600;
}
.contct{
        border: 1px solid;
line-height: 5rem;
padding: 10px;
    padding-top: 10px;
padding-top: 5%;
background-color: #f7f7f7;
}
.contct h4{
    color: #a27f49;
text-align: center;
font-weight: 600;
}
.top-header a i{
        font-size: 15px;
    color: #b29454;
}
.top-header {
    text-align: center;
    margin-top: 12px;
}

.navbar-collapse{
    
}
.top-header a{
          color: #b29454;
    float: right;
    margin-left: 2em;
}
.form-control{
        margin-bottom: 10px;
    
}
.section-bottom-border button{
        background-color: #cdb064;
    border-color: #906b3e;
}
.accordion button{
    color: #000;
}
#services{
        margin-top: 5%;
}
.dmopMx svg{
    display: none;
}
.navbar-toggler-icon .fa-bars {
    color: #b29454;
}
.text-white{
    color: #000 !important;
}
.d-none{
    display: block;
}
@media (max-width: 768px) {
    .testim-inner {
        margin-bottom: 14px;
    }

    .small-col-inside {
        border: 1px solid #a27f49;
    
        margin-top: 26px;
        border-radius: 0px;
    }
    .section-white{
        margin-bottom: 0%;
    }
    .responsive-bottom-margins iframe{
            max-width: 100%;
    }
    .navbar-collapse{
        padding-top: 0px;
        padding-left: 0px;
    }
    .top-header a{
        margin-left: 0%;
        display: block;
    }
    .responsive-bottom-margins{
        margin-top: 26px;
    }
    .top-header a{
          margin-left: 0px;
    margin-top: 0px;
    float: NONE;
}
        

.fa-star{
    color: #FDCC0D;
}


@media(max-width:786px){
.header{
      background: #251F29;
    text-align: center;  
}    
}