.f18{
    font-size: 18px;
}
.f22{
    font-size: 22px;
}
.mt30{
    margin-top: 40px;
}
.fw-3{
    font-weight: 300;
}
.fixed-top {
    position: absolute;
}
.l-h{
  height: 100px;
}
.sec-padding{
    padding:40px 0px;
}
.ly-color{
    color: #fcbf00;
}
.ly-bg{
    background: #fcbf00;
}
.ld-color{
    color: #514a37;
}
.btn-dark{
    color: #fff;
    background-color: #514a37;
    border-color: #514a37;
}
.info-image{
  width: 60% !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #494231;
    border-color: #494231; /*set the color you want here*/
}
.dis-contents{
    display: contents;
}
.card-ribbon{
    position: absolute;
    background: #494231;
    margin-top: 20px;
    padding: 4px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.post-content {
    background-color: #fff;
    padding: 20px;
    height:185px;
}

.post-content h4 a{
    color: #514a37;
}
.lime-bg-dark{
    background: #514a37;
}
.blog-bg{
    /* background:rgb(81 74 55 / 87%); */
    background-image: url("../img/feedback-banner.jpg");
    /* min-height: 500px;  */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us{
  background-image: url("../img/contact-banner.jpg");
  /* min-height: 500px;  */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phone-icon{
    font-size: 50px;
}
.phone-number{
    font-size: 18px;
    font-weight: bold;
    color: #fcbf00;
    line-height: 27px;
}
.c-form-control{
    box-shadow: none;
    height: 30px;
    border-radius: none;
    border-bottom: 1px solid #fcbf00;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 4px;
    width: 80%;
}
.c-form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  textarea:focus, input:focus{
    outline: none;
    border-bottom: 1px solid #fcbf00;
}
.address{
    font-size: 19px;
}
.social-links{
    margin-top: 5px;
}
.social-links ul{
    padding: 0px;
    margin-left: -13px;
}
.social-links ul li{
    list-style: none;
    display: inline;
}
.social-links ul li a{
    padding: 10px 15px;
    font-size: 20px;
    color: #fcbf00;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      top: 50%;
      left: 77%;
      z-index: 2;
      /* display: flex; */
      justify-content: right;
      padding: 0;
      margin-right: 2%;
      margin-bottom: 1rem;
      margin-left: 15%;
      list-style: none;
  }
  .carousel-indicators [data-bs-target] {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      padding: 0;
      margin-right: 3px;
      margin-left: 3px;
      text-align:right;
      /* text-indent: -999px; */
      cursor: pointer;
      background-clip: padding-box;
      background-color: transparent;
      border: 0;
      border-top: 10px solid transparent;
     /* border-bottom: 10px solid transparent; */
      opacity: .5;
      transition: opacity .6s ease;
  }
  .carousel-indicators ul li{
      list-style: none;
  
  }
  .carousel-indicators ul li a{
      text-decoration:none;
      color: #514a37;
      font-size: 20px;
  
  }
  .carousel .carousel-indicators li.active {
    font-size: 10px;
    font-weight: bold;
    color: #fcbf00;
    }

  .count-style{
    font-size: 50px;
    font-weight: bold;
    color: #fcbf00;
}
.counter-text{
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 500;
    color: #514a37;
}
.feature-title{
    font-size: 18px;
    color: #514a37;
    margin: 10px 22px;
    float: left;
}
.feature-icon{
    width: 40px;
    float: left;
}
.list-inline-item a{
    color: #fcbf00;
    font-size: 25px;
}
.c-bg-light{
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(81 74 55);
}
.navbar-nav > li{
    padding: 8px;
    margin-top: -20px;
  }
.navbar-nav > .active > a {
    color: #514a37;
    font-size: 17px;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: #fcbf00;
    text-decoration-thickness: 3px;
  }
  .nav-item > a:hover {
    color: #514a37;
    font-weight: bold;
  }
  .c-icon{
    text-align: center;
    font-size: 50px;
    color: #fcbf00;
  }
  .c-icon a{
      text-decoration: none;
      color: #fcbf00;
  }
  .c-text{
    text-align: center;
    font-size: 18px;
    color: #514a37;
  }
.services-banner{
    background-image: url('../img/banner-1.jpg');
}
.services-banner h1{
    text-align: center;
    color: #fff;
}
.services-banner a{
    color: #fff;
}
.packages:hover{
    background: #514a37 !important;
}
.c-pointer{
    cursor: pointer;
}
.slider-box{
    /* border: 5px solid#fff; */
    width: 55%;
    height: 450px;
    margin-left: 36px;
}
.sl-inner{
    margin-top: 126px;
    position: absolute;
    margin-left: 50px;
    z-index: 99999;
}
.small-title{
    font-size: 25px;
    color: #fcbf00;
}
.slider-title{
    font-size: 50px;
    font-weight: bold;
    color: #514a37;
}
.slider-heading{
    background: #fbc200;
    font-size: 56px;
    font-weight: bold;
    padding: 5px 5px 0px 5px;
    text-align: left;
    color: #fff;
}
.slider-p{
    font-size: 16px;
    font-weight: 600;
    color: #514a37;
}
.slider-p a:hover{
    color: #fbc200;
}


/* fillter */
.section {
    padding: 30px 0;
    color: #333;
  }
  .section .top-side {
    text-align: center;
  }
  .section .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
  }
  .section .top-side .title:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
  }
  .section .top-side h2 {
    font-weight: 700;
  }
  .section.portfolio .filters {
    text-align: center;
    margin-top: 50px;
  }
  .section.portfolio .filters ul {
    padding: 0;
  }
  .section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
  }
  .section.portfolio .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #fbc200;
    transition: width 350ms ease-out;
  }
  .section.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
  }
  .section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
  }
  .section.portfolio .filters-content {
    margin-top: 50px;
  }
  .section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
  }
  .section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
  }
  .section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
  }
  .section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
  }
  .section.portfolio .filters-content .item img {
    width: 100%;
  }
  /* end fillter */
  .gtbtn{
    /* position: relative; */
    transition: all .35s;
  }
  
  .gtbtn span{
    position: relative;
    z-index: 2;
  }
  
  .gtbtn:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #514a37;
    transition: all .35s;
  }
  
  .gtbtn:hover{
    color: #fff;
  }
  
  .gtbtn:hover:after{
    width: 100%;
  }
  .bxd{display: block;}
  .bxd:hover{background:#eee;}
  
    .intro-section .theme-btn {
    margin-top: 18px;
    padding: 10px 25px;
}
  .btn-style-two {
    position: relative;
    padding: 8px 20px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    color: #ffffff !important;
    font-size: 11px;
    border: 2px solid #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
  }
  .btn-style-two:hover{
    background: #494231;
  }

  @media screen and (max-width: 667px) {
    .post-content h4 {
      font-weight: 400;
  }
    .post-content {
      padding: 10px 0px;
        height:100px;
    }
  }
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .res-p0{
    padding: 0px 0px;
  }
  .post-content h4 {
    font-weight: 600;
}
  .post-content {
    height: auto;
    margin-top: 10px;
   text-align: center;
  }
  .phone-number {
    font-size: 16px;
    margin-left: 8px;
  }
    .mt0{
        margin-top: 0px !important;
    }
    .info-image{
      margin-top: 10px;
      width: 100% !important;
    }
  
    .navbar-nav {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none;
        width: 215px;
        background: #fff;
        padding: 10px;
        float: right;
        position: relative;
    }
    .slider-box{
        /* border: 5px solid#fff; */
        width: 55%;
        height: 300px;
    }
    .sl-inner{
        margin-top: 70px;
        position: absolute;
        margin-left: 10px;
        z-index: 99999;
    }
    .small-title{
        font-size: 20px;
        color: #fcbf00;
    }
    .slider-title{
        font-size: 30px;
    }
    .slider-heading{
        padding: 6px;
  
    }
    .f-siz{
      font-size: 30px;
      line-height:0px;
      /*position:absolute;*/
      /*margin-top:-21px;*/
    }
    .l-h{
      height: 70px;
    }
  }

