html {
  scroll-behavior: smooth;
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #232d39;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #232d39;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #009e29;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
}

.btn-primary{
  background-color: #9f4920!important;
  border-color: #9f4920!important;
  font-size: 15px!important;
  padding: 12px 26px!important;
  font-weight: 600!important;
}
.p-70{
  padding: 70px 0px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0px!important;
}

.p-6{
  padding: 45px 60px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group-addon:last-child {
  border-left: 0;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
  content: "\e109";
}


.heading{
  position: relative;
  margin-bottom: 70px;
  /* width: 100%;
  max-width: 300px;
  margin: 0px auto 70px;  */
}
.heading h2{
  font-size: 45px;
  font-weight: 600;
  color: #395f13;
  font-family: 'Philosopher';
  text-transform: capitalize;
}

.heading p{
  font-size: 20px;
  color: #363636;
  text-transform: capitalize;
  margin: 0;
  padding: 10px 0px 0px;
  font-family: math;
}

/* .heading p::after{
  content: '';
  position: absolute;
  z-index: 10;
  top: 5%;
  width: 100%;
  background: url(../image/after.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid#395f13;
  transform: translate(-170px, 45px);
  height: 35px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 300px;
  margin: 0px auto 70px;
} */
.heading .heading_img{
  width: 100%;
  background: url(../img/after.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  max-width: 300px;
  margin: 0px auto 70px;
}

.bg-color{
  background-color: #395f1317;
}


.about-heding{
  background: linear-gradient(rgb(0 0 0 / 50%), #000000b0), url('/assets/frontend/img/top-img.jpg');
  background-size: cover;
  background-position: 50% 26%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 auto;
  height: 400px;
}
.about-heding .breadcrumb {
  padding-top: 110px;
  padding-left: 135px;
  background-color: inherit;
}
.about-heding .breadcrumb a{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.about-heding .breadcrumb .active{
  font-size: 18px;
  font-weight: 600;
  color: #009e29;
}
.about-heding .breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}
.pt-180{
  padding-top: 180px;
}
.pb-180{
  padding-bottom: 180px;
}

@media (max-width: 767px){
  .pt-180 {
    padding-top: 140px;
}
.pb-180 {
  padding-bottom: 40px;
}
.about-heding .breadcrumb{
  padding-left: 35px;
}
}

.pt-86{
  padding: 140px 0px;
}